.welcome {
  display: flex;
  gap: 55px;
  min-height: 0;
}

.hello {
  display: grid;
  align-content: space-between;
  justify-items: center;
  gap: var(--s-5);
  padding: 113px 83px 104px 83px;
  text-align: center;
  color: #000;
  width: 1386px;
  height: 935px;
  margin-bottom: 46px;
}
.hello__title {
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hello__subtitle {
  max-width: 980px;
  font-size: 62px;
  line-height: 1.35;
  color: #000;
  font-weight: 500;
}
.hello__scroll {
  display: grid;
  justify-items: center;
  gap: var(--s-1);
  color: var(--c-ink-faint);
  font-size: 20px;
}

.login {
  display: flex;
  flex-direction: row;
justify-content: center;
  gap: 112px;
  width: 1386px;
  height:504px;
}

.login__option {
  display: flex;
  gap: 46px;
  min-height: 0;
  text-align: center;
  align-items: center
}
.login__label {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: var(--c-ink);
}
.login__visual {
  display: grid;
  place-items: center;
  min-height: 0;
  width: 303px;
}

.welcome__figure {
	width: 1078px;
	height: 1485px;
}
