#mj_mobile_router {
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  right: 0;
}

#mj_mobile_router a,
#mj_mobile_router a:focus,
#mj_mobile_router a:hover {
  text-decoration: none;
  color: #000;
}

#mj_mobile_router .content {
  background-color: #fff;
  width: 80%;
  max-width: 300px !important;
  padding: 0 0 0 2rem;
  position: relative;
}

#mj_mobile_router .content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  margin-bottom: 3rem;
}

#mj_mobile_router .content .top .trailing-icon {
  height: 48px;
  left: 244px;
  top: 15px;
  width: 48px;
}

#mj_mobile_router .content .top .text-wrapper {
  color: #000;
  font-size: var(--font-size-24);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: normal;
  text-align: center;
}

#mj_mobile_router .content .div-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  padding: 16px 0px;
}

#mj_mobile_router .content .div-wrapper .div {
  color: #000;
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#mj_mobile_router .content .div-wrapper-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-14);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
}

#mj_mobile_router .content .content-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  padding: 2rem;
}

#mj_mobile_router .content .content-footer .span {
  color: #000;
}

#mj_mobile_router .content .content-footer .text-wrapper-2 {
  color: #f91c5f;
  text-decoration: underline;
}

@media screen and (max-width: 1160px) {
  #mj_mobile_router {
    --font-size-32: 3.8rem;
    --font-size-30: 3.6rem;
    --font-size-28: 3.4rem;
    --font-size-26: 3rem;
    --font-size-24: 2.8rem;
    --font-size-22: 2.6rem;
    --font-size-20: 2.4rem;
    --font-size-18: 2.2rem;
    --font-size-16: 2rem;
    --font-size-15: 1.9rem;
    --font-size-14: 1.8rem;
    --font-size-12: 1.6rem;
    --font-size-10: 1.4rem;
  }
}

html {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

@media all and (max-width: 700px) {
  html {
    font-size: calc(100vw * (10 / 375));
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

@media all and (max-height: 700px) {
  html {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

.survey-landing {
  --max-width: 760px;
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.survey-landing .nav-h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 4.4rem;
  position: relative;
}

.survey-landing .nav-h5 .nav-icon {
  height: 2.8rem;
  width: auto;
}

.survey-landing .nav-h5 .nav-router {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0.8rem;
  top: 0;
  height: 4.4rem;
  width: 4.4rem;
}

.survey-landing .nav-h5 .nav-router img {
  width: 100%;
  height: auto;
}

.survey-landing .nav-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
  width: 100%;
}

.survey-landing .nav-web .nav_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1160px;
}

.survey-landing .nav-web .nav_content .nav-icon {
  height: 44px;
  width: auto;
}

.survey-landing .nav-web .nav_content .nav-icon img {
  width: auto;
  height: 100%;
}

.survey-landing .nav-web .nav_content .nav-router {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  width: 48px;
}

.survey-landing .nav-web .nav_content .nav-router img {
  width: auto;
  height: 100%;
}

.survey-landing .page-contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6rem 2.4rem;
  position: relative;
  max-width: var(--max-width);
}

.survey-landing .page-contents .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.survey-landing .page-contents .logo .img {
  height: 2.4rem;
  position: relative;
  width: 2.4rem;
}

.survey-landing .page-contents .logo .lazy-fit {
  height: 2rem;
  position: relative;
  width: 6rem;
}

.survey-landing .page-contents .title-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .title-wrapper .title {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #000;
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 4.2rem;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .texts-h5 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.6rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  overflow: hidden;
  padding: 0.8rem 1.2rem;
  position: relative;
}

.survey-landing .page-contents .texts-h5 .text-wrapper {
  color: #878787;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.survey-landing .page-contents .texts-h5 .div {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #444;
  font-size: var(--font-size-12);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .des {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fafafa;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.04rem;
  overflow: hidden;
  padding: 1.2rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .des .des-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #444;
  font-size: var(--font-size-16);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.4rem;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body .according-to-your-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.04rem;
  padding: 0.8rem 0px;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your {
  color: #000;
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your .span {
  font-weight: 500;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your .text-wrapper-2 {
  font-weight: 900;
}

.survey-landing .page-contents .body .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.4rem;
}

.survey-landing .page-contents .body .grid-item .img-2 {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.survey-landing .page-contents .body .privacy-wrap .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age {
  color: transparent;
  font-size: var(--font-size-12);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper {
  color: #000;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .span {
  color: #000;
  font-weight: 600;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper-2 {
  color: #1c82f9;
  font-weight: 500;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper-3 {
  color: #1c82f9;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 1161px) {
  #nav_h5 {
    display: none;
  }

  #nav_web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .survey-landing .page-contents {
    max-width: 760px !important;
    width: 760px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .survey-landing .page-contents .grid-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 234px !important;
  }

  .survey-landing .page-contents .grid-container .grid-item {
    width: 180px !important;
    height: 100% !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-h5 {
    display: none !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-web {
    display: block !important;
  }

  .survey-landing .page-contents .privacy-wrap {
    margin-top: 2.4rem;
  }

  .survey-landing .page-contents .privacy-wrap .title .by-choosing-your-age {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 1160px) {
  #nav_h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #nav_web {
    display: none;
  }

  .survey-landing {
    --font-size-32: 3.8rem;
    --font-size-30: 3.6rem;
    --font-size-28: 3.4rem;
    --font-size-26: 3rem;
    --font-size-24: 2.8rem;
    --font-size-22: 2.6rem;
    --font-size-20: 2.4rem;
    --font-size-18: 2.2rem;
    --font-size-16: 2rem;
    --font-size-15: 1.9rem;
    --font-size-14: 1.8rem;
    --font-size-12: 1.6rem;
    --font-size-10: 1.4rem;
  }

  .survey-landing .page-contents .body {
    gap: 0.6rem !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-h5 {
    display: block !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-web {
    display: none !important;
  }
}

html {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

@media all and (max-width: 700px) {
  html {
    font-size: calc(100vw * (10 / 375));
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

@media all and (max-height: 700px) {
  html {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

::-webkit-scrollbar {
  display: none;
}

img {
  pointer-events: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

html,
body {
  height: 100%;
}

#mj_survey {
  --theme-color: #D80F3D;
  --theme-bg: #ffffff;
  --max-width: 600px;
  --active-level-size: 22rem;
  --gender-item-weight: 17.6rem;
  --gender-item-height: 22.2rem;
  --gender-item-img-wrapper-weight: 20rem;
  --gender-item-img-wrapper-height: 30rem;
  --fitness-zoom-scale: 1;
  --fitness-radius: calc(11.2rem * var(--fitness-zoom-scale));
  --fitness-level-progress-bar-box-height: calc(var(--fitness-radius));
  --fitness-level-progress-bar-box-width: calc(var(--fitness-radius) * 2);
  --fitness-level-progress-width: calc(24rem * var(--fitness-zoom-scale));
  --fitness-level-progress-height: calc(var(--fitness-level-progress-bar-box-width));
  --fitness-level-circle-size: calc(18rem * var(--fitness-zoom-scale));
  --fitness-level-progress-dot-top: calc(var(--fitness-radius) - 1rem);
  --layout-card-fitness-level-img-0-width: calc(8rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-0-top: calc(7.2rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-1-width: calc(10rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-2-width: calc(12rem * var(--fitness-zoom-scale));
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  height: 100%;
}

#mj_survey input:focus {
  outline: none;
  border: none;
}

#mj_survey .main-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .layouts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
}

#mj_survey .layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#mj_survey .layouts .layout:nth-child(n + 2) {
  display: none;
}

#mj_survey .layout-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-cover-title {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  text-align: center;
  color: #D80F3D;
}

#mj_survey .layout-cover-decorator-wrapper {
  margin: 0 auto;
  width: 8.8rem;
  height: 0.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

#mj_survey .layout-cover-decorator {
  width: 8.8rem;
  height: 0.5rem;
  background: #D80F3D;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

#mj_survey .layout-cover-text {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .layout-cover-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .layout-cover2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-cover2-image {
  width: 16rem;
  height: 16rem;
  margin-top: 12rem;
  display: none;
}

#mj_survey .layout-cover2-content-text {
  margin-top: 3.5rem;
  font-weight: 600;
  font-size: var(--font-size-22);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
  display: none;
  opacity: 0.1;
}

#mj_survey .layout-cover2-content-text span {
  color: #D80F3D;
}

#mj_survey .layout-cover2-btn {
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: #D80F3D;
  margin-bottom: 12rem;
}

#mj_survey .layout-card {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 6.4rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .layout-card-title-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 4rem 1.6rem 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#mj_survey .layout-card-title-icon {
  width: 2.4rem;
  height: 2.4rem;
}

#mj_survey .layout-card-title-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-content-text {
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #400011;
}

#mj_survey .layout-card-title-content-items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-content-item {
  width: 7.2rem;
  height: 0.4rem;
  background: #fdbbcf;
  border-radius: 0.4rem;
  position: relative;
}

#mj_survey .layout-card-title-content-item-circle {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  border-radius: 0.4rem;
  background: #fdbbcf;
  opacity: 0.4;
}

#mj_survey .layout-card-title-content-item-white {
  width: 0;
  height: 0.4rem;
  background: #D80F3D;
  border-radius: 0.4rem;
  position: relative;
}

#mj_survey .layout-card-title-content-item-complete {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: -0.5rem;
  right: -1.6rem;
  display: none;
}

#mj_survey .layout-card-content-warp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 2.8rem 2.8rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .scrollable-wrap {
  padding: 2rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

#mj_survey .layout-card-content-warp-title {
  font-size: var(--font-size-26);
  line-height: 3.6rem;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 1rem;
}

#mj_survey .layout-card-content-warp-items {
  margin: 0 -1.6rem 0 -1.6rem;
  padding: 1.4rem 1.6rem 2.4rem 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-content-warp-items::-webkit-scrollbar {
  background-color: transparent;
  display: none;
  width: 0;
}

#mj_survey .layout-card-content-warp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem 0 2.4rem;
  min-height: 6.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
}

#mj_survey .layout-card-content-warp-items .layout-card-content-warp-item:nth-child(n + 2) {
  margin-top: 1.2rem;
}

#mj_survey .layout-card-content-warp-item-select {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(249, 29, 95, 0.1)),
      to(rgba(249, 29, 95, 0.1))),
    #fff;
  background: linear-gradient(0deg,
      rgba(249, 29, 95, 0.1),
      rgba(249, 29, 95, 0.1)),
    #fff;
  border: 2px solid #D80F3D !important;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .layout-card-content-warp-item-icon {
  width: 2.4rem;
  height: 2.4rem;
}

#mj_survey .layout-card-content-warp-item-icon-select {
  width: 2.4rem;
  height: 2.4rem;
  display: none;
}

#mj_survey .layout-card-content-warp-item-text {
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2rem;
}

#mj_survey .layout-card-content-warp-item-circle {
  width: 2.2rem;
  height: 2.2rem;
}

#mj_survey .layout-card-content-warp-item-circle-select {
  width: 2.2rem;
  height: 2.2rem;
  display: none;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-text {
  color: #D80F3D;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-icon,
#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-circle {
  display: none;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-icon-select,
#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-circle-select {
  display: unset;
}

#mj_survey .layout-card-content-warp-btn {
  margin-top: 2rem;
  background: #0d0d0d;
  border-radius: 3rem;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-24);
  text-align: center;
  color: #fff;
  padding: 1.6rem 0;
  margin: 0rem 2rem 1rem;
}

#mj_survey .pink-btn {
  background: #D80F3D;
}

#mj_survey .layout-card-content-warp-btn-disable {
  background: #d8d8d8;
  color: #fff;
  pointer-events: none;
}

#mj_survey .main-goal-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

#mj_survey .main-goal-wrap-item {
  height: 10.8rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#mj_survey .main-goal-wrap-item+.main-goal-wrap-item {
  margin-top: 1.6rem;
}

#mj_survey .click-transition {
  -webkit-transition: linear 0.15s;
  transition: linear 0.15s;
}

#mj_survey .gender-transition {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#mj_survey .main-goal-select {
  color: #D80F3D;
  border: 2px solid #D80F3D;
}

#mj_survey .select-wrapper {
  width: 32.8rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #D80F3D;
  border-radius: 1.2rem;
}

#mj_survey .main-goal-wrap-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2.2rem;
  margin-right: -1rem;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
}

#mj_survey .main-goal-wrap-item-img {
  height: 100%;
}

#mj_survey .focus-area-wrap {
  margin: -11rem -1.6rem 0;
  padding: 0 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .focus-area-item {
  width: 15rem;
  height: 6rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 0 2rem;
  border: 2px solid #fff;
}

#mj_survey .focus-area-item+.focus-area-item {
  margin-top: 1.6rem;
}

#mj_survey .focus-area-item-icon {
  width: 1.8rem;
  height: 1.8rem;
}

#mj_survey .focus-area-item-icon-select {
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}

#mj_survey .focus-area-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: #333;
  margin: 0 1rem;
}

#mj_survey .zindex100 {
  z-index: 100;
}

#mj_survey .focus-area-item-line-1 {
  width: 5rem;
  height: 6rem;
  top: 50%;
  right: -5rem;
  position: absolute;
}

#mj_survey .focus-area-item-line-1-select {
  width: 5rem;
  height: 6rem;
  top: 50%;
  right: -5rem;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-2 {
  width: 9.7rem;
  height: 5.7rem;
  right: -9.7rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-2-select {
  width: 9.7rem;
  height: 5.7rem;
  right: -9.7rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-3 {
  width: 16.3rem;
  height: 5.4rem;
  right: -16.3rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-3-select {
  width: 16.3rem;
  height: 5.4rem;
  right: -16.3rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-4 {
  width: 9.1rem;
  height: 3.4rem;
  right: -9.1rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-4-select {
  width: 9.1rem;
  height: 3.4rem;
  right: -9.1rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-5 {
  width: 10rem;
  height: 0.8rem;
  right: -10rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-5-select {
  width: 10rem;
  height: 0.8rem;
  right: -10rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-part {
  display: none;
}

#mj_survey .focus-area-part-1 {
  width: 5.8rem;
  position: absolute;
  right: -6.9rem;
  top: 6rem;
}

#mj_survey .focus-area-part-2 {
  width: 8rem;
  position: absolute;
  right: -14.5rem;
  top: 4.7rem;
}

#mj_survey .focus-area-part-3 {
  width: 4.2rem;
  position: absolute;
  right: -17.6rem;
  top: 2.8rem;
}

#mj_survey .focus-area-part-4 {
  width: 4.3rem;
  position: absolute;
  right: -11.1rem;
  top: 3.2rem;
}

#mj_survey .focus-area-female {
  margin-left: 0.8rem;
  width: 18.1rem;
  height: 54.6rem;
  margin-top: 11rem;
}

#mj_survey .focus-area-item-selected {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(249, 29, 95, 0.1)),
      to(rgba(249, 29, 95, 0.1))),
    #fff;
  background: linear-gradient(0deg,
      rgba(249, 29, 95, 0.1),
      rgba(249, 29, 95, 0.1)),
    #fff;
  border: 2px solid #D80F3D;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .focus-area-item-selected .focus-area-item-text {
  color: #D80F3D;
}

#mj_survey .focus-area-item-line {
  max-width: none;
}

