<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*: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 {
  position: relative;
  width: 30.7rem;
  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;
  gap: 1rem;
  border-radius: 3.1rem;
  margin-top: 10rem;
  z-index: 1;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .app-label {
    width: 30.7rem;
    height: 9rem;
  }
}

.app-label .logo {
  position: absolute;
  top: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.6rem;
  height: 6.6rem;
  background: url(../images/icons/logo.png) center/contain no-repeat;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .app-label .logo {
    top: -6.3rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.app-label .info {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.app-label .info .label {
  font-size: 2.2rem;
  font-weight: 700;
}

.app-label .info .icon-stars {
  width: 8rem;
  height: 1rem;
  background: url(../images/icons/stars.svg) center/contain no-repeat;
}

.title {
  position: absolute;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  bottom: 10rem;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .title {
    font-size: 4.3rem;
    margin-bottom: 1rem;
  }
}

.title strong {
  color: #ee3554;
}

.buttons {
  margin-bottom: 2.3rem;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .buttons {
    margin-bottom: 2rem;
  }
}

.buttons .download-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 30.4rem;
  height: 5.4rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: black;
  border-radius: 9.52rem;
  background: #fff;
  -webkit-box-shadow: 0 0.38rem 0.38rem 0 rgba(40, 0, 64, 0.7);
          box-shadow: 0 0.38rem 0.38rem 0 rgba(40, 0, 64, 0.7);
  margin: 0 auto;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .buttons .download-button {
    width: 30rem;
    height: 5.7rem;
    font-size: 1.8rem;
  }
}

html {
  font-size: 1.5vh;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  html {
    font-size: 1.478vh;
  }
}

body {
  background-color: #13001f;
}

#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;
  gap: 1rem;
}

.app-bg {
  position: relative;
  width: 100%;
  height: 320px;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .app-bg {
    height: 430px;
  }
}

.app-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  margin: 0 auto;
  z-index: 1;
}

.divtext {
  display: table;
  width: 99%;
  white-space: nowrap;
}

.parameters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.parameters-wrapper img {
  width: 100%;
}

.parameters-wrapper &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 81%;
}

@media only screen and (min-width: 376px), only screen and (min-height: calc(668px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) {
  .parameters-wrapper &gt; div {
    width: 95%;
  }
}

.parameters-wrapper &gt; div .icon {
  width: 3rem;
  height: 3rem;
}

.parameters-wrapper &gt; div .icon.pulse {
  background: url(../images/icons/pulseicon.png) no-repeat;
  background-size: contain;
}

.parameters-wrapper &gt; div .icon.score {
  background: url(../images/icons/scoreicon.png) no-repeat;
  background-size: contain;
}

.parameters-wrapper &gt; div .icon.stress {
  background: url(../images/icons/stressicon.png) no-repeat;
  background-size: contain;
}

.parameters-wrapper &gt; div .icon.age {
  background: url(../images/icons/ageicon.png) no-repeat;
  background-size: contain;
}

.parameters-wrapper &gt; div .text {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 400;
}

.parameters-wrapper &gt; div .text :first-child {
  font-size: 1rem;
  font-weight: 700;
}

.parameters-wrapper .info-block {
  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;
}

.parameters-wrapper .right {
  text-align: left;
  left: calc(100% + 1rem);
}

.parameters-wrapper .left {
  right: calc(100% + 1rem);
  text-align: right;
}

.parameters-wrapper .pulse-wrapper {
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}

.parameters-wrapper .pulse-wrapper .info-block {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

.parameters-wrapper .score-wrapper {
  -webkit-transform: rotate(-134deg);
          transform: rotate(-134deg);
}

.parameters-wrapper .score-wrapper .info-block {
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}

.parameters-wrapper .stress-wrapper {
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.parameters-wrapper .stress-wrapper .info-block {
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

.parameters-wrapper .age-wrapper {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.parameters-wrapper .age-wrapper .info-block {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
</pre></body></html>