:root {
  --color-bg: #f5f5f5;
  --color-white: #ffffff;
  --color-ink: #161a22;
  --color-muted: #30343b;
  --color-blue: #2f6cff;
  --header-height: 64px;
}

body.registration-mode {
  background: #ffffff;
}

body.login-mode {
  background: #ffffff;
}

body.login-code-mode {
  background: #ffffff;
}

body.registration-mode .page,
body.login-mode .page,
body.login-code-mode .page {
  display: none;
}

body.login-code-mode .site-header {
  display: none;
}

.login-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(128px, 20.5vh, 221px) 24px 84px;
  align-items: flex-start;
  justify-content: center;
}

body.login-mode .login-page {
  display: flex;
}

.login-shell {
  position: relative;
  width: 918px;
  min-height: 560px;
}

.login-aside {
  position: absolute;
  top: 50px;
  left: 32px;
  display: flex;
  overflow: hidden;
  width: 380px;
  min-height: 460px;
  padding: 32px 28px;
  border-radius: 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.25));
}

.login-aside__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(157.02% 129.71% at 100% 0%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 55%);
  pointer-events: none;
}

.login-aside__content,
.login-aside__footer {
  position: relative;
  z-index: 1;
}

.login-aside__badge {
  display: inline-flex;
  height: 25px;
  padding: 6px 12px 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.16);
  align-items: flex-start;
  color: #ffffff;
  font-size: 10.8px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.login-aside h1 {
  width: 249px;
  margin: 18px 0 9px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
}

.login-aside p {
  width: 315px;
  margin: 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
}