#mj_survey .focus-area-item-selected .focus-area-item-icon,
#mj_survey .focus-area-item-selected .focus-area-item-line {
  display: none;
}

#mj_survey .focus-area-item-selected .focus-area-item-icon-select,
#mj_survey .focus-area-item-selected .focus-area-item-line-select,
#mj_survey .focus-area-item-selected .focus-area-part {
  display: unset;
  max-width: none;
}

#mj_survey .layout-card-rule-container {
  margin-top: 0.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

#mj_survey .layout-card-rule-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  width: 100%;
}

#mj_survey .layout-card-rule-wrap-select {
  width: 10.8rem;
  height: 0.2rem;
  position: absolute;
  background: #D80F3D;
  -webkit-box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  left: 0;
  top: 206px;
}

@media screen and (max-width: 320px) {
  #mj_survey .layout-card-rule-wrap-select {
    width: 8.8rem;
  }
}

#mj_survey .layout-card-rule-wrap-height-text {
  font-size: 5.2rem;
  line-height: 6rem;
  font-weight: 600;
  top: 176px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mj_survey .layout-card-rule-wrap-item {
  width: 2.8rem;
  height: 1px;
  background: #e6e6e6;
  margin-top: 7px;
  position: relative;
}

#mj_survey .layout-card-rule-wrap-items .layout-card-rule-wrap-item:first-child {
  width: 4rem;
  background: #cbcbcb;
}

#mj_survey .layout-card-rule-wrap-items .layout-card-rule-wrap-item:first-child:after {
  content: attr(data-rule);
  position: absolute;
  top: -0.8rem;
  right: -2.8rem;
  font-size: var(--font-size-12);
  color: #999;
}

#mj_survey .layout-card-rule-wrap-switch-btns {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2.4rem;
  width: 12rem;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #weight_switch_btn {
  background: #fff;
}

#mj_survey #weight2_switch_btn {
  pointer-events: none;
  background: #fff;
  opacity: 0.3;
}

#mj_survey .layout-card-rule-wrap-switch-btn {
  width: 5.6rem;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  text-align: center;
  padding: 0.6rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: gray;
  border-radius: 2.4rem;
}

#mj_survey .layout-card-rule-wrap-switch-btn-select {
  background: #D80F3D;
  color: #fff;
}

#mj_survey .layout-card-rule-wrap-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: auto;
}

#mj_survey .layout-card-rule-wrap-text:after {
  position: absolute;
  content: attr(data-unit);
  bottom: calc(50% - 2rem);
  left: 105%;
  font-weight: 500;
  font-size: var(--font-size-22);
  line-height: var(--font-size-18);
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x {
  position: relative;
  margin-top: 4rem;
}

#mj_survey .layout-card-rule-x-wrap {
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}

#mj_survey .layout-card-rule-x-wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .layout-card-rule-x-wrap-item {
  width: 1px;
  height: 2.8rem;
  background: #e6e6e6;
  margin-left: 7px;
  position: relative;
}

#mj_survey .layout-card-rule-x-wrap-items .layout-card-rule-x-wrap-item:first-child {
  height: 4rem;
  background: #cbcbcb;
}

#mj_survey .layout-card-rule-x-wrap-items .layout-card-rule-x-wrap-item:first-child:after {
  content: attr(data-rule);
  position: absolute;
  top: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: var(--font-size-12);
  color: #999;
}

#mj_survey .layout-card-rule-x-wrap-detail {
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1rem 2rem;
  margin: 0.6rem 2rem 0.6rem;
}

#mj_survey .layout-card-rule-x-wrap-detail-2 {
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1rem 2rem;
  margin: 0.6rem 2rem 0.6rem;
  text-align: left;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9rem;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1-title {
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1-content {
  font-weight: 600;
  font-size: var(--font-size-30);
  line-height: var(--font-size-32);
  text-align: center;
  color: #3bbe5a;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2rem;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2-title {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  color: #4fa463;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2-highlight {
  margin-top: 0.8rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-3 {
  margin-top: 0.8rem;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .layout-card-rule-x-wrap-select {
  height: 8rem;
  width: 2px;
  position: absolute;
  background: #D80F3D;
  -webkit-box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  left: 166px;
  bottom: 0;
}

#mj_survey .well-done-text-wrapper {
  position: absolute;
  top: calc(50% + 1rem);
  text-align: center;
  padding: 0 2rem;
}

#mj_survey .well-done-title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

#mj_survey .well-done-description {
  color: #fff;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .well-done-sub-description {
  margin-top: 2.3rem;
  color: #fff;
  text-align: center;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .well-done-sky-fall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
}

#mj_survey .well-done-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20vh;
  background: #D80F3D;
}

#mj_survey .weight-scope {
  position: absolute;
  background: #D80F3D;
  opacity: 0.05;
  left: 166px;
  width: 0;
  bottom: 0;
  height: 2.8rem;
}

#mj_survey .layout-card-common-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 1rem;
}

#mj_survey .layout-card-body-type-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.6rem;
}

#mj_survey .layout-card-body-type-img img {
  position: absolute;
  left: calc(50% - 8.4rem);
  width: 16.8rem;
  height: 100%;
  max-height: 35.4rem;
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}

#mj_survey .layout-card-body-type-img img:nth-child(3) {
  display: block;
}

#mj_survey #body_type_progress_bar2_imgs .layout-card-body-type-img {
  display: none;
}

#mj_survey .layout-card-progress-bar {
  margin-top: 3rem;
  background: #f2edef;
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#mj_survey .layout-card-progress-bar-item {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #c2aeb4;
}

#mj_survey .layout-card-progress-bar-circle-warp {
  padding: 2.5rem;
  position: absolute;
  top: -3.1rem;
  left: -3.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-progress-bar-circle {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #D80F3D;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

#mj_survey #body_type_progress_bar .layout-card-progress-bar-circle {
  left: calc(40% - 1.2rem);
}

#mj_survey .layout-card-progress-bar-circle-text {
  content: attr(data-const);
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #D80F3D;
  top: -3.2rem;
  position: absolute;
  left: -1.4rem;
}

#mj_survey .layout-card-progress-bar-circle-first:before {
  left: -1.3rem;
}

#mj_survey .layout-card-progress-bar-circle-last:before {
  left: -1.3rem;
}

#mj_survey .layout-card-progress-bar-block {
  background: #D80F3D;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 0;
  height: 1.6rem;
  top: 0;
  left: calc(40% + 0.6rem);
}

#mj_survey .layout-card-progress-bar-block:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0.6rem;
}

#mj_survey .layout-card-progress-bar-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.4rem;
}

#mj_survey .layout-card-progress-bar-des-content {
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #c2aeb4;
}

#mj_survey .layout-card-age-anxiety-content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 2.8rem 2.8rem 0 0;
  padding: 4rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#mj_survey .layout-card-age-anxiety-content-warp-title {
  font-size: var(--font-size-26);
  line-height: 3.6rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .layout-card-age-anxiety-wrap {
  margin-top: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-age-anxiety-des-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.6rem;
  padding: 2.6rem 2.6rem;
}

#mj_survey .layout-card-age-anxiety-des-wrap-text {
  font-size: 1.7rem;
  line-height: var(--font-size-24);
  color: #666;
  text-align: center;
}

#mj_survey .layout-card-age-anxiety-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3.6rem;
}

#mj_survey .layout-card-age-anxiety-wrap-item-img {
  width: 100%;
}

#mj_survey .layout-card-gender-wrap {
  margin-top: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .layout-card-gender-des-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1.6rem 2rem;
}

#mj_survey .layout-card-gender-des-wrap-icon {
  width: 3.2rem;
  height: 3.2rem;
}

#mj_survey .layout-card-gender-des-wrap-text {
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
  margin-left: 1rem;
}

#mj_survey .layout-card-gender-male-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-gender-male-wrap-items-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-gender-male-wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

#mj_survey .layout-card-gender-male-wrap-item {
  width: var(--gender-item-weight);
  height: var(--gender-item-height);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mj_survey .layout-card-gender-male-wrap-item+.layout-card-gender-male-wrap-item {
  margin-left: 0.5rem;
}

#mj_survey .layout-card-gender-male-wrap-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#mj_survey .layout-card-gender-male-wrap-item-img-wrapper {
  position: absolute;
  bottom: 0;
  width: var(--gender-item-img-wrapper-weight);
  height: var(--gender-item-img-wrapper-height);
}

#mj_survey .gender-mask {
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(70%, rgba(255, 255, 255, 0)),
      color-stop(95%, #ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffffff 95%);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#mj_survey .layout-card-gender-male-wrap-item-text {
  font-weight: 600;
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: #0d0d0d;
  position: absolute;
  bottom: -4rem;
}

#mj_survey .layout-card-gender-warp-btn {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
}

#mj_survey .layout-card-year-scroll-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#mj_survey .layout-card-year-scroll-wrap-items-wrap {
  overflow: hidden;
  height: 29.8rem;
  width: 100%;
}

#mj_survey .layout-card-year-scroll-wrap-item {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
  position: relative;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mj_survey .layout-card-year-scroll-wrap-item-1 {
  display: block;
  font-weight: 500;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  height: 3.2rem;
  opacity: 0.3;
}

#mj_survey .layout-card-year-scroll-wrap-item-2 {
  display: block;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.8rem;
  height: 4.8rem;
  opacity: 0.6;
  margin-top: 1.6rem;
}

#mj_survey .layout-card-year-scroll-wrap-item-3 {
  display: block;
  margin-top: 1.8rem;
}

#mj_survey .layout-card-year-scroll-wrap-item-3-years-old {
  position: absolute;
  font-weight: 500;
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
  top: calc(50% - 1.4rem);
  left: calc(50% + 4rem);
}

#mj_survey .layout-card-year-scroll-wrap-item-4 {
  display: block;
  margin-top: 1.8rem;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.8rem;
  opacity: 0.6;
}

#mj_survey .layout-card-year-scroll-wrap-item-5 {
  display: block;
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  opacity: 0.3;
}

#mj_survey .layout-card-active-level-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-active-level-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#mj_survey .layout-card-active-level-item {
  width: var(--active-level-size);
  height: var(--active-level-size);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

#mj_survey .layout-card-active-level-item-img {
  width: var(--active-level-size);
  height: var(--active-level-size);
  max-width: unset;
}

#mj_survey .layout-card-active-level-items .layout-card-active-level-item:first-child {
  margin-left: calc(50% - 9.2rem);
}

#mj_survey .layout-card-active-level-items .layout-card-active-level-item:nth-child(n + 2) {
  opacity: 0.6;
}

#mj_survey .layout-card-active-level-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: var(--font-size-16);
  color: #0d0d0d;
  text-align: center;
}

#mj_survey .layout-card-active-level-text {
  height: 3.6rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: gray;
  margin-top: 0.8rem;
}

#mj_survey .layout-card-fitness-level-container {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .layout-card-fitness-level {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#mj_survey .layout-card-fitness-level-img-0 {
  width: var(--layout-card-fitness-level-img-0-width);
  position: absolute;
  left: 50%;
  top: var(--layout-card-fitness-level-img-0-top);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-level-img-1 {
  width: var(--layout-card-fitness-level-img-1-width);
  position: absolute;
  left: 50%;
  top: 6.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-level-img-2 {
  width: var(--layout-card-fitness-level-img-2-width);
  position: absolute;
  left: 50%;
  top: 5.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-canvans {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-height);
  position: relative;
}

#mj_survey #fitness_level_canvans {
  position: absolute;
  left: 0;
  top: 0;
}

#mj_survey .layout-card-fitness-level-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: var(--font-size-16);
  color: #0d0d0d;
}

#mj_survey .layout-card-fitness-level-text {
  margin-top: 1.6rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
}

#mj_survey .loading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .loading-wrap-title {
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .loading-wrap-bottom {
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
  opacity: 0.4;
}

#mj_survey .result-header-wrapper {
  background-color: #fff;
}

#mj_survey .result-header-title {
  padding: 1rem;
}

#mj_survey .result-header-title-text-pink {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-16);
  line-height: var(--font-size-22);
  text-align: center;
  color: #D80F3D;
}

#mj_survey .result-header-title-text-black {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .point-text {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #333;
}

#mj_survey .goal-point-text {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-18);
  text-align: center;
  color: #fff;
}

#mj_survey .goal-point-unit-text {
  margin-left: 0.3rem;
  font-style: normal;
  font-size: var(--font-size-10);
  text-align: center;
  color: #fff;
}

#mj_survey .draw-1 {
  position: absolute;
  top: 3.5rem;
}

#mj_survey .draw-2 {
  position: absolute;
  top: 3.5rem;
  left: 6.4rem;
}

#mj_survey .draw-3 {
  position: absolute;
  top: 3.5rem;
  left: 12.9rem;
}

#mj_survey .draw-4 {
  position: absolute;
  top: 3.5rem;
  left: 18.4rem;
}

#mj_survey .draw-5 {
  position: absolute;
  top: 1.7rem;
  left: 26.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey #asc,
#mj_survey #desc,
#mj_survey #draw {
  position: relative;
  width: 34.1rem;
  height: 22.4rem;
}

#mj_survey .asc-1 {
  position: absolute;
  top: 13rem;
  left: 0;
}

#mj_survey .asc-2 {
  position: absolute;
  top: 12rem;
  left: 6.4rem;
}

#mj_survey .asc-3 {
  position: absolute;
  top: 10rem;
  left: 12.4rem;
}

#mj_survey .asc-4 {
  position: absolute;
  top: 7rem;
  left: 18.4rem;
}

#mj_survey .asc-5 {
  position: absolute;
  top: 5rem;
  left: 25.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .desc-1 {
  position: absolute;
  top: 1.5rem;
  left: 0rem;
}

#mj_survey .desc-2 {
  position: absolute;
  top: 3.5rem;
  left: 6.9rem;
}

#mj_survey .desc-3 {
  position: absolute;
  top: 7rem;
  left: 13.4rem;
}

#mj_survey .desc-4 {
  position: absolute;
  top: 10rem;
  left: 18.9rem;
}

#mj_survey .desc-5 {
  position: absolute;
  top: 11rem;
  left: 26.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .result-layout-title-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem 2rem 1.2rem 2rem;
}

#mj_survey .result-layout-title-text {
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .calendar {
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  padding: 1.6rem 0;
  margin: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .calendar-header-item {
  width: 4.1rem;
  height: 1.4rem;
  text-align: center;
  margin: 0.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-10);
  line-height: var(--font-size-14);
  color: #b3b3b3;
}

