@font-face {
  font-family: "Helvetica Now Display";
  src:url("HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Display";
  src:url("HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Now Display";
  font-weight: 400;
  min-height: 100dvh;
  background: rgba(242, 242, 247, 1);
}

.We1W51 {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  min-height: 100dvh;
  max-height: 100dvh;
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Md398T {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  animation: E8l31u 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 120ms both;
}

.RbE150 {
  width: 60%;
  max-width: 250px;
  height: auto;
  display: block;
}

.O8nG39 {
  width: 100%;
  position: relative;
}

.Wu71Z8 {
  font-family: "Helvetica Now Display";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  padding: 64px 0 16px;
  color: var(--ink);
  animation: E8l31u 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 120ms both;
}

.Wu71Z8 .ENg317 {
  display: block;
}

.Wu71Z8 .l2H0B7 {
  display: inline-block;
  color: #ffcf06;
  margin-left: 8px;
  animation: y4I7I6 2s ease-in-out infinite;
}

.Xqb619 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 12px;
  border-radius: 22px;
  border: none;
  font-family: "Helvetica Now Display";
  margin-bottom: 10px;
  text-align: left;
  transition: transform 220ms ease, background 280ms ease, color 280ms ease,
    border-color 280ms ease;
  animation: E8l31u 700ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.Xqb619.w1E44H {
  animation-delay: 250ms;
}
.Xqb619.gc9H06 {
  animation-delay: 250ms;
}

.Xqb619 .jI9m79 {
  width: 40px;
  height: 40px;
  display: flex;
}

.Xqb619 .Brd211 {
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 1;
}
.Xqb619 .g3y0C6 {
  font-size: 12px;
  font-weight: 400;
}
.Xqb619 .w5B06N {
  font-size: 24px;
  font-weight: 700;
}

.Xqb619.w1E44H {
  background: linear-gradient(90deg, #0c68ff 0%, #8cb3f8 100%);
  color: #fff;
}

.Xqb619.w1E44H.qKf156 {
  background: #0c68ff;
}

.Xqb619.gc9H06 {
  background: linear-gradient(90deg, #d1d1d6 0%, #ebebf0 100%);
  color: #2c2c2e;
}

.Xqb619.gc9H06.qKf156 {
  background: #aeaeb2;
  color: #f2f2f7;
}

.mN721d {
  font-family: "Helvetica Now Display";
  margin-top: auto;
  width: 100%;
  text-align: center;
  animation: E8l31u 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 480ms both;
}

.mN721d .vU0x68 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3c;
}

.mN721d .TrobR3 {
  margin: 6px 0 6px;
  font-weight: 700;
  font-size: 24px;
  color: #1c1c1e;
}
.mN721d .pa4uTH {
  margin: 6px 0 6px;
  font-weight: 400;
  font-size: 12px;
  color: #636366;
}

.mN721d .SpEtU1 {
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  color: #aeaeb2;
}

@keyframes E8l31u {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes y4I7I6 {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
}