.login-benefits {
  display: flex;
  width: 324px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.login-benefits li {
  display: grid;
  min-height: 19px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: rgb(255 255 255 / 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.176px;
}

.login-benefits span {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.18);
  place-items: center;
}

.login-benefits svg {
  width: 16px;
  height: 16px;
}

.login-benefits path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-aside__footer {
  width: 324px;
  padding-top: 19px;
  border-top: 1px solid rgb(255 255 255 / 0.15);
}

.login-aside__footer span {
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.login-aside__footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.login-card {
  position: absolute;
  top: 58.5px;
  left: 468px;
  width: 420px;
  min-height: 443px;
  color: #0b0c10;
}

.login-card h2 {
  margin: 0 0 4px;
  color: #0b0c10;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.56px;
}

.login-card > p {
  margin: 0 0 28px;
  color: #6b7180;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.login-field {
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 8px;
}

.login-field > span,
.login-label-row span {
  display: inline-flex;
  min-height: 16px;
  align-items: center;
  gap: 6px;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.login-field b,
.login-label-row b {
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.login-field input {
  width: 420px;
  height: 52px;
  padding: 16px 16px 16px 44px;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 15px/18px Inter, Arial, sans-serif;
  outline: none;
}

.login-field input:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 3px rgb(68 117 242 / 0.12);
}

.login-field i {
  position: absolute;
  left: 16px;
  bottom: 17px;
  display: block;
  width: 18px;
  height: 18px;
  color: #9aa0ae;
  pointer-events: none;
}

.login-field svg {
  display: block;
  width: 18px;
  height: 18px;
}

.login-field rect,
.login-field path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-label-row {
  display: flex;
  margin-top: 12px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: space-between;
}

.login-label-row a {
  color: #4475f2;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
  text-decoration: none;
}

.login-field--password input {
  font: 400 12.9px/17px "Segoe UI", Arial, sans-serif;
}

.login-remember {
  display: flex;
  height: 18px;
  margin: 14px 0 17px;
  align-items: center;
  gap: 10px;
  color: #6b7180;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.login-remember input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.login-remember > span {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #4475f2;
  place-items: center;
}

.login-remember svg {
  width: 16px;
  height: 16px;
}

.login-remember path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-remember input:not(:checked) + span {
  border: 1px solid #d9dce6;
  background: #ffffff;
}

.login-remember input:not(:checked) + span svg {
  display: none;
}

.login-submit {
  display: inline-flex;
  width: 420px;
  height: 50px;
  padding: 0 22px;
  cursor: pointer;
  border: 0;
  border-radius: 13px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.075px;
}

.login-submit svg {
  width: 16px;
  height: 16px;
}

.login-submit path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.login-separator {
  display: flex;
  width: 420px;
  height: 18px;
  margin: 18px 0 13.5px;
  align-items: center;
  gap: 14px;
}

.login-separator span {
  height: 1px;
  background: #808080;
  flex: 1;
}

.login-separator em {
  color: #9aa0ae;
  font: 400 11px/15px "Segoe UI", Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.login-magic {
  display: inline-flex;
  width: 420px;
  height: 55px;
  padding: 0 18px;
  cursor: pointer;
  border: 1px solid #d9dce6;
  border-radius: 11px;
  background: #ffffff;
  color: #0b0c10;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.12));
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.07px;
  text-align: center;
}

.login-card__signup {
  display: none;
}

.login-error[hidden] {
  display: none;
}

.login-error {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  padding: 24px;
  background: rgb(226 229 236 / 0.32);
  backdrop-filter: blur(3px);
  place-items: center;
}

body.login-error-open .login-shell {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.login-error__dialog {
  position: relative;
  width: 420px;
  max-width: min(972px, calc(100vw - 48px));
  height: 259px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgb(15 23 42 / 0.12);
  font-family: Inter, Arial, sans-serif;
}

.login-error__icon {
  position: absolute;
  top: 24px;
  left: 26px;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #ffe3e5;
  align-items: center;
  justify-content: center;
  color: #c72e2e;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.login-error__dialog h3 {
  position: absolute;
  top: 81.21px;
  left: 26px;
  width: 324px;
  height: 23px;
  margin: 0;
  color: #0e0e10;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.38px;
}

.login-error__dialog p {
  position: absolute;
  top: 119px;
  left: 26px;
  width: 368px;
  height: 41px;
  margin: 0;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.login-error__actions {
  position: absolute;
  top: 185.21px;
  left: 26px;
  display: flex;
  width: 368px;
  height: 42px;
  gap: 8px;
}

.login-error__retry,
.login-error__register,
.login-error__close {
  border: 0;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
}

.login-error__retry {
  display: flex;
  width: 127.56px;
  height: 42px;
  padding: 12px 16px;
  border: 1px solid #e8e8ed;
  border-radius: 10px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: #0e0e10;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.login-error__register {
  display: flex;
  width: 232.44px;
  height: 42px;
  padding: 12px;
  border-radius: 10px;
  background: #4475f2;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.login-error__register span {
  display: inline-flex;
  width: 17px;
  height: 16px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.login-error__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 1px 6px;
  border-radius: 8px;
  background: #f4f4f6;
  align-items: center;
  justify-content: center;
  color: #3a3a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.magic-link-panel[hidden] {
  display: none;
}

.magic-link-panel {
  position: fixed;
  z-index: 108;
  inset: 0;
  display: grid;
  padding: 0;
  background: rgb(226 229 236 / 0.32);
  backdrop-filter: blur(3px);
  place-items: center;
}

body.magic-link-open .login-shell {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.magic-link-panel__inner {
  display: flex;
  width: 864px;
  height: 372.27px;
  align-items: flex-start;
  gap: 24px;
}

.magic-card {
  position: relative;
  width: 420px;
  height: 372.27px;
  padding: 32px 32px 26px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgb(11 12 16 / 0.3);
  color: #0b0c10;
  font-family: Inter, Arial, sans-serif;
}

.magic-card__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 1px 6px;
  border: 0;
  border-radius: 8px;
  background: #f4f5f9;
  align-items: center;
  justify-content: center;
  color: #0b0c10;
  cursor: pointer;
  font: 400 18px/18px Inter, Arial, sans-serif;
}

.magic-card__icon {
  display: flex;
  width: 56px;
  height: 56.9px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}

.magic-card__icon--blue {
  background: #eaf0ff;
}

.magic-card__icon--green {
  height: 52px;
  background: #e6f8ee;
}

.magic-card__icon svg {
  width: 24px;
  height: 24px;
}

.magic-card__icon rect,
.magic-card__icon path {
  fill: none;
  stroke: #4475f2;
  stroke-width: 2.16;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.magic-card__icon--green rect,
.magic-card__icon--green path {
  stroke: #16a34a;
}

.magic-card__icon circle {
  fill: #16a34a;
  stroke: #ffffff;
  stroke-width: 1.8;
}

.magic-card__icon--green path:last-child {
  stroke: #ffffff;
  stroke-width: 1.8;
}

.magic-card h3 {
  margin: 21px 0 9px;
  color: #0b0c10;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.44px;
}

.magic-card p {
  width: 348px;
  margin: 0;
  color: #6b7180;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
}

.magic-card--sent p {
  width: 368px;
}

.magic-card p strong {
  color: #0b0c10;
  font-weight: 700;
}

.magic-email {
  position: relative;
  display: block;
  width: 356px;
  height: 52px;
  margin-top: 26px;
}

.magic-email input {
  width: 356px;
  height: 52px;
  padding: 14px 16px 16px 44px;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 15px/18px Inter, Arial, sans-serif;
  outline: none;
}

.magic-email svg {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 18px;
  height: 18px;
  color: #9aa0ae;
}

.magic-email rect,
.magic-email path,
.magic-mail-preview rect,
.magic-mail-preview path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.magic-primary,
.magic-secondary {
  display: flex;
  width: 356px;
  border: 0;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
}

.magic-primary {
  height: 42px;
  margin-top: 11.1px;
  padding: 12px;
  border-radius: 10px;
  background: #4475f2;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 16px;
}

.magic-primary span {
  width: 17px;
  font-weight: 700;
}

.magic-card--request > small,
.magic-card--sent > small {
  display: flex;
  width: 356px;
  height: 18.9px;
  padding: 3.9px 0 3px;
  align-items: center;
  justify-content: center;
  color: #9aa0ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-card--sent h3 {
  position: absolute;
  top: 105px;
  left: 32px;
  margin: 0;
}

.magic-card--sent > p {
  position: absolute;
  top: 137.08px;
  left: 32px;
}

.magic-mail-preview {
  position: absolute;
  top: 196.27px;
  left: 32px;
  display: flex;
  width: 356px;
  height: 56px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f5f9;
  align-items: center;
  gap: 10px;
}

.magic-mail-preview > span {
  display: flex;
  width: 28px;
  height: 28px;
  border: 1px solid #e6e8ef;
  border-radius: 8px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: #4475f2;
  flex: 0 0 auto;
}

.magic-mail-preview svg {
  width: 18px;
  height: 18px;
}

.magic-mail-preview div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.magic-mail-preview strong {
  color: #0b0c10;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-mail-preview small {
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.magic-secondary {
  position: absolute;
  top: 266.27px;
  left: 32px;
  height: 43px;
  padding: 12px 18px 0;
  border: 1px solid #d9dce6;
  border-radius: 11px;
  background: #ffffff;
  align-items: flex-start;
  justify-content: center;
  color: #0b0c10;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.07px;
}

.magic-card--sent > small {
  position: absolute;
  top: 318.27px;
  left: 32px;
  height: 15px;
  padding: 1px 0 3px;
  font-size: 10.3px;
  line-height: 12px;
}

.code-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(136px, 23.7vh, 238px) 24px 84px;
  align-items: flex-start;
  justify-content: center;
}

body.login-code-mode .code-page {
  display: flex;
}

.code-shell {
  display: grid;
  width: 760px;
  max-width: 760px;
  min-height: 525px;
  grid-template-columns: 280px 480px;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 35px rgb(68 117 242 / 0.35);
}

.code-aside {
  display: flex;
  min-height: 525px;
  padding: 24px 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.code-mobile-close {
  display: none;
}

.code-aside__intro {
  width: 236px;
}

.code-aside__intro > span {
  display: block;
  margin-bottom: 5px;
  color: rgb(255 255 255 / 0.65);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.code-aside h1 {
  width: 156px;
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: -0.33px;
}

.code-aside__intro p {
  width: 235px;
  margin: 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 19px;
}

.code-aside__stats {
  display: flex;
  width: 236px;
  flex-direction: column;
  gap: 14px;
}

.code-aside__stats > div {
  width: 236px;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.08);
}

.code-aside__stats span {
  display: block;
  margin-bottom: 4px;
  color: rgb(255 255 255 / 0.65);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.code-aside__stats strong {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.code-aside__stats em {
  color: #9bf7d4;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transform: translateY(-4px);
}

.code-aside__stats p {
  display: flex;
  width: 236px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  align-items: center;
  gap: 8px;
  color: rgb(255 255 255 / 0.55);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.code-aside__stats i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c2a8;
  box-shadow: 0 0 0 4px rgb(0 194 168 / 0.2);
  flex: 0 0 auto;
}

.code-card {
  display: flex;
  width: 480px;
  min-height: 525px;
  padding: 24px 26px;
  flex-direction: column;
  gap: 14px;
}

.code-steps {
  display: flex;
  width: 428px;
  flex-direction: column;
  gap: 8px;
}

.code-step {
  display: grid;
  width: 428px;
  min-height: 74px;
  padding: 10px 12px;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  border-radius: 12px;
  background: rgb(238 242 251 / 0.55);
}

.code-step:nth-child(2) {
  min-height: 90px;
}

.code-step--active {
  min-height: 57px;
  border: 1px solid #4475f2;
  background: #ffffff;
  box-shadow: 0 6px 14px rgb(38 96 255 / 0.1);
}

.code-step > span {
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid #4475f2;
  border-radius: 50%;
  background: #4475f2;
  color: #ffffff;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
}

.code-step strong {
  display: block;
  color: #0b1437;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 16px;
}

.code-title-mobile {
  display: none;
}

.code-step small {
  display: block;
  margin-top: 1px;
  max-width: 333px;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.code-step a {
  display: inline-flex;
  height: 27px;
  margin-top: 6px;
  padding: 6px 11px;
  border-radius: 9px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
}

.code-step a svg {
  width: 12px;
  height: 12px;
}

.code-step a path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activation-box {
  display: flex;
  width: 428px;
  min-height: 170px;
  padding: 12px 14px;
  border: 1px solid #4475f2;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef2fb 0%, #ffffff 100%);
  box-shadow: 0 8px 18px rgb(38 96 255 / 0.1);
  flex-direction: column;
  gap: 10px;
}

.activation-box__title {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 7px;
  color: #4475f2;
}

.activation-box__title svg {
  width: 12px;
  height: 12px;
}

.activation-box__title rect,
.activation-box__title path {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activation-box__title span {
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.activation-code {
  display: grid;
  width: 398px;
  min-height: 92px;
  grid-template-columns: 151px 11px 151px;
  grid-template-rows: 42px 42px;
  gap: 8px 14px;
  align-items: center;
  justify-content: center;
}

.activation-code > span {
  color: #7a85a8;
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.activation-code > span:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}

.activation-code > span:nth-of-type(3) {
  display: none;
}

.activation-code__group {
  display: flex;
  width: 151px;
  height: 42px;
  gap: 5px;
}

.activation-code__group:nth-of-type(3) {
  grid-column: 1;
  grid-row: 2;
}

.activation-code__group:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}

.activation-code input {
  display: block;
  width: 34px;
  height: 42px;
  padding: 0;
  border: 1px solid #d6deee;
  border-radius: 9px;
  background: #ffffff;
  color: #4475f2;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}

.activation-code input.has-value {
  border-color: #4475f2;
  background: #dde7ff;
}

.activation-code input:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 4px rgb(38 96 255 / 0.16);
}

.activation-progress {
  margin: 0;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.96px;
  text-align: center;
  text-transform: uppercase;
}

.code-actions {
  display: flex;
  width: 428px;
  height: 43px;
  gap: 10px;
}

.code-close,
.code-unlock {
  display: inline-flex;
  height: 43px;
  cursor: pointer;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
}

.code-close {
  width: 147px;
  border: 1px solid #d6deee;
  background: #ffffff;
  color: #0b1437;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 15px;
}

.code-unlock {
  width: 271px;
  padding: 13px 18px;
  border: 0;
  background: #4475f2;
  box-shadow: 0 10px 22px rgb(38 96 255 / 0.3);
  color: #ffffff;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.code-unlock svg {
  width: 14px;
  height: 14px;
}

.code-unlock path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-page {
  display: none;
  min-height: 100dvh;
  padding: clamp(138px, 22.1vh, 239px) 24px 96px;
  align-items: flex-start;
  justify-content: center;
}

body.registration-mode .signup-page {
  display: flex;
}

.signup-shell {
  display: grid;
  width: 920px;
  min-height: 524px;
  grid-template-columns: 320px 600px;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.35));
}

.signup-aside {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 300px;
  min-height: 504px;
  margin: 20px 0 0 20px;
  padding: 26px 24px;
  border-radius: 22px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.signup-aside__glow {
  position: absolute;
  inset: 0 0 auto;
  height: 484px;
  background: radial-gradient(189.81% 117.65% at 100% 0%, rgb(255 255 255 / 0.18) 0%, rgb(255 255 255 / 0) 60%);
  pointer-events: none;
}

.signup-aside__content,
.signup-aside__footer {
  position: relative;
  z-index: 1;
}

.signup-aside__badge {
  display: inline-flex;
  height: 25px;
  padding: 6px 10px 0;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.15);
  align-items: flex-start;
  color: #ffffff;
  font-size: 10.8px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
}

.signup-aside h1 {
  margin: 13px 0 9px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.65px;
}

.signup-aside p {
  width: 250px;
  margin: 0;
  color: rgb(255 255 255 / 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
  text-align: left;
}

.signup-benefits {
  display: flex;
  width: 252px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.signup-benefits li {
  display: grid;
  min-height: 35px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: rgb(255 255 255 / 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.176px;
}

.signup-benefits span {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.15);
  place-items: center;
}

.signup-benefits svg {
  width: 16px;
  height: 16px;
}

.signup-benefits path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-aside__footer {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
  gap: 4px;
}

.signup-aside__footer strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-aside__footer span {
  max-width: 140px;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.signup-mobile-card {
  display: none;
}

.signup-form {
  position: relative;
  display: flex;
  width: 600px;
  min-height: 524px;
  padding: 26px 32px 24px;
  border-radius: 15px;
  background: #ffffff;
}

.signup-step {
  position: relative;
  display: flex;
  min-width: 0;
  width: 100%;
  min-height: 474px;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: column;
}

.signup-step[hidden] {
  display: none;
}

.signup-step__header {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.signup-step__header h2 {
  margin: 0;
  color: #0b0c10;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.176px;
}

.signup-step__header p {
  margin: 0;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-step__header > span {
  margin-top: 8px;
  color: #9aa0ae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  white-space: nowrap;
}

.signup-step__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.signup-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.signup-field,
.signup-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.signup-field > span,
.signup-label {
  display: flex;
  min-height: 16px;
  align-items: center;
  gap: 6px;
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.176px;
}

.signup-field b,
.signup-label b {
  color: #4475f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}

.signup-field input,
.signup-field textarea {
  width: 100%;
  border: 1px solid #d9dce6;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font: 400 14px/17px Inter, Arial, sans-serif;
  outline: none;
}

.signup-field input::placeholder,
.signup-field textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.signup-field input {
  height: 48px;
  padding: 14px;
}

.signup-field textarea {
  height: 103px;
  padding: 17px 14px 14px;
  resize: none;
}

.signup-field input:focus,
.signup-field textarea:focus {
  border-color: #4475f2;
  box-shadow: 0 0 0 3px rgb(68 117 242 / 0.12);
}

.signup-field--textarea > span {
  justify-content: space-between;
}

.signup-field em,
.signup-label em {
  color: #9aa0ae;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
}

.signup-label--split {
  justify-content: space-between;
}

.signup-label--split span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.signup-chips {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 6px;
}

.signup-chip {
  display: inline-flex;
  height: 35px;
  padding: 10px 15px 11px;
  cursor: pointer;
  border: 1px solid #d9dce6;
  border-radius: 10px;
  background: #ffffff;
  color: #1a1c24;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.signup-chip.is-active {
  border-color: #4475f2;
  background: #4475f2;
  color: #ffffff;
}

.signup-actions {
  display: flex;
  margin-top: auto;
  padding-top: 17px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.signup-step[data-signup-step="1"] {
  position: static;
}

.signup-step[data-signup-step="3"] {
  position: static;
}

.signup-step[data-signup-step="1"] .signup-actions {
  position: absolute;
  right: 32px;
  bottom: 69px;
  padding-top: 0;
}

.signup-action {
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  cursor: pointer;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.065px;
  white-space: nowrap;
}

.signup-action svg {
  width: 16px;
  height: 16px;
}

.signup-action path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.333;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-action--primary {
  min-width: 99px;
  border: 1px solid #4475f2;
  background: #4475f2;
  color: #ffffff;
}

.signup-action--soft {
  opacity: 0.45;
}

.signup-action--primary:not(:disabled) {
  opacity: 1;
}

.signup-action--primary:disabled {
  cursor: default;
  opacity: 0.45;
}

.signup-action--secondary {
  min-width: 90px;
  border: 1px solid #d9dce6;
  background: #ffffff;
  color: #0b0c10;
}

.signup-consent {
  display: grid;
  max-width: 390px;
  margin-top: 1px;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #6b7180;
  cursor: pointer;
}

.signup-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.signup-consent > span {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #4475f2;
  place-items: center;
}

.signup-consent svg {
  width: 16px;
  height: 16px;
}

.signup-consent path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.signup-consent input:not(:checked) + span {
  border: 1px solid #d9dce6;
  background: #ffffff;
}

.signup-consent input:not(:checked) + span svg {
  display: none;
}

.signup-consent small {
  color: #6b7180;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.176px;
}

.signup-consent a {
  color: #4475f2;
}

.signup-actions--final {
  position: absolute;
  right: 32px;
  bottom: 69px;
  left: 32px;
  justify-content: space-between;
  gap: 18px;
  padding-top: 0;
}

.signup-actions--final p {
  margin: 0;
  color: #9aa0ae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.signup-actions--final p strong {
  color: #18b45b;
  font-weight: 700;
}

.signup-actions--final p b {
  color: #0b0c10;
  font-weight: 700;
}

.signup-actions--final > div {
  display: flex;
  gap: 10px;
}

.signup-success[hidden] {
  display: none;
}

.signup-success {
  position: absolute;
  z-index: 90;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(1000px, calc(100vw - 48px));
  min-height: 454px;
  padding: 0;
  grid-template-columns: 360px minmax(0, 620px);
  gap: 20px;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: transparent;
  filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.35));
  animation: signup-success-in 360ms ease both;
}

.signup-success__aside {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 360px;
  min-height: 454px;
  padding: 26px 28px;
  border-radius: 18px;
  background: #4475f2;
  color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
}

.signup-success__inner {
  display: flex;
  width: 100%;
  min-height: 454px;
  padding: 50px 60px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgb(20 20 40 / 0.05), 0 0 0 1px #e8e8ed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.signup-success__icon {
  width: 84px;
  height: 84px;
}

.signup-success__icon svg {
  display: block;
  width: 84px;
  height: 84px;
}

.signup-success h2 {
  margin: 18px 0 8px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.52px;
  text-align: center;
}

.signup-success p {
  width: min(349px, 100%);
  margin: 0 0 22px;
  color: #6b6b7b;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.signup-success__meta {
  display: flex;
  width: min(379px, 100%);
  min-height: 66px;
  margin-bottom: 22px;
  padding: 14px 18px;
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  background: #f5f6fb;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.signup-success__meta div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
}

.signup-success__meta span {
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.47px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.signup-success__meta strong {
  max-width: 170px;
  overflow: hidden;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.signup-success__meta div:last-child strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
}

.signup-success__meta i {
  width: 1px;
  height: 32px;
  background: #e8e8ed;
  flex: 0 0 auto;
}

.signup-success__actions {
  display: flex;
  width: min(352px, 100%);
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.signup-success__primary,
.signup-success__secondary {
  display: inline-flex;
  height: 40px;
  padding: 11px 22px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.signup-success__primary {
  min-width: 135px;
  border: 0;
  background: #4475f2;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.signup-success__secondary {
  min-width: 206px;
  border: 1px solid #e8e8ed;
  background: #ffffff;
  color: #0e0e10;
  font-weight: 500;
}

.signup-success__telegram-link {
  display: none;
}

.signup-shell.is-submitted {
  position: relative;
  z-index: 80;
  width: 920px;
  min-height: 524px;
  grid-template-columns: 320px 600px;
  gap: 0;
}

body.signup-submitted .signup-page::before {
  content: "";
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgb(147 154 178 / 0.2);
  backdrop-filter: blur(3px);
  animation: signup-backdrop-in 260ms ease both;
}

.signup-shell.is-submitted > .signup-aside,
.signup-shell.is-submitted > .signup-form {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.signup-success__aside .signup-aside__badge {
  height: 23px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.18);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.68px;
}

.signup-success__aside .signup-aside__glow {
  height: 454px;
  border-radius: 18px;
}

.signup-success__aside .signup-aside h1,
.signup-success__aside h1 {
  margin: 21px 0 15px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.48px;
}

.signup-success__aside p {
  width: 270px;
  color: rgb(255 255 255 / 0.88);
  font-size: 12.5px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}

.signup-success__aside .signup-benefits {
  width: 304px;
  margin-top: 21px;
}

.signup-success__aside .signup-benefits li {
  min-height: 17px;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  font-size: 11.5px;
  line-height: 17px;
  letter-spacing: 0;
}

.signup-success__aside .signup-benefits span {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  background: rgb(255 255 255 / 0.22);
}

.signup-success__aside .signup-benefits svg {
  width: 12px;
  height: 12px;
}

.signup-success__aside .signup-aside__footer {
  margin-bottom: 0;
}

.signup-success__aside .signup-aside__footer strong {
  font-size: 12.5px;
  font-weight: 600;
}

@keyframes signup-success-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes signup-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (width <= 980px) {
  .login-page {
    padding: 96px 18px 56px;
  }

  .login-shell {
    display: flex;
    width: min(600px, calc(100vw - 36px));
    min-height: auto;
    flex-direction: column;
    filter: drop-shadow(0 20px 35px rgb(68 117 242 / 0.18));
  }

  .login-aside,
  .login-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .login-aside {
    min-height: auto;
    padding: 24px;
    border-radius: 22px 22px 0 0;
  }

  .login-aside p,
  .login-benefits,
  .login-aside__footer {
    width: 100%;
  }

  .login-aside__footer {
    margin-top: 42px;
  }

  .login-card {
    min-height: auto;
    padding: 30px 24px 28px;
    border: 1px solid #e8e8ed;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #ffffff;
  }

  .login-field input,
  .login-submit,
  .login-separator,
  .login-magic {
    width: 100%;
  }

  .code-page {
    padding: 96px 18px 56px;
  }

  .code-shell {
    width: min(600px, calc(100vw - 36px));
    max-width: none;
    grid-template-columns: 1fr;
  }

  .code-aside,
  .code-card {
    width: 100%;
  }

  .code-aside {
    min-height: auto;
    padding: 24px;
  }

  .code-aside__intro,
  .code-aside__intro p,
  .code-aside__stats,
  .code-aside__stats > div,
  .code-aside__stats p {
    width: 100%;
  }

  .code-card {
    min-height: auto;
  }

  .code-steps,
  .code-step,
  .activation-box,
  .code-actions {
    width: 100%;
  }

  .activation-code {
    width: 100%;
  }

  .signup-page {
    padding: 96px 18px 56px;
  }

  .signup-shell,
  .signup-shell.is-submitted {
    width: min(600px, calc(100vw - 36px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .signup-aside,
  .signup-shell.is-submitted .signup-aside {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 22px;
    border-radius: 20px 20px 0 0;
  }

  .signup-aside p,
  .signup-benefits {
    width: 100%;
  }

  .signup-aside__footer {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .signup-form {
    width: 100%;
    min-height: 500px;
    border-radius: 0 0 15px 15px;
  }

  .signup-success {
    width: min(600px, calc(100vw - 36px));
    min-height: 420px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 0 0 18px 18px;
  }

  .signup-success__aside {
    width: 100%;
    min-height: auto;
    padding: 22px;
    border-radius: 18px 18px 0 0;
  }

  .signup-success__aside p,
  .signup-success__aside .signup-benefits {
    width: 100%;
  }

  .signup-success__inner {
    width: 100%;
    border-radius: 0 0 18px 18px;
  }
}

@media (width <= 640px) {
  .login-page {
    height: 100dvh;
    min-height: 0;
    padding: 80px 0 48px;
    background: #f3f5fb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .login-shell {
    width: min(420px, calc(100vw - 48px));
    gap: 14px;
    filter: none;
  }

  .login-aside {
    padding: 17px 16px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgb(68 117 242 / 0.16);
  }

  .login-aside h1 {
    width: 100%;
    margin: 15px 0 8px;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.45px;
  }

  .login-aside__badge {
    height: 20px;
    padding: 4px 9px 0;
    border-radius: 7px;
    font-size: 9.5px;
    line-height: 12px;
    letter-spacing: 0.58px;
  }

  .login-aside p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .login-benefits,
  .login-aside__footer {
    display: none;
  }

  .login-card {
    padding: 17px 16px 16px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgb(16 28 55 / 0.08);
  }

  .login-card h2 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .login-card > p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 15px;
  }

  .login-field > span,
  .login-label-row span {
    font-size: 10.5px;
    line-height: 13px;
    letter-spacing: 1.05px;
    text-transform: uppercase;
  }

  .login-field b,
  .login-label-row b {
    font-size: 10.5px;
    line-height: 13px;
  }

  .login-field input {
    height: 42px;
    padding: 12px 14px 12px 40px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
  }

  .login-field i {
    left: 14px;
    bottom: 12px;
  }

  .login-label-row {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .login-label-row a {
    font-size: 10.5px;
    line-height: 13px;
  }

  .login-label-row {
    align-items: flex-start;
    gap: 12px;
  }

  .login-remember {
    margin: 12px 0 14px;
    font-size: 12px;
    line-height: 15px;
  }

  .login-submit {
    height: 42px;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgb(68 117 242 / 0.25);
    font-size: 14px;
    line-height: 17px;
  }

  .login-separator {
    height: 16px;
    margin: 14px 0 12px;
  }

  .login-magic {
    min-height: 42px;
    height: 42px;
    border-radius: 10px;
    filter: none;
    font-size: 13px;
    line-height: 16px;
  }

  .login-card__signup {
    display: block;
    margin-top: 14px;
    color: #7a85a8;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .login-card__signup a {
    color: #4475f2;
    font-weight: 700;
    text-decoration: none;
  }

  .magic-link-panel {
    overflow-y: auto;
    padding: 88px 20px 24px;
    align-items: flex-start;
    place-items: start center;
    -webkit-overflow-scrolling: touch;
  }

  .magic-link-panel__inner {
    width: min(420px, calc(100vw - 40px));
    height: auto;
    flex-direction: column;
    gap: 14px;
  }

  .magic-card {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px 22px;
    overflow: hidden;
  }

  .magic-card__close {
    top: 14px;
    right: 14px;
  }

  .magic-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .magic-card h3 {
    margin: 20px 0 8px;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.44px;
  }

  .magic-card p,
  .magic-card--sent p,
  .magic-email,
  .magic-email input,
  .magic-primary,
  .magic-secondary,
  .magic-card--request > small,
  .magic-card--sent > small {
    width: 100%;
  }

  .magic-card--sent h3,
  .magic-card--sent > p,
  .magic-mail-preview,
  .magic-secondary,
  .magic-card--sent > small {
    position: static;
  }

  .magic-card--sent h3 {
    margin: 21px 0 9px;
  }

  .magic-email {
    margin-top: 26px;
  }

  .magic-primary {
    height: 42px;
    gap: 4px;
  }

  .magic-mail-preview {
    width: 100%;
    height: auto;
    min-height: 56px;
    margin-top: 17px;
    overflow: hidden;
    align-items: flex-start;
  }

  .magic-secondary {
    height: 43px;
    margin-top: 14px;
    padding: 0 14px;
    align-items: center;
  }

  .magic-card--sent > small {
    margin-top: 8px;
  }

  .magic-mail-preview div {
    flex: 1 1 auto;
    min-width: 0;
  }

  .magic-mail-preview strong,
  .magic-mail-preview small {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .login-error {
    display: block;
    padding: 0;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
  }

  .login-error__dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-width: none;
    height: 292.75px;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
  }

  .login-error__dialog::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .login-error__icon {
    top: 32px;
    left: 20px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 24px;
    line-height: 24px;
  }

  .login-error__dialog h3 {
    top: 102px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 25px;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .login-error__dialog p {
    top: 136px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 61px;
    color: #6b6b7b;
    font-size: 13px;
    line-height: 20px;
  }

  .login-error__actions {
    top: 212.75px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 50px;
    display: block;
  }

  .login-error__retry {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-color: #e6e9ef;
    border-radius: 14px;
    color: #0a0f1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .login-error__register {
    display: none;
  }

  .login-error__close {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 16px;
    background: #f2f4f8;
    color: #6b7385;
    font-size: 18px;
    line-height: 18px;
  }

  .code-page {
    height: 100dvh;
    min-height: 0;
    padding: 76px 0 0;
    background: #f3f5fb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .code-shell {
    display: block;
    width: 100vw;
    min-height: calc(100dvh - 76px);
    overflow: visible;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgb(68 117 242 / 0.18);
  }

  .code-aside {
    position: relative;
    display: block;
    min-height: auto;
    padding: 28px 16px 12px;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    color: #0b1437;
  }

  .code-aside::before {
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    margin: -17px auto 17px;
    border-radius: 999px;
    background: #dfe5f2;
  }

  .code-mobile-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    background: #f1f3f8;
    color: #7a85a8;
    place-items: center;
    font-size: 20px;
    line-height: 1;
  }

  .code-aside__intro > span {
    display: block;
    margin-bottom: 8px;
    color: #7a85a8;
    font-size: 10.5px;
    letter-spacing: 1.05px;
  }

  .code-aside h1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    color: #0b1437;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.4px;
  }

  .code-aside h1 br {
    display: none;
  }

  .code-aside__intro p {
    color: #7a85a8;
    font-size: 12.5px;
    line-height: 19px;
    max-width: 247px;
  }

  .code-aside__stats {
    display: none;
  }

  .code-card {
    padding: 0 16px 12px;
    border-radius: 0 0 18px 18px;
    background: #ffffff;
    gap: 7px;
  }

  .code-step {
    min-height: 47px;
    padding: 9px 10px;
    grid-template-columns: 20px 1fr;
    gap: 9px;
    border-radius: 9px;
  }

  .code-step:nth-child(2) {
    min-height: 47px;
  }

  .code-step--active {
    min-height: 56px;
  }

  .code-step > span {
    width: 20px;
    height: 20px;
    font-size: 10.5px;
    line-height: 13px;
  }

  .code-step strong {
    font-size: 12px;
    line-height: 15px;
  }

  .code-title-desktop {
    display: none;
  }

  .code-title-mobile {
    display: inline;
  }

  .code-step small {
    margin-top: 0;
    font-size: 10.5px;
    line-height: 14px;
  }

  .code-step a {
    display: none;
  }

  .activation-box {
    min-height: 174px;
    padding: 12px 13px 12px;
    border-radius: 10px;
    background: #edf3ff;
    box-shadow: none;
    gap: 8px;
  }

  .activation-box__title span {
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: 0.84px;
  }

  .activation-code {
    display: grid;
    width: 100%;
    min-height: 94px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 31px);
    gap: 7px 5px;
    justify-content: center;
  }

  .activation-code > span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    align-self: center;
  }

  .activation-code > span:nth-of-type(1) {
    grid-column: 5;
    grid-row: 1;
  }

  .activation-code > span:nth-of-type(2) {
    grid-column: 5;
    grid-row: 2;
  }

  .activation-code > span:nth-of-type(3) {
    display: none;
  }

  .activation-code__group {
    display: contents;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(1) input:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(1) {
    grid-column: 6;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(2) {
    grid-column: 7;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(3) {
    grid-column: 8;
    grid-row: 1;
  }

  .activation-code__group:nth-of-type(2) input:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(1) {
    grid-column: 2;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(2) {
    grid-column: 3;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(3) {
    grid-column: 4;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(3) input:nth-child(4) {
    grid-column: 6;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(1) {
    grid-column: 7;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(2) {
    grid-column: 8;
    grid-row: 2;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(3) {
    grid-column: 4;
    grid-row: 3;
  }

  .activation-code__group:nth-of-type(4) input:nth-child(4) {
    grid-column: 5;
    grid-row: 3;
  }

  .activation-code input {
    width: 100%;
    height: 31px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .activation-progress {
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: 0.84px;
  }

  .code-actions {
    height: auto;
    flex-direction: column;
    gap: 6px;
  }

  .code-close,
  .code-unlock {
    width: 100%;
    height: 41px;
    border-radius: 10px;
  }

  .code-close {
    order: 0;
    font-size: 13px;
  }

  .code-unlock {
    order: 1;
    font-size: 13px;
    box-shadow: 0 10px 20px rgb(68 117 242 / 0.22);
  }

  .signup-page {
    padding: 84px 12px 36px;
  }

  .signup-form {
    padding: 22px 18px 20px;
  }

  .signup-step {
    min-height: auto;
  }

  .signup-step__header {
    gap: 12px;
  }

  .signup-step__header h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .signup-fields {
    grid-template-columns: 1fr;
  }

  .signup-actions,
  .signup-actions--final {
    align-items: stretch;
    flex-direction: column;
  }

  .signup-actions--final > div {
    width: 100%;
  }

  .signup-action {
    flex: 1;
  }

  .signup-success {
    padding: 24px 16px;
  }

  .signup-success__inner {
    min-height: 360px;
    padding: 12px 0;
  }

  .signup-success__meta,
  .signup-success__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .signup-success__meta i {
    width: 100%;
    height: 1px;
  }

  .signup-success__primary,
  .signup-success__secondary {
    width: 100%;
  }
}

@media (max-width: 720px) {
  body.registration-mode {
    background: #f3f5fa;
  }

  body.registration-mode .site-header {
    background: #f3f5fa;
  }

  .signup-page {
    min-height: 100dvh;
    padding: 89px 16px 32px;
    background: #f3f5fa;
    align-items: flex-start;
    overflow-x: hidden;
  }

  .signup-shell,
  .signup-shell.is-submitted {
    display: flex;
    width: min(327px, calc(100vw - 32px));
    min-height: auto;
    margin: 0 auto;
    filter: none;
    flex-direction: column;
    gap: 10px;
  }

  .signup-aside,
  .signup-shell.is-submitted .signup-aside {
    width: 100%;
    min-height: 190px;
    margin: 0;
    padding: 16px 16px 17px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgb(48 94 220 / 0.22);
    justify-content: flex-start;
  }

  .signup-aside__glow {
    height: 100%;
  }

  .signup-aside__badge {
    height: 23px;
    padding: 5px 9px 0;
    border-radius: 7px;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 0.7px;
  }

  .signup-aside h1 {
    margin: 11px 0 7px;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: -0.45px;
  }

  .signup-aside p {
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }

  .signup-benefits {
    width: 100%;
    margin-top: 12px;
    gap: 6px;
  }

  .signup-benefits li {
    min-height: 16px;
    grid-template-columns: 13px 1fr;
    gap: 5px;
    font-size: 9.5px;
    line-height: 13px;
  }

  .signup-benefits span {
    width: 13px;
    height: 13px;
    margin-top: 0;
    background: transparent;
  }

  .signup-benefits svg {
    width: 12px;
    height: 12px;
  }

  .signup-aside__footer {
    display: none;
  }

  .signup-mobile-card {
    position: relative;
    z-index: 1;
  }

  .signup-shell[data-active-step="2"] .signup-aside,
  .signup-shell[data-active-step="3"] .signup-aside {
    min-height: 89px;
    padding: 12px 16px;
  }

  .signup-shell[data-active-step="2"] .signup-aside__content,
  .signup-shell[data-active-step="2"] .signup-aside__footer,
  .signup-shell[data-active-step="3"] .signup-aside__content,
  .signup-shell[data-active-step="3"] .signup-aside__footer {
    display: none;
  }

  .signup-shell[data-active-step="2"] [data-signup-mobile-card="2"],
  .signup-shell[data-active-step="3"] [data-signup-mobile-card="3"] {
    display: block;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card h1,
  .signup-shell[data-active-step="3"] .signup-mobile-card h1 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.35px;
  }

  .signup-shell[data-active-step="2"] .signup-mobile-card p {
    width: 270px;
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 14px;
  }

  .signup-form {
    width: 100%;
    min-height: auto;
    padding: 31px 16px 18px;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgb(20 30 50 / 0.08), 0 0 0 1px #eef1f7;
  }

  .signup-form::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    right: 16px;
    height: 4px;
    border-radius: 999px;
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) right / 31% 100% no-repeat;
  }

  .signup-shell[data-active-step="2"] .signup-form::before {
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#e6eaf2 0 0) right / 31% 100% no-repeat;
  }

  .signup-shell[data-active-step="3"] .signup-form::before {
    background:
      linear-gradient(#4475f2 0 0) left / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) center / 31% 100% no-repeat,
      linear-gradient(#4475f2 0 0) right / 31% 100% no-repeat;
  }

  .signup-step {
    min-height: auto;
  }

  .signup-step__header {
    display: flex;
    margin-bottom: 17px;
    gap: 3px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .signup-step__header > span {
    margin: 0;
    color: #8a94a8;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.4px;
  }

  .signup-step__header h2 {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }

  .signup-step__header p {
    margin-top: 3px;
    color: #7d8798;
    font-size: 11px;
    line-height: 15px;
  }

  .signup-step__content {
    gap: 13px;
  }

  .signup-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .signup-field,
  .signup-group {
    gap: 6px;
  }

  .signup-field > span,
  .signup-label {
    min-height: 13px;
    gap: 5px;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
  }

  .signup-field b,
  .signup-label b {
    font-size: 9.5px;
    line-height: 12px;
  }

  .signup-field em,
  .signup-label em {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: none;
  }

  .signup-field input,
  .signup-field textarea {
    border-radius: 9px;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-field input {
    height: 42px;
    padding: 12px 13px;
  }

  .signup-field textarea {
    height: 78px;
    padding: 12px 13px;
  }

  .signup-field input::placeholder,
  .signup-field textarea::placeholder {
    color: #8b94a6;
    opacity: 1;
  }

  .signup-chips {
    gap: 7px;
  }

  .signup-chip {
    height: 34px;
    padding: 9px 13px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
  }

  .signup-chip.is-active {
    box-shadow: 0 10px 18px rgb(68 117 242 / 0.24);
  }

  .signup-actions,
  .signup-step[data-signup-step="1"] .signup-actions,
  .signup-actions--final {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
  }

  .signup-step[data-signup-step="2"],
  .signup-step[data-signup-step="3"] {
    min-height: 468px;
  }

  .signup-step[data-signup-step="3"] {
    height: 468px;
  }

  .signup-step[data-signup-step="2"] .signup-actions,
  .signup-step[data-signup-step="3"] .signup-actions {
    margin-top: auto;
  }

  .signup-step[data-signup-step="2"] .signup-actions {
    margin-top: 26px;
  }

  .signup-action {
    height: 43px;
    min-width: 0;
    border-radius: 11px;
    font-size: 12px;
    line-height: 15px;
  }

  .signup-action--primary {
    flex: 1;
  }

  .signup-action--secondary {
    width: 43px;
    flex: 0 0 43px;
    padding: 0;
  }

  .signup-action--secondary span {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }

  .signup-actions--final {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .signup-actions--final p {
    order: 2;
    text-align: center;
  }

  .signup-actions--final > div {
    display: flex;
    width: 100%;
    gap: 9px;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final {
    display: grid;
    flex: 1 1 auto;
    margin-top: 8px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    align-items: stretch;
    gap: 0;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final p {
    order: 0;
    grid-row: 1;
    width: 100%;
    text-align: center;
  }

  .signup-step[data-signup-step="3"] .signup-actions--final > div {
    display: grid;
    width: 100%;
    grid-row: 3;
    grid-template-columns: 43px minmax(0, 1fr);
    justify-self: stretch;
    gap: 9px;
  }

  .signup-step[data-signup-step="3"] .signup-action--primary {
    width: 100%;
    min-width: 0;
  }

  .signup-consent {
    max-width: none;
    grid-template-columns: 18px 1fr;
    gap: 8px;
  }

  .signup-consent small {
    font-size: 10px;
    line-height: 15px;
  }

  .signup-shell.is-submitted {
    width: min(360px, 100vw);
    min-height: calc(100dvh - 24px);
    justify-content: flex-end;
    gap: 0;
  }

  .signup-shell.is-submitted > .signup-aside,
  .signup-shell.is-submitted > .signup-form {
    display: none;
  }

  body.signup-submitted .signup-page::before {
    z-index: 70;
    background: rgb(226 229 236 / 0.62);
    backdrop-filter: blur(1.5px);
  }

  .signup-success {
    position: fixed;
    z-index: 90;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    min-height: 398.75px;
    padding: 0;
    transform: none;
    border-radius: 24px 24px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgb(15 23 42 / 0.15);
    filter: none;
    animation: signup-success-in 260ms ease both;
  }

  .signup-success::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 42px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 3px;
    background: #e6e9ef;
  }

  .signup-success__aside {
    display: none;
  }

  .signup-success__inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 398.75px;
    padding: 0;
    border-radius: 24px 24px 0 0;
    background: transparent;
    box-shadow: none;
  }

  .signup-success__icon {
    position: absolute;
    top: 32px;
    left: 50%;
    display: grid;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
    border-radius: 18px;
    background: #dcfce7;
    place-items: center;
  }

  .signup-success__icon svg {
    display: none;
  }

  .signup-success__icon::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.2 9.2h13.6v9.6H6.2V9.2Z' stroke='%2316A34A' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M6.2 9.4 13 14.5l6.8-5.1' stroke='%2316A34A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='20.3' cy='20.3' r='4.2' fill='%2316A34A' stroke='white' stroke-width='2'/%3E%3Cpath d='m18.6 20.2 1.1 1.1 2.2-2.5' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .signup-success h2 {
    position: absolute;
    top: 110px;
    left: 20px;
    right: 20px;
    margin: 0;
    color: #0a0f1f;
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: -0.21px;
  }

  .signup-success p {
    position: absolute;
    top: 144px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    color: #6b7385;
    font-size: 13.5px;
    line-height: 20px;
  }

  .signup-success__meta {
    position: absolute;
    top: 220.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    min-height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .signup-success__meta div {
    min-width: 0;
    height: 52px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f2f4f8;
    align-items: flex-start;
    gap: 4px;
  }

  .signup-success__meta i {
    display: none;
  }

  .signup-success__meta span {
    width: 100%;
    color: #6b7385;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-align: left;
  }

  .signup-success__meta strong {
    max-width: 100%;
    color: #0a0f1f;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.13px;
    text-align: left;
  }

  .signup-success__meta div:last-child strong {
    font-size: 11.5px;
    line-height: 14px;
  }

  .signup-success__actions {
    position: absolute;
    top: 291.75px;
    left: 20px;
    right: 20px;
    display: grid;
    width: auto;
    height: 50px;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 8px;
    align-items: stretch;
  }

  .signup-success__primary,
  .signup-success__secondary {
    width: auto;
    height: 50px;
    padding: 0 16px;
    border-radius: 14px;
  }

  .signup-success__primary {
    min-width: 0;
    background: #4475f2;
    box-shadow: 0 6px 16px rgb(59 91 219 / 0.3);
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .signup-success__secondary {
    position: relative;
    min-width: 0;
    padding: 0;
    border-color: #e6e9ef;
    color: transparent;
    overflow: hidden;
  }

  .signup-success__secondary::before {
    content: "↗";
    position: absolute;
    inset: 0;
    display: grid;
    color: #0a0f1f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    place-items: center;
  }

  .signup-success__telegram-link {
    position: absolute;
    top: 351.75px;
    left: 20px;
    right: 20px;
    display: flex;
    height: 15px;
    align-items: center;
    justify-content: center;
    color: #4475f2;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  background-color: #ffffff;
  background-image: url("./assets/white-backgr.svg"), url("./assets/black-backgr.svg");
  background-position: top center, top center;
  background-size: 1920px 10717px, 1920px 10712px;
  background-repeat: no-repeat, no-repeat;
  color: var(--color-ink);
  font-family: Inter, Arial, sans-serif;
  -ms-overflow-style: none;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

html.scroll-animations-ready .page > section.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--entered {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--initial {
  transition: none;
  transition-delay: 0ms;
}

html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--above {
  opacity: 0;
  transform: translate3d(0, -14px, 0);
  transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
  html.scroll-animations-ready .page > section.scroll-reveal,
  html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--entered,
  html.scroll-animations-ready .page > section.scroll-reveal.scroll-reveal--above {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--header-height);
  background: var(--color-white);
}

.header-left {
  position: absolute;
  top: 12px;
  left: 22px;
  width: 446.94px;
  height: 40px;
}

.burger-button {
  position: absolute;
  top: 50%;
  left: 66px;
  display: inline-grid;
  width: 37px;
  height: 29px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  place-items: center;
}

.burger-button svg {
  display: block;
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.burger-button:focus-visible,
.login-link:focus-visible,
.registration-button:focus-visible,
.brand:focus-visible,
.menu-panel a:focus-visible,
.menu-close:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}

.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 154px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.brand svg {
  display: block;
  width: 154px;
  height: 28px;
}

.header-actions {
  display: contents;
}

.login-link {
  position: absolute;
  top: calc(50% - 19px / 2 - 0.5px);
  right: 227px;
  display: flex;
  width: 105px;
  height: 19px;
  color: var(--color-ink);
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.registration-button {
  position: absolute;
  top: 11px;
  left: auto;
  right: 92px;
  display: inline-flex;
  width: 135px;
  height: 42px;
  padding: 13.5px 18px 14.5px;
  cursor: pointer;
  border: 0;
  border-radius: 12px;
  background: #22252f;
  color: var(--color-white);
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.registration-button span {
  display: flex;
  width: 93px;
  height: 19px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
}

.registration-button svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.registration-button svg path {
  stroke-width: 1.4;
}

.menu-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  opacity: 0;
  background: rgb(147 154 178 / 0.2);
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition:
    opacity 300ms ease,
    backdrop-filter 300ms ease;
}

.menu-backdrop[hidden] {
  display: none;
}

.menu-panel {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  display: flex;
  width: 786px;
  max-width: 100vw;
  height: 100vh;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-18px, 0, 0) scale(0.985);
  transform-origin: left center;
  color: #0b1437;
  font-family: Inter, Arial, sans-serif;
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.menu-panel[hidden] {
  display: none;
}

.menu-left {
  position: relative;
  display: flex;
  width: 371px;
  height: 100%;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 24px 0 60px rgb(13 26 74 / 0.18);
  transition:
    opacity 280ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-head {
  box-sizing: border-box;
  display: flex;
  width: 371px;
  height: 73px;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 18px 22px;
  border-bottom: 1px solid #e3e8f3;
}

.menu-brand {
  display: flex;
  width: 150px;
  height: 30px;
  align-items: center;
  gap: 10px;
}

.menu-brand__mark {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.menu-brand span:last-child {
  width: 109px;
  height: 25px;
  color: #000000;
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
}

.menu-brand em {
  color: #4475f2;
  font-style: normal;
}

.menu-close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  place-items: center;
}

.menu-close svg {
  width: 36px;
  height: 36px;
}

.menu-search {
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 371px;
  height: 70px;
  align-items: flex-start;
  padding: 18px 22px 6px;
}

.menu-search span {
  display: flex;
  position: relative;
  width: 327px;
  height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 14px 0 40px;
  border-radius: 10px;
  background: #eef2fb;
  color: #7a85a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.menu-search svg {
  position: absolute;
  top: 33px;
  left: 36px;
  z-index: 1;
  width: 16px;
  height: 16px;
}

.menu-nav,
.menu-soon {
  position: relative;
  width: 371px;
}

.menu-nav {
  height: 377px;
}

.menu-soon {
  height: 117px;
}

.menu-label {
  position: absolute;
  top: 23px;
  left: 26px;
  display: flex;
  height: 13px;
  align-items: center;
  color: #7a85a8;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.menu-link {
  position: absolute;
  left: 14px;
  display: flex;
  box-sizing: border-box;
  width: 343px;
  height: 65px;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  color: #0b1437;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  transition:
    opacity 280ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms ease;
}

.menu-link--active {
  background: linear-gradient(90deg, #dde7ff 0%, rgb(221 231 255 / 0) 100%);
}

.menu-nav .menu-link:nth-of-type(1) { top: 44px; }
.menu-nav .menu-link:nth-of-type(2) { top: 109px; }
.menu-nav .menu-link:nth-of-type(3) { top: 174px; }
.menu-nav .menu-link:nth-of-type(4) { top: 239px; }
.menu-nav .menu-link:nth-of-type(5) { top: 304px; }
.menu-soon .menu-link { top: 44px; opacity: 0.7; }

.menu-link:hover {
  background: linear-gradient(90deg, #dde7ff 0%, rgb(221 231 255 / 0) 100%);
}

.menu-link__icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #eef2fb;
  color: #4475f2;
  font-size: 16px;
  line-height: 1;
  place-items: center;
}

.menu-link__icon svg {
  width: 22px;
  height: 22px;
}

.menu-link__text {
  display: flex;
  width: 150px;
  height: 41px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.menu-link__text strong {
  display: flex;
  height: 22px;
  align-items: center;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.menu-link--active .menu-link__text strong {
  color: #4475f2;
}

.menu-link__text small {
  display: flex;
  height: 15px;
  align-items: center;
  color: #7a85a8;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.menu-pill {
  display: flex;
  height: 21px;
  margin-left: auto;
  align-items: center;
  padding: 3px 8px;
  border-radius: 5px;
  background: #dde7ff;
  color: #4475f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  white-space: nowrap;
}

.menu-footer {
  box-sizing: border-box;
  display: flex;
  width: 371px;
  height: 117px;
  margin-top: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  border-top: 1px solid #e3e8f3;
  background: linear-gradient(180deg, #ffffff 0%, #eef2fb 100%);
}

.menu-access {
  display: flex;
  width: 327px;
  height: 49px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  background: #4475f2;
  box-shadow: 0 10px 22px rgb(38 96 255 / 0.3);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.menu-status {
  display: flex;
  width: 327px;
  height: 17px;
  align-items: center;
  justify-content: space-between;
}

.menu-status span,
.menu-status a {
  display: flex;
  height: 17px;
  align-items: center;
  color: #7a85a8;
  font-size: 12px;
  line-height: 15px;
}

.menu-status span {
  gap: 8px;
  font-weight: 400;
}

.menu-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00c2a8;
}

.menu-status a {
  color: #3a456b;
  font-weight: 600;
}

.menu-promo {
  box-sizing: border-box;
  display: flex;
  width: 416px;
  height: 100%;
  min-height: 720px;
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 34px 32px 34.02px;
  border-radius: 7px 44px 44px 0;
  background: linear-gradient(171.79deg, #4475f2 0%, #4475f2 90%);
  color: #ffffff;
  transition:
    opacity 300ms ease 70ms,
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1) 70ms;
}

.menu-promo__intro {
  display: flex;
  width: 356px;
  height: 224.05px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14.1px;
}

.menu-active-badge {
  display: flex;
  width: 162px;
  height: 29px;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 5px;
  background: rgb(255 255 255 / 0.1);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-active-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00c2a8;
}

.menu-promo h2 {
  width: 282px;
  height: 120px;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -0.95px;
}

.menu-promo p {
  width: 333px;
  height: 44px;
  margin: 0;
  color: rgb(255 255 255 / 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.menu-feature-grid {
  display: grid;
  width: 356px;
  height: 85px;
  margin: 24px 0;
  grid-template-columns: repeat(4, 81.5px);
  gap: 10px;
}

.menu-feature-grid span {
  display: flex;
  width: 81.5px;
  height: 85px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}

.menu-feature-grid i {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #ffffff;
  color: #4475f2;
  font-style: normal;
  place-items: center;
}

.menu-feature-grid svg {
  display: block;
}

.menu-stats {
  display: grid;
  width: 356px;
  height: 50px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 18px;
}

.menu-stats span {
  display: flex;
  min-width: 100px;
  height: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.5px;
}

.menu-stats strong {
  height: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.menu-stats small {
  height: 13px;
  color: rgb(255 255 255 / 0.55);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  background: var(--color-white);
}

body.menu-open .burger-button svg {
  opacity: 0.72;
  transform: scale(0.92);
}

body.menu-open .menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.menu-open .menu-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

body.menu-open .menu-left,
body.menu-open .menu-promo,
body.menu-open .menu-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.menu-open .menu-nav .menu-link:nth-of-type(1) { transition-delay: 60ms, 60ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(2) { transition-delay: 85ms, 85ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(3) { transition-delay: 110ms, 110ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(4) { transition-delay: 135ms, 135ms, 0ms; }
body.menu-open .menu-nav .menu-link:nth-of-type(5) { transition-delay: 160ms, 160ms, 0ms; }
body.menu-open .menu-soon .menu-link { transition-delay: 185ms, 185ms, 0ms; }

@media (prefers-reduced-motion: reduce) {
  .burger-button svg,
  .menu-backdrop,
  .menu-panel,
  .menu-left,
  .menu-promo,
  .menu-link {
    transition: none;
  }
}

section[id],
article[id] {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.page {
  overflow-x: clip;
  padding-top: var(--header-height);
  background: transparent;
}

.hero-section {
  position: relative;
  min-height: 1016px;
  overflow: visible;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  pointer-events: none;
}

.bg-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.82;
}

.bg-mark::before,
.bg-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1.35px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #bcc3ce;
}

.bg-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bg-mark.cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bg-mark.cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.placeholder-copy {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 228px;
  text-align: center;
}

.hero-title {
  margin: 0;
  color: #171719;
  font-family: Inter, Arial, sans-serif;
  font-size: 67.92px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.8px;
}

.hero-title span {
  display: block;
}

.hero-title span + span {
  margin-top: 6px;
}

.hero-title em {
  color: #4475f2;
  font-style: normal;
}

.hero-subtitle {
  width: min(760px, 100%);
  margin: 24px auto 0;
  color: #5e6282;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.16px;
}

.hero-subtitle span {
  display: block;
}

.tool-strip {
  display: flex;
  width: 360px;
  margin: 54px auto 0;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  transform: translateX(-11px);
}

.tool-card {
  display: grid;
  width: 72px;
  justify-items: center;
  gap: 0;
}

.tool-icon {
  display: grid;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 0;
  align-items: center;
  justify-items: center;
  color: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  box-shadow: none;
  overflow: visible;
}

.tool-icon svg {
  display: block;
}

.tool-card--chatgpt .tool-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #0aa982;
}

.tool-card--chatgpt .tool-icon svg {
  width: 50px;
  height: 50px;
}

.tool-card--claude .tool-icon {
  background: transparent;
}

.tool-card--gemini .tool-icon {
  background: transparent;
}

.tool-card--gemini .tool-icon::after {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  content: "";
  background: url("./assets/icon-gemini.svg") center / contain no-repeat;
}

.tool-card--claude .tool-icon svg,
.tool-card--gemini .tool-icon svg {
  position: absolute;
  top: -14px;
  left: -20px;
  width: 96px;
  height: 96px;
}

.tool-card--gemini .tool-icon > svg g > path {
  display: none;
}

.tool-card--vpn .tool-icon {
  background: transparent;
}

.tool-card--vpn .tool-icon svg {
  position: absolute;
  top: -14px;
  left: -20px;
  width: 96px;
  height: 96px;
}

.tool-card--more .tool-icon {
  background: transparent;
}

.tool-card--more .tool-icon svg {
  position: absolute;
  top: -12px;
  left: -16px;
  width: 88px;
  height: 88px;
}

.tool-label {
  margin-top: 8px;
  color: #747474;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.hero-cta {
  display: inline-flex;
  width: 280.23px;
  height: 56px;
  margin-top: 35px;
  transform: translateX(-11px);
  border-radius: 16px;
  background: linear-gradient(135deg, #4475f2 0%, #4475f2 100%);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgb(68 117 242 / 0.69);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.hero-note {
  width: 234.84px;
  margin: 12px auto 0;
  transform: translateX(-11px);
  color: #9a9ea6;
  opacity: 0.5;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.hero-floating {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.float-icon,
.float-tag {
  position: absolute;
  display: grid;
  transform: translate(-50%, -50%);
  place-items: center;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.float-icon {
  color: #ffffff;
  box-shadow: 0 8px 18px rgb(23 26 38 / 0.08);
}

.float-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.float-icon--sail {
  top: 190px;
  left: calc(50% - 675px);
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.float-icon--xai {
  top: 225px;
  left: calc(50% - 522px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--arrows {
  top: 322px;
  left: calc(50% - 715px);
  width: 64px;
  height: 64px;
  box-shadow: none;
}

.float-icon--pixel {
  top: 368px;
  left: calc(50% - 585px);
  width: 96px;
  height: 96px;
  box-shadow: none;
}

.float-icon--badge {
  top: 545px;
  left: calc(50% - 650px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--teal {
  top: 640px;
  left: calc(50% - 610px);
  width: 80px;
  height: 80px;
  box-shadow: none;
}

.float-icon--github {
  top: 530px;
  left: calc(50% - 486px);
  width: 80px;
  height: 80px;
  z-index: 1;
  box-shadow: none;
}

.float-tag {
  height: 25px;
  padding: 0 18px;
  border-radius: 8px;
  color: #1b1a1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-synthesis: none;
}

.float-tag::before {
  position: absolute;
  width: 17px;
  height: 17px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.float-tag--learn {
  top: 493px;
  left: calc(50% - 441px);
  width: 151px;
  height: 43px;
  padding: 0;
  z-index: 2;
  background: transparent;
  box-shadow: none;
}

.float-tag--learn::before {
  display: none;
}

.learn-pill {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.learn-pill text {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
}

.learn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.float-tag--growth {
  top: 322px;
  left: calc(50% + 445px);
  width: 127.22px;
  height: 25px;
  padding: 0;
  background: #ffde6a;
  box-shadow: inset 0 0 0 1px #ffeba4;
}

.float-tag--growth::before {
  top: -12px;
  left: -13px;
  background-image: url("./assets/tag-arrow-growth.svg");
}

.float-tag--startup {
  top: 502px;
  left: calc(50% + 382px);
  width: 120px;
  height: 25px;
  padding: 0;
  background: url("./assets/tag-startup.svg") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

.float-tag--startup::before {
  top: -12px;
  left: -15px;
  background-image: url("./assets/tag-arrow-startup.svg");
}

.float-icon--leaf {
  top: 302px;
  left: calc(50% + 584px);
  width: 96px;
  height: 96px;
  background: url("./assets/icon-leaf.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--slack {
  top: 220px;
  left: calc(50% + 720px);
  width: 80px;
  height: 80px;
  background: url("./assets/icon-slack.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--wave {
  top: 348px;
  left: calc(50% + 720px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-wave.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--s {
  top: 470px;
  left: calc(50% + 510px);
  width: 96px;
  height: 96px;
  background: url("./assets/icon-stripe.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--zen {
  top: 465px;
  left: calc(50% + 652px);
  width: 80px;
  height: 80px;
  background: url("./assets/icon-zen.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--blocks {
  top: 605px;
  left: calc(50% + 720px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-blocks.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--black {
  top: 650px;
  left: calc(50% + 590px);
  width: 64px;
  height: 64px;
  background: url("./assets/icon-black.svg") center / contain no-repeat;
  box-shadow: none;
}

.float-icon--leaf > span,
.float-icon--slack > span,
.float-icon--wave > span,
.float-icon--s > span,
.float-icon--zen > span,
.float-icon--blocks > span,
.float-icon--black > span {
  display: none;
}

.founders-section {
  position: relative;
  z-index: 3;
  margin-top: -179px;
  padding: 0 24px 96px;
}

.founders-container {
  position: relative;
  display: flex;
  width: min(1080px, 100%);
  min-height: 425.8px;
  margin: 0 auto;
  padding: 40px 48px;
  overflow: visible;
  transform: translateX(14px);
  border-radius: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.founders-copy {
  display: flex;
  width: 496.55px;
  height: 312.8px;
  margin-left: -24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.founders-title {
  width: 496.55px;
  height: 103.64px;
  margin: 0;
  color: #0e0e10;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.8px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.34);
}

.highlight {
  display: inline;
  padding: 2px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.highlight--green {
  background: linear-gradient(180deg, rgb(166 230 190 / 0) 12%, #a6e6be 12%, #a6e6be 88%, rgb(166 230 190 / 0) 88%);
}

.highlight--yellow {
  background: linear-gradient(180deg, rgb(255 224 102 / 0) 12%, #ffe066 12%, #ffe066 88%, rgb(255 224 102 / 0) 88%);
}

.founders-text {
  width: 380px;
  max-width: 380px;
  height: 67.17px;
  margin: 0;
  color: #6b6b7b;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.32);
}

.founders-text strong {
  padding: 0 4px;
  color: #0e0e10;
  background: linear-gradient(180deg, rgb(187 208 255 / 0) 12%, #bbd0ff 12%, #bbd0ff 88%, rgb(187 208 255 / 0) 88%);
  font-weight: 700;
}

.founders-text strong + strong,
.founders-text strong:nth-of-type(2) {
  background: linear-gradient(180deg, rgb(255 201 168 / 0) 12%, #ffc9a8 12%, #ffc9a8 88%, rgb(255 201 168 / 0) 88%);
}

.founders-stats {
  display: grid;
  width: 496.55px;
  height: 54px;
  margin: 0;
  grid-template-columns: repeat(3, 158.84px);
  gap: 10px;
}

.founders-stat {
  position: relative;
  width: 158.84px;
  height: 51px;
  padding-top: 8px;
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 0.25));
}

.founders-stat::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #0e0e10;
}

.founders-stat span {
  display: block;
  color: #6b6b7b;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.51);
}

.founders-stat:nth-child(3) span {
  font-size: 10.5px;
  letter-spacing: 1.47px;
}

.founders-stat strong {
  display: block;
  margin-top: 2px;
  color: #0e0e10;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: -0.44px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.51);
}

.founders-stat .stat-blue {
  color: #4475f2;
}

.founders-actions {
  display: flex;
  width: 496.55px;
  height: 46px;
  margin: 0;
  padding-top: 4px;
  gap: 10px;
}

.founders-button {
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.19);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.065px;
}

.founders-button__label {
  display: flex;
  height: 17px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible;
  text-align: center;
  white-space: nowrap;
}

.founders-button__icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.founders-button--dark {
  width: 172px;
  background: #050505;
  color: #ffffff;
}

.founders-button--dark .founders-button__label {
  width: 103px;
}

.founders-button--blue {
  width: 119px;
  gap: 19px;
  background: #4475f2;
  color: #ffffff;
}

.founders-button--blue .founders-button__label {
  width: 72px;
  margin-right: -18.37px;
}

.founders-visual {
  position: absolute;
  top: 68px;
  left: 576px;
  width: 451.44px;
  min-height: 280px;
  height: 280px;
}

.member-card {
  position: absolute;
  width: 380px;
  height: 223px;
  padding: 22px 24px;
  overflow: hidden;
  border-radius: 18px;
  font-family: Inter, Arial, sans-serif;
  color: #ffffff;
  background: #4475f2;
  box-sizing: border-box;
  isolation: isolate;
}

.member-card::before {
  position: absolute;
  z-index: 0;
  top: -31.78px;
  left: 267.67px;
  width: 140px;
  height: 140px;
  content: "";
  border-radius: 70px;
  background: rgb(255 255 255 / 0.08);
}

.member-card--front {
  z-index: 3;
  top: 9.11px;
  left: 17.26px;
  transform: rotate(-3.5deg);
  box-shadow: -4px -12px 35px rgb(0 0 0 / 0.21), 0 20px 50px -10px rgb(0 0 0 / 0.13);
}

.member-card--middle,
.member-card--back {
  opacity: 0.55;
  box-shadow: 0 20px 50px -8px rgb(0 0 0 / 0.24);
}

.member-card--middle {
  z-index: 2;
  top: 36.32px;
  left: 51.03px;
  transform: rotate(2.5deg);
}

.member-card--middle::before {
  top: -18.19px;
  left: 274.67px;
}

.member-card--back {
  z-index: 1;
  top: 45.25px;
  left: 71.1px;
  opacity: 0.28;
  transform: rotate(6deg);
  box-shadow: 0 20px 50px -8px #000000;
}

.member-card--back::before {
  top: -1.61px;
  left: 280.34px;
}

.member-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  width: 332px;
  height: 42px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 119.61px;
}

.member-logo {
  display: inline-flex;
  align-items: center;
  width: 99.88px;
  height: 18px;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

.member-logo i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #ffffff;
  color: #4475f2;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  line-height: 13px;
  letter-spacing: -0.14px;
  place-items: center;
}

.member-year {
  display: flex;
  width: 112.52px;
  height: 12px;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 0.85;
  white-space: nowrap;
}

.member-label,
.member-name-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.7;
}

.member-label {
  top: 69px;
  width: 130px;
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.92px;
  white-space: nowrap;
}

.member-number {
  position: absolute;
  z-index: 3;
  top: 88px;
  left: 24px;
  display: flex;
  width: 161px;
  height: 44px;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 2.16px;
  white-space: nowrap;
}

.member-name-label {
  top: 150px;
  width: 28px;
  height: 13px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.68px;
}

.member-name {
  position: absolute;
  z-index: 4;
  top: 164px;
  left: 24px;
  display: flex;
  width: 140px;
  height: 17px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  white-space: nowrap;
}

.member-role {
  position: absolute;
  z-index: 4;
  top: 182px;
  left: 24px;
  display: flex;
  width: 131px;
  height: 13px;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  opacity: 0.85;
  white-space: nowrap;
}

.member-role-ghost {
  display: none;
}

.member-card--back .member-role-ghost {
  position: absolute;
  z-index: 5;
  left: 162px;
  bottom: 48px;
  display: flex;
  width: 131px;
  height: 13px;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  opacity: 0.34;
  white-space: nowrap;
}

.member-qr {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #ffffff;
}

.member-qr i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #0e0e10;
}

.member-qr i:nth-child(1) {
  top: 6px;
  left: 4px;
}

.member-qr i:nth-child(2) {
  top: 5px;
  left: 29px;
}

.member-qr i:nth-child(3) {
  top: 14px;
  left: 13px;
}

.member-qr i:nth-child(4) {
  top: 12px;
  left: 37px;
}

.member-qr i:nth-child(5) {
  top: 22px;
  left: 22px;
}

.member-qr i:nth-child(6) {
  top: 31px;
  left: 6px;
}

.member-qr i:nth-child(7) {
  top: 29px;
  left: 30px;
}

.member-qr i:nth-child(8) {
  top: 38px;
  left: 14px;
}

.member-qr i:nth-child(9) {
  top: 37px;
  left: 39px;
}

.member-glow {
  display: none;
}

.directions-section {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  height: 548px;
  margin: 4px auto 0;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.directions-background {
  position: absolute;
  inset: -39px 0 auto;
  z-index: 0;
  display: none;
  width: 100%;
  height: 656px;
  overflow: hidden;
  pointer-events: none;
}

.directions-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.78;
}

.directions-mark::before,
.directions-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.25px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 999px;
  background: #aeb6c4;
}

.directions-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.directions-title {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 47px;
  margin: 8px 0 0;
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.1px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.38);
}

.directions-cards {
  position: relative;
  z-index: 2;
  width: 1120px;
  height: 280px;
  max-width: 1120px;
  margin: 58px auto 0;
}

.direction-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 24px 50px -20px rgb(11 14 26 / 0.68), 0 -9px 16px rgb(11 14 26 / 0.08);
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.direction-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background: rgb(255 255 255 / 0.002);
}

.direction-card__top {
  display: flex;
  width: 100%;
  height: 52px;
  padding-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.direction-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  place-items: center;
}

.direction-icon svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 25px;
  overflow: visible;
}

.direction-badge {
  display: inline-flex;
  width: max-content;
  height: 22px;
  padding: 4px 10px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  white-space: nowrap;
}

.direction-card h3 {
  height: 29px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.36px;
}

.direction-card p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.direction-tape {
  position: absolute;
  z-index: 3;
  top: -9px;
  left: 50%;
  width: 44px;
  height: 18px;
  transform: translateX(-50%);
  border: 1px dashed rgb(11 14 26 / 0.15);
  border-radius: 2px;
  background: rgb(255 255 255 / 0.4);
}

.direction-card--network {
  top: 25.88px;
  left: -9.17px;
  width: 280px;
  height: 190.17px;
  gap: 8.8px;
  transform: rotate(-6deg);
  background: #4475f2;
  color: #ffffff;
}

.direction-card--network .direction-icon,
.direction-card--network .direction-badge {
  background: rgb(255 255 255 / 0.18);
}

.direction-card--network p,
.direction-card--education p {
  color: rgb(255 255 255 / 0.75);
}

.direction-card--network .direction-tape {
  left: 50%;
}

.direction-card--investments {
  top: 9.74px;
  left: 264.49px;
  width: 300px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(4deg);
  background: #fff8e8;
  color: #0b0e1a;
}

.direction-card--investments .direction-icon,
.direction-card--grants .direction-icon {
  background: #ffffff;
  color: #4475f2;
}

.direction-card--investments .direction-icon {
  color: #c97a1a;
}

.direction-card--investments .direction-badge,
.direction-card--grants .direction-badge {
  background: rgb(11 14 26 / 0.06);
  color: #0b0e1a;
}

.direction-card--investments p,
.direction-card--grants p {
  color: #6b7488;
}

.direction-card--investments .direction-tape {
  left: 50%;
}

.direction-card--education {
  top: 52.52px;
  left: 555.79px;
  width: 290px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(-3deg);
  background: #0b0e1a;
  color: #ffffff;
}

.direction-card--education .direction-icon,
.direction-card--education .direction-badge {
  background: rgb(255 255 255 / 0.18);
}

.direction-card--education .direction-icon {
  color: #4475f2;
}

.direction-card--education .direction-tape {
  left: 50%;
}

.direction-card--grants {
  top: 13.56px;
  left: 820.78px;
  width: 280px;
  height: 168.47px;
  gap: 8.3px;
  transform: rotate(7deg);
  background: #f2f0ff;
  color: #0b0e1a;
}

.direction-card--grants .direction-tape {
  left: 50%;
}

.directions-bar {
  position: absolute;
  z-index: 4;
  top: 402px;
  left: 50%;
  box-sizing: border-box;
  width: 932px;
  height: 66px;
  transform: translateX(-50%);
  border: 1px solid #e6e8ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.25);
}

.directions-bar__avatars {
  position: absolute;
  top: 13.5px;
  left: 19px;
  display: flex;
  width: 219px;
  height: 39px;
  padding-top: 4.7px;
  align-items: flex-start;
  justify-content: center;
}

.bar-avatar {
  display: flex;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border: 2px solid #fff7f5;
  border-radius: 17px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.bar-avatar + .bar-avatar {
  margin-left: -10px;
}

.bar-avatar--red {
  background: linear-gradient(135deg, #ffb4a8 0%, #e1261c 100%);
  color: #ffffff;
}

.bar-avatar--yellow {
  background: linear-gradient(135deg, #ffd64a 0%, #e1a91c 100%);
  color: #3a2a00;
}

.bar-avatar--dark {
  background: linear-gradient(135deg, #1a0a0a 0%, #5a1a1a 100%);
  color: #ffffff;
}

.bar-avatar--green {
  background: linear-gradient(135deg, #b8efd8 0%, #3aa97a 100%);
  color: #0a3a28;
}

.bar-avatar--purple {
  background: linear-gradient(135deg, #c8a8ff 0%, #7a3aff 100%);
  color: #ffffff;
}

.bar-avatar--more {
  background: #ffe0db;
  color: #e1261c;
  font-size: 11px;
  line-height: 15px;
}

.directions-bar__copy {
  position: absolute;
  top: calc(50% - 16px - 0.18px);
  left: 241px;
  display: flex;
  width: 224.02px;
  height: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.directions-bar__copy strong {
  display: flex;
  width: 231px;
  height: 17px;
  align-items: center;
  color: #0b0c10;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.directions-bar__copy span {
  display: flex;
  width: 188px;
  height: 15px;
  align-items: center;
  color: #6b6b7b;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.176px;
  white-space: nowrap;
}

.directions-bar__copy span em {
  margin-right: 3px;
  color: #2fb36b;
  font-style: normal;
}

.directions-bar__button {
  position: absolute;
  top: calc(50% - 18px);
  left: 794px;
  display: flex;
  width: 119px;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  background: #4475f2;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.065px;
}

.directions-bar__button span {
  display: flex;
  width: 72px;
  height: 17px;
  margin-right: -18.37px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.directions-bar__button svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.bloggers-section {
  position: relative;
  z-index: 2;
  width: min(1467px, calc(100% - 48px));
  height: 661px;
  margin: -45px auto 0;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.bloggers-background {
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 0;
  display: none;
  width: min(1267px, 100%);
  height: 685px;
  transform: translateX(-50%);
  pointer-events: none;
}

.bloggers-mark {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  transform: translate(-50%, -50%) rotate(var(--r));
  opacity: 0.76;
}

.bloggers-mark::before,
.bloggers-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.25px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 999px;
  background: #aeb6c4;
}

.bloggers-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bloggers-title {
  position: absolute;
  top: 56px;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 304px;
  height: 47px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
  font-family: Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.1px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.bloggers-videos {
  position: absolute;
  top: 158px;
  left: 18px;
  z-index: 2;
  width: 1467px;
  height: 284.87px;
}

.blogger-card {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
}

.blogger-card__gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.blogger-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.blogger-card__top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.blogger-person {
  display: flex;
  align-items: center;
  gap: 9.5px;
}

.blogger-avatar {
  display: grid;
  flex: 0 0 auto;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.blogger-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blogger-meta strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.blogger-meta span {
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 0.7);
  font-weight: 400;
  white-space: nowrap;
}

.blogger-time {
  display: inline-flex;
  height: 19px;
  padding: 3px 8px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 0.5);
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.blogger-play {
  display: grid;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.95);
  place-items: center;
}

.blogger-play svg {
  display: block;
}

.blogger-play path {
  fill: currentColor;
}

.blogger-card h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

.blogger-card--left {
  top: 18.5px;
  left: 9.87px;
  width: 413.22px;
  height: 247px;
  background: rgb(42 27 46 / 0.8);
  box-shadow: 0 20px 35px -14px rgb(255 111 145 / 0.85);
}

.blogger-card--left .blogger-card__gradient {
  background: radial-gradient(76.11% 127.33% at 30% 50%, rgb(255 111 145 / 0.314) 0%, rgb(255 111 145 / 0) 70%);
}

.blogger-card--left .blogger-card__inner,
.blogger-card--right .blogger-card__inner {
  padding: 20.9px;
  gap: 47.3px;
}

.blogger-card--left .blogger-card__top,
.blogger-card--right .blogger-card__top {
  height: 34.2px;
}

.blogger-card--left .blogger-avatar,
.blogger-card--right .blogger-avatar {
  width: 34.2px;
  height: 34.2px;
  font-size: 15.2px;
}

.blogger-card--left .blogger-avatar {
  background: #ff6f91;
}

.blogger-card--left .blogger-meta strong,
.blogger-card--right .blogger-meta strong {
  height: 15px;
  font-size: 12.4px;
  line-height: 15px;
}

.blogger-card--left .blogger-meta span,
.blogger-card--right .blogger-meta span {
  height: 13px;
  font-size: 10.5px;
  line-height: 13px;
}

.blogger-card--left .blogger-time,
.blogger-card--right .blogger-time {
  font-size: 10.5px;
  line-height: 13px;
}

.blogger-card--left .blogger-play,
.blogger-card--right .blogger-play {
  width: 57px;
  height: 57px;
  margin: 0 auto;
}

.blogger-card--left .blogger-play,
.blogger-card--left .blogger-play svg {
  color: #ff6f91;
}

.blogger-card--left .blogger-play svg,
.blogger-card--right .blogger-play svg {
  width: 22.8px;
  height: 22.8px;
}

.blogger-card--left h3,
.blogger-card--right h3 {
  height: 20px;
  font-size: 16.2px;
}

.blogger-card--main {
  top: -8px;
  left: 461.96px;
  width: 514.05px;
  height: 300px;
  background: #1b1b3e;
  box-shadow: 0 30px 60px -20px rgb(140 107 255 / 0.85);
}

.blogger-card--main .blogger-card__gradient {
  background: radial-gradient(75.84% 129.95% at 30% 50%, rgb(140 107 255 / 0.314) 0%, rgb(140 107 255 / 0) 70%);
}

.blogger-card--main .blogger-card__inner {
  padding: 22px;
  gap: 56.8px;
}

.blogger-card--main .blogger-card__top {
  height: 36px;
}

.blogger-card--main .blogger-person {
  gap: 10px;
}

.blogger-card--main .blogger-avatar {
  width: 36px;
  height: 36px;
  background: #8c6bff;
  font-size: 16px;
}

.blogger-card--main .blogger-meta strong {
  height: 16px;
  font-size: 13px;
  line-height: 16px;
}

.blogger-card--main .blogger-meta span {
  height: 13px;
  font-size: 11px;
  line-height: 13px;
}

.blogger-card--main .blogger-time {
  height: 20px;
  font-size: 11px;
  line-height: 13px;
}

.blogger-card--main .blogger-play {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #8c6bff;
}

.blogger-card--main .blogger-play svg {
  width: 32px;
  height: 32px;
}

.blogger-card--main h3 {
  height: 27px;
  font-size: 22px;
}

.blogger-card--right {
  top: 18.5px;
  left: 1014.89px;
  width: 413.22px;
  height: 247px;
  background: rgb(15 45 31 / 0.8);
  box-shadow: 0 20px 35px -14px rgb(52 199 123 / 0.85);
}

.blogger-card--right .blogger-card__gradient {
  background: radial-gradient(76.11% 127.33% at 30% 50%, rgb(52 199 123 / 0.314) 0%, rgb(52 199 123 / 0) 70%);
}

.blogger-card--right .blogger-avatar {
  background: #34c77b;
}

.blogger-card--right .blogger-play {
  color: #34c77b;
}

.bloggers-footer {
  position: absolute;
  top: 492px;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 1280px;
  height: 135.59px;
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  padding: 23.395px 64px 0;
  gap: 18px;
}

.bloggers-footer p {
  display: flex;
  width: 490px;
  height: 50px;
  max-width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #6b7488;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.bloggers-controls {
  display: flex;
  width: 1152px;
  height: 44px;
  max-width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.bloggers-arrow,
.bloggers-all {
  display: inline-flex;
  height: 44px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.bloggers-arrow {
  width: 44px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #e7eaf2;
  background: #ffffff;
  color: #0b0e1a;
  box-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

.bloggers-all {
  width: 145.67px;
  padding: 0 20px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
}

.gives-section {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  height: 812px;
  margin: 102px auto 0;
  border-radius: 18px;
  background: rgb(255 255 255 / 0.05);
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.gives-title {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 420px;
  height: 56px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0b0e1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.gives-title span {
  color: #4475f2;
}

.gives-board {
  position: absolute;
  top: 65px;
  left: calc(50% + 18px);
  z-index: 2;
  width: 1100px;
  height: 700px;
  transform: translateX(-50%);
}

.give-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  gap: 7px;
  border-radius: 20px;
  color: #0b0e1a;
  box-shadow: 0 14px 30px -10px rgb(0 0 0 / 0.3);
  transform: rotate(var(--rotate));
  isolation: isolate;
}

.give-note__top {
  display: flex;
  width: 100%;
  height: 30px;
  padding-bottom: 3px;
  align-items: center;
  justify-content: space-between;
}

.give-emoji {
  display: flex;
  width: 28px;
  height: 27px;
  align-items: center;
  color: #0b0e1a;
  font-size: 20px;
  line-height: 24px;
}

.give-icon {
  display: flex;
  width: 28px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #0b0e1a;
}

.give-icon svg,
.give-icon img {
  display: block;
  width: 22px;
  height: 29px;
  flex: 0 0 auto;
}

.give-icon img {
  object-fit: contain;
}

.give-number {
  display: inline-flex;
  height: 12px;
  align-items: center;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.8px;
}

.give-number small {
  font-size: 7px;
  line-height: 8px;
}

.give-note h3 {
  margin: 0;
  color: #0b0e1a;
  font-weight: 700;
  letter-spacing: -0.18px;
}

.give-note p {
  margin: 0;
  color: rgb(11 14 26 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.give-pin {
  position: absolute;
  z-index: 4;
  top: -8px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(98.99% 98.99% at 30% 30%, var(--accent) 0%, color-mix(in srgb, var(--accent) 67%, transparent) 100%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.4), inset -2px -2px 4px rgb(0 0 0 / 0.3);
}

.give-line {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: min(201px, calc(100% - 36px));
  height: 20px;
  overflow: visible;
}

.give-line svg {
  display: block;
  width: 100%;
  height: auto;
}

.give-note--infrastructure {
  --accent: #3b5cff;
  --rotate: -4deg;
  top: 21.85px;
  left: 34.01px;
  width: 240px;
  height: 180px;
  background: #fff4a8;
}

.give-note--education {
  --accent: #ff6f91;
  --rotate: 5deg;
  top: 40.83px;
  left: 270.84px;
  width: 220px;
  height: 220px;
  background: #ffffff;
}

.give-note--community {
  --accent: #34c77b;
  --rotate: -2deg;
  top: 25.86px;
  left: 516.93px;
  width: 240px;
  height: 180px;
  background: #ffd7e0;
}

.give-note--traction {
  --accent: #ffb23d;
  --rotate: 4deg;
  top: 32.59px;
  left: 792.59px;
  width: 220px;
  height: 220px;
  background: #d5e5ff;
}

.give-note--templates {
  --accent: #8c6bff;
  --rotate: 3deg;
  top: 274.39px;
  left: 24.4px;
  width: 220px;
  height: 220px;
  background: #d8f3dc;
}

.give-note--mentoring {
  --accent: #46c2d9;
  --rotate: -5deg;
  top: 279.88px;
  left: 252.61px;
  width: 240px;
  height: 180px;
  background: #ffe2c8;
}

.give-note--hr {
  --accent: #ff7b45;
  --rotate: 4deg;
  top: 272.59px;
  left: 532.59px;
  width: 220px;
  height: 220px;
  background: #e8d7ff;
}

.give-note--grants {
  --accent: #ff4d6d;
  --rotate: -3deg;
  top: 283.84px;
  left: 755.45px;
  width: 240px;
  height: 180px;
  background: #fcdddf;
}

.give-note--investments {
  --accent: #3b5cff;
  --rotate: 2deg;
  top: 503.42px;
  left: 377.33px;
  width: 380px;
  height: 160px;
  background: #fff4a8;
}

.give-note--infrastructure h3,
.give-note--community h3,
.give-note--mentoring h3,
.give-note--grants h3 {
  font-size: 18px;
  line-height: 22px;
}

.give-note--education h3,
.give-note--traction h3,
.give-note--templates h3,
.give-note--hr h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.give-note--investments h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.24px;
}

.give-note--anchor-highlight {
  animation: give-note-highlight 1.8s ease;
}

@keyframes give-note-highlight {
  0%,
  100% {
    outline: 0 solid rgb(68 117 242 / 0);
    outline-offset: 0;
  }

  20%,
  70% {
    outline: 3px solid rgb(68 117 242 / 0.55);
    outline-offset: 8px;
  }
}

.preseed-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1080px, calc(100% - 48px));
  height: 628.5px;
  margin: 54px auto 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 48px;
  gap: 24px;
  border-radius: 24px;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.preseed-section::before,
.pablo-section::before,
.reviews-section::before {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(78 140 255 / 0.55) 0%, rgb(78 140 255 / 0) 65%);
  filter: blur(10px);
}

.preseed-section::before {
  top: 12px;
  left: -430px;
  width: 660px;
  height: 660px;
  opacity: 0.44;
}

.preseed-header {
  position: relative;
  z-index: 1;
  display: flex;
  width: 984px;
  height: 104.5px;
  flex-direction: column;
  align-items: center;
  gap: 7.8px;
}

.preseed-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.preseed-header h2 span {
  color: #4475f2;
}

.preseed-header p {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.preseed-meta {
  position: absolute;
  top: -23px;
  right: 14px;
  display: flex;
  width: 199.34px;
  height: 13px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.preseed-content {
  position: relative;
  z-index: 1;
  width: 984px;
  height: 420px;
  flex: 0 0 auto;
}

.preseed-timeline {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 180px;
  height: 257px;
  margin: 0;
  padding: 10px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  filter: drop-shadow(0 30px 70px rgb(0 0 0 / 0.8));
  list-style: none;
}

.preseed-timeline::before {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 1px;
  height: 400px;
  content: "";
  background: #e8e8ed;
}

.preseed-timeline li {
  position: relative;
  z-index: 1;
  display: flex;
  width: 180px;
  min-height: 18px;
  align-items: center;
  gap: 12px;
}

.preseed-altitude {
  display: flex;
  width: 50px;
  min-width: 50px;
  height: 14px;
  align-items: center;
  justify-content: flex-end;
  color: #6b6b7b;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.66px;
  text-align: right;
}

.preseed-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid #e8e8ed;
  border-radius: 50%;
  background: #ffffff;
}

.preseed-label {
  display: flex;
  width: 90px;
  min-height: 14px;
  align-items: center;
  color: #0e0e10;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.057px;
}

.preseed-timeline .is-active {
  min-height: 28px;
}

.preseed-timeline .is-active .preseed-dot {
  border-color: #4475f2;
  background: #4475f2;
}

.preseed-timeline .is-active .preseed-label {
  color: #4475f2;
  font-weight: 700;
}

.preseed-map {
  position: absolute;
  top: 0;
  left: 204px;
  width: 536px;
  height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #0e0e10;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.55);
}

.preseed-map::before {
  display: none;
}

.preseed-map__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 536px;
  height: 420px;
}

.preseed-map__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  height: 21px;
  padding: 4px 10px;
  border-radius: 6px;
  align-items: center;
  background: rgb(255 255 255 / 0.08);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.47px;
  text-transform: uppercase;
}

.preseed-star {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 1;
  width: 1.8px;
  height: 1.8px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.55);
}

.preseed-ridge {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  clip-path: polygon(0 100%, 20% 58%, 36% 72%, 50% 38%, 67% 100%);
}

.preseed-ridge--back {
  left: 62px;
  width: 360px;
  height: 150px;
  background: #1f2236;
}

.preseed-ridge--front {
  right: -4px;
  width: 260px;
  height: 280px;
  opacity: 0.55;
  background: #0e0e10;
  clip-path: polygon(0 100%, 28% 26%, 54% 100%, 100% 100%);
}

.preseed-route {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.preseed-route path {
  fill: none;
  stroke: #4475f2;
  stroke-width: 2;
  stroke-dasharray: 5 6;
}

.preseed-route circle {
  fill: #4475f2;
  stroke: rgb(68 117 242 / 0.25);
  stroke-width: 16;
}

.preseed-peak {
  position: absolute;
  top: 147px;
  left: 224px;
  z-index: 4;
  width: 26px;
  height: 30px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 80%, 64% 63%, 50% 100%, 36% 63%, 0 80%);
}

.preseed-base {
  position: absolute;
  bottom: 4px;
  left: 14px;
  z-index: 4;
  display: flex;
  height: 13px;
  align-items: center;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.preseed-side {
  position: absolute;
  top: 0;
  left: 764px;
  display: flex;
  width: 220px;
  height: 420px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.preseed-current,
.preseed-next {
  width: 220px;
  border: 1px solid #e8e8ed;
  border-radius: 14px;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.26);
}

.preseed-current {
  height: 179px;
  padding: 17px;
  background: #f5f6fb;
}

.preseed-current__eyebrow {
  display: flex;
  height: 13px;
  align-items: center;
  color: #4475f2;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.preseed-current h3 {
  display: flex;
  height: 22px;
  margin: 8px 0 2.5px;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.preseed-current p {
  display: flex;
  width: 169px;
  height: 54px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.preseed-stats {
  display: grid;
  width: 186px;
  height: 33px;
  margin-top: 12.5px;
  grid-template-columns: repeat(2, 89px);
  gap: 8px;
}

.preseed-stats span {
  display: flex;
  flex-direction: column;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.preseed-stats small {
  color: #6b6b7b;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.preseed-stats span:last-child {
  color: #4475f2;
}

.preseed-next {
  height: 81.75px;
  padding: 11px 14px 12px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.38);
}

.preseed-next h3 {
  display: flex;
  height: 18px;
  margin: 0 0 3px;
  align-items: center;
  color: #0e0e10;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 17px;
}

.preseed-next p {
  display: flex;
  width: 150px;
  height: 35px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 17px;
}

.pablo-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1080px, calc(100% - 48px));
  height: 520px;
  margin: 131.5px auto 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.pablo-section::before {
  top: 150px;
  left: -370px;
  width: 620px;
  height: 620px;
  opacity: 0.52;
}

.pablo-panel {
  position: relative;
  z-index: 1;
  width: 1080px;
  max-width: 100%;
  height: 438.44px;
  padding: 40px 48px;
  border-radius: 24px;
}

.pablo-content {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 358.44px;
}

.pablo-copy {
  position: absolute;
  top: 0.01px;
  left: 0;
  display: flex;
  width: 474px;
  height: 358.44px;
  flex-direction: column;
  align-items: flex-start;
  gap: 13.1px;
}

.pablo-copy h2 {
  display: block;
  width: 318px;
  height: 101px;
  margin: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.pablo-copy h2 span {
  display: inline;
  color: #4475f2;
}

.pablo-copy p {
  display: flex;
  width: 419px;
  height: 68px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.pablo-countdown {
  position: relative;
  display: grid;
  width: 474px;
  height: 78.07px;
  grid-template-columns: repeat(4, 112.5px);
  gap: 8px;
}

.pablo-timebox {
  display: flex;
  width: 112.5px;
  height: 68px;
  margin-top: 5.17px;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  gap: 4px;
  border-radius: 10px;
  background: #0e0e10;
}

.pablo-timebox strong {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.56px;
}

.pablo-timebox span {
  display: flex;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pablo-button {
  display: inline-flex;
  width: 119px;
  height: 36px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 19px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.065px;
}

.pablo-button span {
  width: 72px;
  margin-right: -18px;
  text-align: center;
}

.pablo-button svg {
  flex: 0 0 auto;
}

.pablo-card {
  position: absolute;
  top: 34.49px;
  left: 510px;
  display: flex;
  width: 474px;
  height: 289.47px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 14px;
  border: 1px solid #e8e8ed;
  border-radius: 18px;
  background: #f5f6fb;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.38);
}

.pablo-card__header {
  display: flex;
  width: 432px;
  height: 37px;
  align-items: flex-start;
  justify-content: space-between;
}

.pablo-card__header div {
  display: flex;
  width: 160px;
  height: 37px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.pablo-card__header span {
  display: flex;
  height: 13px;
  align-items: center;
  white-space: nowrap;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.pablo-card__header strong {
  display: flex;
  height: 22px;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.pablo-card__header .pablo-status {
  box-sizing: border-box;
  display: inline-flex;
  width: 69px;
  height: 21px;
  padding: 3px 10px;
  border-radius: 999px;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  background: #e4f4e4;
  color: #1a7a4d !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  letter-spacing: 0.21px !important;
  text-transform: none !important;
  white-space: nowrap;
}

.pablo-slots {
  display: grid;
  width: 432px;
  height: 151.47px;
  grid-template-columns: repeat(6, 63.67px);
  grid-template-rows: repeat(2, 70.73px);
  gap: 10px;
}

.pablo-slot {
  position: relative;
  border: 1px solid #e8e8ed;
  border-radius: 10px;
  background: #ffffff;
}

.pablo-slot::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 43.14px;
  height: 48.11px;
  content: "";
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='44' height='49' viewBox='0 0 44 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5703 4.80957C11.9516 4.80957 8.10406 14.4283 8.10406 21.1615C8.10406 26.9327 13.8753 30.7802 14.8372 34.6277H28.3035C29.2653 30.7802 35.0366 26.9327 35.0366 21.1615C35.0366 14.4283 31.1891 4.80957 21.5703 4.80957Z' fill='white' stroke='%23B5B5BC' stroke-width='1.34661'/%3E%3Cpath d='M27.3413 36.5508H15.7988V39.4364H27.3413V36.5508Z' fill='%23E8E8ED'/%3E%3Cpath d='M26.3794 40.3984H16.7607V42.8031H26.3794V40.3984Z' fill='%23E8E8ED'/%3E%3Cpath d='M23.4938 44.2456H19.6463C19.115 44.2456 18.6844 44.6763 18.6844 45.2075V46.1694C18.6844 46.7006 19.115 47.1312 19.6463 47.1312H23.4938C24.025 47.1312 24.4556 46.7006 24.4556 46.1694V45.2075C24.4556 44.6763 24.025 44.2456 23.4938 44.2456Z' fill='%23E8E8ED'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pablo-slot.is-filled {
  border-color: #4475f2;
}

.pablo-slot.is-filled::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='49' viewBox='0 0 44 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5703 4.80957C11.9516 4.80957 8.10406 14.4283 8.10406 21.1615C8.10406 26.9327 13.8753 30.7802 14.8372 34.6277H28.3035C29.2653 30.7802 35.0366 26.9327 35.0366 21.1615C35.0366 14.4283 31.1891 4.80957 21.5703 4.80957Z' fill='%234475F2' stroke='%234475F2' stroke-width='1.34661'/%3E%3Cpath d='M27.3413 36.5508H15.7988V39.4364H27.3413V36.5508Z' fill='%230E0E10'/%3E%3Cpath d='M26.3794 40.3984H16.7607V42.8031H26.3794V40.3984Z' fill='%230E0E10'/%3E%3Cpath d='M23.4938 44.2456H19.6463C19.115 44.2456 18.6844 44.6763 18.6844 45.2075V46.1694C18.6844 46.7006 19.115 47.1312 19.6463 47.1312H23.4938C24.025 47.1312 24.4556 46.7006 24.4556 46.1694V45.2075C24.4556 44.6763 24.025 44.2456 23.4938 44.2456Z' fill='%230E0E10'/%3E%3C/svg%3E");
}

.pablo-card__footer {
  display: flex;
  width: 432px;
  height: 31px;
  padding-top: 14px;
  border-top: 1px solid #e8e8ed;
  align-items: center;
  justify-content: space-between;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.pablo-card__footer strong {
  color: #0e0e10;
  font-weight: 700;
}

.pablo-card__footer span:last-child strong {
  color: #4475f2;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  line-height: 16px;
}

.reviews-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 838px;
  margin: 64px auto 0;
  font-family: Inter, Arial, sans-serif;
  isolation: isolate;
}

.reviews-section::before {
  right: -355px;
  bottom: -10px;
  width: 620px;
  height: 620px;
  opacity: 0.48;
}

.reviews-panel {
  position: relative;
  z-index: 1;
  width: 1080px;
  max-width: 100%;
  height: 688px;
  padding: 40px 48px;
  border-radius: 24px;
  isolation: isolate;
}

.reviews-header {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 105px;
}

.reviews-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.reviews-header h2 span {
  color: #4475f2;
}

.reviews-header p {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 7.8px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.reviews-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 189.97px;
  height: 38px;
  align-items: center;
  gap: 6px;
}

.reviews-arrow {
  display: flex;
  width: 26px;
  height: 28px;
  padding: 6px 10px;
  cursor: pointer;
  border: 1px solid #e8e8ed;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0e0e10;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.reviews-more {
  display: inline-flex;
  width: 119px;
  height: 36px;
  margin-left: 8px;
  padding: 0 14px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  gap: 19px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.19);
  color: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.065px;
}

.reviews-more span {
  width: 72px;
  margin-right: -18px;
  text-align: center;
}

.reviews-more svg {
  flex: 0 0 auto;
}

.reviews-grid {
  position: relative;
  width: 984px;
  max-width: 100%;
  height: 479px;
  margin-top: 24px;
}

.review-card {
  position: absolute;
  width: 318.64px;
  min-height: 230px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.13);
  color: #0e0e10;
}

.review-card--one { top: 0; left: 0; height: 235px; }
.review-card--two { top: 0; left: 332.66px; width: 318.67px; height: 235px; }
.review-card--three { top: 0; left: 665.33px; height: 235px; }
.review-card--four { top: 249px; left: 0; height: 230px; }
.review-card--five { top: 249px; left: 332.66px; width: 318.67px; height: 230px; }
.review-card--six { top: 249px; left: 665.33px; height: 230px; }

.review-card__top {
  position: absolute;
  top: 16px;
  left: 18px;
  display: flex;
  width: calc(100% - 36px);
  height: 21px;
  align-items: center;
  justify-content: space-between;
}

.review-tag {
  display: inline-flex;
  height: 21px;
  padding: 4px 10px;
  border-radius: 999px;
  align-items: center;
  background: rgb(255 255 255 / 0.6);
  color: #0e0e10;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.63px;
}

.review-stage {
  display: flex;
  height: 13px;
  align-items: center;
  color: rgb(14 14 16 / 0.5);
  font-size: 10.5px;
  line-height: 13px;
  letter-spacing: 0.63px;
}

.review-person {
  position: absolute;
  top: 51px;
  left: 18px;
  display: flex;
  width: calc(100% - 36px);
  height: 50px;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.review-avatar svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: block;
}

.review-avatar i::before {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #4475f2;
  box-shadow: 0 5px 0 #0e0e10;
}

.review-avatar i::after {
  position: absolute;
  bottom: 4px;
  left: 5px;
  width: 22px;
  height: 10px;
  content: "";
  border-radius: 10px 10px 3px 3px;
  background: #0e0e10;
}

.review-person strong {
  display: block;
  width: 135px;
  height: 30px;
  color: #0e0e10;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.135px;
}

.review-person small {
  display: block;
  color: #0e0e10;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.review-card p {
  position: absolute;
  top: 105px;
  bottom: 54px;
  left: 18px;
  display: flex;
  width: 272px;
  height: auto;
  margin: 0;
  align-items: flex-start;
  color: rgb(14 14 16 / 0.75);
  font-size: 12.5px;
  line-height: 19px;
  overflow: hidden;
}

.review-card--two p,
.review-card--four p,
.review-card--five p,
.review-card--six p {
  height: auto;
}

.review-card footer {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 36px);
  height: 29px;
  padding-top: 10px;
  border-top: 1px dashed rgb(14 14 16 / 0.2);
  align-items: baseline;
  justify-content: space-between;
}

.review-card footer strong {
  display: flex;
  height: 18px;
  align-items: center;
  color: #0e0e10;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: -0.36px;
}

.review-card footer span {
  display: flex;
  height: 13px;
  align-items: center;
  color: rgb(14 14 16 / 0.55);
  font-size: 10.5px;
  line-height: 13px;
}

.reviews-dots {
  position: absolute;
  top: 690px;
  left: 50%;
  display: flex;
  width: 92px;
  height: 10px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.reviews-dots span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  border-radius: 50%;
  background: #d9dce6;
}

.reviews-dots .is-active {
  background: #4475f2;
}

.telegram-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 520px;
  margin: 0 auto;
  font-family: Inter, Arial, sans-serif;
}

.telegram-panel {
  position: relative;
  width: 1080px;
  max-width: 100%;
  height: 418.34px;
  border-radius: 24px;
  isolation: isolate;
}

.telegram-content {
  position: absolute;
  top: 40px;
  left: 48px;
  width: 984px;
  height: 299px;
}

.telegram-copy {
  position: absolute;
  top: 26px;
  left: 0;
  width: 451.42px;
  height: 338.34px;
}

.telegram-badge {
  position: absolute;
  top: -26px;
  left: 0;
  display: flex;
  width: 100.17px;
  height: 30px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 8px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.telegram-badge svg,
.telegram-button svg {
  flex: 0 0 auto;
  fill: currentColor;
}

.telegram-badge svg {
  width: 14px;
  height: 14px;
}

.telegram-copy h2 {
  position: absolute;
  top: 26.21px;
  left: 0;
  display: block;
  width: 390px;
  height: 108px;
  margin: 0;
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.85px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.telegram-copy h2 span {
  color: #4475f2;
}

.telegram-copy p {
  position: absolute;
  top: 147.25px;
  left: 0;
  display: flex;
  width: 380px;
  height: 45px;
  margin: 0;
  align-items: center;
  color: #6b6b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.telegram-proof {
  position: absolute;
  top: 214.81px;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 451.42px;
  height: 62px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  background: #f5f6fb;
}

.telegram-proof__avatar {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff7f5;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.telegram-proof__text {
  display: flex;
  width: 377.42px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.telegram-proof__line {
  color: #2f3542;
}

.telegram-proof__note {
  color: #747b8c;
}

.telegram-proof__text strong {
  color: #0e0e10;
  font-weight: 700;
}

.telegram-button {
  position: absolute;
  top: 290px;
  left: -1px;
  display: flex;
  width: 240.47px;
  height: 48.5px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.telegram-button svg {
  width: 16px;
  height: 16px;
}

.telegram-ticket {
  position: absolute;
  top: 56.17px;
  left: 487.42px;
  width: 496.56px;
  height: 226px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #0e0e10;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.49);
  color: #ffffff;
}

.telegram-ticket__date {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  width: 120px;
  height: 226px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 18px;
  background: #4475f2;
}

.telegram-ticket__date div {
  display: flex;
  width: 84px;
  height: 84px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.telegram-ticket__date span {
  display: flex;
  width: 84px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0.8;
}

.telegram-ticket__date strong {
  display: flex;
  width: 84px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.6px;
}

.telegram-ticket__date em {
  display: flex;
  width: 84px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
  letter-spacing: 1.98px;
}

.telegram-ticket__date small {
  display: flex;
  width: 84px;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 1.26px;
  white-space: nowrap;
  opacity: 0.85;
}

.telegram-ticket__perforation {
  position: absolute;
  top: 0;
  left: 120px;
  width: 2px;
  height: 226px;
  background: repeating-linear-gradient(
    to bottom,
    rgb(255 255 255 / 0.4) 0 4px,
    transparent 4px 8px
  );
}

.telegram-ticket__perforation::before,
.telegram-ticket__perforation::after {
  position: absolute;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}

.telegram-ticket__perforation::before {
  top: -6px;
  background: #ffffff;
}

.telegram-ticket__perforation::after {
  top: 222px;
  background: #96969f;
}

.telegram-ticket__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 374.56px;
  height: 226px;
}

.telegram-ticket__eyebrow {
  position: absolute;
  top: 22px;
  left: 24px;
  display: flex;
  width: 126.11px;
  height: 12px;
  align-items: center;
  color: rgb(255 255 255 / 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2px;
}

.telegram-ticket h3 {
  position: absolute;
  top: 40.83px;
  left: 23.58px;
  display: flex;
  width: 260px;
  height: 24px;
  margin: 0;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.telegram-ticket p {
  position: absolute;
  top: 72.5px;
  left: 24px;
  display: flex;
  width: 244px;
  height: 36px;
  margin: 0;
  align-items: center;
  color: rgb(255 255 255 / 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.telegram-ticket__details {
  position: absolute;
  top: 123px;
  left: 24px;
  display: grid;
  width: 326.56px;
  height: 30px;
  grid-template-columns: 159.27px 159.3px;
  gap: 8px;
}

.telegram-ticket__details span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.42px;
}

.telegram-ticket__details small {
  color: rgb(255 255 255 / 0.5);
  font-size: 10.5px;
  line-height: 14px;
  letter-spacing: 1.26px;
}

.telegram-ticket__footer {
  position: absolute;
  top: 167px;
  left: 24px;
  box-sizing: border-box;
  display: flex;
  width: 326.56px;
  height: 37px;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px dashed rgb(255 255 255 / 0.2);
}

.telegram-barcode {
  display: block;
  width: 59px;
  height: 22px;
  opacity: 0.85;
  background: repeating-linear-gradient(
    90deg,
    #ffffff 0 2.5px,
    transparent 2.5px 3.5px,
    #ffffff 3.5px 4.5px,
    transparent 4.5px 6px
  );
}

.telegram-vip {
  box-sizing: border-box;
  display: flex;
  width: 39.69px;
  height: 21px;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #0e0e10;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.21px;
}

.onas-section {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1280px, 100%);
  height: 2495.94px;
  margin: -86px auto 0;
  padding: 110px 80px 140px;
  flex-direction: column;
  align-items: center;
  gap: 51.78px;
  isolation: isolate;
  font-family: Manrope, Inter, Arial, sans-serif;
}

.onas-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgb(78 140 255 / 0.55) 0%, rgb(78 140 255 / 0) 65%);
  filter: blur(10px);
}

.onas-glow--left {
  top: 140px;
  left: -180px;
  width: 520px;
  height: 520px;
  opacity: 0.55;
}

.onas-glow--right {
  top: 1595.94px;
  left: 960px;
  width: 500px;
  height: 500px;
  opacity: 0.4;
}

.onas-header {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1120px;
  height: 250px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.onas-header h2 {
  position: relative;
  width: 980px;
  max-width: 980px;
  height: 168.94px;
  margin: 0;
  color: #1a1a1a;
  font-size: 88px;
  font-weight: 800;
  line-height: 84px;
  letter-spacing: -2.8px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.onas-header h2 > span {
  position: absolute;
  top: -0.5px;
  left: 50%;
  display: flex;
  width: 596.11px;
  height: 85px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

.onas-header mark {
  position: absolute;
  top: 84px;
  left: 50%;
  display: flex;
  width: 598.4px;
  height: 120px;
  transform: translateX(-50%);
  align-items: flex-start;
  justify-content: center;
  padding: 17.5px 13.2px;
  background: rgb(68 117 242 / 0.7);
  color: #1a1a1a;
}

.onas-header p {
  position: absolute;
  top: 196px;
  left: 50%;
  display: flex;
  width: 690px;
  height: 56px;
  margin: 0;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  color: #5a5a55;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.onas-cards {
  position: relative;
  z-index: 3;
  display: flex;
  width: 880px;
  max-width: 880px;
  height: 1783.98px;
  flex-direction: column;
  align-items: flex-end;
  gap: 5.1px;
}

.onas-card {
  position: relative;
  width: 880px;
  min-height: 320px;
  padding: 34px 40px 32px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.25);
  color: #0c1530;
  transform-origin: center center;
}

.onas-card--ai {
  height: 320.77px;
  background: #cfe1ff;
  transform: rotate(-1.6deg);
}

.onas-card--people {
  height: 339.17px;
  margin-top: 24px;
  background: #fff3a8;
  transform: rotate(1.4deg);
}

.onas-card--stats {
  height: 338.97px;
  margin-top: 20px;
  background: #c9efd1;
  transform: rotate(-1deg);
}

.onas-card--no {
  height: 339.17px;
  margin-top: 20px;
  background: #ffd1de;
  transform: rotate(1.2deg);
}

.onas-card--start {
  height: 310.97px;
  margin-top: 20px;
  background: #ffffff;
  transform: rotate(-1.4deg);
}

.onas-kicker {
  display: flex;
  width: 800px;
  height: 36px;
  align-items: center;
  gap: 10px;
}

.onas-icon {
  box-sizing: border-box;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(12 21 48 / 0.08);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.7);
  box-shadow: inset 0 1px 0 1px rgb(255 255 255 / 0.6);
  color: #0c1530;
}

.onas-icon svg {
  width: 22px;
  height: 22px;
}

.onas-kicker > span:last-child {
  display: flex;
  height: 17px;
  align-items: center;
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.onas-card h3 {
  width: 600px;
  max-width: 600px;
  margin: 9.5px 0 0;
  color: #0c1530;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.8px;
}

.onas-card--ai h3,
.onas-card--stats h3,
.onas-card--start h3 {
  max-width: 640px;
}

.onas-card--stats h3 {
  width: 650px;
}

.onas-card p {
  width: 640px;
  max-width: 640px;
  margin: 10px 0 0;
  color: rgb(12 21 48 / 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.onas-number {
  position: absolute;
  top: 9px;
  right: 27px;
  display: flex;
  height: 58px;
  align-items: center;
  color: rgb(12 21 48 / 0.08);
  font-size: 64px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: -3px;
}

.onas-card--people .onas-number,
.onas-card--no .onas-number {
  top: 26px;
}

.onas-chips {
  display: flex;
  width: 800px;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 8px;
}

.onas-chips span {
  display: inline-flex;
  height: 34px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.85);
  color: #0c1530;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.onas-chips svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.onas-mini-grid,
.onas-stat-grid {
  position: relative;
  display: grid;
  width: 800px;
  margin-top: 20px;
  gap: 12px;
}

.onas-mini-grid {
  grid-template-columns: repeat(3, 1fr);
}

.onas-mini-grid span,
.onas-stat-grid span {
  display: flex;
  min-height: 84.6px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.85);
}

.onas-card--no .onas-mini-grid span {
  border-left: 3px solid #4475f2;
}

.onas-mini-grid strong {
  color: #0c1530;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.2px;
}

.onas-mini-grid small {
  max-width: 220px;
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.onas-stat-grid {
  grid-template-columns: repeat(4, 1fr);
}

.onas-stat-grid span {
  min-height: 77px;
  gap: 5.5px;
  padding: 14px 14px 12px;
}

.onas-stat-grid strong {
  color: #4475f2;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -1px;
}

.onas-stat-grid small {
  color: rgb(12 21 48 / 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.onas-action {
  display: flex;
  margin-top: 18px;
  align-items: center;
  gap: 12px;
}

.onas-action a {
  display: flex;
  width: 119px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 9px;
  background: #4475f2;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
  color: #ffffff;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.065px;
}

.onas-action svg {
  width: 16px;
  height: 16px;
}

.onas-action span {
  display: flex;
  height: 18px;
  align-items: center;
  color: #6b7796;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.quest-section {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  height: 971px;
  margin: -160px auto 0;
  font-family: Inter, Arial, sans-serif;
}

.quest-panel {
  position: relative;
  width: 1080px;
  max-width: 100%;
  height: 992px;
  padding: 40px 48px;
  border-radius: 24px;
  isolation: isolate;
}

.quest-header {
  position: relative;
  width: 984px;
  height: 89px;
}

.quest-header h2 {
  display: flex;
  width: 984px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.75px;
  text-align: center;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.quest-header h2 span {
  margin-left: 7px;
  color: #4475f2;
}

.quest-header p {
  display: flex;
  width: 984px;
  height: 16px;
  margin: 7.8px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b6b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.quest-header small {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 90.09px;
  height: 14px;
  align-items: center;
  color: #6b6b7b;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
}

.quest-list {
  position: relative;
  width: 984px;
  height: 740.25px;
  margin-top: 24px;
}

.quest-card {
  position: absolute;
  box-sizing: border-box;
  width: 485px;
  height: 161px;
  padding: 18px 22px 16px;
  border: 1px solid rgb(12 21 48 / 0.07);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.33);
  color: #0c1530;
  transition: height 220ms ease, top 220ms ease;
}

.quest-card--featured {
  top: 0;
  left: 0;
  width: 984px;
  height: 171.75px;
  overflow: hidden;
  padding: 30px 20px 18px;
  border: 0;
  border-radius: 14px;
  background: #0e0e10;
  color: #ffffff;
}

.quest-card:nth-of-type(2) { top: 185.75px; left: 0; }
.quest-card:nth-of-type(3) { top: 185.75px; left: 499px; }
.quest-card:nth-of-type(4) { top: 382px; left: 0; }
.quest-card:nth-of-type(5) { top: 382px; left: 499px; }
.quest-card:nth-of-type(6) { top: 578.25px; left: 0; height: 162px; }
.quest-card:nth-of-type(7) { top: 578.25px; left: 499px; height: 162px; }

.quest-card.is-open {
  height: 200px;
}

.quest-card--featured.is-open {
  height: 188px;
}

.quest-popular {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 148.8px;
  height: 19px;
  align-items: center;
  padding: 3px 12px;
  border-radius: 0 0 0 8px;
  background: #4475f2;
  color: #ffffff;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.quest-card__top {
  display: flex;
  width: 100%;
  height: 27px;
  align-items: flex-start;
  justify-content: space-between;
}

.quest-card--featured .quest-card__top {
  width: 944px;
  height: 19px;
}

.quest-code {
  display: flex;
  height: 15px;
  align-items: center;
  color: #6b7796;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.6px;
}

.quest-card--featured .quest-code {
  height: 14px;
  color: rgb(255 255 255 / 0.55);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10.5px;
  line-height: 14px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.quest-tag {
  display: flex;
  height: 27px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgb(12 21 48 / 0.06);
  color: #0c1530;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.quest-card--featured .quest-tag {
  height: 19px;
  padding: 3px 9px;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.12);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 13px;
}

.quest-card h3 {
  display: flex;
  width: 100%;
  height: 24px;
  margin: 18px 0 0;
  align-items: center;
  color: #0c1530;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.3px;
}

.quest-card--featured h3 {
  height: 33px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
}

.quest-answer {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #6b6b7b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease;
}

.quest-card.is-open h3 {
  margin-top: 8px;
}

.quest-card.is-open .quest-answer {
  max-height: 54px;
  margin-top: 10px;
  opacity: 1;
}

.quest-card--featured .quest-answer {
  color: rgb(255 255 255 / 0.72);
  font-size: 12px;
  line-height: 18px;
}

.quest-card--featured.is-open h3 {
  margin-top: 8px;
}

.quest-card--featured.is-open .quest-answer {
  max-height: 48px;
  margin-top: 8px;
}

.quest-card footer {
  box-sizing: border-box;
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 16px;
  display: flex;
  height: 52px;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 17.37px;
  border-top: 1px dashed rgb(12 21 48 / 0.12);
}

.quest-card.is-open footer {
  height: 40px;
  align-items: center;
  padding-top: 0;
}

.quest-card--featured footer {
  left: 20px;
  right: 20px;
  bottom: 18px;
  height: 52px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / 0.15);
}

.quest-card--featured.is-open footer {
  height: 40px;
  align-items: center;
  padding-top: 0;
}

.quest-card footer > span {
  display: flex;
  height: 18px;
  align-items: center;
  color: #6b7796;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.quest-card--featured footer > span {
  height: 15px;
  color: rgb(255 255 255 / 0.7);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.66px;
}

.quest-card footer .quest-toggle {
  display: flex;
  width: 117.63px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7.99px;
  padding: 8px 14px 8px 16px;
  border: 0;
  border-radius: 10px;
  background: #e7eeff;
  color: #2870ff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.quest-card footer .quest-toggle:hover,
.quest-card footer .quest-toggle:focus-visible {
  background: #dce7ff;
}

.quest-card--featured footer .quest-toggle {
  background: #303032;
  color: #ffffff;
}

.quest-card--featured footer .quest-toggle:hover,
.quest-card--featured footer .quest-toggle:focus-visible {
  background: #3a3a3d;
}

.quest-card footer svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.quest-card.is-open footer svg {
  transform: rotate(180deg);
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  height: 406px;
  margin: 228px auto 3px;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
}

.footer-left {
  position: absolute;
  top: 56px;
  left: 124px;
  display: flex;
  width: 483px;
  height: 243px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer-intro {
  display: flex;
  width: 483px;
  height: 151px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-brand svg {
  width: 34.7px;
  height: 33px;
}

.footer-brand span {
  display: block;
  width: 154px;
  height: 30px;
  color: #000000;
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  white-space: nowrap;
}

.footer-brand em {
  color: #4475f2;
  font-style: normal;
}

.footer-intro p {
  width: 402px;
  height: 72px;
  margin: 0;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-contact {
  display: flex;
  width: 161px;
  height: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-contact a {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

.footer-contact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #9a9ea6;
}

.footer-menus {
  position: absolute;
  top: 59px;
  left: 904px;
  display: flex;
  width: 311.47px;
  height: 186px;
  align-items: flex-start;
  gap: 116px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footer-menu h3 {
  height: 22px;
  margin: 0 0 4px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-menu a {
  display: flex;
  height: 21px;
  align-items: center;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
  text-transform: capitalize;
}

.footer-bottom {
  position: absolute;
  top: 336px;
  left: 124px;
  box-sizing: border-box;
  display: flex;
  width: 1194px;
  height: 70px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid #9a9ea6;
  color: #9a9ea6;
}

.footer-bottom > span {
  width: 780px;
  height: 17px;
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-bottom div {
  display: flex;
  width: 414px;
  height: 20px;
  align-items: flex-start;
  gap: 40px;
}

.footer-bottom a {
  color: #9a9ea6;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
  text-transform: capitalize;
}

.footer-bottom a:last-child {
  font-size: 13px;
  line-height: 20px;
}

.report-section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  height: 540px;
  margin: 88px auto 0;
}

.report-container {
  position: relative;
  width: 1180px;
  max-width: 100%;
  height: 540px;
  transform: translateX(18px);
}

.report-copy {
  position: absolute;
  top: 52px;
  left: 56px;
  width: 611.89px;
  height: 360.72px;
  font-family: Inter, Arial, sans-serif;
}

.report-kicker {
  display: flex;
  width: 611.89px;
  height: 14px;
  align-items: center;
  gap: 12px;
}

.report-kicker span {
  display: flex;
  width: 220px;
  height: 13px;
  align-items: center;
  color: #9aa0ae;
  font-size: 11px;
  font-weight: 800;
  line-height: 13px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  white-space: nowrap;
}

.report-copy h2 {
  position: absolute;
  top: 27.2px;
  left: 0;
  width: 494px;
  height: 110px;
  margin: 0;
  color: #0b0c10;
  font-size: 56px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -1.96px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-lead {
  position: absolute;
  top: 154.64px;
  left: 0;
  width: 540px;
  height: 56.3px;
  margin: 0;
  color: #1a1c24;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.176px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-lead mark {
  display: inline-flex;
  height: 20px;
  padding: 0 4px;
  border-radius: 3px;
  align-items: center;
  background: #fff7cc;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
}

.report-lead .mark-green {
  background: #e6f8ee;
}

.report-lead .mark-blue {
  background: #eaf0ff;
  color: #4475f2;
}

.report-note {
  position: absolute;
  top: 224.14px;
  left: 0;
  width: 483px;
  height: 45px;
  margin: 0;
  color: #6b7180;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.176px;
  text-shadow: 0 20px 35px rgb(0 0 0 / 0.4);
}

.report-actions {
  position: absolute;
  top: 295.7px;
  left: 0;
  display: flex;
  width: 611.89px;
  height: 65px;
  padding-top: 22px;
  border-top: 1px solid #e6e8ef;
  align-items: flex-start;
  gap: 24px;
}

.report-button {
  display: inline-flex;
  height: 42px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.07px;
  white-space: nowrap;
}

.report-button--primary {
  width: 162.27px;
  padding: 0 18px;
  gap: 8px;
  background: #4475f2;
  color: #ffffff;
  box-shadow: 0 20px 35px rgb(0 0 0 / 0.45);
}

.report-button--primary span {
  width: 102.27px;
  text-align: center;
}

.report-button--primary svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.report-button--ghost {
  box-sizing: border-box;
  width: 183.39px;
  padding: 0 18px;
  border: 1px solid #d9dce6;
  color: #0b0c10;
  filter: drop-shadow(0 20px 35px rgb(0 0 0 / 0.45));
}

.receipt-wrap {
  position: absolute;
  top: 52px;
  left: 723.91px;
  width: 400.06px;
  height: 410px;
  padding-top: 8px;
}

.receipt-card {
  position: relative;
  width: 360px;
  height: 402px;
  padding: 24px 26px 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgb(11 12 16 / 0.25), 0 1px 4px rgb(11 12 16 / 0.04);
  font-family: Inter, Arial, sans-serif;
}

.receipt-label {
  position: absolute;
  top: -17.11px;
  left: 139.71px;
  display: flex;
  width: 119.42px;
  height: 26px;
  padding: 6px 14px;
  transform: rotate(-3deg);
  border-radius: 8px;
  align-items: center;
  background: #4475f2;
  box-shadow: 0 6px 16px rgb(45 91 255 / 0.35);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.receipt-header {
  display: flex;
  width: 308px;
  height: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e8ef;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.receipt-header strong {
  display: flex;
  height: 17px;
  align-items: center;
  color: #0b0c10;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 1.68px;
}

.receipt-header span {
  display: flex;
  height: 13px;
  align-items: center;
  color: #6b7180;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.176px;
}

.receipt-list {
  display: flex;
  width: 308px;
  height: 188px;
  margin: 0;
  padding: 14px 0;
  flex-direction: column;
  gap: 8px;
}

.receipt-list div {
  display: flex;
  width: 308px;
  height: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.receipt-list dt,
.receipt-list dd {
  display: flex;
  height: 16px;
  margin: 0;
  align-items: center;
  color: #1a1c24;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.176px;
}

.receipt-list dt {
  font-weight: 400;
}

.receipt-list dd {
  color: #0b0c10;
  font-weight: 700;
}

.receipt-total {
  display: flex;
  box-sizing: border-box;
  width: 308px;
  height: 31px;
  padding-top: 14px;
  border-top: 1px dashed #d9dce6;
  align-items: baseline;
  justify-content: space-between;
}

.receipt-total span,
.receipt-total strong {
  display: flex;
  height: 16px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.52px;
}

.receipt-total span {
  color: #0b0c10;
}

.receipt-total strong {
  color: #4475f2;
}

.receipt-thanks {
  display: flex;
  width: 308px;
  height: 13px;
  margin: 16px 0 0;
  align-items: center;
  justify-content: center;
  color: #6b7180;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.176px;
}

.receipt-barcode {
  display: block;
  width: 308px;
  height: 38px;
  margin-top: 2px;
  background: repeating-linear-gradient(
    90deg,
    #0b0c10 0 2px,
    transparent 2px 6px,
    #0b0c10 6px 7px,
    transparent 7px 12px
  );
  clip-path: inset(10.53% 0 10.53% 9.74%);
}

.receipt-code {
  display: flex;
  width: 308px;
  height: 12px;
  align-items: center;
  justify-content: center;
  color: #6b7180;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.4px;
}

@media (max-width: 1440px) {
  .float-icon--sail {
    left: calc(50% - 473px);
  }

  .float-icon--xai {
    left: calc(50% - 365px);
  }

  .float-icon--arrows {
    left: calc(50% - 501px);
  }

  .float-icon--pixel {
    left: calc(50% - 410px);
  }

  .float-icon--badge {
    left: calc(50% - 455px);
  }

  .float-icon--teal {
    left: calc(50% - 427px);
  }

  .float-icon--github {
    left: calc(50% - 340px);
  }

  .float-tag--learn {
    left: calc(50% - 309px);
  }

  .float-tag--growth {
    left: calc(50% + 392px);
  }

  .float-tag--startup {
    left: calc(50% + 267px);
  }

  .float-icon--leaf {
    left: calc(50% + 489px);
  }

  .float-icon--slack,
  .float-icon--wave,
  .float-icon--blocks {
    left: calc(50% + 504px);
  }

  .float-icon--s {
    left: calc(50% + 357px);
  }

  .float-icon--zen {
    left: calc(50% + 456px);
  }

  .float-icon--black {
    left: calc(50% + 413px);
  }
}

@media (max-width: 1180px) {
  .site-footer {
    height: 342px;
  }

  .site-footer > * {
    transform: scale(0.84);
    transform-origin: top left;
  }

  .onas-section {
    height: 2097px;
    padding: 92px 0 118px;
  }

  .onas-header,
  .onas-cards {
    transform: scale(0.84);
    transform-origin: top center;
  }

  .onas-header {
    height: 210px;
  }

  .onas-cards {
    height: 1499px;
  }

  .reviews-section {
    height: 704px;
  }

  .reviews-panel {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .pablo-section {
    height: 438px;
  }

  .pablo-panel {
    left: 50%;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .preseed-section {
    height: 590px;
    padding: 36px 32px;
  }

  .preseed-header,
  .preseed-content {
    width: 984px;
    transform: scale(0.84);
    transform-origin: top left;
  }

  .preseed-content {
    margin-top: -18px;
  }

  .report-section {
    height: 454px;
  }

  .report-container {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .gives-section {
    height: 700px;
  }

  .gives-board {
    transform: translateX(-50%) scale(0.84);
    transform-origin: top center;
  }

  .directions-section {
    height: 548px;
    min-height: 548px;
    padding: 0;
  }

  .directions-cards {
    display: block;
    width: 1120px;
    height: 280px;
    margin: 58px auto 0;
    transform: scale(0.84);
    transform-origin: top center;
  }

  .direction-card {
    position: absolute;
  }

  .directions-bar {
    top: 402px;
    bottom: auto;
    width: min(932px, calc(100% - 32px));
  }

  .directions-bar__avatars {
    left: 19px;
  }

  .directions-bar__copy {
    left: 241px;
  }

  .directions-bar__button {
    right: 18px;
    left: auto;
  }

  .float-icon--sail {
    left: calc(50% - 338px);
  }

  .float-icon--xai {
    left: calc(50% - 261px);
  }

  .float-icon--arrows {
    left: calc(50% - 358px);
  }

  .float-icon--pixel {
    left: calc(50% - 293px);
  }

  .float-icon--badge {
    left: calc(50% - 325px);
  }

  .float-icon--teal {
    left: calc(50% - 305px);
  }

  .float-icon--github {
    left: calc(50% - 243px);
  }

  .float-tag--learn {
    left: calc(50% - 221px);
  }

  .float-tag--growth {
    left: calc(50% + 303px);
  }

  .float-tag--startup {
    left: calc(50% + 191px);
  }

  .float-icon--leaf {
    left: calc(50% + 372px);
  }

  .float-icon--slack,
  .float-icon--wave,
  .float-icon--blocks {
    left: calc(50% + 360px);
  }

  .float-icon--s {
    left: calc(50% + 255px);
  }

  .float-icon--zen {
    left: calc(50% + 326px);
  }

  .float-icon--black {
    left: calc(50% + 295px);
  }
}

@media (max-width: 900px) {
  .site-footer {
    width: min(100%, calc(100% - 32px));
    height: 292px;
  }

  .site-footer > * {
    transform: scale(0.72);
  }

  .onas-section {
    width: min(100%, calc(100% - 32px));
    height: 1810px;
    padding: 72px 0 96px;
  }

  .onas-header,
  .onas-cards {
    transform: scale(0.72);
  }

  .onas-header {
    height: 180px;
  }

  .onas-cards {
    height: 1285px;
  }

  .reviews-section {
    width: min(100%, calc(100% - 32px));
    height: 603px;
  }

  .reviews-panel {
    transform: translateX(-50%) scale(0.72);
  }

  .pablo-section {
    width: min(100%, calc(100% - 32px));
    height: auto;
  }

  .pablo-panel {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    padding: 32px 24px;
  }

  .pablo-content {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pablo-copy,
  .pablo-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .pablo-copy {
    height: auto;
  }

  .pablo-copy h2,
  .pablo-copy p,
  .pablo-countdown,
  .pablo-card,
  .pablo-card__header,
  .pablo-slots,
  .pablo-card__footer {
    width: 100%;
  }

  .pablo-card {
    height: auto;
  }

  .pablo-slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 70px;
    height: auto;
  }

  .preseed-section {
    width: min(100%, calc(100% - 32px));
    height: auto;
    padding: 32px 24px;
  }

  .preseed-header,
  .preseed-content {
    width: 100%;
    transform: none;
  }

  .preseed-header {
    height: auto;
  }

  .preseed-header h2,
  .preseed-header p {
    width: 100%;
    height: auto;
  }

  .preseed-header h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .preseed-content {
    display: grid;
    height: auto;
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .preseed-timeline,
  .preseed-map,
  .preseed-side {
    position: relative;
    top: auto;
    left: auto;
  }

  .preseed-timeline {
    width: 100%;
    height: auto;
    filter: none;
  }

  .preseed-timeline::before {
    height: calc(100% - 20px);
  }

  .preseed-map {
    width: 100%;
    height: 360px;
  }

  .preseed-side {
    width: 100%;
    height: auto;
  }

  .preseed-current,
  .preseed-next {
    width: 100%;
  }

  .report-section {
    width: min(100%, calc(100% - 32px));
    height: 389px;
  }

  .report-container {
    transform: translateX(-50%) scale(0.72);
  }

  .gives-section {
    width: min(100%, calc(100% - 32px));
    height: 610px;
  }

  .gives-title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .gives-board {
    transform: translateX(-50%) scale(0.72);
  }

  .directions-section {
    width: min(100%, calc(100% - 32px));
  }

  .directions-title {
    height: auto;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }

  .directions-bar {
    display: grid;
    height: auto;
    min-height: 142px;
    padding: 16px;
    align-content: start;
    gap: 12px;
  }

  .directions-bar__avatars,
  .directions-bar__copy,
  .directions-bar__button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .directions-bar__avatars {
    justify-content: flex-start;
  }

  .directions-bar__button {
    justify-self: start;
  }

  .hero-content {
    width: min(820px, calc(100% - 32px));
  }

  .hero-title {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.4px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 54px;
  }

  .site-header {
    right: 0;
    width: auto;
    height: 54px;
    background: #ffffff;
    backdrop-filter: none;
  }

  .header-left {
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
  }

  .burger-button {
    top: 18.5px;
    left: 15.5px;
    width: 25px;
    height: 17px;
    transform: none;
  }

  .burger-button svg {
    width: 37px;
    height: 29px;
    transform: translate(-5.75px, -1.75px);
  }

  body.menu-open .burger-button svg {
    transform: translate(-5.75px, -1.75px) scale(0.92);
  }

  .brand {
    top: 50%;
    left: 80px;
    width: 99.56px;
    height: 18px;
    transform: translateY(-50%);
  }

  .brand svg {
    width: 99.56px;
    height: 18px;
  }

  .header-actions {
    display: contents;
  }

  .login-link {
    top: 19.5px;
    left: 210px;
    right: auto;
    display: flex;
    width: 34px;
    height: 15px;
    font-size: 11px;
    line-height: 15px;
  }

  .registration-button {
    top: 12px;
    right: auto;
    left: 249.99px;
    width: 96px;
    height: 30px;
    padding: 0;
    border-radius: 8px;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
  }

  .registration-button span {
    position: static;
    display: flex;
    width: 96px;
    height: 13px;
    clip: auto;
    clip-path: none;
    overflow: visible;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    white-space: normal;
  }

  .registration-button svg {
    display: none;
  }

  .menu-panel {
    left: 16px;
  }

  .hero-section {
    min-height: 586px;
    height: auto;
    overflow: visible;
    padding: 34px 18px 21.99px;
    isolation: isolate;
  }

  .hero-section::before,
  .hero-section::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    pointer-events: none;
    filter: blur(30px);
  }

  .hero-section::before {
    top: -40px;
    left: -80px;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: rgb(124 160 255 / 0.35);
  }

  .hero-section::after {
    top: 40px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    background: rgb(180 200 255 / 0.4);
  }

  .hero-background {
    display: block;
    opacity: 0.52;
  }

  .hero-floating {
    inset: auto auto auto 50%;
    top: 34px;
    z-index: 3;
    width: 324px;
    height: 130px;
    transform: translateX(-50%);
  }

  .float-tag {
    display: none;
  }

  .float-icon--sail {
    top: 14px;
    left: 67px;
    width: 64px;
    height: 64px;
  }

  .float-icon--xai {
    top: 15px;
    left: 179px;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) rotate(-8.04deg);
  }

  .float-icon--github {
    top: 44px;
    left: 288px;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%) rotate(6deg);
  }

  .float-icon--arrows {
    top: 112px;
    left: 45px;
    width: 64px;
    height: 64px;
  }

  .float-icon--pixel {
    top: 82px;
    left: 96px;
    width: 36px;
    height: 36px;
  }

  .float-icon--slack {
    top: 87px;
    left: 306px;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(-15deg);
  }

  .float-icon--s {
    top: 105px;
    left: 253px;
    width: 41px;
    height: 41px;
    transform: translate(-50%, -50%) rotate(25.87deg);
  }

  .float-icon--wave {
    top: 128px;
    left: 307px;
    width: 38px;
    height: 38px;
  }

  .float-icon--badge,
  .float-icon--teal,
  .float-icon--leaf,
  .float-icon--zen,
  .float-icon--blocks,
  .float-icon--black {
    display: none;
  }

  .hero-content {
    z-index: 4;
    width: 324px;
    max-width: calc(100vw - 36px);
    padding-top: 172px;
  }

  .hero-title {
    width: 320px;
    max-width: 100%;
    height: 64.69px;
    margin: 0 auto;
    color: #1b1a1a;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.75px;
  }

  .hero-title span + span {
    margin-top: 0;
  }

  .hero-subtitle {
    width: 300px;
    max-width: 100%;
    min-height: 58.1px;
    margin: 3.1px auto 0;
    color: #6b7280;
    font-family: Onest, Inter, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
  }

  .hero-subtitle span {
    display: inline;
  }

  .tool-strip {
    width: 343.91px;
    max-width: calc(100vw - 16px);
    height: 79.97px;
    margin: 13px auto 0;
    transform: none;
    gap: 15.99px;
  }

  .tool-card {
    width: 55.99px;
    height: 79.97px;
    gap: 7.99px;
  }

  .tool-icon,
  .tool-card--chatgpt .tool-icon {
    width: 55.99px;
    height: 55.99px;
  }

  .tool-card--chatgpt .tool-icon {
    border-radius: 16px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.12);
  }

  .tool-card--chatgpt .tool-icon svg {
    width: 50px;
    height: 50px;
  }

  .tool-card--claude .tool-icon svg,
  .tool-card--gemini .tool-icon svg,
  .tool-card--vpn .tool-icon svg {
    top: -14px;
    left: -20px;
    width: 96px;
    height: 96px;
  }

  .tool-card--more .tool-icon svg {
    top: -12px;
    left: -16px;
    width: 88px;
    height: 88px;
  }

  .tool-label {
    margin-top: 0;
    color: rgb(0 0 0 / 0.45);
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }

  .hero-cta {
    width: 280.23px;
    height: 55.99px;
    margin-top: 24px;
    transform: none;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-note {
    display: block;
    width: 234.84px;
    margin: 10px auto 0;
    transform: none;
    color: #9a9ea6;
    opacity: 0.5;
    font-size: 12px;
    line-height: 16px;
  }

  .founders-section {
    margin-top: 24px;
    padding: 0 0 48px;
  }

  .founders-container {
    display: flex;
    width: 100%;
    min-height: 496px;
    margin: 0;
    padding: 27px 0 0 7px;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .founders-copy {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 221.12px;
    margin: 0;
    gap: 9.9px;
  }

  .founders-title {
    width: 351.01px;
    max-width: 100%;
    height: 73.26px;
    font-size: 22.6209px;
    line-height: 24px;
    letter-spacing: -0.565524px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.34);
  }

  .highlight {
    padding: 1.41381px 2.82762px;
  }

  .founders-text {
    width: 320px;
    max-width: calc(100vw - 24px);
    height: 47.48px;
    font-size: 9.89667px;
    line-height: 16px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.32);
  }

  .founders-text br {
    display: none;
  }

  .founders-text strong {
    padding: 0 2.82762px;
  }

  .founders-stats {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 38.17px;
    grid-template-columns: repeat(3, 112.28px);
    gap: 7.08px;
  }

  .founders-stat {
    width: 112.28px;
    height: 35.78px;
    padding-top: 5.65524px;
    filter: drop-shadow(0 2.82762px 2.82762px rgb(0 0 0 / 0.25));
  }

  .founders-stat::before {
    height: 0.706905px;
  }

  .founders-stat span {
    font-size: 7.77595px;
    line-height: 9px;
    letter-spacing: 0.933114px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.51);
  }

  .founders-stat:nth-child(3) span {
    font-size: 7.4225px;
    line-height: 9px;
    letter-spacing: 1.03915px;
  }

  .founders-stat strong {
    margin-top: 1.41px;
    font-size: 15.5519px;
    line-height: 19px;
    letter-spacing: -0.311038px;
    text-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.51);
  }

  .founders-actions {
    width: 351.01px;
    max-width: calc(100vw - 14px);
    height: 32.52px;
    padding-top: 2.82762px;
    gap: 7.07px;
  }

  .founders-button {
    height: 25.45px;
    padding: 0 9.89667px;
    border-radius: 6.36214px;
    gap: 3.53px;
    box-shadow: 0 14.1381px 24.7417px rgb(0 0 0 / 0.19);
    font-size: 9.18976px;
    line-height: 12px;
    letter-spacing: -0.0459488px;
  }

  .founders-button__label {
    height: 12.02px;
  }

  .founders-button__icon {
    width: 11.31px;
    height: 11.31px;
  }

  .founders-button--dark {
    width: 121.59px;
  }

  .founders-button--dark .founders-button__label {
    width: 72.81px;
  }

  .founders-button--blue {
    width: 84.12px;
    gap: 3.53px;
  }

  .founders-button--blue .founders-button__label {
    width: 51px;
    margin-right: 0;
  }

  .founders-visual {
    position: relative;
    top: auto;
    left: auto;
    width: 319.13px;
    height: 221.13px;
    min-height: 221.13px;
    margin: 26px 0 0 12px;
  }

  .member-card {
    width: 268.62px;
    height: 157.64px;
    padding: 15.5519px 16.9657px;
    border-radius: 12.7243px;
  }

  .member-card::before {
    width: 98.97px;
    height: 98.97px;
    border-radius: 49.4833px;
  }

  .member-card--front {
    top: 6.43px;
    left: 12.21px;
    box-shadow: -2.82762px -8.48286px 24.7417px rgb(0 0 0 / 0.21), 0 14.1381px 35.3452px -7.06905px rgb(0 0 0 / 0.13);
  }

  .member-card--front::before {
    top: -22.46px;
    left: 189.21px;
  }

  .member-card--middle {
    top: 25.66px;
    left: 36.08px;
    box-shadow: 0 14.1381px 35.3452px -5.65524px rgb(0 0 0 / 0.24);
  }

  .member-card--middle::before {
    top: -12.84px;
    left: 194.16px;
  }

  .member-card--back {
    top: 31.98px;
    left: 50.26px;
    box-shadow: 0 14.1381px 35.3452px -5.65524px #000000;
  }

  .member-card--back::before {
    top: -1.14px;
    left: 198.17px;
  }

  .member-card__header {
    width: 234.69px;
    height: 29.7px;
    padding-bottom: 16.97px;
    gap: 84.55px;
  }

  .member-logo {
    width: 70.6px;
    height: 12.73px;
    gap: 4.24px;
    font-size: 9.89667px;
    line-height: 12px;
    letter-spacing: -0.0989667px;
  }

  .member-logo i {
    width: 12.73px;
    height: 12.73px;
    border-radius: 3.53452px;
    font-size: 7.77595px;
    line-height: 9px;
    letter-spacing: -0.0989667px;
  }

  .member-year {
    width: 79.54px;
    height: 8.48px;
    font-size: 7.06905px;
    line-height: 9px;
    letter-spacing: 1.13105px;
  }

  .member-label,
  .member-name-label {
    left: 16.9657px;
  }

  .member-label {
    top: 48.78px;
    width: 71px;
    height: 10px;
    font-size: 8.48286px;
    line-height: 10px;
    letter-spacing: 1.35726px;
  }

  .member-number {
    top: 62.22px;
    left: 16.9657px;
    width: 114px;
    height: 31px;
    font-size: 25.4486px;
    line-height: 31px;
    letter-spacing: 1.52691px;
  }

  .member-name-label {
    top: 106.04px;
    width: 20px;
    height: 9px;
    font-size: 7.4225px;
    line-height: 9px;
    letter-spacing: 1.1876px;
  }

  .member-name {
    top: 115.96px;
    left: 16.9657px;
    width: 99px;
    height: 12px;
    font-size: 9.89667px;
    line-height: 12px;
  }

  .member-role {
    top: 128.68px;
    left: 16.9657px;
    width: 93px;
    height: 9px;
    font-size: 7.77595px;
    line-height: 9px;
  }

  .member-card--back .member-role-ghost {
    left: 114.52px;
    bottom: 33.94px;
    width: 93px;
    height: 9px;
    font-size: 7.77595px;
    line-height: 9px;
  }

  .member-qr {
    right: 16.97px;
    bottom: 15.55px;
    width: 33.93px;
    height: 33.93px;
    border-radius: 5.65524px;
  }

  .member-qr i {
    width: 5.08px;
    height: 5.08px;
    border-radius: 0.706905px;
  }

  .member-qr i:nth-child(1) {
    top: 4.24px;
    left: 2.83px;
  }

  .member-qr i:nth-child(2) {
    top: 3.53px;
    left: 20.5px;
  }

  .member-qr i:nth-child(3) {
    top: 9.9px;
    left: 9.19px;
  }

  .member-qr i:nth-child(4) {
    top: 8.48px;
    left: 26.15px;
  }

  .member-qr i:nth-child(5) {
    top: 15.55px;
    left: 15.55px;
  }

  .member-qr i:nth-child(6) {
    top: 21.91px;
    left: 4.24px;
  }

  .member-qr i:nth-child(7) {
    top: 20.5px;
    left: 21.21px;
  }

  .member-qr i:nth-child(8) {
    top: 26.86px;
    left: 9.9px;
  }

  .member-qr i:nth-child(9) {
    top: 26.15px;
    left: 27.57px;
  }

  .site-footer {
    width: 100%;
    height: auto;
    margin-top: 72px;
    padding: 40px 24px 24px;
  }

  .site-footer > * {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .footer-left,
  .footer-menus,
  .footer-bottom {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .footer-left {
    height: auto;
  }

  .footer-intro,
  .footer-intro p {
    width: 100%;
    height: auto;
  }

  .footer-menus {
    margin-top: 40px;
    gap: 48px;
  }

  .footer-bottom {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 20px;
  }

  .footer-bottom > span,
  .footer-bottom div {
    width: 100%;
  }

  .footer-bottom div {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }

  .onas-section {
    height: auto;
    margin-top: 48px;
    padding: 48px 16px 72px;
    gap: 32px;
  }

  .onas-glow {
    display: none;
  }

  .onas-header,
  .onas-cards {
    width: 100%;
    height: auto;
    transform: none;
  }

  .onas-header h2 {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.4px;
  }

  .onas-header h2 > span,
  .onas-header mark {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    transform: none;
  }

  .onas-header mark {
    display: inline-flex;
    padding: 4px 8px 8px;
  }

  .onas-header p,
  .onas-card,
  .onas-kicker,
  .onas-card h3,
  .onas-card p,
  .onas-chips,
  .onas-mini-grid,
  .onas-stat-grid {
    width: 100%;
    max-width: 100%;
  }

  .onas-cards {
    gap: 18px;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no,
  .onas-card--start {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 28px 20px 26px;
    transform: none;
  }

  .onas-card h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .onas-number {
    top: 18px;
    right: 18px;
    font-size: 44px;
    line-height: 44px;
  }

  .onas-mini-grid,
  .onas-stat-grid {
    grid-template-columns: 1fr;
  }

  .pablo-section {
    margin-top: 48px;
  }

  .pablo-copy h2 {
    height: auto;
    font-size: 29px;
    line-height: 32px;
  }

  .pablo-copy p {
    height: auto;
  }

  .pablo-countdown {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pablo-timebox {
    width: 100%;
  }

  .pablo-card__header {
    height: auto;
  }

  .pablo-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pablo-card__footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .preseed-section {
    margin-top: 48px;
    padding: 28px 18px;
  }

  .preseed-header p br {
    display: none;
  }

  .preseed-meta {
    width: 100%;
  }

  .preseed-map {
    height: 300px;
  }

  .preseed-timeline li {
    width: 100%;
  }

  .directions-section {
    width: 100%;
    height: 328px;
    min-height: 328px;
    margin-top: 10px;
    padding: 24px 0 0;
    overflow: visible;
  }

  .directions-title {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 24px;
    margin: 0;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.55px;
    text-shadow: 0 10px 17.5px rgb(0 0 0 / 0.38);
  }

  .directions-cards {
    position: absolute;
    top: 68px;
    left: 50%;
    display: block;
    width: 312px;
    height: 190px;
    margin: 0;
    max-width: none;
    transform: translateX(-50%);
  }

  .direction-card {
    position: absolute;
    min-height: 0;
    padding: 12px;
    border-radius: 11px;
    box-shadow: 0 12px 25px -10px rgb(11 14 26 / 0.68), 0 -4.5px 8px rgb(11 14 26 / 0.08);
    gap: 4.15px;
  }

  .direction-card__top {
    width: 100%;
    height: 26.35px;
    padding-bottom: 4.35px;
    gap: 12px;
  }

  .direction-icon {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .direction-icon svg {
    max-width: 11px;
    max-height: 11px;
  }

  .direction-badge {
    height: 11px;
    padding: 2px 5px;
    font-size: 5.5px;
    line-height: 7px;
  }

  .direction-card h3 {
    height: 15px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.18px;
  }

  .direction-card p {
    margin-top: 0;
    font-size: 7px;
    line-height: 11px;
  }

  .direction-tape {
    top: -5px;
    width: 22px;
    height: 9px;
    border-width: 0.5px;
    border-radius: 1px;
  }

  .direction-card--network {
    top: 12.94px;
    left: 10px;
    width: 140px;
    height: 95.08px;
    transform: rotate(-6deg);
    gap: 4.4px;
  }

  .direction-card--network .direction-card__top {
    height: 26.1px;
    padding-bottom: 4.1px;
  }

  .direction-card--network .direction-badge {
    width: 57.52px;
  }

  .direction-card--investments {
    top: 4.88px;
    left: 145px;
    width: 150px;
    height: 84.24px;
    transform: rotate(4deg);
  }

  .direction-card--investments .direction-badge {
    width: 64.26px;
  }

  .direction-card--education {
    top: 109px;
    left: 10px;
    width: 145px;
    height: 84.24px;
    transform: rotate(-3deg);
  }

  .direction-card--education .direction-badge {
    width: 41.62px;
  }

  .direction-card--grants {
    top: 83px;
    left: 145px;
    width: 140px;
    height: 84.24px;
    transform: rotate(7deg);
  }

  .direction-card--grants .direction-badge {
    width: 38.13px;
  }

  .directions-bar {
    position: absolute;
    top: 278px;
    left: 50%;
    display: block;
    width: 312.5px;
    min-height: 0;
    height: 33px;
    padding: 0;
    transform: translateX(-50%);
    border-width: 0.5px;
    border-radius: 7px;
    box-shadow: 0 10px 17.5px rgb(0 0 0 / 0.25);
  }

  .directions-bar__avatars {
    position: absolute;
    top: 6.75px;
    left: 9.5px;
    display: flex;
    width: 77px;
    height: 19.5px;
    padding-top: 2.35px;
    justify-content: center;
  }

  .bar-avatar {
    width: 17px;
    height: 17px;
    border-width: 1px;
    border-radius: 8.5px;
    font-size: 6px;
    line-height: 8px;
  }

  .bar-avatar + .bar-avatar {
    margin-left: -5px;
  }

  .bar-avatar:nth-child(6),
  .bar-avatar:nth-child(7) {
    display: none;
  }

  .bar-avatar--more {
    font-size: 5.5px;
    line-height: 8px;
  }

  .directions-bar__copy {
    position: absolute;
    top: calc(50% - 8px - 0.5px);
    left: 92px;
    width: 112.01px;
    height: 16px;
    gap: 0.5px;
  }

  .directions-bar__copy strong {
    width: 115.5px;
    height: 9px;
    font-size: 6.5px;
    line-height: 9px;
    letter-spacing: -0.088px;
  }

  .directions-bar__copy span {
    width: 112px;
    height: 7px;
    color: #2fb36b;
    font-size: 5.5px;
    line-height: 7px;
    letter-spacing: -0.088px;
  }

  .directions-bar__button {
    position: absolute;
    top: calc(50% - 9px);
    right: auto;
    left: 240px;
    width: 59.5px;
    height: 18px;
    padding: 0 7px;
    border-radius: 4.5px;
    gap: 4px;
    font-size: 6.5px;
    line-height: 9px;
    letter-spacing: -0.0325px;
  }

  .directions-bar__button span {
    width: 36px;
    height: 9px;
    margin-right: 0;
  }

  .directions-bar__button svg {
    width: 8px;
    height: 8px;
  }

  .bloggers-section {
    width: 100%;
    height: 247.88px;
    margin: 24px 0 0;
    overflow: hidden;
  }

  .bloggers-title {
    top: 21px;
    width: 304px;
    height: 47px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .bloggers-videos {
    top: 59.25px;
    left: 50%;
    width: 1467px;
    height: 284.87px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .bloggers-footer {
    top: 179.32px;
    left: 50%;
    width: 1280px;
    height: 135.59px;
    transform: translateX(-50%) scale(0.375);
    transform-origin: top center;
  }

  .report-section {
    width: 100%;
    height: 202.5px;
    margin: 0;
    overflow: visible;
  }

  .report-container {
    left: 0;
    width: 442.5px;
    max-width: none;
    height: 202.5px;
    transform: none;
  }

  .report-copy {
    top: 19.5px;
    left: 21px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .receipt-wrap {
    top: 19.5px;
    left: 221.25px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-section {
    width: 420px;
    max-width: none;
    height: 304.5px;
    margin: -21.5px 0 0 -27px;
    border-radius: 6.75px;
    overflow: visible;
  }

  .gives-title {
    top: 23.81px;
    left: 156px;
    width: 360px;
    height: 56px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .gives-board {
    top: 48.75px;
    left: 21.51px;
    width: 1100px;
    height: 700px;
    transform: scale(0.375);
    transform-origin: top left;
  }

  .preseed-section {
    display: block;
    width: 607.5px;
    max-width: none;
    height: 640px;
    margin: 18px 0 0 -117px;
    padding: 22.5px 27px;
    border-radius: 13.5px;
    overflow: visible;
  }

  .preseed-section::before {
    top: -30px;
    left: -260px;
    width: 360px;
    height: 360px;
    opacity: 0.35;
  }

  .preseed-header {
    width: 553.5px;
    height: 58.78px;
    transform: none;
    gap: 4.39px;
  }

  .preseed-header h2,
  .preseed-header p {
    width: 553.5px;
    justify-content: center;
    text-align: center;
  }

  .preseed-header h2 {
    height: 18px;
    font-size: 16.875px;
    line-height: 18px;
    letter-spacing: -0.421875px;
    text-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.4);
  }

  .preseed-header p {
    width: 360px;
    height: 18px;
    align-self: center;
    font-size: 7.3125px;
    line-height: 9px;
    text-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.4);
  }

  .preseed-content {
    position: relative;
    display: block;
    width: 553.5px;
    height: 236.25px;
    margin-top: 13.5px;
    transform: none;
  }

  .preseed-map {
    position: absolute;
    top: 0;
    left: 114.75px;
    width: 536px;
    height: 420px;
    border-radius: 18px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .preseed-timeline {
    position: absolute;
    top: 280px;
    left: 145px;
    width: 180px;
    height: 257px;
    padding: 10px 0;
    gap: 28px;
    transform: scale(0.5625);
    transform-origin: top left;
    filter: drop-shadow(0 30px 70px rgb(0 0 0 / 0.8));
  }

  .preseed-timeline::before {
    top: 10px;
    left: 60px;
    width: 1px;
    height: 400px;
  }

  .preseed-side {
    position: absolute;
    top: 268px;
    left: 285px;
    width: 220px;
    height: 420px;
    gap: 14px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .preseed-meta {
    display: none;
  }

  .pablo-section {
    display: block;
    width: 729px;
    max-width: none;
    height: 476px;
    margin: 18px 0 0 -10px;
    padding: 0;
    overflow: visible;
  }

  .pablo-section::before {
    top: 64px;
    left: -250px;
    width: 360px;
    height: 360px;
    opacity: 0.42;
  }

  .pablo-panel {
    position: relative;
    left: auto;
    width: 729px;
    max-width: none;
    height: 464px;
    padding: 0;
    border-radius: 16.2px;
    transform: none;
    box-shadow: 0 0 0 0.675px #e8e8ed;
  }

  .pablo-content {
    position: absolute;
    top: 27px;
    left: 32.4px;
    display: block;
    width: 664.2px;
    max-width: none;
    height: 421px;
  }

  .pablo-copy {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 319.95px;
    height: 421px;
  }

  .pablo-copy h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 69px;
    font-size: 21.6px;
    line-height: 23px;
    letter-spacing: -0.54px;
    text-shadow: 0 13.5px 23.625px rgb(0 0 0 / 0.4);
  }

  .pablo-copy p {
    position: absolute;
    top: 77.84px;
    left: 0;
    width: 283px;
    height: 46px;
    font-size: 9.45px;
    line-height: 15px;
    text-shadow: 0 13.5px 23.625px rgb(0 0 0 / 0.4);
  }

  .pablo-countdown {
    position: absolute;
    top: 132.69px;
    left: 0;
    width: 319.95px;
    height: 52.69px;
    grid-template-columns: repeat(4, 75.94px);
    gap: 5.4px;
  }

  .pablo-timebox {
    width: 75.94px;
    height: 45.9px;
    margin-top: 3.49px;
    padding: 8.1px 0;
    gap: 2.7px;
    border-radius: 6.75px;
  }

  .pablo-timebox strong {
    height: 18.9px;
    font-size: 18.9px;
    line-height: 19px;
    letter-spacing: -0.378px;
  }

  .pablo-timebox span {
    height: 8.1px;
    font-size: 6.75px;
    line-height: 8px;
    letter-spacing: 0.945px;
  }

  .pablo-button {
    position: absolute;
    top: 372px;
    left: 2px;
    width: 51.41px;
    height: 15.55px;
    padding: 0 6.048px;
    gap: 8.21px;
    border-radius: 3.888px;
    box-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.19);
    font-size: 5.616px;
    line-height: 7px;
    letter-spacing: -0.02808px;
  }

  .pablo-button span {
    width: 31px;
    margin-right: -5px;
  }

  .pablo-button svg {
    width: 6.91px;
    height: 6.91px;
  }

  .pablo-card {
    position: absolute;
    top: 193.99px;
    left: -0.4px;
    width: 320px;
    height: 163px;
    padding: 11.25px;
    gap: 7.88px;
    border-width: 0.5625px;
    border-radius: 10.125px;
    box-shadow: 0 16.875px 39.375px rgb(0 0 0 / 0.38);
  }

  .pablo-card__header {
    width: 297px;
    height: 21px;
  }

  .pablo-card__header div {
    width: 76.31px;
    height: 20.81px;
    gap: 1.12px;
  }

  .pablo-card__header span {
    height: 7px;
    font-size: 5.90625px;
    line-height: 7px;
    letter-spacing: 0.945px;
  }

  .pablo-card__header strong {
    height: 12px;
    font-size: 10.125px;
    line-height: 12px;
    letter-spacing: -0.2025px;
  }

  .pablo-card__header .pablo-status {
    width: 38.81px;
    height: 11.81px;
    padding: 1.6875px 5.625px;
    border-radius: 561.938px;
    font-size: 5.90625px !important;
    line-height: 7px !important;
    letter-spacing: 0.118125px !important;
  }

  .pablo-slots {
    width: 297px;
    height: 85px;
    grid-template-columns: repeat(7, 35.81px);
    grid-template-rows: repeat(2, 39.79px);
    gap: 5.62px;
  }

  .pablo-slot {
    border-width: 0.5625px;
    border-radius: 5.625px;
  }

  .pablo-slot::before {
    top: 5.62px;
    width: 24.27px;
    height: 27.06px;
  }

  .pablo-card__footer {
    width: 297px;
    height: 17px;
    padding-top: 7.875px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border-top-width: 0.5625px;
    font-size: 6.75px;
    line-height: 8px;
  }

  .pablo-card__footer span {
    white-space: nowrap;
  }

  .pablo-card__footer span:last-child strong {
    font-size: 6.75px;
    line-height: 9px;
  }

  .reviews-section {
    display: block;
    width: 357px;
    max-width: none;
    height: 351px;
    margin: 0 0 0 11px;
    padding: 0;
    overflow: visible;
  }

  .reviews-section::before {
    right: -175px;
    bottom: -80px;
    width: 300px;
    height: 300px;
    opacity: 0.34;
  }

  .reviews-panel {
    position: relative;
    left: auto;
    width: 342px;
    max-width: none;
    height: 334px;
    padding: 17.28px 20.736px;
    border-radius: 10.368px;
    transform: none;
  }

  .reviews-header {
    width: 315.65px;
    max-width: none;
    height: 44.93px;
  }

  .reviews-header h2 {
    width: 315.65px;
    height: 14px;
    gap: 3px;
    font-size: 12.96px;
    line-height: 14px;
    letter-spacing: -0.324px;
    text-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.4);
  }

  .reviews-header p {
    width: 315.65px;
    height: 14px;
    margin-top: 3.37px;
    font-size: 5.616px;
    line-height: 7px;
  }

  .reviews-controls {
    right: 0;
    bottom: 0;
    width: 82.07px;
    height: 16.42px;
    gap: 2.59px;
  }

  .reviews-arrow {
    width: 11.23px;
    height: 12.1px;
    padding: 2.592px 4.32px;
    border-width: 0.432px;
    border-radius: 3.456px;
    font-size: 5.184px;
    line-height: 6px;
  }

  .reviews-more {
    width: 51.41px;
    height: 15.55px;
    margin-left: 3.456px;
    padding: 0 6.048px;
    gap: 8.21px;
    border-radius: 3.888px;
    box-shadow: 0 8.64px 15.12px rgb(0 0 0 / 0.19);
    font-size: 5.616px;
    line-height: 7px;
    letter-spacing: -0.02808px;
  }

  .reviews-more span {
    width: 31px;
    margin-right: -5px;
  }

  .reviews-more svg {
    width: 6.91px;
    height: 6.91px;
  }

  .reviews-grid {
    position: relative;
    width: 283.39px;
    max-width: none;
    height: 206.78px;
    margin-top: 10.37px;
  }

  .review-card {
    width: 137.65px;
    min-height: 99.36px;
    height: 101.52px;
    border-radius: 7.776px;
    box-shadow: 0 12.96px 30.24px rgb(0 0 0 / 0.13);
  }

  .review-card--one {
    top: 0;
    left: 0;
    height: 101.52px;
  }

  .review-card--two {
    top: 0;
    left: 143.71px;
    width: 137.67px;
    height: 101.52px;
  }

  .review-card--four {
    top: 107.57px;
    left: 0;
    height: 99.36px;
  }

  .review-card--five {
    top: 107.57px;
    left: 143.71px;
    width: 137.67px;
    height: 99.36px;
  }

  .review-card--three,
  .review-card--six {
    display: none;
  }

  .review-card__top {
    top: 6.91px;
    left: 7.78px;
    width: 122.1px;
    height: 9.07px;
  }

  .review-card--two .review-card__top,
  .review-card--five .review-card__top {
    left: 7.77px;
    width: 122.11px;
  }

  .review-tag {
    height: 9.07px;
    padding: 1.728px 4.32px;
    border-radius: 431.568px;
    font-size: 4.536px;
    line-height: 5px;
    letter-spacing: 0.27216px;
  }

  .review-stage {
    height: 6.05px;
    font-size: 4.536px;
    line-height: 5px;
    letter-spacing: 0.27216px;
  }

  .review-person {
    top: 22.03px;
    left: 7.78px;
    width: 122.1px;
    height: 21.6px;
    gap: 4.32px;
  }

  .review-card--two .review-person,
  .review-card--five .review-person {
    left: 7.77px;
    width: 122.11px;
  }

  .review-avatar {
    width: 21.6px;
    height: 21.6px;
    border-radius: 6.048px;
    background: #eceef8;
  }

  .review-avatar svg {
    width: 13.82px;
    height: 13.82px;
  }

  .review-person strong {
    width: 52px;
    height: 12.96px;
    font-size: 5.832px;
    line-height: 7px;
    letter-spacing: -0.05832px;
  }

  .review-person small {
    font-size: 5.832px;
    line-height: 7px;
  }

  .review-card p {
    top: 43.26px;
    bottom: auto;
    left: 7.78px;
    width: 114px;
    height: 33px;
    font-size: 5.4px;
    line-height: 8px;
  }

  .review-card--two p,
  .review-card--four p,
  .review-card--five p {
    top: 43.09px;
    left: 7.77px;
    width: 118px;
    height: 25px;
  }

  .review-card footer {
    bottom: auto;
    top: 76.03px;
    left: 7.78px;
    width: 122.1px;
    height: 17.71px;
    padding-top: 4.32px;
    border-top-width: 0.432px;
  }

  .review-card--two footer,
  .review-card--four footer,
  .review-card--five footer {
    left: 7.77px;
    width: 122.11px;
  }

  .review-card footer strong {
    height: 8px;
    font-size: 7.776px;
    line-height: 8px;
    letter-spacing: -0.15552px;
  }

  .review-card footer span {
    height: 5px;
    font-size: 4.536px;
    line-height: 5px;
  }

  .reviews-dots {
    top: 297px;
    left: 151px;
    width: 43.2px;
    height: 4.8px;
    transform: none;
    gap: 4.8px;
  }

  .reviews-dots span {
    flex-basis: 4.8px;
    width: 4.8px;
    height: 4.8px;
    min-width: 4.8px;
    min-height: 4.8px;
    max-width: 4.8px;
    max-height: 4.8px;
    background: #cfd3d6;
  }

  .telegram-section {
    display: block;
    width: 810px;
    max-width: none;
    height: 573px;
    margin: 0 0 0 -16px;
    padding: 0;
    overflow: visible;
  }

  .telegram-panel {
    width: 810px;
    max-width: none;
    height: 313.76px;
    border-radius: 18px;
  }

  .telegram-content {
    top: 30px;
    left: 36px;
    width: 738px;
    height: 500px;
  }

  .telegram-copy {
    top: 19.5px;
    left: 0;
    width: 338.57px;
    height: 440px;
  }

  .telegram-badge {
    top: 0;
    left: 0;
    width: 75.13px;
    height: 22.5px;
    padding: 0 9px;
    gap: 6px;
    border-radius: 6px;
    box-shadow: 0 15px 26.25px rgb(0 0 0 / 0.45);
    font-size: 9px;
    line-height: 14px;
  }

  .telegram-badge svg {
    width: 10.5px;
    height: 10.5px;
  }

  .telegram-copy h2 {
    top: 27px;
    left: 0;
    width: 238px;
    height: 81px;
    font-size: 25.5px;
    line-height: 27px;
    letter-spacing: -0.6375px;
    text-shadow: 0 15px 26.25px rgb(0 0 0 / 0.4);
  }

  .telegram-copy p {
    top: 110.44px;
    left: 0;
    width: 285px;
    height: 34px;
    font-size: 10.5px;
    line-height: 17px;
    text-shadow: 0 15px 26.25px rgb(0 0 0 / 0.4);
  }

  .telegram-proof {
    top: 161.11px;
    left: 0;
    width: 338.57px;
    height: 46.5px;
    gap: 7.5px;
    padding: 9px 10.5px;
    border-width: 0.75px;
    border-radius: 9px;
  }

  .telegram-proof__avatar {
    width: 25.5px;
    height: 25.5px;
    border-width: 1.5px;
    font-size: 9px;
    line-height: 12px;
  }

  .telegram-proof__text {
    width: 283.07px;
    height: 22.5px;
    font-size: 9px;
    line-height: 11px;
  }

  .telegram-button {
    top: 382.5px;
    left: 0;
    width: 135.26px;
    height: 27.28px;
    gap: 5px;
    border-radius: 5.625px;
    box-shadow: 0 11.25px 19.6875px rgb(0 0 0 / 0.45);
    font-size: 8.4375px;
    line-height: 13px;
  }

  .telegram-button svg {
    width: 9px;
    height: 9px;
  }

  .telegram-ticket {
    top: 262px;
    left: 0;
    width: 496.56px;
    height: 226px;
    border-radius: 14px;
    transform: scale(0.5625);
    transform-origin: top left;
  }

  .onas-section {
    display: flex;
    width: 480px;
    max-width: none;
    height: 935.98px;
    margin: -26px 0 0 -60px;
    padding: 41.25px 30px 52.5px;
    gap: 19.42px;
    align-items: center;
    overflow: visible;
  }

  .onas-glow {
    display: block;
    filter: blur(3.75px);
  }

  .onas-glow--left {
    top: 52.5px;
    left: -67.5px;
    width: 195px;
    height: 195px;
    opacity: 0.55;
  }

  .onas-glow--right {
    top: 598.48px;
    left: 360px;
    width: 187.5px;
    height: 187.5px;
    opacity: 0.4;
  }

  .onas-header {
    position: relative;
    display: flex;
    width: 420px;
    height: 93.75px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    transform: none;
  }

  .onas-header h2 {
    position: relative;
    width: 367.5px;
    max-width: 367.5px;
    height: 63.35px;
    margin: 0;
    font-size: 33px;
    line-height: 32px;
    letter-spacing: -1.05px;
    text-shadow: 0 7.5px 13.125px rgb(0 0 0 / 0.4);
  }

  .onas-header h2 > span {
    position: absolute;
    top: -0.19px;
    left: 50%;
    display: flex;
    width: 223.54px;
    height: 32px;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
  }

  .onas-header mark {
    position: absolute;
    top: 31.5px;
    left: 50%;
    display: flex;
    width: 224.9px;
    height: 45.12px;
    transform: translateX(-50%);
    align-items: flex-start;
    justify-content: center;
    padding: 6.5625px 4.95px;
    background: rgb(68 117 242 / 0.7);
    color: #1a1a1a;
    font-size: 33px;
    line-height: 32px;
    letter-spacing: -1.05px;
  }

  .onas-header p {
    position: static;
    width: 217.5px;
    max-width: 217.5px;
    height: 21.38px;
    margin: 0;
    transform: none;
    font-size: 7.125px;
    line-height: 11px;
  }

  .onas-cards {
    display: flex;
    width: 880px;
    max-width: 880px;
    height: 1783.98px;
    flex-direction: column;
    align-items: flex-end;
    gap: 5.1px;
    transform: scale(0.375);
    transform-origin: top center;
    margin-bottom: -1115px;
  }

  .onas-card,
  .onas-card--ai,
  .onas-card--people,
  .onas-card--stats,
  .onas-card--no,
  .onas-card--start {
    position: relative;
    width: 880px;
    min-height: 320px;
    padding: 34px 40px 32px;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgb(0 0 0 / 0.25);
    transform-origin: center center;
  }

  .onas-card--ai {
    height: 320.77px;
    margin-top: 0;
    background: #cfe1ff;
    transform: rotate(-1.6deg);
  }

  .onas-card--people {
    height: 339.17px;
    margin-top: 24px;
    background: #fff3a8;
    transform: rotate(1.4deg);
  }

  .onas-card--stats {
    height: 338.97px;
    margin-top: 20px;
    background: #c9efd1;
    transform: rotate(-1deg);
  }

  .onas-card--no {
    height: 339.17px;
    margin-top: 20px;
    background: #ffd1de;
    transform: rotate(1.2deg);
  }

  .onas-card--start {
    height: 310.97px;
    margin-top: 20px;
    background: #ffffff;
    transform: rotate(-1.4deg);
  }

  .onas-kicker {
    width: 800px;
    height: 36px;
    gap: 10px;
  }

  .onas-icon {
    width: 36px;
    height: 36px;
    border-width: 1px;
    border-radius: 12px;
  }

  .onas-icon svg {
    width: 22px;
    height: 22px;
  }

  .onas-kicker > span:last-child {
    height: 17px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
  }

  .onas-card h3 {
    width: 600px;
    max-width: 600px;
    margin: 9.5px 0 0;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.8px;
  }

  .onas-card--ai h3,
  .onas-card--stats h3,
  .onas-card--start h3 {
    max-width: 640px;
  }

  .onas-card--stats h3 {
    width: 650px;
  }

  .onas-card p {
    width: 640px;
    max-width: 640px;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 25px;
  }

  .onas-number {
    top: 9px;
    right: 27px;
    height: 58px;
    font-size: 64px;
    line-height: 58px;
    letter-spacing: -3px;
  }

  .onas-card--people .onas-number,
  .onas-card--no .onas-number {
    top: 26px;
  }

  .onas-chips {
    width: 800px;
    margin-top: 18px;
    gap: 8px;
  }

  .onas-chips span {
    height: 34px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .onas-chips svg {
    width: 15px;
    height: 15px;
  }

  .onas-mini-grid,
  .onas-stat-grid {
    display: grid;
    width: 800px;
    margin-top: 20px;
    gap: 12px;
  }

  .onas-mini-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .onas-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .onas-mini-grid span,
  .onas-stat-grid span {
    min-height: 84.6px;
    padding: 14px 16px;
    gap: 3px;
    border-radius: 14px;
  }

  .onas-stat-grid span {
    min-height: 77px;
    padding: 14px 14px 12px;
    gap: 5.5px;
  }

  .onas-mini-grid strong {
    font-size: 14.5px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }

  .onas-mini-grid small {
    max-width: 220px;
    font-size: 12px;
    line-height: 17px;
  }

  .onas-stat-grid strong {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .onas-stat-grid small {
    font-size: 12px;
    line-height: 16px;
  }

  .onas-action {
    margin-top: 18px;
    gap: 12px;
  }

  .onas-action a {
    width: 119px;
    height: 36px;
    gap: 3px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 17px;
  }

  .onas-action svg {
    width: 16px;
    height: 16px;
  }

  .onas-action span {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .quest-section {
    display: block;
    width: 540px;
    max-width: none;
    height: 796px;
    margin: -91px 0 0 -7px;
    overflow: visible;
  }

  .quest-panel {
    width: 540px;
    max-width: none;
    height: 496px;
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: 0 0 0 0.5px #e8e8ed;
  }

  .quest-header {
    width: 315px;
    height: 44px;
  }

  .quest-header h2 {
    width: 315px;
    height: 16px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.375px;
    text-shadow: 0 10px 17.5px rgb(0 0 0 / 0.4);
  }

  .quest-header h2 span {
    margin-left: 3.5px;
  }

  .quest-header p {
    width: 315px;
    height: 8px;
    margin: 3.9px 0 0;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-header small {
    right: 0;
    bottom: 0;
    width: 45.04px;
    height: 7px;
    font-size: 5.25px;
    line-height: 6px;
    letter-spacing: 0.945px;
  }

  .quest-list {
    width: 492px;
    height: 636.44px;
    margin-top: 12px;
  }

  .quest-card {
    left: 0;
    width: 315px;
    height: 91.12px;
    padding: 9px 11px 8px;
    border-width: 0.5px;
    border-radius: 9px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.33);
  }

  .quest-card--featured {
    top: 0;
    left: 0;
    width: 315px;
    height: 85.88px;
    padding: 15px 10px 9px;
    border-radius: 7px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 0.33);
  }

  .quest-card:nth-of-type(2) {
    top: 92.88px;
    left: 0;
    height: 91.12px;
  }

  .quest-card:nth-of-type(3) {
    top: 191px;
    left: 0;
    height: 91.12px;
  }

  .quest-card:nth-of-type(4) {
    top: 289.12px;
    left: 0;
    height: 81.44px;
  }

  .quest-card:nth-of-type(5) {
    top: 377.56px;
    left: 0;
    height: 81.44px;
  }

  .quest-card:nth-of-type(6) {
    top: 554.44px;
    left: 0;
    height: 82px;
  }

  .quest-card:nth-of-type(7) {
    top: 466px;
    left: 0;
    height: 81.44px;
  }

  .quest-card.is-open {
    height: 112px;
  }

  .quest-card--featured.is-open {
    height: 104px;
  }

  .quest-popular {
    width: 74.4px;
    height: 9.5px;
    padding: 1.5px 6px;
    border-radius: 0 0 0 4px;
    font-size: 5px;
    line-height: 7px;
    letter-spacing: 0.9px;
  }

  .quest-card__top {
    width: 293px;
    height: 13px;
    align-items: center;
  }

  .quest-card--featured .quest-card__top {
    width: 295px;
    height: 10px;
    align-items: flex-start;
  }

  .quest-code {
    height: 7px;
    font-size: 6px;
    line-height: 7px;
    letter-spacing: 0.3px;
  }

  .quest-card--featured .quest-code {
    height: 7px;
    font-size: 5.25px;
    line-height: 7px;
    letter-spacing: 0.84px;
  }

  .quest-tag {
    height: 13.5px;
    padding: 2.5px 5px;
    border-radius: 4px;
    font-size: 6px;
    line-height: 7px;
  }

  .quest-card--featured .quest-tag {
    height: 9.5px;
    padding: 1.5px 4.5px;
    border-radius: 3px;
    font-size: 5.25px;
    line-height: 6px;
  }

  .quest-card h3 {
    height: 12px;
    margin: 5.5px 0 0;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.15px;
  }

  .quest-card--featured h3 {
    height: 16.5px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.15px;
  }

  .quest-answer {
    font-size: 5.5px;
    line-height: 7.5px;
  }

  .quest-card.is-open h3 {
    margin-top: 3px;
  }

  .quest-card.is-open .quest-answer {
    max-height: 30px;
    margin-top: 5px;
  }

  .quest-card--featured .quest-answer {
    font-size: 6px;
    line-height: 9px;
  }

  .quest-card--featured.is-open h3 {
    margin-top: 4px;
  }

  .quest-card--featured.is-open .quest-answer {
    max-height: 27px;
    margin-top: 4px;
  }

  .quest-card footer {
    left: 11px;
    right: 11px;
    bottom: 8px;
    width: 293px;
    height: 26px;
    align-items: center;
    padding-top: 8.685px;
    border-top-width: 0.5px;
  }

  .quest-card.is-open footer {
    height: 20px;
    padding-top: 0;
  }

  .quest-card--featured footer {
    left: 10px;
    right: 10px;
    bottom: 9px;
    width: 295px;
    height: 26px;
    padding-top: 5px;
    border-top-width: 0.5px;
  }

  .quest-card--featured.is-open footer {
    height: 20px;
    padding-top: 0;
  }

  .quest-card footer > span {
    height: 8px;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-card--featured footer > span {
    height: 7px;
    font-size: 5.5px;
    line-height: 7px;
    letter-spacing: 0.33px;
  }

  .quest-card footer .quest-toggle {
    width: 58.81px;
    height: 17px;
    gap: 3.99px;
    padding: 4px 7px 4px 8px;
    border: 0;
    border-radius: 5px;
    font-size: 6.5px;
    line-height: 8px;
  }

  .quest-card footer svg {
    width: 7px;
    height: 7px;
  }

  .site-footer {
    display: flex;
    width: 100%;
    height: 361.91px;
    margin: -15px 0 0;
    padding: 26px 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.9px;
    background: #ffffff;
  }

  .site-footer > * {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  .footer-left {
    display: flex;
    width: 328px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.9px;
  }

  .footer-intro {
    display: flex;
    width: 280px;
    max-width: 280px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 9.9px;
  }

  .footer-brand {
    width: 99.56px;
    height: 18px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .footer-brand svg {
    width: 18.56px;
    height: 17.65px;
  }

  .footer-brand span {
    width: 76px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-intro p {
    width: 280px;
    max-width: 280px;
    height: 50px;
    font-size: 11px;
    line-height: 16px;
  }

  .footer-contact {
    width: 328px;
    height: 37.32px;
    padding-top: 1.1px;
    gap: 3px;
  }

  .footer-contact a {
    width: 328px;
    height: 16.61px;
    justify-content: flex-start;
    gap: 0;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
  }

  .footer-contact svg {
    display: none;
  }

  .footer-menus {
    display: grid;
    width: 328px;
    height: 142.51px;
    margin-top: 0;
    padding-top: 12.1px;
    grid-template-columns: 155px 155px;
    column-gap: 18px;
  }

  .footer-menu {
    width: 155px;
    height: auto;
    gap: 5px;
  }

  .footer-menu h3 {
    width: 155px;
    height: 15px;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .footer-menu a {
    width: 155px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: none;
  }

  .footer-menu a:first-of-type {
    margin-top: 4px;
  }

  .footer-bottom {
    display: flex;
    width: 328px;
    height: 28.48px;
    margin-top: 0;
    padding: 14px 0 0;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 103.97px;
    border-top: 1px solid rgb(154 158 166 / 0.08);
  }

  .footer-bottom > span {
    width: 135.39px;
    height: 27px;
    margin-top: -7px;
    font-size: 0;
    line-height: 0;
  }

  .footer-bottom > span::after {
    content: "© 2026, все права\Aзащищены";
    display: block;
    white-space: pre-line;
    color: #9a9ea6;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 13px;
  }

  .footer-bottom div {
    position: relative;
    display: block;
    width: 88.64px;
    height: 27px;
    margin-top: -7px;
    font-size: 0;
    line-height: 0;
  }

  .footer-bottom a {
    display: none;
  }

  .footer-bottom div::after {
    content: "Политика ·\AУсловия";
    white-space: pre-line;
    color: #9a9ea6;
    font-size: 9.5px;
    font-weight: 400;
    line-height: 13px;
  }

  .menu-panel {
    left: 2px;
    width: min(336px, calc(100vw - 4px));
    height: 100dvh;
    min-height: 0;
    overflow: visible;
  }

  .menu-left {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: 18px 0 45px rgb(13 26 74 / 0.18);
  }

  .menu-promo {
    display: none;
  }

  .menu-head,
  .menu-search,
  .menu-nav,
  .menu-soon,
  .menu-footer {
    width: 100%;
  }

  .menu-head {
    height: 55px;
    gap: 0;
    padding: 13.5px 16.5px;
  }

  .menu-brand {
    width: 112.5px;
    height: 22.5px;
    gap: 7.5px;
  }

  .menu-brand__mark {
    width: 24px;
    height: 24px;
  }

  .menu-brand span:last-child {
    width: 82px;
    height: 19px;
    font-size: 15px;
    line-height: 19px;
  }

  .menu-close,
  .menu-close svg {
    width: 27px;
    height: 27px;
  }

  .menu-search {
    height: 53px;
    padding: 13.5px 16.5px 4.5px;
  }

  .menu-search span {
    width: 100%;
    height: 35px;
    gap: 7.5px;
    padding: 0 10.5px 0 31.5px;
    border-radius: 7.5px;
    font-size: 10.5px;
    line-height: 13px;
  }

  .menu-search svg {
    top: 25px;
    left: 27px;
    width: 12px;
    height: 12px;
  }

  .menu-nav {
    height: 283px;
  }

  .menu-soon {
    height: 88px;
  }

  .menu-label {
    top: 17.25px;
    left: 19.5px;
    height: 10px;
    font-size: 8.25px;
    line-height: 10px;
    letter-spacing: 0.99px;
  }

  .menu-link {
    left: 11px;
    width: calc(100% - 36px);
    height: 49px;
    gap: 10.5px;
    padding: 9px;
    border-radius: 10.5px;
  }

  .menu-nav .menu-link:nth-of-type(1) { top: 33px; }
  .menu-nav .menu-link:nth-of-type(2) { top: 82px; }
  .menu-nav .menu-link:nth-of-type(3) { top: 130px; }
  .menu-nav .menu-link:nth-of-type(4) { top: 179px; }
  .menu-nav .menu-link:nth-of-type(5) { top: 228px; }
  .menu-soon .menu-link { top: 33px; }

  .menu-link__icon {
    width: 27px;
    height: 27px;
    border-radius: 7.5px;
  }

  .menu-link__icon svg {
    width: 16.5px;
    height: 16.5px;
  }

  .menu-link__text {
    width: 120px;
    height: 30.75px;
    gap: 1.5px;
  }

  .menu-link__text strong {
    height: 16.5px;
    font-size: 12px;
    line-height: 15px;
  }

  .menu-link__text small {
    height: 11px;
    font-size: 9px;
    line-height: 11px;
  }

  .menu-pill {
    height: 15.75px;
    padding: 2.25px 6px;
    border-radius: 3.75px;
    font-size: 8.25px;
    line-height: 10px;
  }

  .menu-footer {
    height: 88px;
    gap: 10.5px;
    padding: 14.25px 16px 13px;
    border-top-width: 0.75px;
  }

  .menu-access {
    width: min(251.25px, calc(100% - 33px));
    height: 36.75px;
    padding: 10.5px;
    border-radius: 10.5px;
    box-shadow: 0 7.5px 16.5px rgb(38 96 255 / 0.3);
    font-size: 11.25px;
    line-height: 14px;
  }

  .menu-status {
    width: 100%;
    height: 13px;
    justify-content: flex-start;
    gap: 10px;
  }

  .menu-status span,
  .menu-status a {
    height: 12.75px;
    font-size: 9px;
    line-height: 11px;
  }

  .menu-status span {
    gap: 6px;
  }

  .menu-status i {
    width: 4.5px;
    height: 4.5px;
  }

}