#mj_survey .date-item-wrapper {
  max-width: 31.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mj_survey .date-item {
  width: 4.1rem;
  height: 4.1rem;
  position: relative;
  background: #f9f9f9;
  border-radius: 0.4rem;
  margin: 0.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #b3b3b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .date-item-highlight {
  background: #fee8ef;
  color: #000;
  opacity: 1;
}

#mj_survey .date-item-start {
  border: 0.2rem solid #D80F3D;
}

#mj_survey .start-date {
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D80F3D;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

#mj_survey .date-text {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#mj_survey .mark-dot {
  background: #D80F3D;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#mj_survey .month-text {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: center;
  color: gray;
}

#mj_survey .gray {
  background-color: #fafafa;
}

#mj_survey .scroll {
  overflow-y: scroll;
}

#mj_survey .plan-preview-wrapper {
  position: relative;
  margin: 0 2rem;
  margin-bottom: 10rem;
  padding: 3.2rem 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  border-radius: 1.2rem;
}

#mj_survey .margin-bottom-40 {
  margin-bottom: 4rem;
}

#mj_survey .week-text {
  margin-bottom: 0.2rem;
  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size-14);
  line-height: var(--font-size-22);
  color: gray;
}

#mj_survey .week-training-name {
  margin-bottom: 1.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-16);
  line-height: var(--font-size-22);
  color: #0d0d0d;
}

#mj_survey .week-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .week-album-image {
  width: 6.9rem;
  height: 9.2rem;
  background: #d9d9d9;
  border-radius: 0.8rem;
}

#mj_survey .plan-content-wrapper {
  position: relative;
  margin: 0 2rem;
  padding: 0.8rem 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  border-radius: 1.2rem;
}

#mj_survey .plan-content-image {
  width: 4.8rem;
  height: 4.8rem;
  background: #d9d9d9;
  border-radius: 0.8rem;
}

#mj_survey .plan-content-row {
  margin: 2.4rem 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .plan-content-row-content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.6rem;
}

#mj_survey .plan-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: gray;
}

#mj_survey .plan-content-text {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #0d0d0d;
  white-space: nowrap;
}

#mj_survey .plan-content-model-image {
  width: 100%;
}

#mj_survey .result-model-wrapper {
  width: 10.608rem;
  height: 29.4rem;
  position: absolute;
  bottom: 0;
  right: 1.7rem;
}

#mj_survey .result-focus-area-part-1 {
  width: 3.4rem;
  position: absolute;
  right: 7.2rem;
  top: 5.8rem;
}

#mj_survey .result-focus-area-part-2 {
  width: 4.7rem;
  position: absolute;
  right: 2.65rem;
  top: 9.4rem;
}

#mj_survey .result-focus-area-part-3 {
  width: 2.46rem;
  position: absolute;
  right: 0.8rem;
  top: 12.9rem;
}

#mj_survey .result-focus-area-part-4 {
  width: 2.52rem;
  position: absolute;
  right: 4.7rem;
  top: 17.6rem;
}

#mj_survey .bottom-btn {
  width: 33.5rem;
  height: 6rem;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 1.8rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .loading-header {
  width: 100%;
  text-align: center;
  padding-top: 8.4rem;
  margin-bottom: 3.2rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  color: #0d0d0d;
}

#mj_survey .loading-header-v3 {
  width: 100%;
  text-align: center;
  margin-top: 2.4rem;
  color: #646464;
  text-align: center;
  font-family: SF Pro;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 510;
  line-height: normal;
}

@media screen and (max-height: 667px) {
  #mj_survey .loading-header {
    padding-top: 4.4rem;
    margin-bottom: 0;
  }
}

#mj_survey .model-avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin-bottom: 1.6rem;
  display: unset;
}

#mj_survey .svg {
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .percent {
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .circle {
  fill: none;
  stroke: #D80F3D;
  stroke-width: 8;
  stroke-dasharray: 614;
  stroke-dashoffset: 614;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mj_survey .wave {
  fill: none;
  stroke: #f2eeed;
  stroke-width: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: wave 1.5s infinite;
  animation: wave 1.5s infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}

#mj_survey .bullet-wrapper {
  width: 100%;
  height: 4rem !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
}

#mj_survey .bullet-li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem !important;
}

#mj_survey .bullet-text {
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}

#mj_survey .spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#mj_survey #bullet {
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.8rem;
}

#mj_survey #bullet span {
  color: #0d0d0d;
  font-weight: bold;
}

#mj_survey #bullet>ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}

#mj_survey #bullet>ul,
#mj_survey #bullet>ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mj_survey #bullet>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #bullet>ul {
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

#mj_survey .hidden {
  display: none;
}

#mj_survey .invisible {
  visibility: hidden;
}

#mj_survey .chart-canvas {
  width: 100%;
}

#mj_survey .button-wrapper {
  padding: 0 2rem;
}

#mj_survey .welcome-bottom-wrapper {
  width: 100%;
  height: 42.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D80F3D;
  text-align: center;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-0.23%, rgba(255, 255, 255, 0)),
      color-stop(34.1%, #ffffff));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -0.23%,
      #ffffff 34.1%);
}

#mj_survey .welcome-bottom-wrapper-v3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.6rem 2rem 3.6rem;
  background: #D80F3D;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-0.23%, rgba(255, 255, 255, 0)),
      color-stop(34.1%, #ffffff));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -0.23%,
      #ffffff 34.1%);
}

#mj_survey .welcome-image-wrapper {
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: linear 0.15s;
  transition: linear 0.15s;
}

#mj_survey .welcome-img {
  width: 100%;
}

#mj_survey .default-img {
  display: block;
}

#mj_survey .ipad-img {
  display: none;
}

#mj_survey .welcome-title-v3 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .welcome-text-v3 {
  width: 100%;
  margin-top: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: gray;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mj_survey .ipad-img {
    display: block;
  }

  #mj_survey .default-img {
    display: none;
  }

  #mj_survey .welcome-bottom-wrapper-v3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12rem 2rem 12rem;
    background: #D80F3D;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(-0.23%, rgba(255, 255, 255, 0)),
        color-stop(34.1%, #ffffff));
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) -0.23%,
        #ffffff 34.1%);
  }

  #mj_survey .welcome-title-v3 {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: left;
    color: #0d0d0d;
  }

  #mj_survey .welcome-text-v3 {
    width: 100%;
    margin-top: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-18);
    line-height: var(--font-size-24);
    color: gray;
  }

  #mj_survey .layout-card-age-anxiety-des-wrap-text {
    font-size: var(--font-size-22);
    line-height: 3.4rem;
    color: #666;
    text-align: center;
  }
}

#mj_survey .welcome-img-closer {
  margin-top: -1.4rem;
}

#mj_survey .welcome-title {
  margin-top: 16.3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .welcome-text {
  width: 100%;
  margin-top: 1.2rem;
  padding: 0 3.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
}

#mj_survey .app-store-score {
  width: 13.8rem;
  margin-top: 2.4rem;
}

#mj_survey .android-golden-label {
  width: 21.7rem;
  margin-top: 2.4rem;
}

#mj_survey .welcome-button {
  width: 33.5rem;
  height: 6rem;
  margin: 0 auto;
  margin-top: 3.6rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .welcome-button-v3 {
  height: 6rem;
  margin: 0 auto;
  margin-top: 3.6rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .part-img-wrapper {
  width: 8rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
}

#mj_survey .part-img {
  width: 100%;
}

#mj_survey .part-wrapper {
  text-align: center;
  padding-bottom: 5rem;
}

#mj_survey .part-title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 0.6rem;
  padding-right: 0.4rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: var(--font-size-32);
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#mj_survey .part-text {
  margin-top: 0.6rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: center;
  color: #0d0d0d;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
}

#mj_survey .layout-card-content-warp-item-sub-text {
  margin-top: 0.4rem;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  opacity: 0.6;
}

#mj_survey .weight-container {
  margin-top: 0;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(212, 198, 203, 0.6);
  box-shadow: 0 1.5rem 4rem rgba(212, 198, 203, 0.6);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30rem;
  background: #fff;
  border-radius: 3.2rem;
  padding: 2rem 0 3rem 0;
}

#mj_survey .weight-detail {
  margin-top: 0;
  height: 13.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .weight-btn {
  margin-top: 0;
}

#mj_survey .height-btns-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#mj_survey .height-tips {
  width: 33.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1.6rem 3rem 1.6rem 2rem;
  background: #f7f7f7;
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .height-tips img {
  width: 3.2rem;
  margin-right: 2rem;
}

#mj_survey .fitness-level-progress {
  width: var(--fitness-level-progress-width);
  height: var(--fitness-level-progress-height);
  position: relative;
}

#mj_survey .fitness-level-progress-bar-box {
  width: var(--fitness-level-progress-bar-box-width);
  height: var(--fitness-level-progress-bar-box-height);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-progress-bar {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-bar-box-height);
  border-radius: var(--fitness-level-progress-height) var(--fitness-level-progress-height) 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f7f3f2;
}

#mj_survey .progress-rotate {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-bar-box-height);
  border-radius: var(--fitness-level-progress-height) var(--fitness-level-progress-height) 0 0;
  background: linear-gradient(110.97deg, #ff45b5 27.11%, #D80F3D 102.28%);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .fitness-level-progress-inner-circle {
  width: calc(var(--fitness-radius) * 2 - 0.8rem);
  height: calc(var(--fitness-level-progress-bar-box-height) - 0.2rem);
  border-radius: calc(var(--fitness-radius) - 0.4rem) calc(var(--fitness-radius) - 0.4rem) 0 0;
  background: #fff;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-circle {
  width: var(--fitness-level-circle-size);
  height: var(--fitness-level-circle-size);
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fefefe),
      to(#ffffff));
  background: linear-gradient(180deg, #fefefe 0%, #ffffff 100%);
  -webkit-box-shadow: 0 3rem 8rem rgba(249, 29, 95, 0.17);
  box-shadow: 0 3rem 8rem rgba(249, 29, 95, 0.17);
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-progress-dot {
  width: calc(var(--fitness-zoom-scale) * 2rem);
  height: calc(var(--fitness-zoom-scale) * 2rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.4rem solid #D80F3D;
  background: #fff;
  position: absolute;
  top: var(--fitness-level-progress-dot-top);
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
  -ms-transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
  transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
}

#mj_survey .active-level-container {
  margin-top: 0;
}

#mj_survey .weight-wrap {
  padding: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .fitness-level-slide-bar {
  margin-top: 0;
}

#mj_survey .result-title {
  padding: 0 2rem;
  font-style: normal;
  font-weight: 800;
  font-size: var(--font-size-26);
  line-height: 3.1rem;
  text-align: center;
  letter-spacing: 0.0116667rem;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

#mj_survey .result-title-highlight {
  font-style: normal;
  font-weight: 800;
  font-size: var(--font-size-26);
  line-height: 3.1rem;
  letter-spacing: 0.0116667rem;
  background: linear-gradient(91.07deg, #D80F3D 0.55%, #ff9a84 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@-webkit-keyframes show-button {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show-button {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

#mj_survey .result-bottom-btn {
  position: fixed;
  width: 33.5rem;
  margin: 0rem auto;
  height: 6rem;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-22);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .result-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8.6vh;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10rem;
}

#mj_survey .result-blank {
  -webkit-box-flex: 16.6%;
  -webkit-flex: 16.6%;
  -moz-box-flex: 16.6%;
  -ms-flex: 16.6%;
  flex: 16.6%;
}

#mj_survey .result-blank-2 {
  -webkit-box-flex: 83.3%;
  -webkit-flex: 83.3%;
  -moz-box-flex: 83.3%;
  -ms-flex: 83.3%;
  flex: 83.3%;
}

#mj_survey .progress-wrapper {
  width: 19.2rem;
  height: 0.3rem;
  margin-top: 1.5rem;
  position: relative;
}

#mj_survey .second-survey-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D80F3D;
  opacity: 0.4;
}

#mj_survey .second-survey-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: #D80F3D;
}

#mj_survey .chair-item-attachment {
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 3rem;
  background: linear-gradient(180deg, #ff5285 0%, #ff6492 100%),
    linear-gradient(138deg, #fffcfd 0%, #fff6f9 100%);
  border-radius: 1.2rem;
  margin-top: -2rem;
  z-index: 0;
  position: relative;
  display: none;
}

#mj_survey .chair-item-robot-icon {
  width: 4.7rem;
  position: absolute;
  top: calc(50% + 1rem);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 1.6rem;
}

#mj_survey .chair-item-thumb-icon {
  width: 1.8rem;
  margin-right: 0.6rem;
}

#mj_survey .chair-item-thumb-recommend-text-wrapper {
  margin-left: 7.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .chair-item-thumb-recommend-text {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

#mj_survey .chair-item-text {
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-left: 7.3rem;
}

#mj_survey .question-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#mj_survey .question-content .question-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 4.5rem 3.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2.4rem;
  background: #fefcfb;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202c35;
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 300;
  line-height: var(--font-size-30);
  margin-top: 2rem;
}

#mj_survey .question-quote {
  width: 1.8rem;
  position: absolute;
  left: 1.6rem;
  top: 2.2rem;
}

#mj_survey .question-quote-reverse {
  width: 1.8rem;
  position: absolute;
  right: 1.6rem;
  bottom: 2.2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mj_survey .yes-or-no-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem 2rem;
}

#mj_survey .yes-or-no-item {
  -webkit-box-flex: 0.48;
  -webkit-flex: 0.48;
  -moz-box-flex: 0.48;
  -ms-flex: 0.48;
  flex: 0.48;
  height: 15.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.07);
  color: #606060;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .yes-or-no-icon {
  width: 4rem;
  margin-bottom: 0.8rem;
}

#mj_survey .comment-swiper-item {
  width: 31.1rem !important;
  border-radius: 2rem;
  background: #fcfcfc;
}

#mj_survey .comment-swiper-item-img {
  width: 100%;
  height: 18rem;
  border-radius: 2rem 2rem 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#mj_survey .comment-swiper {
  width: 100%;
  min-height: 37rem;
}

#mj_survey .comment-swiper-item-star {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.6rem;
}

#mj_survey .comment-swiper-item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#mj_survey .common-swiper-item-text {
  margin-top: 1.2rem;
  color: #414141;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-18);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-height: 666px) {
  #mj_survey .common-swiper-item-text {
    -webkit-line-clamp: 4;
  }
}

#mj_survey .common-swiper-item-bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
}

#mj_survey .common-swiper-item-date {
  margin-top: 3.4rem;
  color: #989898;
  text-align: right;
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#mj_survey .bootyfit-users-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

#mj_survey .bootyfit-users-img {
  width: 26.6rem;
}

#mj_survey #dietary_restrictions_item_2 {
  display: none;
}

#mj_survey #allergies_item_4 {
  display: none;
}

#mj_survey .bootyfit-users-img-text {
  margin-top: 1.8rem;
  color: #898989;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .bootyfit-users-title {
  margin-top: 8.7rem;
  text-align: center;
  color: #0d0d0d;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}

