.how-to-start {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .how-to-start {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.how-to-start__row {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .how-to-start__row {
    flex-direction: column;
  }
}
.how-to-start__container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .how-to-start__container {
    background: unset;
    border-radius: unset;
    padding: unset;
    border: unset;
  }
}
.how-to-start__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .how-to-start__title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 110%;
  }
}
.how-to-start__subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .how-to-start__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
  }
}
.how-to-start__step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .how-to-start__step-list {
    gap: 8px;
  }
}
.how-to-start__step {
  flex: 1;
  min-width: calc((100% - 56px) / 3);
  max-width: calc((100% - 56px) / 3);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .how-to-start__step {
    min-width: calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
    gap: 8px;
  }
}
.how-to-start__step:last-child .how-to-start__icon {
  display: none;
}
.how-to-start__step-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #25bb4d;
}
.how-to-start__step-subtitle {
  font-size: 14px;
  line-height: 140%;
  color: #051320;
  opacity: 0.8;
}
.how-to-start__cta {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  max-height: 400px;
  max-width: 406px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .how-to-start__cta {
    max-width: 100%;
    width: 100%;
    min-height: 328px;
    padding: 28px 20px;
  }
}
.how-to-start__sta-background {
  background-color: #25bb4d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -1;
}
.how-to-start__cta-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .how-to-start__cta-title {
    margin-bottom: 8px;
  }
}
.how-to-start__cta-subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .how-to-start__cta-subtitle {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.how-to-start__cta-button {
  display: block;
  border-radius: 10px;
  padding: 10px 13px;
  min-width: 126px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 23px 50px 0 rgba(0, 0, 0, 0.1), 0 91px 91px 0 rgba(0, 0, 0, 0.09), 0 205px 123px 0 rgba(0, 0, 0, 0.05), 0 364px 145px 0 rgba(0, 0, 0, 0.01), 0 568px 159px 0 rgba(0, 0, 0, 0);
  background: #fff;
  transition: all 0.15s;
}
.how-to-start__cta-button span {
  font-weight: 600;
  font-size: 14px;
  color: #25bb4d;
}
@media screen and (min-width: 769px) {
  .how-to-start__cta-button:hover {
    transform: translateY(-4px);
  }
}/*# sourceMappingURL=style.min.css.map */