.top {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.mobileTop {
  text-align: center;
}

.logoTop {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  justify-content: center;
}

.company {
  flex: 0 0 auto;
  font-family: 'Px Grotesk', sans-serif;
  font-size: var(--pm-font-size-xl);
  padding-left: 7px;
}

.step {
  display: flex;
  align-items: center;
  height: 45px;
  z-index: 1;
  position: relative;
}

.stepsMobile {
  display: flex;
  padding-bottom: 40px;
}

.stepMobile {
  flex: 1;
  align-items: center;
  height: 45px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 118px;
}

.stepNumber {
  flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid #fff;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  line-height: 39px;
}

.stepTitle {
  flex: 0 1 auto;
}

.selected {
  color: var(--pm-teal-60);

  .stepNumber {
    border-color: var(--pm-teal-60);
  }
}

.decorLine {
  border-left: 1px solid var(--pm-gray-80);
  height: 30px;
  margin: 5px 0 5px 20px;
  position: relative;
}

.decorHorizontalLine {
  border-top: 1px solid var(--pm-gray-80);
  height: 1px;
  margin: 20px -25px;
  flex: 1 1 40px;
}

.gradientTop {
  background: radial-gradient(circle, rgba(5, 81, 124, 0.5) 0%, rgba(16, 20, 35, 0) 70%);
  width: 300px;
  position: absolute;
  height: 300px;
  top: -157px;
  left: -124px;
  z-index: 0;
  flex: 1 auto;
}

.arrowDown {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--pm-background-blue);
  margin-top: 133px;
  position: absolute;
}

.arrowDownThree {
  border-top-color: #123c5a;
}

.leftColumn {
  color: #fff;
  background-color: var(--pm-background-blue);
  background-image: linear-gradient(315deg, #094667, #123c5a, #15324d, #162840, #141f33, #131b2e, #111828,
      #101423, #101423, #101423, #101423, #101423, #101423, #101423, #101423);
  height: 100vh;
}

.topRow {
  background-color: var(--pm-background-blue);
  background-image: linear-gradient(315deg, #094667, #123c5a, #15324d, #162840, #141f33, #131b2e, #111828,
      #101423, #101423, #101423, #101423, #101423, #101423, #101423, #101423);
  color: #fff;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid var(--pm-background-blue);
  margin-top: 133px;
  position: absolute;
  left: 25%;
}

.arrowStepTwo {
  margin-top: 219px;
}

.arrowStepThree {
  margin-top: 303px;
}

@media screen and (max-width: 992px) {
  .arrow {
    display: none;
  }
}
.loading {
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  opacity: 0;
}

.preloadPx {
  font-weight: 300;
  font-family: 'Px Grotesk', sans-serif;
}