@media screen and (max-height: 736px) {
  #mj_survey .bootyfit-users-title {
    margin-top: 4.7rem;
  }

  #mj_survey .bootyfit-users-img {
    width: 20rem;
  }
}

#mj_survey .bootyfit-users-subtitle {
  color: #5e5e5e;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

#mj_survey .yes-or-no-v2-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

#mj_survey .question-wrapper-v2 {
  color: #fff;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 4.8rem;
}

#mj_survey .yes-or-no-item-v2 {
  width: 100%;
  height: 6rem;
  background: #fff;
  border-radius: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D80F3D;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-size-24);
}

#mj_survey .result-animation {
  width: 100%;
}

#mj_survey .single-select-input-item {
  width: 100%;
  height: 4.8rem;
  margin-top: 2.4rem;
  border: none;
  outline: none;
  border-radius: 0.6rem;
  background: #fff;
  color: #333;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-size-20);
  -webkit-padding-start: 1rem;
  -moz-padding-start: 1rem;
  padding-inline-start: 1rem;
  -webkit-padding-end: 1rem;
  -moz-padding-end: 1rem;
  padding-inline-end: 1rem;
}

#mj_survey .single-item-main-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#mj_survey .food-select-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.6rem;
  margin-top: 1.6rem;
}

#mj_survey .food-select-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 10px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  -webkit-tap-highlight-color: transparent;
}

#mj_survey .food-select-item-icon-wrap {
  width: 10rem;
  height: 10rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50rem;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .food-select-item-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .food-select-item-text {
  margin-top: 0.4rem;
  font-size: var(--font-size-16);
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

#mj_survey .science-weight-loss-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

#mj_survey .face-change-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

@media screen and (max-height: 667px) {
  #mj_survey #science_weight_loss_animation {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mj_survey .result-animation {
    width: 80%;
    margin-top: -4rem;
  }

  #mj_survey .result-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#mj_survey .loading-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

#mj_survey #area_item_Arm {
  display: none;
}

#mj_survey #area_item_Hip {
  display: none;
}

#mj_survey #area_item_Chest {
  display: none;
}

#mj_survey #area_item_Neck {
  display: none;
}

#mj_survey #area_item_Shoulder {
  display: none;
}

#mj_survey .loading-v2-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 4.8rem 3.6rem 3.6rem 3.6rem;
}

#mj_survey .loading-v2-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .loading-v2-progress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.2rem;
}

#mj_survey .loading-v2-progress-item:last-child {
  margin-bottom: 0;
}

#mj_survey .loading-v2-progress-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem;
}

#mj_survey .loading-v2-progress-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .loading-v2-progress-key {
  color: #666;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .loading-v2-progress-value {
  max-width: 40%;
  color: #000;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .loading-v2-progress-bar {
  width: 100%;
  height: 2rem;
  background: #f2f2f2;
  border-radius: 1rem;
  margin-top: 0.8rem;
  position: relative;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

#mj_survey .loading-v2-progress-bar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 0;
  background: #D80F3D;
  border-radius: 1rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-v2-finished-icon {
  width: 1.2rem;
  margin-right: 0.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .loading-progress-percentage {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1.2rem;
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #555;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#mj_survey .predict-wrapper {
  height: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .title-highlight {
  color: #D80F3D;
}

#mj_survey .predict-title {
  text-align: center;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#mj_survey .predict-animation {
  width: 100%;
  height: 20rem;
}

#mj_survey .predict-text {
  color: #0d0d0d;
  margin-top: 2.4rem;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .predict-sub-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .result-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mj_survey .result-v2-sub-title {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-size-22);
}

#mj_survey .result-v2-title {
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#mj_survey .result-v2-title-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem 3.2rem;
  text-align: center;
}

#mj_survey .result-v2-animation {
  width: 100%;
  height: 24rem;
}

#mj_survey .result-v2-description {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2.4rem 2rem 2.4rem;
  color: #666;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  background: #fff;
}

#mj_survey .result-v2-transition {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

#mj_survey .result-v2-bottom-btn {
  width: 33.5rem;
  height: 6rem;
  position: fixed;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-22);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .result-v2-highlight {
  color: #333;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 320px) {
  #mj_survey #focus_area_title {
    font-size: var(--font-size-20);
    line-height: var(--font-size-26);
  }
}

#mj_survey .achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .wing-icon {
  width: 2.6rem;
}

#mj_survey .achievement-text {
  padding: 0 2rem;
}

#mj_survey .achievement-text-title {
  color: #692525;
  text-align: center;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#mj_survey .achievement-text-content {
  color: #D80F3D;
  text-align: center;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7rem;
}

#mj_survey .loading-animation-v3 {
  width: 100%;
  height: 27rem;
}

#mj_survey .loading-v3 {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .loading-bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-v3-progress {
  padding: 4.8rem 0 2.4rem 0;
  text-align: center;
}

#mj_survey .circle-v3 {
  fill: none;
  stroke: #D80F3D;
  stroke-width: 10%;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  display: none;
}

#mj_survey .red-rectangle {
  position: absolute;
  top: -0.7rem;
  right: 0rem;
  background-color: #D80F3D;
  padding: 0.4rem 1.2rem;
  border-radius: 1rem 1rem 0rem 1rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: bold;
  -webkit-animation-name: badgeAnimation;
  animation-name: badgeAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes badgeAnimation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes badgeAnimation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#mj_survey #email_card .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

#mj_survey #email_card .title .enter-your-email-to {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0c0c0c;
  font-size: var(--font-size-24);
  overflow: hidden;
  text-align: center;
}

#mj_survey #email_card .title .enter-your-email-to .text-wrapper {
  color: #0c0c0c;
  font-size: var(--font-size-24);
  font-weight: 400;
}

#mj_survey #email_card .title .span {
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
}

#mj_survey #email_card .email_content {
  background: transparent;
}

#mj_survey #email_card #email_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  padding: 0rem 2.4rem 0px;
  min-height: 15rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #email_card #email_items #email_input {
  outline: none;
  border: none;
  width: 100%;
  font-size: var(--font-size-15);
  background: transparent;
}

#mj_survey #email_card #email_items input:focus {
  outline: none;
  border: none;
}

#mj_survey #email_card #email_items .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  overflow: hidden;
  padding: 2.5rem 1.6rem;
  position: relative;
  width: 100%;
}

#mj_survey #email_card #email_items .list .div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: var(--font-size-16);
  font-weight: 500;
  width: 100%;
}

#mj_survey #email_card #email_items .privacy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

#mj_survey #email_card #email_items .privacy .lock {
  height: 2.4rem;
  width: 2.4rem;
}

#mj_survey #email_card #email_items .privacy .we-respect-your {
  color: #878787;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 400;
}

#mj_survey #username_card .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #username_card .title .enter-your-username-to {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0c0c0c;
  font-size: var(--font-size-26);
  overflow: hidden;
  text-align: center;
}

#mj_survey #username_card .title .enter-your-username-to .text-wrapper {
  color: #0c0c0c;
  font-size: var(--font-size-26);
  font-weight: 400;
}

#mj_survey #username_card .title .span {
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
}

#mj_survey #username_card .username_content {
  background: transparent;
}

#mj_survey #username_card #username_items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  padding: 0rem 2.4rem 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #username_card #username_items #username_input {
  outline: none;
  border: none;
  width: 100%;
  font-size: var(--font-size-16);
  background: transparent;
}

#mj_survey #username_card #username_items input:focus {
  outline: none;
  border: none;
}

#mj_survey #username_card #username_items .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  overflow: hidden;
  padding: 0px 1.6rem;
  position: relative;
  width: 100%;
}

#mj_survey #username_card #username_items .list .div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: var(--font-size-16);
  font-weight: 500;
  width: 100%;
}

#mj_survey #back_icon_h5 {
  height: 100%;
  width: auto;
}

#mj_survey #back_icon_web {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 1161px) {
  #mj_survey #back_icon_h5 {
    display: none !important;
  }

  #mj_survey #back_icon_web {
    display: block !important;
  }

  #mj_survey .nav-web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 0.6rem 0;
  }

  #mj_survey .nav-web .nav_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1160px;
    position: relative;
  }

  #mj_survey .nav-web .nav_content .nav-icon {
    height: 34px;
    width: auto;
  }

  #mj_survey .nav-web .nav_content .nav-icon img {
    width: auto;
    height: 100%;
  }

  #mj_survey .nav-web .nav_content .layout-card-title-content-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #333 !important;
  }

  #mj_survey .nav-web .nav_content .nav-router {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
  }

  #mj_survey .nav-web .nav_content .nav-router img {
    width: auto;
    height: 100%;
  }

  #mj_survey .layout-card-title-icon {
    width: 48px !important;
    height: 48px !important;
  }

  #mj_survey .layout-card-content-warp {
    border-radius: 0 !important;
    width: var(--max-width) !important;
  }

  #mj_survey .layout-card-content-warp .scrollable-wrap {
    padding-top: 0.6rem !important;
  }

  #mj_survey .layout-card-title-warp {
    background: transparent !important;
    width: 1160px !important;
  }

  #mj_survey .layout-card-title-content .layout-card-title-content-text {
    display: none;
  }

  #mj_survey .layout-card-title-content-items {
    display: none !important;
  }

  #mj_survey .layout-card {
    background: transparent !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 5.8rem 0 0 0;
  }

  #mj_survey .yes-or-no-v2-bg {
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .result-wrapper {
    position: absolute !important;
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .result-v2-wrapper {
    position: absolute !important;
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .layout-card-title-content-items-web {
    background-color: transparent !important;
  }

  #mj_survey .layout-card-title-content-item-web {
    width: 380px;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.4rem;
    position: relative;
  }

  #mj_survey .layout-card-title-content-item-circle-web {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
    opacity: 0.4;
  }

  #mj_survey .layout-card-title-content-item-white-web {
    width: 0;
    height: 0.4rem;
    background: red;
    border-radius: 0.4rem;
    position: relative;
  }

  #mj_survey .layout-card-title-content-item-complete-web {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -0.5rem;
    right: -1.6rem;
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  #mj_survey {
    --font-size-32: 3.8rem;
    --font-size-30: 3.6rem;
    --font-size-28: 3.4rem;
    --font-size-26: 3rem;
    --font-size-24: 2.8rem;
    --font-size-22: 2.6rem;
    --font-size-20: 2.4rem;
    --font-size-18: 2.2rem;
    --font-size-16: 2rem;
    --font-size-15: 1.9rem;
    --font-size-14: 1.8rem;
    --font-size-12: 1.6rem;
    --font-size-10: 1.4rem;
  }

  #mj_survey #back_icon_h5 {
    display: block !important;
  }

  #mj_survey #back_icon_web {
    display: none !important;
  }

  #mj_survey #nav_web {
    display: none !important;
  }

  #mj_survey .layout-card-title-container-web {
    display: none !important;
  }
}

@media screen and (max-width: 330px),
screen and (max-height: 450px),
screen and (min-width: 1161px) {
  #mj_survey {
    --active-level-size: 12rem !important;
    --gender-item-weight: 17.6rem !important;
    --gender-item-height: 19rem !important;
    --gender-item-img-wrapper-weight: 20rem !important;
    --gender-item-img-wrapper-height: 23rem !important;
    --fitness-zoom-scale: 0.8;
    --font-size-32: 3.2rem;
    --font-size-30: 3rem;
    --font-size-28: 2.8rem;
    --font-size-26: 2.6rem;
    --font-size-24: 2.4rem;
    --font-size-22: 2.2rem;
    --font-size-20: 2rem;
    --font-size-18: 1.8rem;
    --font-size-16: 1.6rem;
    --font-size-15: 1.5rem;
    --font-size-14: 1.4rem;
    --font-size-12: 1.2rem;
    --font-size-10: 1rem;
  }

  #mj_survey .yes-or-no-item {
    height: 11rem !important;
  }

  #mj_survey .layout-card-content-warp-btn {
    padding: 1rem 0;
  }

  #mj_survey .layout-card-content-warp-title {
    padding: 1rem 0rem 0 !important;
  }

  #mj_survey .layout-card-fitness-level-container {
    margin-top: 0 !important;
  }

  #mj_survey .layout-card-fitness-level-text {
    margin-top: 0.6rem !important;
    margin-bottom: 1rem !important;
  }

  #mj_survey .layout-card-fitness-level-title {
    margin-top: 0 !important;
  }
}

