*:not(input, button, a) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
p {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}

button {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 800;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.app-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  z-index: 1;
}

.app-label .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.6rem;
  height: 6.6rem;
  background: url(../images/icons/logo.png) center/contain no-repeat;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .logo {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.app-label .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28.41rem;
  height: 6.55rem;
  border-radius: 1rem;
  background: linear-gradient(-7deg, #2f004b, #000000 60%);
  margin-top: 1.1rem;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .info {
    width: 33.4rem;
    height: 7.7rem;
    margin-top: 1.5rem;
  }
}

.app-label .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  border-radius: 1rem;
  background: white;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.app-label .label-title {
  font-size: 1.79rem;
  font-weight: 400;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .label-title {
    font-size: 2.11rem;
  }
}

.app-label .label-title strong {
  font-weight: 700;
  color: #ee3554;
}

.app-label .label-subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.36rem;
  font-weight: 400;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .label-subtitle {
    font-size: 1.6rem;
  }
}

.app-label .label-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.8rem;
}

.app-label .label-item:last-child {
  margin-right: 0;
}

.app-label .label-item span {
  text-decoration: none;
}

.app-label .label-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: center / contain no-repeat;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-label .label-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.app-label .label-icon_rating {
  background-image: url(../images/icons/star.svg);
}

.app-label .label-icon_reviews {
  background-image: url(../images/icons/heart.svg);
}

.title {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1.6rem;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .title {
    font-size: 4.4rem;
    margin-bottom: 1.8rem;
  }
}

.title strong {
  color: #a0ff3c;
}

.buttons {
  margin-bottom: 5.6rem;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .buttons {
    margin-bottom: 3.3rem;
  }
}

.buttons .download-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 28.7rem;
  height: 5.4rem;
  font-size: 2.14rem;
  font-weight: 900;
  color: white;
  border-radius: 7.64rem;
  background: -webkit-gradient(linear, left top, right top, from(#ee3554), to(#6f00b4));
  background: linear-gradient(to right, #ee3554, #6f00b4);
  -webkit-box-shadow: 0 0.31rem 0.31rem 0 rgba(40, 0, 64, 0.7);
          box-shadow: 0 0.31rem 0.31rem 0 rgba(40, 0, 64, 0.7);
  margin: 0 auto;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .buttons .download-button {
    width: 33rem;
    height: 7rem;
    font-size: 2.8rem;
  }
}

.buttons .download-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  border-radius: 7.64rem;
  background: -webkit-gradient(linear, left top, right top, from(#6f00b4), to(#ee3554));
  background: linear-gradient(to right, #6f00b4, #ee3554);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

html {
  font-size: 1.602vh;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  html {
    font-size: 1.397vh;
  }
}

body {
  background: center / cover no-repeat;
  background-image: url(../images/backgound/bg.svg);
}

#app {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: 0 -2rem / cover no-repeat;
  background-image: url(../images/backgound/body@2x.png);
  margin: 0 auto;
}

@media only screen and (max-aspect-ratio: 375 / 635) {
  .app-body {
    background: 0 -4.4rem / cover no-repeat;
    background-image: url(../images/backgound/body@3x.png);
  }
}
