
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 18px;
  min-height: 100%;
  position: relative;
  z-index: 0;
}

body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body:after {
  background: linear-gradient(244.6deg, #766AFF 20.64%, #C884FD 94.89%), #7569FF;
  z-index: -4;
}

.scene {
  position: absolute !important;
  width: 100%;
  height: 99.99%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.35;
  z-index: -3;
}

.scene .layer {
  width: 100%;
  height: 100%;
}

.scene .layer .background {
  background: url("../img/bg.jpg") 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
  position: absolute;
  width: 110%;
  left: -5%;
  top: -5%;
  bottom: -5%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

.container {
  max-width: 1512px;
}

.header {
  overflow: hidden;
  margin: 129px 0 52px 0;
}

.header .steps {
  max-width: 400px;
  margin: auto;
  position: relative;
}

.header .steps li {
  position: relative;
  width: 33.33%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .steps li:first-of-type:after {
  display: none;
}

.header .steps li span {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #AEA7FF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}

.header .steps li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ABA0FF;
  position: absolute;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .steps li.active:after {
  background-color: #ffffff;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 67px;
  height: 67px;
}

.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 7px solid rgba(255, 255, 255, 0.5);
  border-right: 7px solid rgba(255, 255, 255, 0.5);
  border-bottom: 7px solid rgba(255, 255, 255, 0.5);
  border-left: 7px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.footer {
  display: block;
  margin-top: 200px;
}

.footer .help-wrap {
  margin-right: 30px;
}

.footer .help-btn {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}

.footer .help-content {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 278px;
  padding: 24px 5px;
  -webkit-transform: translateY(calc(-100% - 15px));
          transform: translateY(calc(-100% - 15px));
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.footer .visible {
  visibility: visible !important;
}

/*****************************************
  APP
 ****************************************/
.app {
  padding-top: 1px;
  padding-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.app-body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.app h1 {
  margin: 32px 0 23px 0;
}

.app .status-msg {
  margin-top: -15px;
  margin-bottom: 27px;
}

.index-page .clapping-hands {
  margin-top: 30px;
  margin-bottom: 4px;
}

.index-page p {
  font-size: 20px;
  margin-bottom: 40px;
}

.app-body {
  text-align: center;
}

.app-body h1 {
  font-size: 36px;
  font-weight: 600;
}

.app-body .para-maxwidth {
  max-width: 478px;
  margin-left: auto;
  margin-right: auto;
}

.app-body .para-maxwidth--v2 {
  max-width: 375px;
}

.btn-gradient,
.goals-wrapper a,
.help-content {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  border-radius: 25px;
  display: inline-block;
  border: solid 3px #d8d8d8;
}

.c-btn {
  width: 100%;
  max-width: 250px;
  font-size: 12px;
  padding: 16px 5px;
  font-weight: 600;
}

.c-btn--2 {
  width: 100%;
  max-width: 331px;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 10px;
  margin: 40px 0 50px 0;
}

.c-btn--2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.c-btn--2 img {
  position: absolute;
  left: 20px;
}

.c-btn--3 {
  max-width: 264px;
}

.anchor,
.anchor:hover {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}

.goals-wrapper {
  max-width: 560px;
  margin-top: 80px;
}

.goals-wrapper__goals a {
  padding: 26px 22.5px 20px 22.5px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.goals-wrapper__goals a div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.goals-wrapper__goals h4 {
  font-weight: 600;
  font-size: 12px;
  margin-top: 21px;
  margin-bottom: 0;
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btns-group {
  max-width: 570px;
}

.btns-group div {
  margin-left: 15%;
}

.activity-wrap {
  margin-top: 22px;
  max-width: 326px;
  width: 100%;
  padding: 23px 21px 28px 21px;
}

.activity-wrap h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}

.activity-wrap .c-progress {
  position: relative;
  width: 100%;
  padding-bottom: 133.438px;
}

.activity-wrap .c-progress__icon {
  position: absolute;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-color: #5850E1;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activity-wrap svg {
  margin: auto;
  display: block;
  position: absolute;
  top: -66.7188px;
  left: 26.2344px;
  pointer-events: none;
}

.activity-wrap path {
  stroke-linecap: round;
  stroke-width: 5;
}

.activity-wrap path.grey {
  stroke: #22234B;
  stroke-width: 4.5;
}

.activity-wrap path.blue {
  stroke: url(#gradient);
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  -webkit-animation: dash 3s ease-out forwards;
          animation: dash 3s ease-out forwards;
}

.activity-wrap__text {
  background-color: #ffffff;
  border-radius: 20px;
  color: #7569FF;
  font-weight: 600;
  font-size: 22px;
  padding: 24px 5px;
  position: relative;
}

.activity-wrap__text > span {
  color: #A0AEC0;
  font-size: 12px;
  position: absolute;
  top: 15px;
}

.activity-wrap__text > span span {
  font-weight: 400;
}

.activity-wrap__text > span:first-of-type {
  left: 24px;
}

.activity-wrap__text > span:last-of-type {
  right: 20px;
}

.hide {
  display: none;
}

@media (max-width: 767px) {
  .header {
    margin: 60px 0 32px 0;
  }
  .header .steps li span {
    width: 20px;
    height: 20px;
  }
  .footer .container {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .footer .help-wrap {
    margin-right: 0;
  }
  .app {
    padding-bottom: 20px;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
  }
  .app h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .btns-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .btns-group .c-btn--3 {
    margin: 10px auto;
  }
  .goals-wrapper__goals > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media (max-width: 357px) {
  .activity-wrap svg {
    top: -50%;
    left: 8%;
  }
  .activity-wrap .c-progress {
    padding-bottom: 48%;
  }
}

@media (max-width: 320px) {
  .c-btn--2 {
    padding-left: 47px;
  }
  .c-btn--2 div {
    margin-left: 10px;
  }
  .activity-wrap .c-progress__icon {
    bottom: 18%;
  }
}
/*# sourceMappingURL=styles.css.map */