html {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

@media all and (max-width: 700px) {
  html {
    font-size: calc(100vw * (10 / 375));
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

@media all and (max-height: 700px) {
  html {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

.survey-landing {
  --max-width: 760px;
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.survey-landing .nav-h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 4.4rem;
  position: relative;
}

.survey-landing .nav-h5 .nav-icon {
  height: 2.8rem;
  width: auto;
}

.survey-landing .nav-h5 .nav-router {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0.8rem;
  top: 0;
  height: 4.4rem;
  width: 4.4rem;
}

.survey-landing .nav-h5 .nav-router img {
  width: 100%;
  height: auto;
}

.survey-landing .nav-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
  width: 100%;
}

.survey-landing .nav-web .nav_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1160px;
}

.survey-landing .nav-web .nav_content .nav-icon {
  height: 44px;
  width: auto;
}

.survey-landing .nav-web .nav_content .nav-icon img {
  width: auto;
  height: 100%;
}

.survey-landing .nav-web .nav_content .nav-router {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  width: 48px;
}

.survey-landing .nav-web .nav_content .nav-router img {
  width: auto;
  height: 100%;
}

.survey-landing .page-contents {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6rem 2.4rem;
  position: relative;
  max-width: var(--max-width);
}

.survey-landing .page-contents .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.survey-landing .page-contents .logo .img {
  height: 2.4rem;
  position: relative;
  width: 2.4rem;
}

.survey-landing .page-contents .logo .lazy-fit {
  height: 2rem;
  position: relative;
  width: 6rem;
}

.survey-landing .page-contents .title-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .title-wrapper .title {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #000;
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 4.2rem;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .texts-h5 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.6rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  overflow: hidden;
  padding: 0.8rem 1.2rem;
  position: relative;
}

.survey-landing .page-contents .texts-h5 .text-wrapper {
  color: #878787;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.survey-landing .page-contents .texts-h5 .div {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #444;
  font-size: var(--font-size-12);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .des {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fafafa;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.04rem;
  overflow: hidden;
  padding: 1.2rem;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .des .des-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #444;
  font-size: var(--font-size-16);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.4rem;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body .according-to-your-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.04rem;
  padding: 0.8rem 0px;
  position: relative;
  width: 100%;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your {
  color: #000;
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your .span {
  font-weight: 500;
}

.survey-landing .page-contents .body .according-to-your-wrapper .according-to-your .text-wrapper-2 {
  font-weight: 900;
}

.survey-landing .page-contents .body .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.4rem;
}

.survey-landing .page-contents .body .grid-item .img-2 {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.survey-landing .page-contents .body .privacy-wrap .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age {
  color: transparent;
  font-size: var(--font-size-12);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
  position: relative;
  text-align: center;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper {
  color: #000;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .span {
  color: #000;
  font-weight: 600;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper-2 {
  color: #1c82f9;
  font-weight: 500;
}

.survey-landing .page-contents .body .privacy-wrap .title .by-choosing-your-age .text-wrapper-3 {
  color: #1c82f9;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 1161px) {
  #nav_h5 {
    display: none;
  }

  #nav_web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .survey-landing .page-contents {
    max-width: 760px !important;
    width: 760px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .survey-landing .page-contents .grid-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 234px !important;
  }

  .survey-landing .page-contents .grid-container .grid-item {
    width: 180px !important;
    height: 100% !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-h5 {
    display: none !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-web {
    display: block !important;
  }

  .survey-landing .page-contents .privacy-wrap {
    margin-top: 2.4rem;
  }

  .survey-landing .page-contents .privacy-wrap .title .by-choosing-your-age {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 1160px) {
  #nav_h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #nav_web {
    display: none;
  }

  .survey-landing {
    --font-size-32: 3.8rem;
    --font-size-30: 3.6rem;
    --font-size-28: 3.4rem;
    --font-size-26: 3rem;
    --font-size-24: 2.8rem;
    --font-size-22: 2.6rem;
    --font-size-20: 2.4rem;
    --font-size-18: 2.2rem;
    --font-size-16: 2rem;
    --font-size-15: 1.9rem;
    --font-size-14: 1.8rem;
    --font-size-12: 1.6rem;
    --font-size-10: 1.4rem;
  }

  .survey-landing .page-contents .body {
    gap: 0.6rem !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-h5 {
    display: block !important;
  }

  .survey-landing .page-contents .grid-container .grid-item .item-img-web {
    display: none !important;
  }
}

html {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

@media all and (max-width: 700px) {
  html {
    font-size: calc(100vw * (10 / 375));
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

@media all and (max-height: 700px) {
  html {
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
      "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  }
}

::-webkit-scrollbar {
  display: none;
}

img {
  pointer-events: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

html,
body {
  height: 100%;
}

#mj_survey {
  --theme-color: #D80F3D;
  --theme-bg: #fafafa;
  --max-width: 600px;
  --active-level-size: 22rem;
  --gender-item-weight: 17.6rem;
  --gender-item-height: 22.2rem;
  --gender-item-img-wrapper-weight: 20rem;
  --gender-item-img-wrapper-height: 30rem;
  --fitness-zoom-scale: 1;
  --fitness-radius: calc(11.2rem * var(--fitness-zoom-scale));
  --fitness-level-progress-bar-box-height: calc(var(--fitness-radius));
  --fitness-level-progress-bar-box-width: calc(var(--fitness-radius) * 2);
  --fitness-level-progress-width: calc(24rem * var(--fitness-zoom-scale));
  --fitness-level-progress-height: calc(var(--fitness-level-progress-bar-box-width));
  --fitness-level-circle-size: calc(18rem * var(--fitness-zoom-scale));
  --fitness-level-progress-dot-top: calc(var(--fitness-radius) - 1rem);
  --layout-card-fitness-level-img-0-width: calc(8rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-0-top: calc(7.2rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-1-width: calc(10rem * var(--fitness-zoom-scale));
  --layout-card-fitness-level-img-2-width: calc(12rem * var(--fitness-zoom-scale));
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-28: 2.8rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  height: 100%;
}

#mj_survey input:focus {
  outline: none;
  border: none;
}

#mj_survey .main-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--theme-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .layouts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
}

#mj_survey .layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#mj_survey .layouts .layout:nth-child(n + 2) {
  display: none;
}

#mj_survey .layout-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-cover-title {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  text-align: center;
  color: #D80F3D;
}

#mj_survey .layout-cover-decorator-wrapper {
  margin: 0 auto;
  width: 8.8rem;
  height: 0.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

#mj_survey .layout-cover-decorator {
  width: 8.8rem;
  height: 0.5rem;
  background: #D80F3D;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
}

#mj_survey .layout-cover-text {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .layout-cover-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .layout-cover2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-cover2-image {
  width: 16rem;
  height: 16rem;
  margin-top: 12rem;
  display: none;
}

#mj_survey .layout-cover2-content-text {
  margin-top: 3.5rem;
  font-weight: 600;
  font-size: var(--font-size-22);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
  display: none;
  opacity: 0.1;
}

#mj_survey .layout-cover2-content-text span {
  color: #D80F3D;
}

#mj_survey .layout-cover2-btn {
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: #D80F3D;
  margin-bottom: 12rem;
}

#mj_survey .layout-card {
  background: var(--theme-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 4.4rem 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .layout-card-title-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: var(--theme-bg);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.4rem;
}

#mj_survey .layout-card-title-icon {
  width: 4.4rem;
  height: 4.4rem;
}

#mj_survey .layout-card-title-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-content-text {
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #400011;
}

#mj_survey .layout-card-title-content-items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-title-content-item {
  width: 7.2rem;
  height: 0.4rem;
  background: #fdbbcf;
  border-radius: 0.4rem;
  position: relative;
}

#mj_survey .layout-card-title-content-item-circle {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  border-radius: 0.4rem;
  background: #fdbbcf;
  opacity: 0.4;
}

#mj_survey .layout-card-title-content-item-white {
  width: 0;
  height: 0.4rem;
  background: #D80F3D;
  border-radius: 0.4rem;
  position: relative;
}

#mj_survey .layout-card-title-content-item-complete {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: -0.5rem;
  right: -1.6rem;
  display: none;
}

#mj_survey .layout-card-content-warp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--theme-bg);
  border-radius: 2.8rem 2.8rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .scrollable-wrap {
  padding: 2rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

#mj_survey .layout-card-content-warp-title {
  font-size: var(--font-size-26);
  line-height: 3.6rem;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 1rem;
}

#mj_survey .layout-card-content-warp-items {
  margin: 0 -1.6rem 0 -1.6rem;
  padding: 1.4rem 1.6rem 2.4rem 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-content-warp-items::-webkit-scrollbar {
  background-color: transparent;
  display: none;
  width: 0;
}

#mj_survey .layout-card-content-warp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem 0 2.4rem;
  min-height: 6.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
}

#mj_survey .layout-card-content-warp-items .layout-card-content-warp-item:nth-child(n + 2) {
  margin-top: 1.2rem;
}

#mj_survey .layout-card-content-warp-item-select {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(249, 29, 95, 0.1)),
      to(rgba(249, 29, 95, 0.1))),
    #fff;
  background: linear-gradient(0deg,
      rgba(249, 29, 95, 0.1),
      rgba(249, 29, 95, 0.1)),
    #fff;
  border: 2px solid #D80F3D !important;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .layout-card-content-warp-item-icon {
  width: 2.4rem;
  height: 2.4rem;
}

#mj_survey .layout-card-content-warp-item-icon-select {
  width: 2.4rem;
  height: 2.4rem;
  display: none;
}

#mj_survey .layout-card-content-warp-item-text {
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2rem;
}

#mj_survey .layout-card-content-warp-item-circle {
  width: 2.2rem;
  height: 2.2rem;
}

#mj_survey .layout-card-content-warp-item-circle-select {
  width: 2.2rem;
  height: 2.2rem;
  display: none;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-text {
  color: #D80F3D;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-icon,
#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-circle {
  display: none;
}

#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-icon-select,
#mj_survey .layout-card-content-warp-item-select .layout-card-content-warp-item-circle-select {
  display: unset;
}

#mj_survey .layout-card-content-warp-btn {
  margin-top: 2rem;
  background: #0d0d0d;
  border-radius: 3rem;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-24);
  text-align: center;
  color: #fff;
  padding: 1.6rem 0;
  margin: 0rem 2rem 1rem;
}

#mj_survey .pink-btn {
  background: #D80F3D;
}

#mj_survey .layout-card-content-warp-btn-disable {
  background: #d8d8d8;
  color: #fff;
  pointer-events: none;
}

#mj_survey .main-goal-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

#mj_survey .main-goal-wrap-item {
  height: 10.4rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#mj_survey .main-goal-wrap-item+.main-goal-wrap-item {
  margin-top: 1.6rem;
}

#mj_survey .click-transition {
  -webkit-transition: linear 0.15s;
  transition: linear 0.15s;
}

#mj_survey .gender-transition {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#mj_survey .main-goal-select {
  color: #D80F3D;
  border: 2px solid #D80F3D;
}

#mj_survey .select-wrapper {
  width: 32.8rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #D80F3D;
  border-radius: 1.2rem;
}

#mj_survey .main-goal-wrap-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2.2rem;
  margin-right: -1rem;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
}

#mj_survey .main-goal-wrap-item-img {
  height: 100%;
}

#mj_survey .focus-area-wrap {
  margin: -11rem -1.6rem 0;
  padding: 0 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .focus-area-item {
  width: 15rem;
  height: 6rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 0 2rem;
  border: 2px solid #fff;
}

#mj_survey .focus-area-item+.focus-area-item {
  margin-top: 1.6rem;
}

#mj_survey .focus-area-item-icon {
  width: 1.8rem;
  height: 1.8rem;
}

#mj_survey .focus-area-item-icon-select {
  width: 1.8rem;
  height: 1.8rem;
  display: none;
}

#mj_survey .focus-area-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: #333;
  margin: 0 1rem;
}

#mj_survey .zindex100 {
  z-index: 100;
}

#mj_survey .focus-area-item-line-1 {
  width: 5rem;
  height: 6rem;
  top: 50%;
  right: -5rem;
  position: absolute;
}

#mj_survey .focus-area-item-line-1-select {
  width: 5rem;
  height: 6rem;
  top: 50%;
  right: -5rem;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-2 {
  width: 9.7rem;
  height: 5.7rem;
  right: -9.7rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-2-select {
  width: 9.7rem;
  height: 5.7rem;
  right: -9.7rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-3 {
  width: 16.3rem;
  height: 5.4rem;
  right: -16.3rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-3-select {
  width: 16.3rem;
  height: 5.4rem;
  right: -16.3rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-4 {
  width: 9.1rem;
  height: 3.4rem;
  right: -9.1rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-4-select {
  width: 9.1rem;
  height: 3.4rem;
  right: -9.1rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-item-line-5 {
  width: 10rem;
  height: 0.8rem;
  right: -10rem;
  top: 50%;
  position: absolute;
}

#mj_survey .focus-area-item-line-5-select {
  width: 10rem;
  height: 0.8rem;
  right: -10rem;
  top: 50%;
  position: absolute;
  display: none;
}

#mj_survey .focus-area-part {
  display: none;
}

#mj_survey .focus-area-part-1 {
  width: 5.8rem;
  position: absolute;
  right: -6.9rem;
  top: 6rem;
}

#mj_survey .focus-area-part-2 {
  width: 8rem;
  position: absolute;
  right: -14.5rem;
  top: 4.7rem;
}

#mj_survey .focus-area-part-3 {
  width: 4.2rem;
  position: absolute;
  right: -17.6rem;
  top: 2.8rem;
}

#mj_survey .focus-area-part-4 {
  width: 4.3rem;
  position: absolute;
  right: -11.1rem;
  top: 3.2rem;
}

#mj_survey .focus-area-female {
  margin-left: 0.8rem;
  width: 18.1rem;
  height: 54.6rem;
  margin-top: 11rem;
}

#mj_survey .focus-area-item-selected {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(249, 29, 95, 0.1)),
      to(rgba(249, 29, 95, 0.1))),
    #fff;
  background: linear-gradient(0deg,
      rgba(249, 29, 95, 0.1),
      rgba(249, 29, 95, 0.1)),
    #fff;
  border: 2px solid #D80F3D;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .focus-area-item-selected .focus-area-item-text {
  color: #D80F3D;
}

#mj_survey .focus-area-item-line {
  max-width: none;
}

#mj_survey .focus-area-item-selected .focus-area-item-icon,
#mj_survey .focus-area-item-selected .focus-area-item-line {
  display: none;
}

#mj_survey .focus-area-item-selected .focus-area-item-icon-select,
#mj_survey .focus-area-item-selected .focus-area-item-line-select,
#mj_survey .focus-area-item-selected .focus-area-part {
  display: unset;
  max-width: none;
}

#mj_survey .layout-card-rule-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

#mj_survey .layout-card-rule-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  width: 100%;
  height: 17rem;
}

#mj_survey .layout-card-rule-wrap-select {
  width: 10.8rem;
  height: 0.2rem;
  position: absolute;
  background: #D80F3D;
  -webkit-box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  left: 0;
  top: 206px;
}

@media screen and (max-width: 320px) {
  #mj_survey .layout-card-rule-wrap-select {
    width: 8.8rem;
  }
}

#mj_survey .layout-card-rule-wrap-height-text {
  font-weight: 600;
  top: 22%;
  width: 100%;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mj_survey .layout-card-rule-wrap-item {
  width: 2.8rem;
  height: 1px;
  background: #e6e6e6;
  margin-top: 7px;
  position: relative;
}

#mj_survey .layout-card-rule-wrap-items .layout-card-rule-wrap-item:first-child {
  width: 4rem;
  background: #cbcbcb;
}

#mj_survey .layout-card-rule-wrap-items .layout-card-rule-wrap-item:first-child:after {
  content: attr(data-rule);
  position: absolute;
  top: -0.8rem;
  right: -2.8rem;
  font-size: var(--font-size-12);
  color: #999;
}

#mj_survey .layout-card-rule-wrap-switch-btns {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 2.4rem;
  width: 12rem;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #weight_switch_btn {
  background: #fff;
}

#mj_survey #weight2_switch_btn {
  pointer-events: none;
  background: #fff;
  opacity: 0.3;
}

#mj_survey .layout-card-rule-wrap-switch-btn {
  width: 5.6rem;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  text-align: center;
  padding: 0.6rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: gray;
  border-radius: 2.4rem;
}

#mj_survey .layout-card-rule-wrap-switch-btn-select {
  background: #D80F3D;
  color: #fff;
}

#mj_survey .layout-card-rule-wrap-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: auto;
}

#mj_survey .layout-card-rule-wrap-text:after {
  content: attr(data-unit);
  font-weight: 500;
  font-size: var(--font-size-22);
  line-height: var(--font-size-18);
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x {
  position: relative;
  margin-top: 4rem;
}

#mj_survey .layout-card-rule-x-wrap {
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}

#mj_survey .layout-card-rule-x-wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .layout-card-rule-x-wrap-item {
  width: 1px;
  height: 2.8rem;
  background: #e6e6e6;
  margin-left: 7px;
  position: relative;
}

#mj_survey .layout-card-rule-x-wrap-items .layout-card-rule-x-wrap-item:first-child {
  height: 4rem;
  background: #cbcbcb;
}

#mj_survey .layout-card-rule-x-wrap-items .layout-card-rule-x-wrap-item:first-child:after {
  content: attr(data-rule);
  position: absolute;
  top: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: var(--font-size-12);
  color: #999;
}

