

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

body {
  /*   scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; */
  background: #f3ecec;
  font-family: "Space Grotesk Variable", "Space Grotesk", Arial, Helvetica,
    sans-serif;
  overflow-x: hidden;
}

.contact__form-input:focus,
.contact__form-textarea:focus {
  border: 0 !important;
}
.bg_1 {
  background-image: url(../img/bg_all.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18px;
}
.header {
  height: 60px;
  top: 20px;
  background: rgba(242, 236, 236, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 26px rgba(19, 36, 54, 0.1);
  backdrop-filter: blur(9.2px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: top 0.3s; /* для плавності */
}

@media (min-width: 1110px) {
  .header-placeholder {
    display: none; /* Прихований, поки шапка статична */
  }

  .header.fixed + .header-placeholder {
    display: block; /* Показується, коли шапка фіксована */
    height: 60px; /* Така ж висота, як у шапки */
    transition: top 0.3s; /* для плавності */
  }
  .header.fixed {
    position: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 1198px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 13px 0 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: 97px;
}
.header__nav {
  flex: 1 1 auto;
}
.header__menu {
  display: flex;
  gap: 99px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}

.header__menu-link {
  color: #49498e;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 500;
  transition: color 0.2s;
  opacity: 0.8;
}
.header__menu-link:hover {
  font-weight: 700;
  opacity: 1;
}
.header__cta-btn {
  background: #7c7cbf;
  color: #fff;
  padding: 10px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 40px;
  border: none;
  transition: background 0.2s;
}
.header__cta-btn:hover {
  background: #49498e;
}
.header__burger {
  display: none;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.header__mobile-nav {
  display: none;
}
@media (max-width: 900px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    backdrop-filter: blur(3.2px);
    min-width: 0;
    border-radius: 0 0 10px 10px;
    height: 56px;
    padding: 0;
    z-index: 100;
  }
  .header__container {
    padding: 0 12px;
    height: 56px;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__nav {
    display: none;
  }
  .header__cta-btn {
    display: none;
  }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    background: none;
    border: none;
    margin-left: auto;
    cursor: pointer;
    z-index: 110;
    position: relative;
  }
  .header__burger-lines,
  .header__burger-lines::before,
  .header__burger-lines::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #49498e;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s;
  }
  .header__burger-lines {
    top: 19px;
  }
  .header__burger-lines::before {
    top: 10px;
  }
  .header__burger-lines::after {
    top: 28px;
  }
  .mobile-menu-open .header__burger-lines {
    background: transparent;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 19px;
    transform: rotate(45deg);
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 19px;
    transform: rotate(-45deg);
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100vw;
    background: #f8f5f5;
    box-shadow: 0 4px 24px rgba(19, 36, 54, 0.08);
    z-index: 99;
    padding: 32px 0 24px 0;
  }
  .mobile-menu-open .header__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .header__menu {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .header__menu-link {
    font-size: 1.3rem;
    font-weight: 600;
  }
}
.label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 15px 0 15px;
  gap: 10px;
  width: auto;
  min-width: 80px;
  height: 40px;
  opacity: 0.7;
  border: 3px solid #9c90fc;
  border-radius: 30px;
  background: transparent;
  margin: 32px 0 0 0;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
  flex: none;
  cursor: pointer;
}
.first-label {
  margin-top: 48px;
}
.label__text {
  width: auto;
  min-width: 40px;
  font-family: "Space Grotesk", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #9c90fc;
  letter-spacing: 1px;
}
.label__arrow {
  width: 85px;
  min-width: 40px;
  height: 16px;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.label:hover .label__arrow {
  transform: translateX(8px);
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 40px auto 0 auto;
  min-height: 340px;
  gap: 40px;
}
.hero__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #49498e;
  margin-bottom: 18px;
}
.hero__desc {
  font-size: 1.2rem;
  color: #49498e;
  opacity: 0.8;
}
.hero__img {
  flex: 1 1 50%;
  min-width: 280px;
  min-height: 240px;
  max-width: 420px;
  max-height: 340px;
  background: #e6e2fa;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(156, 144, 252, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  /* Тут буде фото */
}
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    min-height: 0;
  }
  .hero__img {
    min-width: 0;
    max-width: 100%;
    min-height: 180px;
    max-height: 220px;
  }
}

.first-block {
  position: relative;
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
  margin-top: 18px;
  /*   &:after {
    content: "";
    position: absolute;
    width: 1441px;
    height: 830px;
    left: -1px;
    top: 0px;
    background: linear-gradient(
      166.19deg,
      rgba(242, 236, 236, 0) 9.37%,
      rgba(242, 236, 236, 0.0211141) 30.4%,
      rgba(242, 236, 236, 0.6) 55.33%,
      #f2ecec 74.62%
    );
  } */
}
.first-block__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}
.first-block__content {
  flex: 1 1 60%;
  width: 100%;
  max-width: 951px;
  height: auto;
  background: #fff;
  border-radius: 20px;
  padding: 44px 0 44px 44px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: flex-start;
  position: relative;
}
.first-block__heading {
  width: 790px;
  height: 90px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  position: relative;
}
.first-block__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 51px;
  color: #49498e;
  width: 786px;
  height: 50px;
  margin: 0;
}
.first-block__underline {
  width: 769px;
  height: 3px;
  background: rgba(156, 144, 252, 0.53);
  box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
}
.first-block__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #49498e;
  opacity: 0.85;
  width: 790px;
  height: 22px;
}
.first-block__features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.feature__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__text {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #6154ca;
}
.first-block__cta-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 565px;
  height: 40px;
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  height: 27px;
  text-decoration: none;
  padding: 5px 0;
  min-width: 259px;
  border: 2px solid #9c90fc;
  transition: background 0.2s, color 0.2s;
}
.cta-btn--primary {
  background: #9c90fc;
  color: #fff;
}
.cta-btn--secondary {
  background: transparent;
  color: #9c90fc;
}
.cta-btn--primary:hover {
  background: #6154ca;
}
.cta-btn--secondary:hover {
  background: #edeafd;
}
.seccond_label {
  margin-top: 160px;
}
.first-block__photo-wrap {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  min-width: 320px;
  min-height: 320px;
  right: 0;
  top: 50px;
}
.first-block__photo {
  position: relative;
  z-index: 2;
  width: 515px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1190px) {
  .first-block__photo {
    width: 300px;
    height: 340px;
  }
  .first-block__photo-wrap::before {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 900px) {
  .first-block {
    position: static;
    height: auto;
    left: 0;
    top: 0;
    padding: 0;
    gap: 12px;
  }
  .first-block__row {
    flex-direction: column;
    align-items: center;
  }
  .first-block__content {
    height: auto;
    padding: 24px 0 24px 12px;
    gap: 32px;
  }
  .first-block__heading {
    height: auto;
  }
  .first-block__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .first-block__subtitle {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .first-block__features {
    gap: 14px;
  }
  .first-block__cta-row {
    flex-direction: column;
    gap: 2px;
  }
  .cta-btn {
    min-width: 0;
    width: 100%;
  }
  .first-block__photo-wrap {
    min-width: 0;
    min-height: 0;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
  }
  .first-block__photo {
    width: 220px;
    height: 260px;
  }
  .first-block__photo-wrap::before {
    width: 180px;
    height: 180px;
  }
}
.challenges {
  padding: 12px 0 41px 45px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  margin: 18px 0 35px;
}
.challenges__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .challenges__container {
    flex-direction: column;
    align-items: stretch;
  }
}
.challenges__content {
  width: 100%;
}
.challenges__heading {
  margin-bottom: 46px;
}
.challenges__title {
  font-weight: 300;
  font-size: 29px;
  line-height: 48px;
  letter-spacing: 0.9px;
  color: #49498e;
  margin: 28px 0 -4px 0px;
}
.challenges__title span {
  font-weight: 600;
  color: #49498e;
}
.challenges__underline {
  width: 100%;
  max-width: 1147px;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 5px;
}
.challenges__body {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 900px) {
  .challenges__body {
    flex-direction: column;
  }
}
.challenges__image-wrapper {
  position: relative;
  width: 543px;
  height: 409px;
  flex: none;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .challenges__image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
.challenges__image-placeholder {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  z-index: 1;
}
.challenges__image-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
  z-index: 2;
}
.challenges__image-gradient--white {
  background: linear-gradient(
    257.43deg,
    rgba(255, 255, 255, 0.54) 10.14%,
    rgba(242, 236, 236, 0) 38.14%,
    rgba(242, 236, 236, 0.12) 58.02%,
    rgba(242, 236, 236, 0.33) 92.54%
  );
  transform: scaleX(-1);
}
.challenges__image-gradient--violet {
  background: linear-gradient(
    257.4deg,
    rgba(156, 144, 252, 0.46) 10.18%,
    rgba(242, 236, 236, 0) 32.46%,
    rgba(242, 236, 236, 0.1) 38.35%,
    rgba(156, 144, 252, 0.46) 92.55%
  );
  mix-blend-mode: hard-light;
  transform: scaleX(-1);
}
.challenges__features {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 575px;
}
@media (max-width: 900px) {
  .challenges__features {
    max-width: 100%;
  }
}
.challenges__feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 19px;
  padding: 3px 50px 10px 0;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .challenges__feature {
    gap: 16px;
    padding: 16px 8px 16px 0;
  }
}
.challenges__arrow {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  margin-top: 26px;
}
.challenges__feature-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.challenges__feature-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #49498e;
}
.challenges__feature-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #132436;
}
.main-info {
  padding: 0 31px 0 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26px rgba(19, 36, 54, 0.1);
  margin: 18px 0;
}
.main-info__container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 13px 11px 33px 45px;
  margin-bottom: 31px;
}
@media (max-width: 900px) {
  .main-info__container {
    padding: 16px;
    gap: 24px;
  }
}
.main-info__block {
  width: 100%;
  max-width: 1150px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 900px) {
  .main-info__block {
    gap: 24px;
  }
}
.main-info__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  max-width: 1150px;
}
.main-info__title {
  font-weight: 400;
  font-size: 39px;
  line-height: 48px;
  color: #49498e;
  margin-bottom: 3px;
}
.main-info__subtitle {
  font-weight: 300;
  font-size: 27px;
  letter-spacing: 2px;
  color: #49498e;
}
.main-info__underline {
  width: 100%;
  max-width: 1150px;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 5px;
}
.main-info__desc {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  color: #49498e;
  font-weight: 300;
  margin-bottom: 0;
  padding-right: 69px;
}
.main-info__desc b {
  font-size: 25px;
}
.main-info__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
}
@media (max-width: 900px) {
  .main-info__content {
    flex-direction: column;
    gap: 24px;
  }
}
.main-info__content .main-info__image-wrapper {
  width: 362px;
  min-width: 200px;
  height: 447px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .main-info__content .main-info__image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
.main-info__content .main-info__feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 600px) {
  .main-info__content .main-info__feature {
    flex-direction: column;
    gap: 16px;
  }
}
.main-info__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.main-info__features {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  max-width: 739px;
}
@media (max-width: 900px) {
  .main-info__features {
    max-width: 100%;
    gap: 20px;
  }
}
.main-info__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  min-height: 41px;
}
.main-info__icon svg {
  display: block;
}
.main-info__feature-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 76%;
}
.main-info__feature-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #49498e;
}
.main-info__feature-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #132436;
}
.main-info__block--team {
  max-width: 1150px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 900px) {
  .main-info__block--team {
    gap: 24px;
  }
}
.main-info__content--team {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}
@media (max-width: 900px) {
  .main-info__content--team {
    flex-direction: column;
    gap: 24px;
  }
}
.main-info__content--team .main-info__image-wrapper {
  width: 445px;
  min-width: 200px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .main-info__content--team .main-info__image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
.main-info__features {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
  min-width: 0;
}
@media (max-width: 900px) {
  .main-info__features {
    gap: 20px;
  }
}
.main-info__feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 600px) {
  .main-info__feature {
    flex-direction: column;
    gap: 16px;
  }
}
.info__block--patienten_title {
  margin: 37px 0 0 0;
  letter-spacing: 0;
}
__block--patienten {
  max-width: 1150px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 900px) {
  __block--patienten {
    gap: 24px;
  }
}
__content--patienten {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}
@media (max-width: 900px) {
  __content--patienten {
    flex-direction: column;
    gap: 24px;
  }
}
__content--patienten .main-info__image-wrapper {
  width: 460px;
  min-width: 200px;
  height: 285px;
  border-radius: 10px;
  overflow: hidden;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  __content--patienten .main-info__image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
__features {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@media (max-width: 900px) {
  __features {
    gap: 20px;
  }
}
__feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 600px) {
  __feature {
    flex-direction: column;
    gap: 16px;
  }
}
__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
__block--zukunft {
  max-width: 1150px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 900px) {
  __block--zukunft {
    gap: 24px;
  }
}
__content--zukunft {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}
@media (max-width: 900px) {
  __content--zukunft {
    flex-direction: column;
    gap: 24px;
  }
}
__features {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@media (max-width: 900px) {
  __features {
    gap: 20px;
  }
}
__feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 600px) {
  __feature {
    flex-direction: column;
    gap: 16px;
  }
}
__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.main-info__feature-content {
  width: 84%;
}
.main-info__block--zukunft .main-info__title {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  color: #49498e;
  margin-bottom: 6px;
  margin-top: 29px;
}
.main-info__block--zukunft .main-info__image-wrapper {
  width: 446px;
  height: 274px;
}
.demo {
  margin: 17px 0 31px;
}
.demo .demo__card-text_first {
  padding: 0 50px;
}
.demo__container {
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  padding: 44px 44px 0 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 44px;
}
@media (max-width: 900px) {
  .demo__container {
    padding: 24px 8px;
    gap: 24px;
  }
}
.demo__heading {
  width: 100%;
  max-width: 1148px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.demo__title {
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  color: #49498e;
  margin: 0;
}
.demo__subtitle {
  font-weight: 400;
  font-size: 31px;
  color: #49498e;
}
.demo__underline {
  width: 100%;
  max-width: 1148px;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 5px;
}
.demo__cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 900px) {
  .demo__cards {
    flex-direction: column;
    gap: 24px;
  }
}
.demo__card {
  flex: 1 1 0;
  min-width: 280px;
  max-width: 540px;
  background: url(../img/ctabackground2.png) no-repeat center center;
  border-radius: 14px;
  padding: 54px 24px 62px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-shadow: 0 0 16px rgba(156, 144, 252, 0.07);
}
.demo__card:first-child {
  background: url(../img/ctabackground1.png) no-repeat center center;
}
.demo__card .demo__card-text:first-child {
  padding: 0 30px 0 30px;
}
@media (max-width: 600px) {
  .demo__card {
    padding: 24px 8px 20px 8px;
  }
}
.demo__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #49498e;
  text-align: center;
  margin-bottom: 8px;
}
.demo__card-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #132436;
  text-align: center;
  margin-bottom: 8px;
}
.demo__button {
  margin-top: 8px;
  padding: 5px 3px;
  width: 275px;
  height: 40px;
  background: #9c90fc;
  border: 2px solid #9c90fc;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.demo__button:hover,
.demo__button:focus {
  background: #7d6efc;
  color: #fff;
}
.main-info__content--patienten .main-info__image-wrapper {
  width: 445px;
  min-width: 200px;
  height: 291px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .main-info__content--patienten .main-info__image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
.testimonials {
  margin: 20px 0;
}
.testimonials .testimonials__navigation-wrapper .testimonials__arrow--left,
.testimonials .testimonials__navigation-wrapper .testimonials__arrow--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 50px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px -1px 9.6px rgba(19, 36, 54, 0.15);
  border-radius: 8px;
  margin: 10px 5px;
}
.testimonials .testimonials__navigation-wrapper .testimonials__arrow--right {
  transform: rotate(180deg);
}
.testimonials__container {
  max-width: 1240px;
  margin: 0 auto 31px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  padding: 15px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 32px;
}
@media (max-width: 900px) {
  .testimonials__container {
    padding: 24px 8px;
    gap: 24px;
  }
}
.testimonials__heading {
  width: 100%;
  max-width: 1148px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}
.testimonials__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #49498e;
  margin-bottom: 0;
}
.testimonials__subtitle {
  font-weight: 400;
  font-size: 31px;
  color: #49498e;
}
.testimonials__underline {
  width: 100%;
  max-width: 1148px;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 5px;
}
.testimonials__slider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 0;
}
.testimonials__slides {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 900px) {
  .testimonials__slides {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .cta-btn {
    padding: 8px 0;
  }
  .testimonials__slides {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .testimonials__slides .testimonials__slide {
    display: none;
  }
  .testimonials__slides .testimonials__slide:first-child {
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .testimonials__slides {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }
  .testimonials__slides .testimonials__slide {
    display: none;
  }
  .testimonials__slides .testimonials__slide:nth-child(1),
  .testimonials__slides .testimonials__slide:nth-child(2) {
    display: flex;
  }
}
.testimonials__slide {
  flex: 1 1 0;
  min-width: 280px;
  max-width: 380px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 34px 15px 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-shadow: 0 4px 32px rgba(156, 144, 252, 0.1);
  border: 1px solid #f2ecec;
  opacity: 1;
  transition: opacity 0.2s, box-shadow 0.2s;
  animation: testimonials-fade-in 0.5s;
}
.testimonials__slide--active {
  opacity: 1;
  box-shadow: 0 8px 32px rgba(156, 144, 252, 0.18);
  border: 1.5px solid #e0dbfa;
  animation: testimonials-fade-in 0.5s;
}
@media (min-width: 300px) and (max-width: 768px) {
  .testimonials__slide {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .testimonials__slide {
    min-width: 280px;
    max-width: 320px;
    flex: 0 0 calc(50% - 12px);
  }
}
@keyframes testimonials-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonials__stars {
  color: #9c90fc;
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.testimonials__text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #132436;
  margin-bottom: 8px;
}
.testimonials__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eaeaea;
  padding-top: 12px;
  width: 100%;
}
.testimonials__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonials__author-name {
  font-weight: 600;
  color: #49498e;
  font-size: 16px;
}
.testimonials__author-role {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #8a8bb3;
}
.testimonials__dots {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}
.testimonials__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e0dbfa;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.testimonials__dot--active {
  background: #9c90fc;
}
.testimonials__cta {
  width: 100%;
  margin-top: 0;
  padding-top: 32px;
  border-top: 2px solid #e0dbfa;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.testimonials__cta-title {
  font-weight: 600;
  font-size: 24px;
  color: #49498e;
  text-align: center;
}
.testimonials__cta-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #49498e;
  text-align: center;
}
.testimonials__navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.testimonials__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials__counter {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Space Grotesk Variable", "Space Grotesk", Arial, Helvetica,
    sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #49498e;
  background: rgba(156, 144, 252, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(156, 144, 252, 0.2);
}
.testimonials__slide--fade {
  animation: testimonials-fade 0.5s;
}
@keyframes testimonials-fade {
  from { opacity: 0; transform: scale(0.98);}
  to   { opacity: 1; transform: scale(1);}
}
.testimonials__current {
  color: #9c90fc;
  font-weight: 700;
}
.testimonials__separator {
  color: #8a8bb3;
  font-weight: 400;
}
.testimonials__total {
  color: #49498e;
  font-weight: 500;
}
.testimonials__cta-button {
  margin-top: 8px;
  padding: 5px 3px;
  width: 275px;
  height: 40px;
  background: #9c90fc;
  border: 2px solid #9c90fc;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.testimonials__cta-button:hover,
.testimonials__cta-button:focus {
  background: #7d6efc;
  color: #fff;
}
.testimonials .testimonials__arrow {
  cursor: pointer;
  z-index: 99;
  margin: 0 10px;
  transition: opacity 0.2s;
}
.testimonials .testimonials__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.testimonials .testimonials__arrow--left {
  border: 0;
  background: transparent;
}
.testimonials .testimonials__arrow--right {
  border: 0;
  background: transparent;
}
.about {
  margin: 18px 0;
  position: relative;
}
.about__label {
  position: absolute;
  left: 0;
  top: -60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
  width: 213px;
  height: 40px;
  opacity: 0.7;
  border: 3px solid #9c90fc;
  border-radius: 50px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 600px) {
  .about__label {
    left: 0;
    top: -40px;
    width: 150px;
    height: 32px;
    font-size: 14px;
  }
}
.about__label-text {
  color: #9c90fc;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.about__label-arrow {
  flex: 1;
  height: 0;
  border-bottom: 2px solid #9c90fc;
  width: 85px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .about__label-arrow {
    width: 40px;
  }
}
.about__container {
  max-width: 1238px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  padding: 11px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .about__container {
    padding: 24px 8px;
    gap: 24px;
  }
}
.about__heading {
  width: 100%;
  max-width: 1141px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.about__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #49498e;
  margin-bottom: 1px;
}
.about__subtitle {
  font-weight: 400;
  font-size: 31px;
  color: #49498e;
}
.about__underline {
  width: 100%;
  max-width: 1141px;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 5px;
}
.about__body {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 900px) {
  .about__body {
    flex-direction: column;
    gap: 24px;
  }
}
.about__image-wrapper {
  width: 268px;
  min-width: 180px;
  height: 423px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .about__image-wrapper {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
}
.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.about__content-bg {
  background: #9c90fc;
  border-radius: 10px;
  width: 858px;
  min-width: 200px;
  height: 423px;
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 900px) {
  .about__content-bg {
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 24px;
  }
}
.about__content {
  padding: 0 32px;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 900px) {
  .about__content {
    padding: 24px 8px;
    gap: 16px;
  }
}
.about__content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
}
.about__content-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.about__bullets {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .about__bullets {
    flex-direction: column;
    gap: 16px;
  }
}
.about__bullets-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.about__bullet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.about__bullet-icon {
  width: 22px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__bullet-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.getting-started {
  margin: 17px 0 30px;
  position: relative;
}
.getting-started__label {
  position: absolute;
  left: 0;
  top: -60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
  width: 214px;
  height: 40px;
  opacity: 0.7;
  border: 3px solid #9c90fc;
  border-radius: 50px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 600px) {
  .getting-started__label {
    left: 0;
    top: -40px;
    width: 150px;
    height: 32px;
    font-size: 14px;
  }
}
.getting-started__label-text {
  color: #9c90fc;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.getting-started__label-arrow {
  flex: 1;
  height: 0;
  border-bottom: 2px solid #9c90fc;
  width: 85px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .getting-started__label-arrow {
    width: 40px;
  }
}
.getting-started__container {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  padding: 8px 46px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 900px) {
  .getting-started__container {
    padding: 24px 8px;
    gap: 24px;
  }
}
.getting-started__heading {
  width: 100%;
  max-width: 1141px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.getting-started__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #49498e;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 11px;
}
.getting-started__subtitle {
  font-weight: 400;
  font-size: 31px;
  color: #49498e;
}
.getting-started__underline {
  width: 100%;
  max-width: 1141px;
  height: 3px;
  background: rgba(188, 180, 253, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin-top: 0;
}
.getting-started__steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .getting-started__steps {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.getting-started__step {
  width: 320px;
  min-width: 200px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 35px;
}
@media (max-width: 900px) {
  .getting-started__step {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.getting-started__icon-bg {
  width: 106px;
  height: 106px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
}
.getting-started__icon-bg svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.getting-started__step-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #49498e;
  text-align: center;
}
.getting-started__step-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #132436;
  text-align: center;
}
.getting-started__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px 0;
  position: relative;
}
.getting-started__arrow svg {
  position: absolute;
  scale: 0.8;
  top: 2px;
}
@media (max-width: 900px) {
  .getting-started__arrow {
    display: none;
  }
}
.contact {
  margin: 20px 0;
}
.contact__container {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  padding: 17px 43px 40px 43px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 89px;
}
@media (max-width: 900px) {
  .contact__container {
    flex-direction: column;
    gap: 24px;
    padding: 24px 8px;
  }
}
.contact__info {
  flex: 1 1 0;
  min-width: 280px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.contact__title {
  font-weight: 600;
  font-size: 36px;
  color: #49498e;
  margin-bottom: 1px;
}
.contact__subtitle {
  font-weight: 400;
  font-size: 31px;
  color: #49498e;
  line-height: 45.2px;
}
.contact__underline {
  width: 100%;
  height: 3px;
  background: rgba(156, 144, 252, 0.7);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
  border-radius: 10px;
  margin: 0px 0 16px 0;
}
.contact__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
  margin-top: 20px;
}
.contact__detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 21px;
}
.contact__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9c90fc;
  flex-shrink: 0;
}
.contact__detail-label {
  font-weight: 600;
  color: #49498e;
  font-size: 16px;
}
.contact__detail-link {
  font-family: "Inter", sans-serif;
  color: #49498e;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}
.contact__detail-link:hover,
.contact__detail-link:focus {
  color: #7d6efc;
  text-decoration: underline;
}
.contact__note {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #49498e;
  margin-top: 29px;
  line-height: 22px;
}
.contact__note-strong {
  font-weight: 600;
  color: #49498e;
}
.contact__form-wrapper {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(156, 144, 252, 0.1);
  padding: 32px 24px 0 38px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 9px;
}
@media (max-width: 900px) {
  .contact__form-wrapper {
    max-width: 100%;
    padding: 24px 8px 16px 8px;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__form-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  position: relative;
  top: 16px;
}
.contact__form p {
  margin: 0;
}
.contact__form br {
  display: none;
}
.contact__form-label {
  font-weight: 600;
  color: #49498e;
  font-size: 16px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__form-input,
.contact__form-textarea {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: #f6f6f8;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #49498e;
  margin-top: 2px;
  margin-bottom: 2px;
  resize: none;
  transition: box-shadow 0.2s, border 0.2s;
  box-shadow: 0 1px 2px rgba(156, 144, 252, 0.04);
}
.contact__form-input:focus,
.contact__form-textarea:focus {
  outline: none;
  border: 1.5px solid #9c90fc;
  box-shadow: 0 0 0 2px #e0dbfa;
}
.contact__form-textarea {
  height: 127px;
}
.contact__form-button {
  padding: 10px 0;
  width: 100%;
  background: #9c90fc;
  border: 2px solid #9c90fc;
  border-radius: 10px;
  color: #fff;
  margin: 8px auto;
  width: 60%;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  justify-content: center;
}
.contact__form-button:hover,
.contact__form-button:focus {
  background: #7d6efc;
  color: #fff;
}
.footer {
  margin-top: 134px;
  padding: 0;
  background: rgba(242, 236, 236, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
}
.footer__container {
  margin: 0 auto;
  padding: 82px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 900px) {
  .footer__container {
    padding: 24px 8px 16px 8px;
    gap: 16px;
  }
}
.footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 700px) {
  .footer__top {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__logo-slogan {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer__logo {
  height: 40px;
  width: auto;
  display: block;
}
.footer__slogan {
  font-size: 32px;
  color: #49498e;
  font-weight: 400;
}
@media (max-width: 700px) {
  .footer__slogan {
    font-size: 20px;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  transition: background 0.2s;
}
.footer__social:hover,
.footer__social:focus {
  background: #e0dbfa;
}
.footer__social svg {
  display: block;
}
.footer__line {
  width: 100%;
  height: 3px;
  background: rgba(156, 144, 252, 0.2);
  border-radius: 10px;
  margin: 41px 0 0 0;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 700px) {
  .footer__bottom {
    flex-direction: column;
    gap: 12px;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 83px;
  opacity: 0.8;
}
.footer__nav-link {
  font-size: 18px;
  color: #49498e;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.85;
  transition: color 0.2s;
}
.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #7d6efc;
  text-decoration: underline;
}
.footer__copyright {
  font-family: "Plus Jakarta Sans", "Space Grotesk Variable", sans-serif;
  font-size: 16px;
  color: #49498e;
  font-weight: 600;
  letter-spacing: -0.02em;
  opacity: 0.85;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  gap: 21px;
}
.blob {
  width: 500px;
  height: 700px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.85;
  position: absolute;
  top: -500px;
  left: -700px;
}
.blob1 {
  background: #9c90fc;
  transform: translateX(600px);
}
.blob2 {
  background: #9c90fc;
  transform: translateX(-300px);
}
.blob3 {
  background: #e05a29;
  transform: translate(150px, 150px);
  z-index: 2;
}
.rotate1 {
  animation: spin 15s linear infinite;
}
.rotate2 {
  animation: spinReverse 15s linear infinite;
}
.rotate3 {
  animation: spin 16s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (min-width: 901px) and (max-width: 1190px) {
  .header__menu {
    gap: 41px;
  }
  .first-block__photo-wrap {
    right: 50px;
    top: 311px;
  }
  .seccond_label {
    margin-top: 60px;
  }
  .challenges__image-wrapper {
    width: 50%;
  }
  .main-info__feature-text {
    font-size: 16px;
  }
  .main-info__feature-item {
    gap: 10px;
  }
  .main-info__feature-item-titlee,
  .demo .demo__card-text_first,
  .demo__card-text,
  .about__bullet-text {
    font-size: 16px;
  }
  .main-info__feature-title,
  .demo__card-title,
  .testimonials__title,
  .demo__subtitle,
  .getting-started__subtitle,
  .getting-started__step-title {
    font-size: 20px;
  }
  .main-info__block--zukunft .main-info__title,
  .demo__title,
  .testimonials__title,
  .about__title,
  .getting-started__title,
  .contact__title {
    font-size: 30px;
  }
  .main-info__subtitle,
  .demo__subtitle,
  .testimonials__subtitle,
  .about__subtitle,
  .contact__subtitle {
    font-size: 25px;
  }
  .getting-started__title {
    margin-bottom: 0;
  }
  .getting-started__arrow svg {
    scale: 0.6;
  }
  .demo__card {
    padding: 24px;
  }
  .demo .demo__card-text_first {
    padding: 0;
  }
  .about__image-wrapper {
    width: 400px;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  html {
    overflow-x: hidden;
  }
  .header .header__container {
    padding: 0px 17px;
  }
  .header .header__container svg {
    width: 100px;
  }
  .header .header__container .header__burger-lines {
    top: 10px;
  }
  .header .header__container .header__burger-lines::before {
    top: 8px;
  }
  .header .header__container .header__burger-lines::after {
    top: 17px;
  }
  .mobile-menu-open {
    background: #f8f5f5 !important;
    border-radius: 0;
  }
  .mobile-menu-open .header__container {
    position: relative;
  }
  .mobile-menu-open .header__container:after {
    content: "";
    height: 2px;
    background: #9c90fc;
    width: 94%;
    opacity: 0.53;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* Зсуваємо початок лінії на 50% від лівого краю */
    transform: translateX(-50%);
    /* Зміщуємо лінію назад на 50% її власної ширини */
  }
  .mobile-menu-open .header__nav {
    left: -1px;
    box-shadow: none;
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 12px !important;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 12px !important;
  }
  .first-block__content {
    padding: 0;
  }
  .first-label {
    margin-top: 65px;
  }
  .label__text {
    font-size: 14px;
  }
  .label__arrow {
    width: 55px;
    overflow: hidden;
  }
  .label {
    height: 35px;
  }
  .first-block {
    margin-top: 7px;
  }
  .first-block {
    position: relative;
  }
  .first-block__heading,
  .first-block__subtitle,
  .first-block__cta-row,
  .challenges__image-wrapper {
    width: 100%;
  }
  .first-block__title {
    height: 0;
    padding: 50px 0 30px 50px;
    width: 80%;
  }
  .first-block__underline {
    margin: 0 auto;
    width: 90%;
  }
  .first-block__subtitle {
    padding: 20px 0 0 50px;
    font-size: 14px;
  }
  .first-block__content {
    gap: 21px;
  }
  .first-block__features {
    padding: 0 45px;
    gap: 30px;
  }
  .feature__text {
    font-size: 17px;
    line-height: 19px;
    padding-right: 67px;
  }
  .feature__icon {
    scale: 0.9;
  }
  .feature__image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
  .first-block__photo-wrap {
    right: -271px;
    top: 50px;
  }
  .first-block__cta-row a {
    width: 50%;
    margin: 6px auto;
  }
  .first-block__content {
    padding-bottom: 76px;
  }
  .seccond_label {
    margin-top: 55px;
  }
  .challenges {
    padding: 20px;
    margin: 18px 0 25px;
  }
  .challenges__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.9px;
    color: #49498e;
    margin: 20px 3px -4px 16px;
  }
  .challenges__title br {
    display: none;
  }
  .challenges__underline {
    width: 94%;
    margin: 9px auto;
  }
  .challenges__heading {
    margin-bottom: 20px;
  }
  .challenges__image-wrapper {
    height: 220px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 9px;
  }
  .challenges__image-wrapper img {
    width: 100%;
  }
  .challenges__image-wrapper {
    height: 228px;
    margin-bottom: 9px;
  }
  .challenges__feature {
    gap: 0px;
    padding: 0 8px 16px 0;
  }
  .challenges__body {
    gap: 10px;
    margin: 0 0 0 15px;
  }
  .challenges__feature-content {
    gap: 0;
  }
  .challenges__arrow {
    margin-top: 0;
    scale: 0.7;
    position: relative;
    right: 8px;
  }
  .challenges__feature-title {
    font-size: 18px;
    line-height: 27px;
  }
  .challenges__feature-text {
    font-size: 16px;
    line-height: 27px;
    padding-right: 2px;
  }
  .challenges__feature-text br {
    display: none;
  }
  .challenges__features {
    gap: 3px;
    width: 60%;
    margin: 0 auto;
  }
  .main-info {
    margin: 8px 0;
    padding: 0;
  }
  .main-info .main-info__block--praxis .main-info__content--praxis {
    flex-direction: column !important;
  }
  .main-info__container {
    padding: 5px 20px 24px 18px;
  }
  .main-info__title {
    font-size: 24px;
    margin: 7px 0 0 0;
    line-height: 37px;
  }
  .main-info__subtitle {
    font-size: 14px;
  }
  .main-info__block {
    gap: 20px;
  }
  .main-info__desc b {
    font-size: 16px;
  }
  .main-info__desc {
    padding-right: 19px;
    font-size: 17px;
    line-height: 24px;
  }
  .main-info__content .main-info__image-wrapper {
    width: 50%;
    margin: 0 auto 15px;
    height: 213px;
  }
  .main-info__content .main-info__feature {
    gap: 15px;
  }
  .main-info__feature-content {
    width: 99%;
    gap: 2px;
  }
  .main-info__feature-text {
    font-size: 15px;
    text-align: left;
  }
  .main-info__feature-title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .main-info__features {
    gap: 37px;
    width: 60%;
    margin: 0 auto;
  }
  .main-info__block--team {
    margin-top: 4px;
  }
  .main-info__block--team .main-info__subtitle {
    font-size: 17px;
    padding-right: 14px;
    letter-spacing: 2px;
    position: relative;
    line-height: 23px;
  }
  .main-info__block--team .main-info__heading {
    gap: 3px;
  }
  .main-info__block--team .main-info__content--team {
    flex-direction: column-reverse;
  }
  .main-info__block--team .main-info__content .main-info__image-wrapper {
    height: 309px;
  }
  .main-info__block--patienten .main-info__title {
    margin-top: 14px;
    margin-bottom: -5px;
  }
  .main-info__block--patienten .main-info__subtitle {
    font-size: 17px;
    padding-right: 17px;
    letter-spacing: 2px;
    position: relative;
    line-height: 26px;
  }
  .main-info__block--patienten .main-info__heading {
    gap: 4px;
  }
  .main-info__block--patienten .main-info__image-wrapper {
    height: 197px;
  }
  .main-info__block--patienten .main-info__content--patienten {
    flex-direction: column;
  }
  .main-info__block--zukunft .main-info__heading {
    gap: 0;
  }
  .main-info__block--zukunft .main-info__title {
    margin-top: 7px;
    font-size: 24px;
  }
  .main-info__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .label_demo {
    margin-top: 23px;
  }
  .demo {
    margin: 9px 0 31px;
  }
  .demo .demo__container {
    padding: 24px 19px 20px 16px;
    gap: 13px;
  }
  .demo .demo__title {
    font-size: 20px;
    line-height: 29px;
  }
  .demo .demo__subtitle {
    font-weight: 400;
    font-size: 19px;
    color: #49498e;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .demo .demo__heading {
    gap: 0;
    margin-bottom: 7px;
  }
  .demo .demo__card-title {
    font-size: 19px;
    line-height: 23px;
    width: 77%;
    margin: 0 auto;
  }
  .demo .demo__button {
    margin-top: 0;
  }
  .demo .demo__card-text_first,
  .demo .demo__card-text {
    padding: 11px 0;
    font-size: 16px;
  }
  .demo .demo__card {
    background-size: cover;
  }
  .testimonials {
    margin: 10px 0 -10px;
  }
  .testimonials .testimonials__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 9px;
  }
  .testimonials .testimonials__container {
    padding: 9px 17px 10px 17px;
    gap: 16px;
  }
  .testimonials .testimonials__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 4px;
    color: #49498e;
  }
  .testimonials .testimonials__heading {
    gap: 6px;
  }
  .testimonials .testimonials__slide {
    padding: 0;
    gap: 0;
  }
  .testimonials .testimonials__stars {
    font-size: 19px;
    letter-spacing: 2px;
    letter-spacing: 3px;
    margin: 18px 24px;
  }
  .testimonials .testimonials__text {
    font-size: 15px;
    line-height: 23px;
    margin: 0 77px 20px 21px;
  }
  .testimonials .testimonials__author {
    gap: 12px;
    border-top: 2px solid #eaeaea;
    padding-top: 19px;
    width: 84%;
    margin: 0 auto 24px;
  }
  .testimonials .testimonials__avatar {
    width: 30px;
    height: 30px;
  }
  .testimonials .testimonials__navigation {
    margin: 0 auto;
    display: none !important;
  }
  .testimonials__navigation-wrapper {
    max-width: 100%;
    margin: 15px auto 0;
    width: 100%;
  }
  .testimonials__navigation {
    display: block !important;
  }
  .testimonials__navigation .testimonials__counter {
    margin-top: 0;
    font-size: 14px;
    padding: 6px 12px;
    background: #fff;
    border: 0;
  }
  .testimonials__navigation .testimonials__counter .testimonials__total,
  .testimonials__navigation .testimonials__counter .testimonials__separator,
  .testimonials__navigation .testimonials__counter .testimonials__separator {
    color: #9c90fc !important;
  }
  .testimonials__navigation-wrapper .testimonials__arrow--left,
  .testimonials__navigation-wrapper .testimonials__arrow--right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 50px;
    height: 32px;
    background: #ffffff;
    box-shadow: 0px -1px 9.6px rgba(19, 36, 54, 0.15);
    border-radius: 8px;
    margin: 10px 5px;
  }
  .testimonials__navigation-wrapper .testimonials__arrow--right {
    transform: rotate(180deg);
  }
  .testimonials__slider {
    gap: 0;
  }
  .testimonials__cta {
    width: 100%;
    margin-top: -7px;
    padding-top: 24px;
    gap: 18px;
  }
  .testimonials__cta-subtitle {
    font-size: 12px;
    width: 53%;
    line-height: 17px;
  }
  .testimonials__cta-title {
    font-size: 20px;
  }
  .testimonials__cta-button {
    width: 50%;
    margin: 0 auto 13px;
  }
  .about {
    margin: 11px 0;
  }
  .about .about__container {
    gap: 17px;
  }
  .about .about__title {
    font-size: 20px;
    line-height: 0;
    margin: 8px 0 0 9px;
  }
  .about .about__subtitle {
    font-weight: 400;
    font-size: 21px;
    color: #49498e;
    margin: 6px 0 0 10px;
    line-height: 28px;
  }
  .about .about__heading {
    gap: 7px;
    margin-bottom: 0;
  }
  .about {
    display: none !important;
  }
  .about-mobile {
    display: block;
    position: relative;
    margin: 6px auto 18px auto;
    z-index: 1;
  }
  .about-mobile__container {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: #fff;
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    padding: 24px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .about-mobile__line {
    width: 100%;
    height: 2px;
    background: rgba(156, 144, 252, 0.7);
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 9px 0 20px 0;
  }
  .about-mobile__title {
    font-size: 20px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .about-mobile__subtitle {
    font-size: 20px;
    color: #49498e;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .about-mobile__card {
    width: 100%;
    background: #9c90fc;
    border-radius: 10px;
    padding: 18px 14px;
    margin-bottom: 18px;
    box-sizing: border-box;
  }
  .about-mobile__card-title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
  }
  .about-mobile__card-text {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
  }
  .about-mobile__image-wrapper {
    width: 100%;
    margin-bottom: 18px;
    height: 306px;
    display: flex;
    justify-content: center;
  }
  .about-mobile__image {
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
  }
  .about-mobile__card--bullets {
    background: #9c90fc;
    margin-bottom: 0;
    padding: 18px 20px 8px 20px;
  }
  .about-mobile__bullets {
    list-style: none;
    padding: 0;
    margin-top: 16px;
  }
  .about-mobile__bullets li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 27px;
    padding-left: 38px;
    padding-right: 51px;
    position: relative;
  }
  .about-mobile__bullets li:before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6001 8.9999L8.2001 10.5999L11.4001 7.3999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: #9c90fc;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 26%;
  }
  .getting-started {
    margin: 9px 0 30px;
  }
  .getting-started .getting-started__container {
    padding: 0 17px;
  }
  .getting-started .getting-started__title {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    padding-right: 44px;
    margin-bottom: 0;
  }
  .getting-started .getting-started__subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #49498e;
    padding-right: 91px;
  }
  .getting-started .getting-started__heading {
    gap: 7px;
  }
  .getting-started {
    display: none !important;
  }
  .getting-started-mobile {
    display: block;
    position: relative;
    margin: 0 auto 23px auto;
    z-index: 1;
  }
  .getting-started-mobile__container {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #fff;
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 8px auto;
    padding: 24px 22px 55px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .getting-started-mobile__subtitle_line {
    width: 100%;
    height: 2px;
    background: rgba(156, 144, 252, 0.7);
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 7px auto 24px;
  }
  .getting-started-mobile__title {
    font-size: 21px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    line-height: 1.2;
  }
  .getting-started-mobile__subtitle {
    font-size: 20px;
    color: #49498e;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    margin: 5px 0 0 0;
    line-height: 1.2;
  }
  .getting-started-mobile__steps {
    width: 60%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .getting-started-mobile__step {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    min-height: 112px;
  }
  .getting-started-mobile__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
  }
  .getting-started-mobile__icon--edit:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--mail:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.14" width="52" height="52" rx="20" fill="%239C90FC"/%3E%3Cpath d="M19.1405 30.9745C18.9071 30.9745 18.6882 30.975 18.4696 30.9745C17.3672 30.9713 16.4072 30.1516 16.2202 29.0488C16.1957 28.9049 16.1909 28.7562 16.1909 28.6096C16.1894 25.7661 16.1857 22.9229 16.1923 20.0794C16.1944 19.0532 16.6556 18.3023 17.5734 17.8552C17.854 17.7185 18.1568 17.6624 18.4669 17.6624C22.7832 17.6616 27.0991 17.6616 31.4153 17.6634C32.1712 17.6637 32.9286 17.6469 33.6826 17.687C34.6033 17.7359 35.2437 18.2349 35.6219 19.0805C35.7553 19.379 35.8115 19.694 35.8109 20.0256C35.8065 22.8959 35.8083 25.7659 35.8086 28.6361C35.8086 29.9441 34.8156 30.9731 33.5233 30.9758C30.5084 30.9822 27.4931 30.9769 24.4779 30.9734C24.3711 30.9734 24.2864 30.9999 24.201 31.0649C23.3159 31.7369 22.4282 32.4057 21.5413 33.0756C21.0486 33.4479 20.5567 33.8212 20.063 34.1921C19.8755 34.3331 19.6706 34.3938 19.4488 34.2809C19.2302 34.1697 19.1392 33.9803 19.1397 33.7359C19.1416 32.8491 19.1405 31.9621 19.1405 31.0753C19.1405 31.0488 19.1405 31.0221 19.1405 30.9745ZM20.2147 32.7504C20.2371 32.7381 20.2569 32.7304 20.2727 32.7181C21.4184 31.827 22.5648 30.937 23.7081 30.043C23.8668 29.919 24.0288 29.8476 24.2363 29.8478C27.3784 29.8524 30.5208 29.851 33.6629 29.8508C33.7153 29.8508 33.7699 29.855 33.8203 29.8433C34.2644 29.7374 34.6503 29.3167 34.7004 28.853C34.727 28.6064 34.7115 28.3553 34.7117 28.1061C34.7136 26.0073 34.7154 23.9083 34.7159 21.8096C34.7159 21.168 34.7083 20.5265 34.7107 19.8849C34.7128 19.3421 34.1779 18.7674 33.5228 18.7682C28.513 18.7735 23.5031 18.7703 18.4933 18.7682C17.8 18.7682 17.2844 19.2808 17.2817 19.9839C17.2809 20.2288 17.2883 20.4741 17.2883 20.719C17.287 23.3526 17.2844 25.9862 17.2836 28.6198C17.2836 29.3673 17.8047 29.8826 18.5418 29.8748C18.9372 29.8706 19.3328 29.8665 19.7278 29.8762C20.0016 29.8829 20.1717 30.0267 20.1952 30.303C20.2231 30.6346 20.2128 30.9699 20.2144 31.3034C20.2168 31.7824 20.2147 32.2611 20.2147 32.7504Z" fill="%239C90FC"/%3E%3Cpath d="M24.9985 25.6728C25.4146 25.253 25.8247 24.8387 26.2351 24.4248C27.1149 23.5369 27.995 22.6491 28.8753 21.762C28.9151 21.7219 28.9571 21.6826 29.003 21.6497C29.1493 21.5454 29.2899 21.5473 29.4252 21.6673C29.5837 21.8077 29.7388 21.9527 29.8862 22.1048C30.0378 22.2613 30.0283 22.4624 29.8654 22.6327C29.5536 22.9585 29.239 23.2812 28.9233 23.603C27.7241 24.8251 26.5244 26.0467 25.3244 27.2683C25.0902 27.5068 24.913 27.5082 24.6799 27.2707C23.9636 26.5406 23.2481 25.8097 22.5331 25.0786C22.3211 24.8617 22.3261 24.659 22.5455 24.448C22.6655 24.3325 22.7871 24.2186 22.9081 24.1044C23.0988 23.9244 23.257 23.9212 23.4498 24.1108C23.7711 24.4269 24.0857 24.7499 24.4027 25.07C24.5997 25.269 24.7964 25.4685 24.9982 25.6726L24.9985 25.6728Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--mail:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.14" width="52" height="52" rx="20" fill="%239C90FC"/%3E%3Cpath d="M19.1405 30.9745C18.9071 30.9745 18.6882 30.975 18.4696 30.9745C17.3672 30.9713 16.4072 30.1516 16.2202 29.0488C16.1957 28.9049 16.1909 28.7562 16.1909 28.6096C16.1894 25.7661 16.1857 22.9229 16.1923 20.0794C16.1944 19.0532 16.6556 18.3023 17.5734 17.8552C17.854 17.7185 18.1568 17.6624 18.4669 17.6624C22.7832 17.6616 27.0991 17.6616 31.4153 17.6634C32.1712 17.6637 32.9286 17.6469 33.6826 17.687C34.6033 17.7359 35.2437 18.2349 35.6219 19.0805C35.7553 19.379 35.8115 19.694 35.8109 20.0256C35.8065 22.8959 35.8083 25.7659 35.8086 28.6361C35.8086 29.9441 34.8156 30.9731 33.5233 30.9758C30.5084 30.9822 27.4931 30.9769 24.4779 30.9734C24.3711 30.9734 24.2864 30.9999 24.201 31.0649C23.3159 31.7369 22.4282 32.4057 21.5413 33.0756C21.0486 33.4479 20.5567 33.8212 20.063 34.1921C19.8755 34.3331 19.6706 34.3938 19.4488 34.2809C19.2302 34.1697 19.1392 33.9803 19.1397 33.7359C19.1416 32.8491 19.1405 31.9621 19.1405 31.0753C19.1405 31.0488 19.1405 31.0221 19.1405 30.9745ZM20.2147 32.7504C20.2371 32.7381 20.2569 32.7304 20.2727 32.7181C21.4184 31.827 22.5648 30.937 23.7081 30.043C23.8668 29.919 24.0288 29.8476 24.2363 29.8478C27.3784 29.8524 30.5208 29.851 33.6629 29.8508C33.7153 29.8508 33.7699 29.855 33.8203 29.8433C34.2644 29.7374 34.6503 29.3167 34.7004 28.853C34.727 28.6064 34.7115 28.3553 34.7117 28.1061C34.7136 26.0073 34.7154 23.9083 34.7159 21.8096C34.7159 21.168 34.7083 20.5265 34.7107 19.8849C34.7128 19.3421 34.1779 18.7674 33.5228 18.7682C28.513 18.7735 23.5031 18.7703 18.4933 18.7682C17.8 18.7682 17.2844 19.2808 17.2817 19.9839C17.2809 20.2288 17.2883 20.4741 17.2883 20.719C17.287 23.3526 17.2844 25.9862 17.2836 28.6198C17.2836 29.3673 17.8047 29.8826 18.5418 29.8748C18.9372 29.8706 19.3328 29.8665 19.7278 29.8762C20.0016 29.8829 20.1717 30.0267 20.1952 30.303C20.2231 30.6346 20.2128 30.9699 20.2144 31.3034C20.2168 31.7824 20.2147 32.2611 20.2147 32.7504Z" fill="%239C90FC"/%3E%3Cpath d="M24.9985 25.6728C25.4146 25.253 25.8247 24.8387 26.2351 24.4248C27.1149 23.5369 27.995 22.6491 28.8753 21.762C28.9151 21.7219 28.9571 21.6826 29.003 21.6497C29.1493 21.5454 29.2899 21.5473 29.4252 21.6673C29.5837 21.8077 29.7388 21.9527 29.8862 22.1048C30.0378 22.2613 30.0283 22.4624 29.8654 22.6327C29.5536 22.9585 29.239 23.2812 28.9233 23.603C27.7241 24.8251 26.5244 26.0467 25.3244 27.2683C25.0902 27.5068 24.913 27.5082 24.6799 27.2707C23.9636 26.5406 23.2481 25.8097 22.5331 25.0786C22.3211 24.8617 22.3261 24.659 22.5455 24.448C22.6655 24.3325 22.7871 24.2186 22.9081 24.1044C23.0988 23.9244 23.257 23.9212 23.4498 24.1108C23.7711 24.4269 24.0857 24.7499 24.4027 25.07C24.5997 25.269 24.7964 25.4685 24.9982 25.6726L24.9985 25.6728Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__step-content {
    flex: 1;
    min-width: 0;
  }
  .getting-started-mobile__step-title {
    font-size: 20px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 4px;
    margin-top: 2px;
    line-height: 1.2;
  }
  .getting-started-mobile__step-text {
    font-size: 14px;
    color: #49498e;
    line-height: 26.4px;
  }
  .getting-started-mobile__arrow {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0 16px;
    height: 50px;
    position: relative;
    bottom: 31px;
  }
  .getting-started-mobile__arrow:last-child {
    margin-top: 10px;
  }
  .contact {
    margin: 8px 0 250px;
  }
  .contact .contact__container {
    gap: 0;
    padding: 5px 18px;
  }
  .contact .contact__title {
    font-size: 20px;
    margin-bottom: 1px;
  }
  .contact .contact__heading {
    gap: 3px;
    margin-bottom: 0;
  }
  .contact .contact__subtitle {
    font-size: 20px;
    line-height: 27.2px;
  }
  .contact .contact__subtitle br {
    display: none;
  }
  .contact .contact__info {
    gap: 11px;
  }
  .contact .contact__details {
    gap: 28px;
  }
  .contact .contact__note {
    font-size: 14px;
    margin-top: 29px;
    line-height: 25px;
  }
  .contact .contact__note b {
    font-size: 18px;
  }
  .contact .contact__form-wrapper {
    padding: 20px 0 0 0;
    box-shadow: none;
    min-width: 100%;
    border-top: 3px solid #9c90fc63;
    border-radius: 0;
  }
  .contact .contact__form-wrapper .contact__form {
    gap: 12px;
    width: 60%;
    margin: 0 auto;
  }
  .contact .contact__form-wrapper .contact__form-textarea {
    height: 64px;
  }
  .contact .contact__form-wrapper .contact__form-button {
    width: 100% !important;
    margin: 14px auto;
  }
  .contact .contact__form-wrapper .contact__form-logo {
    margin-bottom: 15px;
  }
  .contact .contact__form-wrapper .contact__form-logo svg {
    width: 120px;
  }
  .bg_1 {
    background-image: url(../img/bg_mobil.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .footer .footer__logo-slogan {
    flex-direction: column;
    gap: 5px;
  }
  .footer .footer__logo-slogan svg {
    width: 122px;
  }
  .footer .footer__line {
    width: 89%;
    margin: 14px auto 0;
  }
  .footer .footer__container {
    padding: 34px 8px 39px 8px;
    gap: 16px;
  }
  .footer .footer__bottom {
    flex-direction: column-reverse;
    gap: 52px;
    position: relative;
    align-items: flex-start;
    padding: 0 18px;
  }
  .footer .footer__nav-link {
    font-size: 18px;
    margin-top: 10px;
  }
  .footer .footer__socials {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    position: absolute;
    top: 8%;
    right: 17px;
  }
  .footer .footer__nav {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer .footer__copyright {
    font-size: 16px;
    align-items: center;
    gap: 21px;
    margin: 0 auto;
  }
  .footer .footer__copyright svg {
    width: 35px;
  }
  .demo__cards {
    flex-direction: row;
  }
  .contact__info {
    flex: 1 1 0;
    min-width: 100%;
    max-width: 100%;
  }
}
/* 768- 900 media */
@media (max-width: 768px) {
  .first-block__photo_mobile{
        width: 100%;
  }
  html {
    overflow-x: hidden;
  }
  .header .header__container {
    padding: 0px 17px;
  }
  .header .header__container svg {
    width: 100px;
  }
  .header .header__container .header__burger-lines {
    top: 10px;
  }
  .header .header__container .header__burger-lines::before {
    top: 8px;
  }
  .header .header__container .header__burger-lines::after {
    top: 17px;
  }
  .mobile-menu-open {
    background: #f8f5f5 !important;
    border-radius: 0;
  }
  .mobile-menu-open .header__container {
    position: relative;
  }
  .mobile-menu-open .header__container:after {
    content: "";
    height: 2px;
    background: #9c90fc;
    width: 94%;
    opacity: 0.53;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* Зсуваємо початок лінії на 50% від лівого краю */
    transform: translateX(-50%);
    /* Зміщуємо лінію назад на 50% її власної ширини */
  }
  .mobile-menu-open .header__nav {
    left: -1px;
    box-shadow: none;
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 12px !important;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 12px !important;
  }
  .first-block__content {
    padding: 0;
  }
  .first-label {
    margin-top: 65px;
  }
  .label__text {
    font-size: 14px;
  }
  .label__arrow {
    width: 55px;
  }
  .label {
    height: 35px;
  }
  .first-block {
    margin-top: 7px;
  }
  .first-block {
    position: relative;
  }
  .first-block__heading,
  .first-block__subtitle,
  .first-block__cta-row,
  .challenges__image-wrapper {
    width: 100%;
  }
  .first-block__title {
    padding: 18px 0 14px 18px;
    width: 80%;
  }
  .first-block__underline {
    margin: 0 auto;
    width: 90%;
  }
  .first-block__subtitle {
    padding: 0 0 0 17px;
    font-size: 14px;
  }
  .first-block__content {
    gap: 21px;
  }
  .first-block__features {
    padding: 0 14px;
    gap: 30px;
  }
  .feature__text {
    font-size: 17px;
    line-height: 19px;
    padding-right: 67px;
  }
  .feature__icon {
    scale: 0.9;
  }
  .feature__image-wrapper {
    width: 100%;
    max-width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }
  .first-block__photo-wrap {
    display: none;
  }
  .first-block__cta-row a {
    width: 90%;
    margin: 6px auto;
  }
  .first-block__content {
    padding-bottom: 76px;
  }
  .seccond_label {
    margin-top: 55px;
  }
  .challenges {
    padding: 0 19px 8px 2px;
    margin: 8px 0 25px;
  }
  .challenges__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.9px;
    color: #49498e;
    margin: 20px 3px -4px 16px;
  }
  .challenges__title br {
    display: none;
  }
  .challenges__underline {
    width: 94%;
    margin: 9px auto;
  }
  .challenges__heading {
    margin-bottom: 20px;
  }
  .challenges__image-wrapper img {
    width: 100%;
  }
  .challenges__image-wrapper {
    height: 228px;
    margin-bottom: 9px;
  }
  .challenges__feature {
    gap: 0px;
    padding: 0 8px 16px 0;
  }
  .challenges__body {
    gap: 10px;
    margin: 0 0 0 15px;
  }
  .challenges__feature-content {
    gap: 0;
  }
  .challenges__arrow {
    margin-top: 37px;
    scale: 0.7;
    position: relative;
    right: 8px;
  }
  .challenges__feature-title {
    font-size: 18px;
    line-height: 27px;
  }
  .challenges__feature-text {
    font-size: 16px;
    line-height: 27px;
    padding-right: 2px;
  }
  .challenges__feature-text br {
    display: none;
  }
  .challenges__features {
    gap: 3px;
  }
  .main-info {
    margin: 8px 0;
    padding: 0;
  }
  .main-info .main-info__block--praxis .main-info__content--praxis {
    flex-direction: column !important;
  }
  .main-info__container {
    padding: 5px 20px 24px 18px;
  }
  .main-info__title {
    font-size: 24px;
    margin: 7px 0 0 0;
    line-height: 37px;
  }
  .main-info__subtitle {
    font-size: 20px;
  }
  .main-info__block {
    gap: 20px;
  }
  .main-info__desc b {
    font-size: 16px;
  }
  .main-info__desc {
    padding-right: 19px;
    font-size: 17px;
    line-height: 24px;
  }
  .main-info__content .main-info__image-wrapper {
    width: 100%;
    height: 213px;
    margin-bottom: 15px;
  }
  .main-info__content .main-info__feature {
    gap: 15px;
  }
  .main-info__feature-content {
    width: 99%;
    gap: 2px;
  }
  .main-info__feature-text {
    font-size: 15px;
    text-align: center;
  }
  .main-info__feature-title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .main-info__features {
    gap: 37px;
  }
  .main-info__block--team {
    margin-top: 4px;
  }
  .main-info__block--team .main-info__subtitle {
    font-size: 17px;
    padding-right: 14px;
    letter-spacing: 2px;
    position: relative;
    line-height: 23px;
  }
  .main-info__block--team .main-info__heading {
    gap: 3px;
  }
  .main-info__block--team .main-info__content--team {
    flex-direction: column-reverse;
  }
  .main-info__block--team .main-info__content .main-info__image-wrapper {
    height: 309px;
  }
  .main-info__block--patienten .main-info__title {
    margin-top: 14px;
    margin-bottom: -5px;
  }
  .main-info__block--patienten .main-info__subtitle {
    font-size: 17px;
    padding-right: 17px;
    letter-spacing: 2px;
    position: relative;
    line-height: 26px;
  }
  .main-info__block--patienten .main-info__heading {
    gap: 4px;
  }
  .main-info__block--patienten .main-info__image-wrapper {
    height: 197px;
  }
  .main-info__block--patienten .main-info__content--patienten {
    flex-direction: column;
  }
  .main-info__block--zukunft .main-info__heading {
    gap: 0;
  }
  .main-info__block--zukunft .main-info__title {
    margin-top: 7px;
    font-size: 24px;
  }
  .main-info__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .label_demo {
    margin-top: 23px;
  }
  .demo {
    margin: 9px 0 31px;
  }
  .demo .demo__container {
    padding: 24px 19px 20px 16px;
    gap: 13px;
  }
  .demo .demo__title {
    font-size: 20px;
    line-height: 29px;
  }
  .demo .demo__subtitle {
    font-weight: 400;
    font-size: 19px;
    color: #49498e;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .demo .demo__heading {
    gap: 0;
    margin-bottom: 7px;
  }
  .demo .demo__card-title {
    font-size: 19px;
    line-height: 23px;
    width: 77%;
    margin: 0 auto;
  }
  .demo .demo__button {
    margin-top: 0;
  }
  .demo .demo__card-text_first,
  .demo .demo__card-text {
    padding: 11px 0;
    font-size: 16px;
  }
  .demo .demo__card {
    background-size: cover;
  }
  .testimonials {
    margin: 10px 0 -10px;
  }
  .testimonials .testimonials__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 9px;
  }
  .testimonials .testimonials__container {
    padding: 9px 17px 10px 17px;
    gap: 16px;
  }
  .testimonials .testimonials__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 4px;
    color: #49498e;
  }
  .testimonials .testimonials__heading {
    gap: 6px;
  }
  .testimonials .testimonials__slide {
    padding: 0;
    gap: 0;
  }
  .testimonials .testimonials__stars {
    font-size: 19px;
    letter-spacing: 2px;
    letter-spacing: 3px;
    margin: 18px 24px;
  }
  .testimonials .testimonials__text {
    font-size: 15px;
    line-height: 23px;
    margin: 0 77px 20px 21px;
  }
  .testimonials .testimonials__author {
    gap: 12px;
    border-top: 2px solid #eaeaea;
    padding-top: 19px;
    width: 84%;
    margin: 0 auto 24px;
  }
  .testimonials .testimonials__avatar {
    width: 30px;
    height: 30px;
  }
  .testimonials .testimonials__navigation {
    margin: 0 auto;
  }
  .testimonials__navigation-wrapper {
    max-width: 100%;
    margin: 15px auto 0;
    width: 100%;
  }
  .testimonials__navigation {
    display: block !important;
  }
  .testimonials__navigation .testimonials__counter {
    margin-top: 0;
    font-size: 14px;
    padding: 6px 12px;
    background: #fff;
    border: 0;
  }
  .testimonials__navigation .testimonials__counter .testimonials__total,
  .testimonials__navigation .testimonials__counter .testimonials__separator,
  .testimonials__navigation .testimonials__counter .testimonials__separator {
    color: #9c90fc !important;
  }
  .testimonials__navigation-wrapper .testimonials__arrow--left,
  .testimonials__navigation-wrapper .testimonials__arrow--right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: 50px;
    height: 32px;
    background: #ffffff;
    box-shadow: 0px -1px 9.6px rgba(19, 36, 54, 0.15);
    border-radius: 8px;
    margin: 10px 5px;
  }
  .testimonials__navigation-wrapper .testimonials__arrow--right {
    transform: rotate(180deg);
  }
  .testimonials__slider {
    gap: 0;
  }
  .testimonials__cta {
    width: 100%;
    margin-top: -7px;
    padding-top: 24px;
    gap: 18px;
  }
  .testimonials__cta-subtitle {
    font-size: 12px;
    width: 53%;
    line-height: 17px;
  }
  .testimonials__cta-title {
    font-size: 20px;
  }
  .testimonials__cta-button {
    width: 100%;
    margin-bottom: 13px;
  }
  .about {
    margin: 11px 0;
  }
  .about .about__container {
    gap: 17px;
  }
  .about .about__title {
    font-size: 20px;
    line-height: 0;
    margin: 8px 0 0 9px;
  }
  .about .about__subtitle {
    font-weight: 400;
    font-size: 21px;
    color: #49498e;
    margin: 6px 0 0 10px;
    line-height: 28px;
  }
  .about .about__heading {
    gap: 7px;
    margin-bottom: 0;
  }
  .about {
    display: none !important;
  }
  .about-mobile {
    display: block;
    position: relative;
    margin: 10px auto 18px auto;
    z-index: 1;
  }
  .about-mobile__container {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: #fff;
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 0 auto;
    padding: 24px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .about-mobile__line {
    width: 100%;
    height: 2px;
    background: rgba(156, 144, 252, 0.7);
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 9px 0 20px 0;
  }
  .about-mobile__title {
    font-size: 20px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 8px;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .about-mobile__subtitle {
    font-size: 20px;
    color: #49498e;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .about-mobile__card {
    width: 100%;
    background: #9c90fc;
    border-radius: 10px;
    padding: 18px 14px;
    margin-bottom: 18px;
    box-sizing: border-box;
  }
  .about-mobile__card-title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
  }
  .about-mobile__card-text {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
  }
  .about-mobile__image-wrapper {
    width: 100%;
    margin-bottom: 18px;
    height: 306px;
    display: flex;
    justify-content: center;
  }
  .about-mobile__image {
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
  }
  .about-mobile__card--bullets {
    background: #9c90fc;
    margin-bottom: 0;
    padding: 18px 20px 8px 20px;
  }
  .about-mobile__bullets {
    list-style: none;
    padding: 0;
    margin-top: 16px;
  }
  .about-mobile__bullets li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 27px;
    padding-left: 38px;
    padding-right: 51px;
    position: relative;
  }
  .about-mobile__bullets li:before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6001 8.9999L8.2001 10.5999L11.4001 7.3999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: #9c90fc;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 26%;
  }
  .getting-started {
    margin: 9px 0 30px;
  }
  .getting-started .getting-started__container {
    padding: 0 17px;
  }
  .getting-started .getting-started__title {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    padding-right: 44px;
    margin-bottom: 0;
  }
  .getting-started .getting-started__subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #49498e;
    padding-right: 91px;
  }
  .getting-started .getting-started__heading {
    gap: 7px;
  }
  .getting-started {
    display: none !important;
  }
  .getting-started-mobile {
    display: block;
    position: relative;
    margin: 0 auto 23px auto;
    z-index: 1;
  }
  .getting-started-mobile__container {
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #fff;
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 8px auto;
    padding: 24px 22px 55px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .getting-started-mobile__subtitle_line {
    width: 100%;
    height: 2px;
    background: rgba(156, 144, 252, 0.7);
    box-shadow: 0px 0px 26.7px rgba(19, 36, 54, 0.1);
    border-radius: 10px;
    margin: 7px auto 24px;
  }
  .getting-started-mobile__title {
    font-size: 21px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    line-height: 1.2;
  }
  .getting-started-mobile__subtitle {
    font-size: 20px;
    color: #49498e;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    margin: 5px 0 0 0;
    line-height: 1.2;
  }
  .getting-started-mobile__steps {
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .getting-started-mobile__step {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    min-height: 112px;
  }
  .getting-started-mobile__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
  }
  .getting-started-mobile__icon--edit:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.14" width="52" height="52" rx="20" fill="%239C90FC"/%3E%3Cpath d="M33.0476 22.8059V15.2H18.5077V36.7929H33.0533C33.0533 36.3142 33.0515 35.8447 33.0536 35.3752C33.0565 34.7444 33.065 34.1139 33.0657 33.4831C33.0657 33.1256 33.0522 32.7685 33.0515 32.411C33.0515 32.352 33.0696 32.2758 33.1083 32.236C33.5672 31.7634 34.0318 31.2957 34.5198 30.8015C34.5279 30.877 34.5364 30.9189 34.5364 30.9611C34.5371 33.1617 34.5375 35.3624 34.5364 37.5633C34.5364 37.9727 34.1826 38.2976 33.74 38.2976C31.782 38.2983 29.824 38.2983 27.8663 38.2983C24.5301 38.2983 21.1936 38.2983 17.8575 38.2983C17.3418 38.2983 17.0028 37.9602 17.0028 37.4449C17.0028 29.805 17.0039 22.1651 17 14.5255C17 14.0307 17.4092 13.6975 17.8245 13.6982C23.1304 13.7068 28.4366 13.7036 33.7425 13.704C34.2206 13.704 34.5368 14.0249 34.5368 14.508C34.5368 16.7505 34.5364 18.993 34.5389 21.2355C34.5389 21.3435 34.5127 21.4197 34.4321 21.4985C33.9831 21.9371 33.542 22.3837 33.098 22.8274C33.0813 22.8203 33.0643 22.8131 33.0476 22.8063V22.8059Z" fill="%239C90FC"/%3E%3Cpath d="M40.995 22.7225C41.0155 22.934 40.9314 23.0918 40.7973 23.2278C40.08 23.9545 39.3645 24.683 38.644 25.4066C37.5424 26.5129 36.4333 27.6122 35.3345 28.7214C34.0185 30.05 32.6901 31.3675 31.4067 32.728C30.8403 33.3284 30.1681 33.6884 29.4178 33.9603C28.5391 34.2792 27.6663 34.6152 26.7936 34.9501C26.5395 35.0474 26.2999 35.0313 26.0994 34.8556C25.8804 34.6635 25.8229 34.4101 25.9219 34.1257C25.9763 33.9696 26.0146 33.8079 26.0664 33.6512C26.4266 32.5609 26.795 31.4731 27.1457 30.3796C27.249 30.0579 27.4569 29.8253 27.6819 29.5988C28.9259 28.3486 30.1759 27.1051 31.4149 25.8499C32.5786 24.6709 33.7197 23.4693 34.8912 22.2985C35.726 21.4648 36.592 20.6625 37.4498 19.8528C37.738 19.5808 38.1422 19.6009 38.4201 19.8785C39.1878 20.6468 39.9558 21.415 40.7231 22.184C40.875 22.3361 41.0297 22.4885 40.995 22.7222V22.7225ZM36.1323 23.1576C33.7413 25.5837 31.3269 28.0341 28.9064 30.4905C29.3862 30.9077 29.8433 31.3053 30.2941 31.6971C32.6958 29.2829 35.0967 26.8697 37.487 24.4669C37.0196 24.015 36.5817 23.5917 36.1327 23.1576H36.1323ZM37.2329 22.1743C37.6049 22.5672 38.0151 23.0002 38.4389 23.4475C38.7136 23.1805 38.9702 22.9308 39.1881 22.7189C38.7558 22.2581 38.3551 21.8308 37.9126 21.3588C37.6677 21.653 37.4402 21.926 37.2333 22.1743H37.2329ZM27.8072 33.0457C28.2629 32.8686 28.6828 32.7051 29.1179 32.5358C28.8262 32.2886 28.5504 32.0549 28.247 31.798C28.0968 32.2238 27.9598 32.6124 27.8072 33.0457Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--mail:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.14" width="52" height="52" rx="20" fill="%239C90FC"/%3E%3Cpath d="M19.1405 30.9745C18.9071 30.9745 18.6882 30.975 18.4696 30.9745C17.3672 30.9713 16.4072 30.1516 16.2202 29.0488C16.1957 28.9049 16.1909 28.7562 16.1909 28.6096C16.1894 25.7661 16.1857 22.9229 16.1923 20.0794C16.1944 19.0532 16.6556 18.3023 17.5734 17.8552C17.854 17.7185 18.1568 17.6624 18.4669 17.6624C22.7832 17.6616 27.0991 17.6616 31.4153 17.6634C32.1712 17.6637 32.9286 17.6469 33.6826 17.687C34.6033 17.7359 35.2437 18.2349 35.6219 19.0805C35.7553 19.379 35.8115 19.694 35.8109 20.0256C35.8065 22.8959 35.8083 25.7659 35.8086 28.6361C35.8086 29.9441 34.8156 30.9731 33.5233 30.9758C30.5084 30.9822 27.4931 30.9769 24.4779 30.9734C24.3711 30.9734 24.2864 30.9999 24.201 31.0649C23.3159 31.7369 22.4282 32.4057 21.5413 33.0756C21.0486 33.4479 20.5567 33.8212 20.063 34.1921C19.8755 34.3331 19.6706 34.3938 19.4488 34.2809C19.2302 34.1697 19.1392 33.9803 19.1397 33.7359C19.1416 32.8491 19.1405 31.9621 19.1405 31.0753C19.1405 31.0488 19.1405 31.0221 19.1405 30.9745ZM20.2147 32.7504C20.2371 32.7381 20.2569 32.7304 20.2727 32.7181C21.4184 31.827 22.5648 30.937 23.7081 30.043C23.8668 29.919 24.0288 29.8476 24.2363 29.8478C27.3784 29.8524 30.5208 29.851 33.6629 29.8508C33.7153 29.8508 33.7699 29.855 33.8203 29.8433C34.2644 29.7374 34.6503 29.3167 34.7004 28.853C34.727 28.6064 34.7115 28.3553 34.7117 28.1061C34.7136 26.0073 34.7154 23.9083 34.7159 21.8096C34.7159 21.168 34.7083 20.5265 34.7107 19.8849C34.7128 19.3421 34.1779 18.7674 33.5228 18.7682C28.513 18.7735 23.5031 18.7703 18.4933 18.7682C17.8 18.7682 17.2844 19.2808 17.2817 19.9839C17.2809 20.2288 17.2883 20.4741 17.2883 20.719C17.287 23.3526 17.2844 25.9862 17.2836 28.6198C17.2836 29.3673 17.8047 29.8826 18.5418 29.8748C18.9372 29.8706 19.3328 29.8665 19.7278 29.8762C20.0016 29.8829 20.1717 30.0267 20.1952 30.303C20.2231 30.6346 20.2128 30.9699 20.2144 31.3034C20.2168 31.7824 20.2147 32.2611 20.2147 32.7504Z" fill="%239C90FC"/%3E%3Cpath d="M24.9985 25.6728C25.4146 25.253 25.8247 24.8387 26.2351 24.4248C27.1149 23.5369 27.995 22.6491 28.8753 21.762C28.9151 21.7219 28.9571 21.6826 29.003 21.6497C29.1493 21.5454 29.2899 21.5473 29.4252 21.6673C29.5837 21.8077 29.7388 21.9527 29.8862 22.1048C30.0378 22.2613 30.0283 22.4624 29.8654 22.6327C29.5536 22.9585 29.239 23.2812 28.9233 23.603C27.7241 24.8251 26.5244 26.0467 25.3244 27.2683C25.0902 27.5068 24.913 27.5082 24.6799 27.2707C23.9636 26.5406 23.2481 25.8097 22.5331 25.0786C22.3211 24.8617 22.3261 24.659 22.5455 24.448C22.6655 24.3325 22.7871 24.2186 22.9081 24.1044C23.0988 23.9244 23.257 23.9212 23.4498 24.1108C23.7711 24.4269 24.0857 24.7499 24.4027 25.07C24.5997 25.269 24.7964 25.4685 24.9982 25.6726L24.9985 25.6728Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--mail:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect opacity="0.14" width="52" height="52" rx="20" fill="%239C90FC"/%3E%3Cpath d="M19.1405 30.9745C18.9071 30.9745 18.6882 30.975 18.4696 30.9745C17.3672 30.9713 16.4072 30.1516 16.2202 29.0488C16.1957 28.9049 16.1909 28.7562 16.1909 28.6096C16.1894 25.7661 16.1857 22.9229 16.1923 20.0794C16.1944 19.0532 16.6556 18.3023 17.5734 17.8552C17.854 17.7185 18.1568 17.6624 18.4669 17.6624C22.7832 17.6616 27.0991 17.6616 31.4153 17.6634C32.1712 17.6637 32.9286 17.6469 33.6826 17.687C34.6033 17.7359 35.2437 18.2349 35.6219 19.0805C35.7553 19.379 35.8115 19.694 35.8109 20.0256C35.8065 22.8959 35.8083 25.7659 35.8086 28.6361C35.8086 29.9441 34.8156 30.9731 33.5233 30.9758C30.5084 30.9822 27.4931 30.9769 24.4779 30.9734C24.3711 30.9734 24.2864 30.9999 24.201 31.0649C23.3159 31.7369 22.4282 32.4057 21.5413 33.0756C21.0486 33.4479 20.5567 33.8212 20.063 34.1921C19.8755 34.3331 19.6706 34.3938 19.4488 34.2809C19.2302 34.1697 19.1392 33.9803 19.1397 33.7359C19.1416 32.8491 19.1405 31.9621 19.1405 31.0753C19.1405 31.0488 19.1405 31.0221 19.1405 30.9745ZM20.2147 32.7504C20.2371 32.7381 20.2569 32.7304 20.2727 32.7181C21.4184 31.827 22.5648 30.937 23.7081 30.043C23.8668 29.919 24.0288 29.8476 24.2363 29.8478C27.3784 29.8524 30.5208 29.851 33.6629 29.8508C33.7153 29.8508 33.7699 29.855 33.8203 29.8433C34.2644 29.7374 34.6503 29.3167 34.7004 28.853C34.727 28.6064 34.7115 28.3553 34.7117 28.1061C34.7136 26.0073 34.7154 23.9083 34.7159 21.8096C34.7159 21.168 34.7083 20.5265 34.7107 19.8849C34.7128 19.3421 34.1779 18.7674 33.5228 18.7682C28.513 18.7735 23.5031 18.7703 18.4933 18.7682C17.8 18.7682 17.2844 19.2808 17.2817 19.9839C17.2809 20.2288 17.2883 20.4741 17.2883 20.719C17.287 23.3526 17.2844 25.9862 17.2836 28.6198C17.2836 29.3673 17.8047 29.8826 18.5418 29.8748C18.9372 29.8706 19.3328 29.8665 19.7278 29.8762C20.0016 29.8829 20.1717 30.0267 20.1952 30.303C20.2231 30.6346 20.2128 30.9699 20.2144 31.3034C20.2168 31.7824 20.2147 32.2611 20.2147 32.7504Z" fill="%239C90FC"/%3E%3Cpath d="M24.9985 25.6728C25.4146 25.253 25.8247 24.8387 26.2351 24.4248C27.1149 23.5369 27.995 22.6491 28.8753 21.762C28.9151 21.7219 28.9571 21.6826 29.003 21.6497C29.1493 21.5454 29.2899 21.5473 29.4252 21.6673C29.5837 21.8077 29.7388 21.9527 29.8862 22.1048C30.0378 22.2613 30.0283 22.4624 29.8654 22.6327C29.5536 22.9585 29.239 23.2812 28.9233 23.603C27.7241 24.8251 26.5244 26.0467 25.3244 27.2683C25.0902 27.5068 24.913 27.5082 24.6799 27.2707C23.9636 26.5406 23.2481 25.8097 22.5331 25.0786C22.3211 24.8617 22.3261 24.659 22.5455 24.448C22.6655 24.3325 22.7871 24.2186 22.9081 24.1044C23.0988 23.9244 23.257 23.9212 23.4498 24.1108C23.7711 24.4269 24.0857 24.7499 24.4027 25.07C24.5997 25.269 24.7964 25.4685 24.9982 25.6726L24.9985 25.6728Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__icon--gear:before {
    content: url('data:image/svg+xml,%3Csvg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.14" d="M0 20C0 8.9543 8.95431 0 20 0H32C43.0457 0 52 8.95431 52 20V32C52 43.0457 43.0457 52 32 52H20C8.9543 52 0 43.0457 0 32V20Z" fill="%239C90FC"/%3E%3Cpath d="M24.217 35.8111C24.0829 35.1797 23.9485 34.5517 23.8179 33.9229C23.8026 33.8497 23.7815 33.7996 23.7031 33.7748C23.1471 33.5985 22.6094 33.3787 22.0995 33.0923C22.0664 33.0736 21.9976 33.0869 21.9612 33.11C21.5749 33.3541 21.1922 33.6041 20.8076 33.851C20.684 33.9303 20.5563 34.0032 20.4332 34.0833C20.3812 34.1172 20.348 34.1209 20.2986 34.071C19.4402 33.1989 18.5796 32.329 17.7042 31.4436C17.7801 31.3343 17.8705 31.2004 17.965 31.0695C18.2492 30.6756 18.5363 30.2836 18.8176 29.8877C18.8382 29.8585 18.8387 29.7926 18.8198 29.761C18.5449 29.3012 18.3244 28.8178 18.1615 28.3072C18.1488 28.2674 18.0977 28.2193 18.0576 28.2117C17.4974 28.1056 16.9359 28.0059 16.3747 27.9049C16.3147 27.8941 16.2545 27.8845 16.1885 27.8735V24.1104C16.6313 24.0244 17.0739 23.9385 17.5163 23.8527C17.6882 23.8193 17.8614 23.7908 18.0318 23.7511C18.0704 23.742 18.1188 23.7012 18.1308 23.6646C18.3015 23.1484 18.5309 22.6586 18.7964 22.1853C18.837 22.1134 18.8348 22.0544 18.7837 21.9847C18.4202 21.4873 18.0603 20.9871 17.7079 20.4995C18.5835 19.6237 19.4709 18.7359 20.3475 17.8591C20.8827 18.1977 21.4228 18.5409 21.9656 18.8798C22.0018 18.9024 22.0688 18.9139 22.1027 18.8958C22.5603 18.6494 23.039 18.4551 23.5401 18.322C23.7309 18.2712 23.808 18.1653 23.8446 17.9816C23.9579 17.415 24.0866 16.8516 24.204 16.2857C24.2202 16.2091 24.2489 16.1885 24.3246 16.1885C25.4421 16.1907 26.5597 16.1904 27.677 16.189C27.7472 16.189 27.7841 16.2005 27.8015 16.2818C27.9351 16.9022 28.0751 17.5211 28.2132 18.1405C28.221 18.1761 28.2306 18.2115 28.2355 18.2312C28.8341 18.4205 29.4204 18.6104 29.9603 18.9377C30.5215 18.5806 31.0847 18.2226 31.6766 17.846C32.555 18.7189 33.4387 19.5969 34.3278 20.4804C34.1112 20.7702 33.8985 21.0543 33.6865 21.339C33.5328 21.5453 33.3832 21.7546 33.2257 21.9579C33.1668 22.0341 33.167 22.0999 33.2068 22.1826C33.378 22.5383 33.5475 22.8946 33.7123 23.2532C33.785 23.4114 33.8452 23.5752 33.9184 23.754C34.5344 23.8724 35.1691 23.9942 35.8111 24.1175V27.83C35.4378 27.9042 35.0635 27.9781 34.6894 28.0525C34.4541 28.0995 34.218 28.1446 33.9842 28.1979C33.9454 28.2068 33.8968 28.2471 33.8842 28.2837C33.714 28.7783 33.4861 29.2459 33.2314 29.7013C33.172 29.8076 33.2 29.8707 33.27 29.9646C33.5306 30.3148 33.773 30.6785 34.024 31.0359C34.1225 31.1759 34.2257 31.3127 34.3266 31.4509C33.4357 32.3417 32.5459 33.2316 31.657 34.1206C31.1147 33.7842 30.5642 33.4413 30.0111 33.1026C29.9799 33.0835 29.9195 33.0827 29.8871 33.1004C29.4123 33.3566 28.923 33.5749 28.3969 33.7031C28.2726 33.7333 28.2102 33.8053 28.1849 33.9374C28.0656 34.5637 27.9359 35.188 27.8104 35.8109H24.2172L24.217 35.8111ZM25.98 32.7816C25.9815 32.7924 25.9827 32.8032 25.9842 32.814C26.4246 32.7588 26.8711 32.7322 27.3046 32.6431C29.4088 32.2101 31.0044 31.0636 32.0333 29.1708C32.7711 27.8131 33.0076 26.3584 32.7247 24.8364C32.4437 23.3262 31.7147 22.0574 30.5696 21.0332C29.4278 20.0118 28.0825 19.4525 26.5616 19.313C25.9523 19.257 25.3439 19.2956 24.7438 19.4127C23.4131 19.6723 22.2412 20.2591 21.2755 21.2101C19.5574 22.902 18.8876 24.9518 19.3248 27.328C19.6146 28.9036 20.4273 30.1979 21.652 31.2181C22.9 32.258 24.3533 32.7701 25.9803 32.7816H25.98Z" fill="%239C90FC"/%3E%3C/svg%3E');
    display: block;
    width: 52px;
    height: 52px;
  }
  .getting-started-mobile__step-content {
    flex: 1;
    min-width: 0;
  }
  .getting-started-mobile__step-title {
    font-size: 20px;
    font-weight: 700;
    color: #49498e;
    margin-bottom: 4px;
    margin-top: 2px;
    line-height: 1.2;
  }
  .getting-started-mobile__step-text {
    font-size: 14px;
    color: #49498e;
    line-height: 26.4px;
  }
  .getting-started-mobile__arrow {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0 16px;
    height: 50px;
    position: relative;
    bottom: 31px;
  }
  .getting-started-mobile__arrow:last-child {
    margin-top: 10px;
  }
  .contact {
    margin: 8px 0 302px;
  }
  .contact .contact__container {
    gap: 0;
    padding: 5px 18px;
  }
  .contact .contact__title {
    font-size: 20px;
    margin-bottom: 1px;
  }
  .contact .contact__heading {
    gap: 3px;
    margin-bottom: 0;
  }
  .contact .contact__subtitle {
    font-size: 20px;
    line-height: 27.2px;
  }
  .contact .contact__info {
    gap: 11px;
  }
  .contact .contact__details {
    gap: 28px;
  }
  .contact .contact__note {
    font-size: 14px;
    margin-top: 29px;
    line-height: 25px;
  }
  .contact .contact__note b {
    font-size: 18px;
  }
  .contact .contact__form-wrapper {
    padding: 20px 0 0 0;
    box-shadow: none;
    min-width: 100%;
    border-top: 3px solid #9c90fc63;
    border-radius: 0;
  }
  .contact .contact__form-wrapper .contact__form {
    gap: 12px;
  }
  .contact .contact__form-wrapper .contact__form-textarea {
    height: 64px;
  }
  .contact .contact__form-wrapper .contact__form-button {
    width: 100% !important;
    margin: 14px auto;
  }
  .contact .contact__form-wrapper .contact__form-logo {
    margin-bottom: 15px;
  }
  .contact .contact__form-wrapper .contact__form-logo svg {
    width: 120px;
  }
  .bg_1 {
    background-image: url(../img/bg_mobil.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .footer .footer__logo-slogan {
    flex-direction: column;
    gap: 5px;
  }
  .footer .footer__logo-slogan svg {
    width: 122px;
  }
  .footer .footer__line {
    width: 89%;
    margin: 14px auto 0;
  }
  .footer .footer__container {
    padding: 34px 8px 39px 8px;
    gap: 16px;
  }
  .footer .footer__bottom {
    flex-direction: column-reverse;
    gap: 52px;
    position: relative;
    align-items: flex-start;
    padding: 0 18px;
  }
  .footer .footer__nav-link {
    font-size: 18px;
    margin-top: 10px;
  }
  .footer .footer__socials {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    position: absolute;
    top: 8%;
    right: 17px;
  }
  .footer .footer__nav {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer .footer__copyright {
    font-size: 16px;
    align-items: center;
    gap: 21px;
    margin: 0 auto;
  }
  .footer .footer__copyright svg {
    width: 35px;
  }
  .demo__card {
    min-width: 60%;
    max-width: 100%;
  }
  .contact__info {
    flex: 1 1 0;
    min-width: 100%;
    max-width: 100%;
  }
}
/* 768 media */
/* media */
.first-block__photo_mobile {
  width: 339px;
  margin: 0 auto;
}
.testimonials__navigation {
  display: none;
}
@media (min-width: 900px) {
  .getting-started-mobile,
  .about-mobile,
  .contact__note-strong br,
  .first-block__photo_mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
.first-block__photo_mobile{
  display: none;
}
}