#mj_survey .layout-card-rule-x-wrap-detail {
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1rem 2rem;
  margin: 0.6rem 2rem 0.6rem;
}

#mj_survey .layout-card-rule-x-wrap-detail-2 {
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1rem 2rem;
  margin: 0.6rem 2rem 0.6rem;
  text-align: left;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9rem;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1-title {
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-1-content {
  font-weight: 600;
  font-size: var(--font-size-30);
  line-height: var(--font-size-32);
  text-align: center;
  color: #3bbe5a;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2rem;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2-title {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  color: #4fa463;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-2-highlight {
  margin-top: 0.8rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #0d0d0d;
}

#mj_survey .layout-card-rule-x-wrap-detail-text-3 {
  margin-top: 0.8rem;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .layout-card-rule-x-wrap-select {
  height: 8rem;
  width: 2px;
  position: absolute;
  background: #D80F3D;
  -webkit-box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  box-shadow: 0rem 0.1rem 0.4rem rgba(249, 29, 95, 0.4);
  left: 166px;
  bottom: 0;
}

#mj_survey .well-done-text-wrapper {
  position: absolute;
  top: calc(50% + 1rem);
  text-align: center;
  padding: 0 2rem;
}

#mj_survey .well-done-title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

#mj_survey .well-done-description {
  color: #fff;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .well-done-sub-description {
  margin-top: 2.3rem;
  color: #fff;
  text-align: center;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .well-done-sky-fall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
}

#mj_survey .well-done-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20vh;
  background: #D80F3D;
}

#mj_survey .weight-scope {
  position: absolute;
  background: #D80F3D;
  opacity: 0.05;
  left: 166px;
  width: 0;
  bottom: 0;
  height: 2.8rem;
}

#mj_survey .layout-card-common-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 1rem;
}

#mj_survey .layout-card-body-type-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.6rem;
}

#mj_survey .layout-card-body-type-img img {
  position: absolute;
  left: calc(50% - 8.4rem);
  width: 16.8rem;
  height: 100%;
  max-height: 35.4rem;
  display: none;
  -o-object-fit: contain;
  object-fit: contain;
}

#mj_survey .layout-card-body-type-img img:nth-child(3) {
  display: block;
}

#mj_survey #body_type_progress_bar2_imgs .layout-card-body-type-img {
  display: none;
}

#mj_survey .layout-card-progress-bar {
  margin-top: 3rem;
  background: #f2edef;
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#mj_survey .layout-card-progress-bar-item {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #c2aeb4;
}

#mj_survey .layout-card-progress-bar-circle-warp {
  padding: 2.5rem;
  position: absolute;
  top: -3.1rem;
  left: -3.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-progress-bar-circle {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #D80F3D;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

#mj_survey #body_type_progress_bar .layout-card-progress-bar-circle {
  left: calc(40% - 1.2rem);
}

#mj_survey .layout-card-progress-bar-circle-text {
  content: attr(data-const);
  font-weight: 600;
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #D80F3D;
  top: -3.2rem;
  position: absolute;
  left: -1.4rem;
}

#mj_survey .layout-card-progress-bar-circle-first:before {
  left: -1.3rem;
}

#mj_survey .layout-card-progress-bar-circle-last:before {
  left: -1.3rem;
}

#mj_survey .layout-card-progress-bar-block {
  background: #D80F3D;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 0;
  height: 1.6rem;
  top: 0;
  left: calc(40% + 0.6rem);
}

#mj_survey .layout-card-progress-bar-block:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0.6rem;
}

#mj_survey .layout-card-progress-bar-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.4rem;
}

#mj_survey .layout-card-progress-bar-des-content {
  font-size: var(--font-size-14);
  line-height: var(--font-size-16);
  color: #c2aeb4;
}

#mj_survey .layout-card-age-anxiety-content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 2.8rem 2.8rem 0 0;
  padding: 4rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#mj_survey .layout-card-age-anxiety-content-warp-title {
  font-size: var(--font-size-26);
  line-height: 3.6rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .layout-card-age-anxiety-wrap {
  margin-top: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-age-anxiety-des-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.6rem;
  padding: 2.6rem 2.6rem;
}

#mj_survey .layout-card-age-anxiety-des-wrap-text {
  font-size: 1.7rem;
  line-height: var(--font-size-24);
  color: #666;
  text-align: center;
}

#mj_survey .layout-card-age-anxiety-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3.6rem;
}

#mj_survey .layout-card-age-anxiety-wrap-item-img {
  width: 100%;
}

#mj_survey .layout-card-gender-wrap {
  margin-top: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .layout-card-gender-des-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  border-radius: 1.6rem;
  padding: 1.6rem 2rem;
  gap: 0.8rem;
}

#mj_survey .layout-card-gender-des-wrap-icon {
  width: 2.4rem;
  height: 2.4rem;
}

#mj_survey .layout-card-gender-des-wrap-text {
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
  margin-left: 1rem;
}

#mj_survey .layout-card-gender-male-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .layout-card-gender-male-wrap-items-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-gender-male-wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

#mj_survey .layout-card-gender-male-wrap-item {
  width: var(--gender-item-weight);
  height: var(--gender-item-height);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#mj_survey .layout-card-gender-male-wrap-item+.layout-card-gender-male-wrap-item {
  margin-left: 0.5rem;
}

#mj_survey .layout-card-gender-male-wrap-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#mj_survey .layout-card-gender-male-wrap-item-img-wrapper {
  position: absolute;
  bottom: 0;
  width: var(--gender-item-img-wrapper-weight);
  height: var(--gender-item-img-wrapper-height);
}

#mj_survey .gender-mask {
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#mj_survey .layout-card-gender-male-wrap-item-text {
  font-weight: 600;
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: #0d0d0d;
  position: absolute;
  bottom: -4rem;
}

#mj_survey .layout-card-gender-warp-btn {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: var(--font-size-14);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
}

#mj_survey .layout-card-year-scroll-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

#mj_survey .layout-card-year-scroll-wrap-items-wrap {
  overflow: hidden;
  height: 29.8rem;
  width: 100%;
}

#mj_survey .layout-card-year-scroll-wrap-item {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
  position: relative;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mj_survey .layout-card-year-scroll-wrap-item-1 {
  display: block;
  font-weight: 500;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  height: 3.2rem;
  opacity: 0.3;
}

#mj_survey .layout-card-year-scroll-wrap-item-2 {
  display: block;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.8rem;
  height: 4.8rem;
  opacity: 0.6;
  margin-top: 1.6rem;
}

#mj_survey .layout-card-year-scroll-wrap-item-3 {
  display: block;
  margin-top: 1.8rem;
}

#mj_survey .layout-card-year-scroll-wrap-item-3-years-old {
  position: absolute;
  font-weight: 500;
  font-size: var(--font-size-18);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
  top: calc(50% - 1.4rem);
  left: calc(50% + 4rem);
}

#mj_survey .layout-card-year-scroll-wrap-item-4 {
  display: block;
  margin-top: 1.8rem;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.8rem;
  opacity: 0.6;
}

#mj_survey .layout-card-year-scroll-wrap-item-5 {
  display: block;
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: var(--font-size-20);
  line-height: var(--font-size-32);
  opacity: 0.3;
}

#mj_survey .layout-card-active-level-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .layout-card-active-level-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#mj_survey .layout-card-active-level-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 24rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}

#mj_survey .layout-card-active-level-item-img {
  width: 37.5rem;
  height: 24rem;
  max-width: unset;
}

#mj_survey .layout-card-active-level-items .layout-card-active-level-item:nth-child(n + 2) {
  opacity: 0.6;
}

#mj_survey .layout-card-active-level-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: var(--font-size-16);
  color: #0d0d0d;
  text-align: center;
}

#mj_survey .layout-card-active-level-text {
  height: 3.6rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: gray;
  margin-top: 0.8rem;
}

#mj_survey .layout-card-fitness-level-container {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .layout-card-fitness-level {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#mj_survey .layout-card-fitness-level-img-0 {
  width: var(--layout-card-fitness-level-img-0-width);
  position: absolute;
  left: 50%;
  top: var(--layout-card-fitness-level-img-0-top);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-level-img-1 {
  width: var(--layout-card-fitness-level-img-1-width);
  position: absolute;
  left: 50%;
  top: 6.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-level-img-2 {
  width: var(--layout-card-fitness-level-img-2-width);
  position: absolute;
  left: 50%;
  top: 5.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .layout-card-fitness-canvans {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-height);
  position: relative;
}

#mj_survey #fitness_level_canvans {
  position: absolute;
  left: 0;
  top: 0;
}

#mj_survey .layout-card-fitness-level-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: var(--font-size-18);
  line-height: var(--font-size-16);
  color: #0d0d0d;
}

#mj_survey .layout-card-fitness-level-text {
  margin-top: 1.6rem;
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
}

#mj_survey .loading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .loading-wrap-title {
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .loading-wrap-bottom {
  font-size: var(--font-size-14);
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
  opacity: 0.4;
}

#mj_survey .result-header-wrapper {
  background-color: #fff;
}

#mj_survey .result-header-title {
  padding: 1rem;
}

#mj_survey .result-header-title-text-pink {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-16);
  line-height: var(--font-size-22);
  text-align: center;
  color: #D80F3D;
}

#mj_survey .result-header-title-text-black {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .point-text {
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #333;
}

#mj_survey .goal-point-text {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: var(--font-size-18);
  text-align: center;
  color: #fff;
}

#mj_survey .goal-point-unit-text {
  margin-left: 0.3rem;
  font-style: normal;
  font-size: var(--font-size-10);
  text-align: center;
  color: #fff;
}

#mj_survey .draw-1 {
  position: absolute;
  top: 3.5rem;
}

#mj_survey .draw-2 {
  position: absolute;
  top: 3.5rem;
  left: 6.4rem;
}

#mj_survey .draw-3 {
  position: absolute;
  top: 3.5rem;
  left: 12.9rem;
}

#mj_survey .draw-4 {
  position: absolute;
  top: 3.5rem;
  left: 18.4rem;
}

#mj_survey .draw-5 {
  position: absolute;
  top: 1.7rem;
  left: 26.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey #asc,
#mj_survey #desc,
#mj_survey #draw {
  position: relative;
  width: 34.1rem;
  height: 22.4rem;
}

#mj_survey .asc-1 {
  position: absolute;
  top: 13rem;
  left: 0;
}

#mj_survey .asc-2 {
  position: absolute;
  top: 12rem;
  left: 6.4rem;
}

#mj_survey .asc-3 {
  position: absolute;
  top: 10rem;
  left: 12.4rem;
}

#mj_survey .asc-4 {
  position: absolute;
  top: 7rem;
  left: 18.4rem;
}

#mj_survey .asc-5 {
  position: absolute;
  top: 5rem;
  left: 25.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .desc-1 {
  position: absolute;
  top: 1.5rem;
  left: 0rem;
}

#mj_survey .desc-2 {
  position: absolute;
  top: 3.5rem;
  left: 6.9rem;
}

#mj_survey .desc-3 {
  position: absolute;
  top: 7rem;
  left: 13.4rem;
}

#mj_survey .desc-4 {
  position: absolute;
  top: 10rem;
  left: 18.9rem;
}

#mj_survey .desc-5 {
  position: absolute;
  top: 11rem;
  left: 26.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#mj_survey .result-layout-title-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem 2rem 1.2rem 2rem;
}

#mj_survey .result-layout-title-text {
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .calendar {
  background-color: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  padding: 1.6rem 0;
  margin: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey .calendar-header-item {
  width: 4.1rem;
  height: 1.4rem;
  text-align: center;
  margin: 0.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-10);
  line-height: var(--font-size-14);
  color: #b3b3b3;
}

#mj_survey .date-item-wrapper {
  max-width: 31.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mj_survey .date-item {
  width: 4.1rem;
  height: 4.1rem;
  position: relative;
  background: #f9f9f9;
  border-radius: 0.4rem;
  margin: 0.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-12);
  line-height: var(--font-size-18);
  text-align: center;
  color: #b3b3b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .date-item-highlight {
  background: #fee8ef;
  color: #000;
  opacity: 1;
}

#mj_survey .date-item-start {
  border: 0.2rem solid #D80F3D;
}

#mj_survey .start-date {
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D80F3D;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

#mj_survey .date-text {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#mj_survey .mark-dot {
  background: #D80F3D;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#mj_survey .month-text {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: center;
  color: gray;
}

#mj_survey .gray {
  background-color: #fafafa;
}

#mj_survey .scroll {
  overflow-y: scroll;
}

#mj_survey .plan-preview-wrapper {
  position: relative;
  margin: 0 2rem;
  margin-bottom: 10rem;
  padding: 3.2rem 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  border-radius: 1.2rem;
}

#mj_survey .margin-bottom-40 {
  margin-bottom: 4rem;
}

#mj_survey .week-text {
  margin-bottom: 0.2rem;
  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size-14);
  line-height: var(--font-size-22);
  color: gray;
}

#mj_survey .week-training-name {
  margin-bottom: 1.2rem;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-16);
  line-height: var(--font-size-22);
  color: #0d0d0d;
}

#mj_survey .week-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .week-album-image {
  width: 6.9rem;
  height: 9.2rem;
  background: #d9d9d9;
  border-radius: 0.8rem;
}

#mj_survey .plan-content-wrapper {
  position: relative;
  margin: 0 2rem;
  padding: 0.8rem 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 1rem 5rem rgba(0, 0, 0, 0.08);
  border-radius: 1.2rem;
}

#mj_survey .plan-content-image {
  width: 4.8rem;
  height: 4.8rem;
  background: #d9d9d9;
  border-radius: 0.8rem;
}

#mj_survey .plan-content-row {
  margin: 2.4rem 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .plan-content-row-content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.6rem;
}

#mj_survey .plan-content-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: gray;
}

#mj_survey .plan-content-text {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #0d0d0d;
  white-space: nowrap;
}

#mj_survey .plan-content-model-image {
  width: 100%;
}

#mj_survey .result-model-wrapper {
  width: 10.608rem;
  height: 29.4rem;
  position: absolute;
  bottom: 0;
  right: 1.7rem;
}

#mj_survey .result-focus-area-part-1 {
  width: 3.4rem;
  position: absolute;
  right: 7.2rem;
  top: 5.8rem;
}

#mj_survey .result-focus-area-part-2 {
  width: 4.7rem;
  position: absolute;
  right: 2.65rem;
  top: 9.4rem;
}

#mj_survey .result-focus-area-part-3 {
  width: 2.46rem;
  position: absolute;
  right: 0.8rem;
  top: 12.9rem;
}

#mj_survey .result-focus-area-part-4 {
  width: 2.52rem;
  position: absolute;
  right: 4.7rem;
  top: 17.6rem;
}

#mj_survey .bottom-btn {
  width: 33.5rem;
  height: 6rem;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 1.8rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .loading-header {
  width: 100%;
  text-align: center;
  padding-top: 8.4rem;
  margin-bottom: 3.2rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  color: #0d0d0d;
}

#mj_survey .loading-header-v3 {
  width: 100%;
  text-align: center;
  margin-top: 2.4rem;
  color: #646464;
  text-align: center;
  font-family: SF Pro;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 510;
  line-height: normal;
}

@media screen and (max-height: 667px) {
  #mj_survey .loading-header {
    padding-top: 4.4rem;
    margin-bottom: 0;
  }
}

#mj_survey .model-avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin-bottom: 1.6rem;
  display: unset;
}

#mj_survey .svg {
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .percent {
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 6rem;
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .circle {
  fill: none;
  stroke: #D80F3D;
  stroke-width: 8;
  stroke-dasharray: 614;
  stroke-dashoffset: 614;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mj_survey .wave {
  fill: none;
  stroke: #f2eeed;
  stroke-width: 1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: wave 1.5s infinite;
  animation: wave 1.5s infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}

#mj_survey .bullet-wrapper {
  width: 100%;
  height: 4rem !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: var(--font-size-18);
  text-align: center;
  color: gray;
}

#mj_survey .bullet-li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem !important;
}

#mj_survey .bullet-text {
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}

#mj_survey .spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#mj_survey #bullet {
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.8rem;
}

#mj_survey #bullet span {
  color: #0d0d0d;
  font-weight: bold;
}

#mj_survey #bullet>ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}

#mj_survey #bullet>ul,
#mj_survey #bullet>ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mj_survey #bullet>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #bullet>ul {
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

#mj_survey .hidden {
  display: none;
}

#mj_survey .invisible {
  visibility: hidden;
}

#mj_survey .chart-canvas {
  width: 100%;
}

#mj_survey .button-wrapper {
  padding: 0 2rem;
}

#mj_survey .welcome-bottom-wrapper {
  width: 100%;
  height: 42.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D80F3D;
  text-align: center;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-0.23%, rgba(255, 255, 255, 0)),
      color-stop(34.1%, #ffffff));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -0.23%,
      #ffffff 34.1%);
}

#mj_survey .welcome-bottom-wrapper-v3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3.6rem 2rem 3.6rem;
  background: #D80F3D;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-0.23%, rgba(255, 255, 255, 0)),
      color-stop(34.1%, #ffffff));
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) -0.23%,
      #ffffff 34.1%);
}

#mj_survey .welcome-image-wrapper {
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: linear 0.15s;
  transition: linear 0.15s;
}

#mj_survey .welcome-img {
  width: 100%;
}

#mj_survey .default-img {
  display: block;
}

#mj_survey .ipad-img {
  display: none;
}

#mj_survey .welcome-title-v3 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: left;
  color: #0d0d0d;
}

#mj_survey .welcome-text-v3 {
  width: 100%;
  margin-top: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  color: gray;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mj_survey .ipad-img {
    display: block;
  }

  #mj_survey .default-img {
    display: none;
  }

  #mj_survey .welcome-bottom-wrapper-v3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12rem 2rem 12rem;
    background: #D80F3D;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(-0.23%, rgba(255, 255, 255, 0)),
        color-stop(34.1%, #ffffff));
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) -0.23%,
        #ffffff 34.1%);
  }

  #mj_survey .welcome-title-v3 {
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.8rem;
    text-align: left;
    color: #0d0d0d;
  }

  #mj_survey .welcome-text-v3 {
    width: 100%;
    margin-top: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-18);
    line-height: var(--font-size-24);
    color: gray;
  }

  #mj_survey .layout-card-age-anxiety-des-wrap-text {
    font-size: var(--font-size-22);
    line-height: 3.4rem;
    color: #666;
    text-align: center;
  }
}

#mj_survey .welcome-img-closer {
  margin-top: -1.4rem;
}

#mj_survey .welcome-title {
  margin-top: 16.3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-24);
  line-height: var(--font-size-32);
  text-align: center;
  color: #0d0d0d;
}

#mj_survey .welcome-text {
  width: 100%;
  margin-top: 1.2rem;
  padding: 0 3.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: var(--font-size-24);
  text-align: center;
  color: gray;
}

#mj_survey .app-store-score {
  width: 13.8rem;
  margin-top: 2.4rem;
}

#mj_survey .android-golden-label {
  width: 21.7rem;
  margin-top: 2.4rem;
}

#mj_survey .welcome-button {
  width: 33.5rem;
  height: 6rem;
  margin: 0 auto;
  margin-top: 3.6rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .welcome-button-v3 {
  height: 6rem;
  margin: 0 auto;
  margin-top: 3.6rem;
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .part-img-wrapper {
  width: 8rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
}

#mj_survey .part-img {
  width: 100%;
}

#mj_survey .part-wrapper {
  text-align: center;
  padding-bottom: 5rem;
}

#mj_survey .part-title {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 0.6rem;
  padding-right: 0.4rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-16);
  line-height: var(--font-size-32);
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#mj_survey .part-text {
  margin-top: 0.6rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  text-align: center;
  color: #0d0d0d;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  opacity: 0;
}

#mj_survey .layout-card-content-warp-item-sub-text {
  margin-top: 0.4rem;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  opacity: 0.6;
}

#mj_survey .weight-container {
  margin-top: 0;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(212, 198, 203, 0.6);
  box-shadow: 0 1.5rem 4rem rgba(212, 198, 203, 0.6);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30rem;
  background: #fff;
  border-radius: 3.2rem;
  padding: 2rem 0 3rem 0;
}

#mj_survey .weight-detail {
  margin-top: 0;
  height: 13.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .weight-btn {
  margin-top: 0;
}

#mj_survey .height-btns-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#mj_survey .height-tips {
  width: 33.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1.6rem 3rem 1.6rem 2rem;
  background: #f7f7f7;
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-12);
  line-height: var(--font-size-16);
  color: gray;
}

#mj_survey .height-tips img {
  width: 3.2rem;
  margin-right: 2rem;
}

#mj_survey .fitness-level-progress {
  width: var(--fitness-level-progress-width);
  height: var(--fitness-level-progress-height);
  position: relative;
}

#mj_survey .fitness-level-progress-bar-box {
  width: var(--fitness-level-progress-bar-box-width);
  height: var(--fitness-level-progress-bar-box-height);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-progress-bar {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-bar-box-height);
  border-radius: var(--fitness-level-progress-height) var(--fitness-level-progress-height) 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f7f3f2;
}

#mj_survey .progress-rotate {
  width: var(--fitness-level-progress-height);
  height: var(--fitness-level-progress-bar-box-height);
  border-radius: var(--fitness-level-progress-height) var(--fitness-level-progress-height) 0 0;
  background: linear-gradient(110.97deg, #ff45b5 27.11%, #D80F3D 102.28%);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#mj_survey .fitness-level-progress-inner-circle {
  width: calc(var(--fitness-radius) * 2 - 0.8rem);
  height: calc(var(--fitness-level-progress-bar-box-height) - 0.2rem);
  border-radius: calc(var(--fitness-radius) - 0.4rem) calc(var(--fitness-radius) - 0.4rem) 0 0;
  background: #fff;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-circle {
  width: var(--fitness-level-circle-size);
  height: var(--fitness-level-circle-size);
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fefefe),
      to(#ffffff));
  background: linear-gradient(180deg, #fefefe 0%, #ffffff 100%);
  -webkit-box-shadow: 0 3rem 8rem rgba(249, 29, 95, 0.17);
  box-shadow: 0 3rem 8rem rgba(249, 29, 95, 0.17);
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#mj_survey .fitness-level-progress-dot {
  width: calc(var(--fitness-zoom-scale) * 2rem);
  height: calc(var(--fitness-zoom-scale) * 2rem);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.4rem solid #D80F3D;
  background: #fff;
  position: absolute;
  top: var(--fitness-level-progress-dot-top);
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
  -ms-transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
  transform-origin: calc(var(--fitness-level-progress-width) / 2) calc(var(--fitness-zoom-scale) * 1rem);
}

#mj_survey .active-level-container {
  margin-top: 0;
}

#mj_survey .weight-wrap {
  padding: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .fitness-level-slide-bar {
  margin-top: 0;
}

#mj_survey .result-title {
  padding: 0 2rem;
  font-style: normal;
  font-weight: 800;
  font-size: var(--font-size-26);
  line-height: 3.1rem;
  text-align: center;
  letter-spacing: 0.0116667rem;
  color: #000;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

#mj_survey .result-title-highlight {
  font-style: normal;
  font-weight: 800;
  font-size: var(--font-size-26);
  line-height: 3.1rem;
  letter-spacing: 0.0116667rem;
  background: linear-gradient(91.07deg, #D80F3D 0.55%, #ff9a84 99.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@-webkit-keyframes show-button {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show-button {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

#mj_survey .result-bottom-btn {
  position: fixed;
  width: 33.5rem;
  margin: 0rem auto;
  height: 6rem;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-22);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .result-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8.6vh;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10rem;
}

#mj_survey .result-blank {
  -webkit-box-flex: 16.6%;
  -webkit-flex: 16.6%;
  -moz-box-flex: 16.6%;
  -ms-flex: 16.6%;
  flex: 16.6%;
}

#mj_survey .result-blank-2 {
  -webkit-box-flex: 83.3%;
  -webkit-flex: 83.3%;
  -moz-box-flex: 83.3%;
  -ms-flex: 83.3%;
  flex: 83.3%;
}

#mj_survey .progress-wrapper {
  width: 19.2rem;
  height: 0.3rem;
  position: relative;
}

#mj_survey .second-survey-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D80F3D;
  opacity: 0.4;
}

#mj_survey .second-survey-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6%;
  height: 100%;
  background: #D80F3D;
}

#mj_survey .chair-item-attachment {
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 3rem;
  background: linear-gradient(180deg, #ff5285 0%, #ff6492 100%),
    linear-gradient(138deg, #fffcfd 0%, #fff6f9 100%);
  border-radius: 1.2rem;
  margin-top: -2rem;
  z-index: 0;
  position: relative;
  display: none;
}

#mj_survey .chair-item-robot-icon {
  width: 4.7rem;
  position: absolute;
  top: calc(50% + 1rem);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 1.6rem;
}

#mj_survey .chair-item-thumb-icon {
  width: 1.8rem;
  margin-right: 0.6rem;
}

#mj_survey .chair-item-thumb-recommend-text-wrapper {
  margin-left: 7.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .chair-item-thumb-recommend-text {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

#mj_survey .chair-item-text {
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-left: 7.3rem;
}

#mj_survey .question-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#mj_survey .question-content .question-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 4.5rem 3.6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2.4rem;
  background: #fefcfb;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202c35;
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 300;
  line-height: var(--font-size-30);
  margin-top: 2rem;
}

#mj_survey .question-quote {
  width: 1.8rem;
  position: absolute;
  left: 1.6rem;
  top: 2.2rem;
}

#mj_survey .question-quote-reverse {
  width: 1.8rem;
  position: absolute;
  right: 1.6rem;
  bottom: 2.2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mj_survey .yes-or-no-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem 2rem;
}

#mj_survey .yes-or-no-item {
  -webkit-box-flex: 0.48;
  -webkit-flex: 0.48;
  -moz-box-flex: 0.48;
  -ms-flex: 0.48;
  flex: 0.48;
  height: 15.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.5rem 3rem 0 rgba(0, 0, 0, 0.07);
  color: #606060;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .yes-or-no-icon {
  width: 4rem;
  margin-bottom: 0.8rem;
}

#mj_survey .comment-swiper-item {
  width: 31.1rem !important;
  border-radius: 2rem;
  background: #fcfcfc;
}

#mj_survey .comment-swiper-item-img {
  width: 100%;
  height: 18rem;
  border-radius: 2rem 2rem 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

#mj_survey .comment-swiper {
  width: 100%;
  min-height: 37rem;
}

#mj_survey .comment-swiper-item-star {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.6rem;
}

#mj_survey .comment-swiper-item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#mj_survey .common-swiper-item-text {
  margin-top: 1.2rem;
  color: #414141;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-18);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-height: 666px) {
  #mj_survey .common-swiper-item-text {
    -webkit-line-clamp: 4;
  }
}

#mj_survey .common-swiper-item-bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
}

#mj_survey .common-swiper-item-date {
  margin-top: 3.4rem;
  color: #989898;
  text-align: right;
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#mj_survey .bootyfit-users-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

#mj_survey .bootyfit-users-img {
  width: 26.6rem;
}

#mj_survey #dietary_restrictions_item_2 {
  display: none;
}

#mj_survey #allergies_item_4 {
  display: none;
}

#mj_survey .bootyfit-users-img-text {
  margin-top: 1.8rem;
  color: #898989;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .bootyfit-users-title {
  margin-top: 8.7rem;
  text-align: center;
  color: #0d0d0d;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: 3.6rem;
}

@media screen and (max-height: 736px) {
  #mj_survey .bootyfit-users-title {
    margin-top: 4.7rem;
  }

  #mj_survey .bootyfit-users-img {
    width: 20rem;
  }
}

#mj_survey .bootyfit-users-subtitle {
  color: #5e5e5e;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

#mj_survey .yes-or-no-v2-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

#mj_survey .question-wrapper-v2 {
  color: #fff;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 4.8rem;
}

#mj_survey .yes-or-no-item-v2 {
  width: 100%;
  height: 6rem;
  background: #fff;
  border-radius: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D80F3D;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-size-24);
}

#mj_survey .result-animation {
  width: 100%;
}

#mj_survey .single-select-input-item {
  width: 100%;
  height: 4.8rem;
  margin-top: 2.4rem;
  border: none;
  outline: none;
  border-radius: 0.6rem;
  background: #fff;
  color: #333;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-size-20);
  -webkit-padding-start: 1rem;
  -moz-padding-start: 1rem;
  padding-inline-start: 1rem;
  -webkit-padding-end: 1rem;
  -moz-padding-end: 1rem;
  padding-inline-end: 1rem;
}

#mj_survey .single-item-main-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#mj_survey .food-select-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.6rem;
  margin-top: 1.6rem;
}

#mj_survey .food-select-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 10px);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  -webkit-tap-highlight-color: transparent;
}

#mj_survey .food-select-item-icon-wrap {
  width: 10rem;
  height: 10rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50rem;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .food-select-item-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mj_survey .food-select-item-text {
  margin-top: 0.4rem;
  font-size: var(--font-size-16);
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

#mj_survey .science-weight-loss-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

#mj_survey .face-change-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-size-24);
}

@media screen and (max-height: 667px) {
  #mj_survey #science_weight_loss_animation {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mj_survey .result-animation {
    width: 80%;
    margin-top: -4rem;
  }

  #mj_survey .result-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#mj_survey .loading-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

#mj_survey #area_item_Arm {
  display: none;
}

#mj_survey #area_item_Hip {
  display: none;
}

#mj_survey #area_item_Chest {
  display: none;
}

#mj_survey #area_item_Neck {
  display: none;
}

#mj_survey #area_item_Shoulder {
  display: none;
}

#mj_survey .loading-v2-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 4.8rem 3.6rem 3.6rem 3.6rem;
}

#mj_survey .loading-v2-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#mj_survey .loading-v2-progress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.2rem;
  padding: 0 3.6rem;
}

#mj_survey .loading-v2-progress-item:last-child {
  margin-bottom: 0;
}

#mj_survey .loading-v2-progress-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem 0;
}

#mj_survey .loading-v2-progress-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mj_survey .loading-v2-progress-key {
  color: #666;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .loading-v2-progress-value {
  max-width: 40%;
  color: #000;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .loading-v2-progress-bar {
  width: 100%;
  height: 2rem;
  background: #f2f2f2;
  border-radius: 1rem;
  margin-top: 0.8rem;
  position: relative;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

#mj_survey .loading-v2-progress-bar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 0;
  background: #D80F3D;
  border-radius: 1rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-v2-finished-icon {
  width: 1.2rem;
  margin-right: 0.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .loading-progress-percentage {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1.2rem;
  font-size: var(--font-size-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #555;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#mj_survey .predict-wrapper {
  height: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .title-highlight {
  color: #D80F3D;
}

#mj_survey .predict-title {
  text-align: center;
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#mj_survey .predict-animation {
  width: 100%;
  height: 20rem;
}

#mj_survey .predict-text {
  color: #0d0d0d;
  margin-top: 5.4rem;
  text-align: center;
  font-size: var(--font-size-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .predict-sub-text {
  color: #666;
  text-align: center;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mj_survey .result-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mj_survey .result-v2-sub-title {
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-size-22);
}

#mj_survey .result-v2-title {
  font-size: var(--font-size-26);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#mj_survey .result-v2-title-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.6rem 3.2rem;
  text-align: center;
}

#mj_survey .result-v2-animation {
  width: 100%;
  height: 24rem;
}

#mj_survey .result-v2-description {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 2.4rem 2rem 2.4rem;
  color: #666;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  background: #fff;
}

#mj_survey .result-v2-transition {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

#mj_survey .result-v2-bottom-btn {
  width: 33.5rem;
  height: 6rem;
  position: fixed;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #D80F3D;
  border-radius: 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-22);
  line-height: 6rem;
  text-align: center;
  color: #fff;
}

#mj_survey .result-v2-highlight {
  color: #333;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 320px) {
  #mj_survey #focus_area_title {
    font-size: var(--font-size-20);
    line-height: var(--font-size-26);
  }
}

#mj_survey .achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mj_survey .wing-icon {
  width: 2.6rem;
}

#mj_survey .achievement-text {
  padding: 0 2rem;
}

#mj_survey .achievement-text-title {
  color: #692525;
  text-align: center;
  font-size: var(--font-size-14);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#mj_survey .achievement-text-content {
  color: #D80F3D;
  text-align: center;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7rem;
}

#mj_survey .loading-animation-v3 {
  width: 100%;
  height: 27rem;
}

#mj_survey .loading-v3 {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mj_survey .loading-bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mj_survey .loading-v3-progress {
  padding: 4.8rem 0 2.4rem 0;
  text-align: center;
}

#mj_survey .circle-v3 {
  fill: none;
  stroke: #D80F3D;
  stroke-width: 10%;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  display: none;
}

#mj_survey .red-rectangle {
  position: absolute;
  top: -0.7rem;
  right: 0rem;
  background-color: #D80F3D;
  padding: 0.4rem 1.2rem;
  border-radius: 1rem 1rem 0rem 1rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: bold;
  -webkit-animation-name: badgeAnimation;
  animation-name: badgeAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes badgeAnimation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes badgeAnimation {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

#mj_survey #email_card .title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

#mj_survey #email_card .title .enter-your-email-to {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0c0c0c;
  font-size: var(--font-size-24);
  overflow: hidden;
  text-align: center;
}

#mj_survey #email_card .title .enter-your-email-to .text-wrapper {
  color: #0c0c0c;
  font-size: var(--font-size-24);
  font-weight: 400;
}

#mj_survey #email_card .title .span {
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
}

#mj_survey #email_card .email_content {
  background: transparent;
}

#mj_survey #email_card #email_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  padding: 3rem 2.4rem 0px;
  min-height: 15rem;
}

#mj_survey #email_card #email_items #email_input {
  outline: none;
  border: none;
  width: 100%;
  font-size: var(--font-size-15);
  background: transparent;
}

#mj_survey #email_card #email_items input:focus {
  outline: none;
  border: none;
}

#mj_survey #email_card #email_items .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  overflow: hidden;
  padding: 2.5rem 1.6rem;
  position: relative;
  width: 100%;
}

#mj_survey #email_card #email_items .list .div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: var(--font-size-16);
  font-weight: 500;
  width: 100%;
}

#mj_survey #email_card #email_items .privacy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 8px;
  width: 100%;
}

#mj_survey #email_card #email_items .privacy .lock {
  height: 2.4rem;
  width: 2.4rem;
}

#mj_survey #email_card #email_items .privacy .we-respect-your {
  color: #878787;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 400;
}

#mj_survey #username_card .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mj_survey #username_card .title .enter-your-username-to {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0c0c0c;
  font-size: var(--font-size-26);
  overflow: hidden;
  text-align: center;
}

#mj_survey #username_card .title .enter-your-username-to .text-wrapper {
  color: #0c0c0c;
  font-size: var(--font-size-26);
  font-weight: 400;
}

#mj_survey #username_card .title .span {
  font-family: "SF Pro-Bold", Helvetica;
  font-weight: 700;
}

#mj_survey #username_card .username_content {
  background: transparent;
}

#mj_survey #username_card #username_items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  padding: 3rem 2.4rem 0px;
}

#mj_survey #username_card #username_items #username_input {
  outline: none;
  border: none;
  width: 100%;
  font-size: var(--font-size-16);
  background: transparent;
}

#mj_survey #username_card #username_items input:focus {
  outline: none;
  border: none;
}

#mj_survey #username_card #username_items .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  overflow: hidden;
  padding: 0px 1.6rem;
  position: relative;
  width: 100%;
}

#mj_survey #username_card #username_items .list .div {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: var(--font-size-16);
  font-weight: 500;
  width: 100%;
}

#mj_survey #back_icon_h5 {
  height: 100%;
  width: auto;
}

#mj_survey #back_icon_web {
  height: 100%;
  width: auto;
}

#mj_survey .single-select-v3 input:checked+label .label-wrap {
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  background-color: #ffe7ee;
}

#mj_survey .single-select-v3 input:checked+label .label-wrap .layout-card-content-warp-item-circle {
  display: none;
}

#mj_survey .single-select-v3 input:checked+label .label-wrap .layout-card-content-warp-item-circle-select {
  display: block;
}

#mj_survey .single-select-v3 input:checked+label .option-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#mj_survey .multi-select-v3 input:checked+label {
  background-color: #ffe7ee;
  color: #D80F3D;
  border: 2px solid #D80F3D;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .multi-select-v3 input:checked+label .layout-card-content-warp-item-circle {
  display: none;
}

#mj_survey .multi-select-v3 input:checked+label .layout-card-content-warp-item-circle-select {
  display: block;
}

#mj_survey .focus-area-select input:checked+label {
  background-color: #ffe7ee;
  color: #D80F3D;
  border: 2px solid #D80F3D;
  -webkit-box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
  box-shadow: 0rem 0.5rem 3rem rgba(0, 0, 0, 0.07);
}

#mj_survey .focus-area-select input:checked+label .layout-card-content-warp-item-circle {
  display: none;
}

#mj_survey .focus-area-select input:checked+label .layout-card-content-warp-item-circle-select {
  display: block;
}

#mj_survey .receive-email-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 1.6rem 2rem 0rem;
  position: relative;
}

#mj_survey .receive-email-content .receive-email-question {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

#mj_survey .receive-email-content .receive-email-title {
  color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--font-size-26);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--font-size-34);
  position: relative;
  text-align: center;
}

#mj_survey .receive-email-content .receive-email-title-text {
  color: #0c0c0c;
}

#mj_survey .receive-email-content .receive-email-title-highlight {
  color: #0c0c0c;
  font-weight: 700;
}

#mj_survey .receive-email-content .receive-email-title-text {
  color: #0c0c0c;
}

#mj_survey .receive-email-title-text-highred {
  color: #f91c5f;
  font-weight: 700;
}

#mj_survey .receive-email-content .receive-email-info {
  -webkit-backdrop-filter: blur(6px) brightness(100%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  backdrop-filter: blur(6px) brightness(100%);
  background-color: #eee;
  border: 1px solid;
  border-color: #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 12px;
  padding: 1.6rem;
  position: relative;
  width: 100%;
  border-radius: 12px;
}

#mj_survey .receive-email-content .receive-email-info-icon {
  height: 2.4rem;
  position: relative;
  width: 2.4rem;
}

#mj_survey .receive-email-content .receive-email-info-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#mj_survey .receive-email-content .receive-email-info-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #333;
  display: -webkit-box;
  font-family: "Inter", Helvetica;
  font-size: var(--font-size-16);
  line-height: 22px;
  position: relative;
  text-overflow: ellipsis;
}

#mj_survey .receive-email-content .receive-email-gift-image {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 200px;
  position: relative;
  width: 100%;
}

#mj_survey .after-4-week-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding: 16px 20px 0px;
  position: relative;
}

#mj_survey .after-4-week-content .after-4-week-question {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

#mj_survey .after-4-week-content .after-4-week-title {
  color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--font-size-26);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 34px;
  position: relative;
}

#mj_survey .after-4-week-content .after-4-week-title-name {
  color: #f91c5f;
  font-weight: 700;
}

#mj_survey .after-4-week-content .after-4-week-title-text {
  color: #0c0c0c;
}

#mj_survey .after-4-week-content .after-4-week-title-highlight {
  color: #0c0c0c;
  font-weight: 700;
}

#mj_survey .after-4-week-content .after-4-week-chart-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

#mj_survey .after-4-week-content .after-4-week-chart {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  position: relative;
  width: 100%;
}

#mj_survey .after-4-week-content .after-4-week-disclaimer {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #666;
  font-size: var(--font-size-10);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

@media screen and (min-width: 1161px) {
  #mj_survey #back_icon_h5 {
    display: none !important;
  }

  #mj_survey #back_icon_web {
    display: block !important;
  }

  #mj_survey .nav-web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fafafa;
    padding: 0.6rem 0;
  }

  #mj_survey .nav-web .nav_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1160px;
    position: relative;
  }

  #mj_survey .nav-web .nav_content .nav-icon {
    height: 34px;
    width: auto;
  }

  #mj_survey .nav-web .nav_content .nav-icon img {
    width: auto;
    height: 100%;
  }

  #mj_survey .nav-web .nav_content .layout-card-title-content-text {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #333 !important;
  }

  #mj_survey .nav-web .nav_content .nav-router {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
  }

  #mj_survey .nav-web .nav_content .nav-router img {
    width: auto;
    height: 100%;
  }

  #mj_survey .layout-card-title-icon {
    width: 48px !important;
    height: 48px !important;
  }

  #mj_survey .layout-card-content-warp {
    border-radius: 0 !important;
    width: var(--max-width) !important;
  }

  #mj_survey .layout-card-content-warp .scrollable-wrap {
    padding-top: 0.6rem !important;
  }

  #mj_survey .layout-card-title-warp {
    background: transparent !important;
    width: 1160px !important;
  }

  #mj_survey .layout-card-title-content .layout-card-title-content-text {
    display: none;
  }

  #mj_survey .layout-card-title-content-items {
    display: none !important;
  }

  #mj_survey .layout-card {
    background: transparent !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 5.8rem 0 0 0;
  }

  #mj_survey .yes-or-no-v2-bg {
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .result-wrapper {
    position: absolute !important;
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .result-v2-wrapper {
    position: absolute !important;
    width: var(--max-width) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  #mj_survey .layout-card-title-content-items-web {
    background-color: transparent !important;
  }

  #mj_survey .layout-card-title-content-item-web {
    width: 380px;
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.4rem;
    position: relative;
  }

  #mj_survey .layout-card-title-content-item-circle-web {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.4rem;
    border-radius: 0.4rem;
    background: #fff;
    opacity: 0.4;
  }

  #mj_survey .second-survey-progress {
    height: 0.4rem;
    background: #D80F3D;
    border-radius: 0.4rem;
    position: relative;
  }

  #mj_survey .layout-card-title-content-item-complete-web {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: -0.5rem;
    right: -1.6rem;
    display: none;
  }

  #mj_survey .intro_content {
    width: 1160px !important;
  }

  #mj_survey .layout-card-content-warp-title {
    padding: 1rem 0rem 0 !important;
  }
}

@media screen and (max-width: 1160px) {
  #mj_survey {
    --font-size-32: 3.8rem;
    --font-size-30: 3.6rem;
    --font-size-28: 3.4rem;
    --font-size-26: 3rem;
    --font-size-24: 2.8rem;
    --font-size-22: 2.6rem;
    --font-size-20: 2.4rem;
    --font-size-18: 2.2rem;
    --font-size-16: 2rem;
    --font-size-15: 1.9rem;
    --font-size-14: 1.8rem;
    --font-size-12: 1.6rem;
    --font-size-10: 1.4rem;
  }

  #mj_survey #back_icon_h5 {
    display: block !important;
  }

  #mj_survey #back_icon_web {
    display: none !important;
  }

  #mj_survey #nav_web {
    display: none !important;
  }

  #mj_survey .layout-card-title-container-web {
    display: none !important;
  }
}

@media screen and (max-width: 330px),
screen and (max-height: 450px),
screen and (min-width: 1161px) {
  #mj_survey {
    --active-level-size: 12rem !important;
    --gender-item-weight: 17.6rem !important;
    --gender-item-height: 19rem !important;
    --gender-item-img-wrapper-weight: 20rem !important;
    --gender-item-img-wrapper-height: 23rem !important;
    --fitness-zoom-scale: 0.8;
    --font-size-32: 3.2rem;
    --font-size-30: 3rem;
    --font-size-28: 2.8rem;
    --font-size-26: 2.6rem;
    --font-size-24: 2.4rem;
    --font-size-22: 2.2rem;
    --font-size-20: 2rem;
    --font-size-18: 1.8rem;
    --font-size-16: 1.6rem;
    --font-size-15: 1.5rem;
    --font-size-14: 1.4rem;
    --font-size-12: 1.2rem;
    --font-size-10: 1rem;
  }

  #mj_survey .layout-card-content-warp-btn {
    padding: 1rem 0;
  }

  #mj_survey .layout-card-content-warp-title {
    padding: 1rem 0rem 0 !important;
  }

  #mj_survey .layout-card-fitness-level-container {
    margin-top: 0 !important;
  }

  #mj_survey .layout-card-fitness-level-text {
    margin-top: 0.6rem !important;
    margin-bottom: 1rem !important;
  }

  #mj_survey .layout-card-fitness-level-title {
    margin-top: 0 !important;
  }
}