body {
  font-family: "Metropolis", sans-serif;
  color: #000;
  background-color: #b0d2eb;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

* {
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  word-wrap: break-word;
  word-break: normal;
  text-overflow: clip;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  margin-bottom: 0;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

picture {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}

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

input,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: unset;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.is-desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-desktop {
    display: none;
  }
}

.is-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-mobile {
    display: block;
  }
}

.startPage {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
}
.startPage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.startPage .row {
  height: 100%;
}
.startPage .leftCol,
.startPage .rightCol {
  flex-basis: 50%;
}
.startPage .rightCol {
  align-self: center;
  margin-left: auto;
}
.startPage__title {
  position: relative;
  max-width: 390px;
  font-size: calc(1.4375rem + 2.25vw);
  font-family: "Metropolis";
}
@media (min-width: 1200px) {
  .startPage__title {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .startPage__title {
    font-size: 33px;
    text-align: center;
    line-height: 1.15;
    max-width: 258px;
    margin-left: auto;
    margin-right: auto;
  }
}
.startPage__doctor {
  max-width: 552px;
  position: absolute;
  top: 16%;
  left: 15%;
  width: 30%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .startPage__doctor {
    border-bottom: 1px solid #000000;
  }
}
.startPage__cta {
  background-color: #950F8E;
  border-radius: 41px;
  margin-top: calc(1.5625rem + 3.75vw);
  padding: 30px 43px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .startPage__cta {
    margin-top: 4.375rem;
  }
}
.startPage__exit {
  position: absolute;
  display: block;
  top: 5%;
  right: 3%;
  margin-left: auto;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .startPage__exit {
    font-size: 1.5rem;
  }
}
@media only screen and (max-height: 626px) {
  .startPage__doctor {
    width: 21.7%;
  }
}
@media only screen and (max-width: 768px) {
  .startPage {
    overflow-y: auto;
  }
  .startPage .leftCol,
.startPage .rightCol {
    flex-basis: 100%;
  }
  .startPage .rightCol {
    align-self: flex-start;
    margin-top: 150%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .startPage__exit {
    font-size: 1.25rem;
    right: 20px;
    top: 30px;
  }
  .startPage__background {
    height: 40%;
  }
  .startPage__doctor {
    width: 224px;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .startPage__cta {
    font-size: 14px;
    padding: 17px 33px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: calc(1.38125rem + 1.575vw);
    margin-bottom: calc(1.38125rem + 1.575vw);
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .startPage__cta {
    margin-top: 2.5625rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .startPage__cta {
    margin-bottom: 2.5625rem;
  }
}

.stepForm {
  max-width: 1791px;
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 903px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1607843137);
  border-radius: 31px;
  display: none;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
}
.stepForm.thankactive {
  background-color: #f1f9ff;
}
@media only screen and (max-width: 1800px) {
  .stepForm {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 15px;
    max-height: unset;
    height: 100%;
  }
}
.stepForm__topNav {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #b9c5d5;
}
.stepForm__navs {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  max-width: 1429px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .stepForm__navs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.stepForm__backButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stepForm__backButton img {
  width: 8px;
  height: 12px;
}
.stepForm__backButton span {
  margin-left: 12px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .stepForm__backButton img {
    width: 6px;
    height: 10px;
  }
  .stepForm__backButton span {
    margin-left: 10px;
    font-size: 14px;
  }
}
.stepForm__canelButton {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .stepForm__canelButton {
    font-size: 14px;
  }
}
.stepForm__forms {
  position: relative;
  display: block;
  height: 100%;
  overflow: auto;
}
.stepForm__tabs {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1429px;
  margin: 0 auto;
  height: 100%;
  display: none;
  transition: all 0.6s;
}
.stepForm__tabs.-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.stepForm__tabs .row {
  height: 100%;
  justify-content: space-between;
}
.stepForm__tabs__left {
  max-width: 58%;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__left {
    max-width: 100%;
  }
}
.stepForm__tabs__right {
  margin-left: auto;
  margin-right: 60px;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs__right {
    margin-right: 20px;
    flex-basis: 35%;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__right {
    max-width: 100%;
  }
}
.stepForm__tabs__illustration {
  margin-top: 16%;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__illustration {
    width: calc(100% - 80px);
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
  }
}
.stepForm__tabs__illustration.is-desktop {
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
}
.stepForm__tabs__title {
  font-size: calc(1.3125rem + 0.75vw);
  line-height: 1.2;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .stepForm__tabs__title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__title {
    font-size: 20px;
    margin-top: 30px;
  }
}
.stepForm__tabs__radios {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__radios {
    margin-top: 27px;
    flex-direction: column;
  }
  .stepForm__tabs__radios label:nth-child(n+2) {
    margin-top: 18px;
  }
}
.stepForm__tabs__info {
  padding: 20px 25px;
  border-radius: 17px;
  border: 1px solid #b9c5d5;
  margin-top: 1.25rem;
}
.stepForm__tabs__infoText {
  font-size: 1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs__info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__info {
    margin-top: 40px;
    padding: 26px 23px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    box-sizing: border-box;
    display: block;
    margin-bottom: 26px;
  }
}
.stepForm__tabs__extraSelection {
  margin-top: 30px;
  display: none;
  opacity: 0;
  visibility: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  transition: all 0.6s ease-in-out;
}
.stepForm__tabs__extraSelection.-active {
  display: grid;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__extraSelection.-active {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .stepForm__tabs__extraSelection.-active .c-customRadioButton {
    flex-basis: calc(50% - 13px);
  }
  .stepForm__tabs__extraSelection.-active .c-customRadioButton.-smHeight {
    height: 50px;
  }
  .stepForm__tabs__extraSelection.-active .c-customRadioButton .c-customRadioButton__Box {
    justify-content: center;
  }
  .stepForm__tabs__extraSelection.-active .c-customRadioButton .c-customRadioButton__text {
    text-align: center;
  }
  .stepForm__tabs__extraSelection.-active .c-customRadioButton[for=Others], .stepForm__tabs__extraSelection.-active .c-customRadioButton[for=Others2], .stepForm__tabs__extraSelection.-active .c-customRadioButton[for=otherTextarea], .stepForm__tabs__extraSelection.-active .c-customRadioButton[for=otherTextarea2] {
    width: 100%;
    flex-basis: 100%;
  }
}
.stepForm__tabs__extraSelection__para {
  font-size: 1.125rem;
  line-height: 1.2;
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__extraSelection__para {
    font-size: 1rem;
  }
}
.stepForm__tabs__extraSelection label[for=Others],
.stepForm__tabs__extraSelection label[for=Others2] {
  grid-column: 1/3;
}
.stepForm__tabs__extraSelection label[for=otherTextarea],
.stepForm__tabs__extraSelection label[for=otherTextarea2] {
  position: relative;
  display: block;
  grid-column: 1/3;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__extraSelection label[for=otherTextarea],
.stepForm__tabs__extraSelection label[for=otherTextarea2] {
    box-sizing: border-box;
    width: 100%;
  }
}
.stepForm__tabs__extraSelection label[for=otherTextarea] textarea,
.stepForm__tabs__extraSelection label[for=otherTextarea2] textarea {
  position: relative;
  display: none;
  width: calc(100% - 70px);
  border: 1px solid #b9c5d5;
  border-radius: 15px;
  font-family: "Metropolis";
  color: #5e5e5e;
  font-weight: 500;
  padding: 35px 34px;
  font-size: 1.25rem;
  line-height: 1.2;
  transition: none;
}
.stepForm__tabs__extraSelection label[for=otherTextarea] textarea:focus,
.stepForm__tabs__extraSelection label[for=otherTextarea2] textarea:focus {
  outline-width: 1px;
  outline-color: #b0d2eb;
}
.stepForm__tabs__extraSelection label[for=otherTextarea] textarea.show,
.stepForm__tabs__extraSelection label[for=otherTextarea2] textarea.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__extraSelection label[for=otherTextarea] textarea,
.stepForm__tabs__extraSelection label[for=otherTextarea2] textarea {
    font-size: 14px;
    padding: 15px;
    width: calc(100% - 30px);
  }
}
.stepForm__tabs__extraSelection .otherContinue {
  background-color: #950F8E;
  border-radius: 41px;
  margin-top: calc(1.29375rem + 0.525vw);
  padding: 26px 43px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.25rem;
  grid-column-start: 2;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .stepForm__tabs__extraSelection .otherContinue {
    margin-top: 1.6875rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs__extraSelection .otherContinue {
    font-size: 14px;
    padding: 13px 26px;
    margin-left: auto;
    margin-right: auto;
  }
}
.stepForm__tabs__nextButton {
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #950F8E;
  color: #ffffff;
  min-width: 100px;
  margin-top: 20px;
  cursor: pointer;
}
.stepForm__tabs .genErrors {
  display: flex;
}
.stepForm__tabs .genErrors .genError {
  display: none;
  margin-top: 20px;
  color: red;
}
.stepForm__tabs .genErrors .genError.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs .genErrors .genError {
    margin-top: 15px;
  }
}
.stepForm__tabs.-howOld input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number] {
  color: #ffffff !important;
}
.stepForm__tabs.-howOld input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::-moz-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-howOld input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]:-ms-input-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-howOld input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-howOld input[type=number] {
  position: relative;
  display: block;
  width: 100%;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.2;
  color: #808080;
  text-align: center;
  -moz-appearance: textfield;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-howOld input[type=number] {
    font-size: 2.5rem;
  }
}
.stepForm__tabs.-howOld input[type=number]::-moz-placeholder {
  color: #808080;
}
.stepForm__tabs.-howOld input[type=number]:-ms-input-placeholder {
  color: #808080;
}
.stepForm__tabs.-howOld input[type=number]::placeholder {
  color: #808080;
}
.stepForm__tabs.-howOld input[type=number]:focus {
  color: #ffffff;
  outline: none;
  border: none;
}
.stepForm__tabs.-howOld input[type=number]:focus::-moz-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-howOld input[type=number]:focus:-ms-input-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-howOld input[type=number]:focus::placeholder {
  color: #ffffff;
}
.stepForm__tabs.-howOld input[type=number]::-webkit-outer-spin-button, .stepForm__tabs.-howOld input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepForm__tabs.-howOld .ageErrors {
  display: flex;
}
.stepForm__tabs.-howOld .ageErrors .ageError {
  display: none;
  margin-top: 20px;
  color: red;
}
.stepForm__tabs.-howOld .ageErrors .ageError.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-howOld .ageErrors .ageError {
    margin-top: 15px;
  }
}
.stepForm__tabs.-gender svg {
  max-width: 46px;
  max-height: 56px;
}
.stepForm__tabs.-gender svg[id=noun-female-1203184] {
  max-width: 30px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-gender .c-customRadioButton:nth-child(2) svg {
    width: 20px;
    margin-left: 42px;
    margin-right: 49px;
  }
}
.stepForm__tabs.-weightHeight input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number] {
  color: #ffffff !important;
}
.stepForm__tabs.-weightHeight input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::-moz-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-weightHeight input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]:-ms-input-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-weightHeight input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-weightHeight input[type=number] {
  position: relative;
  display: block;
  width: 100%;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.2;
  color: #808080;
  text-align: center;
  -moz-appearance: textfield;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-weightHeight input[type=number] {
    font-size: 2.5rem;
  }
}
.stepForm__tabs.-weightHeight input[type=number]::-moz-placeholder {
  color: #808080;
}
.stepForm__tabs.-weightHeight input[type=number]:-ms-input-placeholder {
  color: #808080;
}
.stepForm__tabs.-weightHeight input[type=number]::placeholder {
  color: #808080;
}
.stepForm__tabs.-weightHeight input[type=number]:focus {
  color: #ffffff;
  outline: none;
  border: none;
}
.stepForm__tabs.-weightHeight input[type=number]:focus::-moz-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-weightHeight input[type=number]:focus:-ms-input-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-weightHeight input[type=number]:focus::placeholder {
  color: #ffffff;
}
.stepForm__tabs.-weightHeight input[type=number]::-webkit-outer-spin-button, .stepForm__tabs.-weightHeight input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepForm__tabs.-weightHeight .weightHeightErrors {
  display: flex;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .heightError {
  display: none;
  margin-top: 20px;
  color: red;
  max-width: 160px;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .heightError.show {
  display: block;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .heightError.show ~ .weightError {
  margin-left: 280px;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .heightError.show ~ .weightError.show {
  margin-left: 55px;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .heightError ~ .weightError.show {
  margin-left: 216px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-weightHeight .weightHeightErrors .heightError {
    max-width: unset;
    margin-left: 0;
    margin-top: 18px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.stepForm__tabs.-weightHeight .weightHeightErrors .weightError {
  display: none;
  margin-top: 20px;
  color: red;
  max-width: 160px;
  margin-left: 55px;
}
.stepForm__tabs.-weightHeight .weightHeightErrors .weightError.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-weightHeight .weightHeightErrors .weightError {
    max-width: unset;
    margin-left: 0;
    margin-top: 18px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.stepForm__tabs.-weightHeight .stepForm__tabs__radios {
  -moz-column-gap: unset;
       column-gap: unset;
}
.stepForm__tabs.-weightHeight .stepForm__tabs__radios label:nth-child(n+2) {
  margin-left: 52px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-weightHeight .stepForm__tabs__radios label:nth-child(n+2) {
    margin-left: 0;
  }
}
.stepForm__tabs.-chronic .stepForm__tabs__extraSelection.-active + .stepForm__tabs__info {
  margin-top: calc(1.48125rem + 2.775vw);
  margin-bottom: calc(1.5375rem + 3.45vw);
}
@media (min-width: 1200px) {
  .stepForm__tabs.-chronic .stepForm__tabs__extraSelection.-active + .stepForm__tabs__info {
    margin-top: 3.5625rem;
  }
}
@media (min-width: 1200px) {
  .stepForm__tabs.-chronic .stepForm__tabs__extraSelection.-active + .stepForm__tabs__info {
    margin-bottom: 4.125rem;
  }
}
.stepForm__tabs.-chronic .c-customRadioButton__Box svg {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-chronic .c-customRadioButton svg {
    margin-left: 28px;
    width: 36px;
  }
  .stepForm__tabs.-chronic .stepForm__tabs__extraSelection.-active {
    margin-top: 26px;
    gap: 20px;
  }
  .stepForm__tabs.-chronic .stepForm__tabs__extraSelection__para {
    margin-bottom: 0;
  }
}
.stepForm__tabs.-family .stepForm__tabs__extraSelection .c-customRadioButton__Box {
  justify-content: center;
}
.stepForm__tabs.-family .stepForm__tabs__extraSelection .c-customRadioButton__Box .c-customRadioButton__text {
  margin-top: 0;
}
.stepForm__tabs.-family .c-customRadioButton__Box {
  justify-content: unset;
}
.stepForm__tabs.-family .c-customRadioButton__Box svg {
  margin-top: 35px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-family .c-customRadioButton__Box svg {
    margin-top: unset;
  }
}
.stepForm__tabs.-family .c-customRadioButton__Box .c-customRadioButton__text {
  margin-top: 10px;
  font-size: 0.875rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-family .c-customRadioButton__Box:nth-child(2) svg {
    width: 36px;
    margin-left: 27px;
    margin-right: 23px;
    flex-shrink: 0;
    padding-top: 0;
  }
  .stepForm__tabs.-family .c-customRadioButton__Box .c-customRadioButton__text {
    margin-top: 0;
    padding-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-family .stepForm__tabs__extraSelection.-active {
    margin-top: 37px;
    gap: 20px;
  }
  .stepForm__tabs.-family .stepForm__tabs__extraSelection__para {
    margin-bottom: 0;
  }
  .stepForm__tabs.-family .stepForm__tabs__extraSelection .c-customRadioButton__Box .c-customRadioButton__text {
    padding-right: 0;
    text-align: center;
    font-size: 14px;
  }
  .stepForm__tabs.-family .stepForm__tabs__extraSelection.-active .c-customRadioButton.-smHeight {
    height: 60px;
  }
  .stepForm__tabs.-family .stepForm__tabs__extraSelection .otherContinue {
    margin-top: 16px;
  }
  .stepForm__tabs.-family .stepForm__tabs__info {
    margin-top: 65px;
  }
}
.stepForm__tabs.-smoker .stepForm__tabs__left {
  max-width: 74%;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-smoker .stepForm__tabs__right {
    flex-basis: 20%;
  }
}
.stepForm__tabs.-smoker .stepForm__tabs__info {
  max-width: 791px;
}
.stepForm__tabs.-smoker .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 80px;
}
.stepForm__tabs.-smoker .smokeMarks {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  left: -10px;
  width: calc(100% + 10px);
}
.stepForm__tabs.-smoker .smokeMarks [data-value] {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-smoker .smokeMarks {
    left: 0;
  }
  .stepForm__tabs.-smoker .smokeMarks [data-value] {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-smoker .stepForm__tabs__left {
    max-width: 100%;
  }
  .stepForm__tabs.-smoker .stepForm__tabs__radios {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }
  .stepForm__tabs.-smoker .c-slider {
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    top: 180px;
    width: 298px;
    margin-left: 0;
    opacity: 1;
  }
  .stepForm__tabs.-smoker .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-smoker .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-smoker .smokeMarks {
    flex-direction: column;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .stepForm__tabs.-smoker .smokeMarks [data-value] {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .stepForm__tabs.-smoker .smokeMarks [data-value]:nth-child(n+2) {
    margin-top: 40px;
  }
}
.stepForm__tabs.-alcohol .stepForm__tabs__left {
  max-width: 74%;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-alcohol .stepForm__tabs__right {
    flex-basis: 20%;
  }
}
.stepForm__tabs.-alcohol .stepForm__tabs__info {
  max-width: 791px;
}
.stepForm__tabs.-alcohol .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 80px;
}
.stepForm__tabs.-alcohol .alcoholMarks {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  left: -10px;
  width: calc(100% + 10px);
}
.stepForm__tabs.-alcohol .alcoholMarks [data-value] {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-alcohol .alcoholMarks {
    left: 0;
  }
  .stepForm__tabs.-alcohol .alcoholMarks [data-value] {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-alcohol .stepForm__tabs__left {
    max-width: 100%;
  }
  .stepForm__tabs.-alcohol .stepForm__tabs__radios {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }
  .stepForm__tabs.-alcohol .c-slider {
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    top: 180px;
    width: 298px;
    margin-left: 0;
    opacity: 1;
  }
  .stepForm__tabs.-alcohol .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-alcohol .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-alcohol .alcoholMarks {
    flex-direction: column;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .stepForm__tabs.-alcohol .alcoholMarks [data-value] {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .stepForm__tabs.-alcohol .alcoholMarks [data-value]:nth-child(n+2) {
    margin-top: 65px;
  }
}
.stepForm__tabs.-activity .stepForm__tabs__illustration.is-desktop {
  max-width: 200px;
}
.stepForm__tabs.-activity .stepForm__tabs__info {
  max-width: 791px;
}
.stepForm__tabs.-activity .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 59px;
}
.stepForm__tabs.-activity .activityMarks {
  display: flex;
  margin-top: 59px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  left: -40px;
  width: calc(100% + 40px);
}
.stepForm__tabs.-activity .activityMarks [data-value] {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-activity .activityMarks {
    left: -10px;
  }
  .stepForm__tabs.-activity .activityMarks [data-value] {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-activity .c-slider {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-activity .stepForm__tabs__left {
    max-width: 100%;
  }
  .stepForm__tabs.-activity .stepForm__tabs__radios {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }
  .stepForm__tabs.-activity .c-slider {
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    top: 180px;
    width: 298px;
    margin-left: 0;
    opacity: 1;
  }
  .stepForm__tabs.-activity .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-activity .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-activity .activityMarks {
    flex-direction: column;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .stepForm__tabs.-activity .activityMarks [data-value] {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .stepForm__tabs.-activity .activityMarks [data-value]:nth-child(n+2) {
    margin-top: 54px;
  }
}
.stepForm__tabs.-sleep input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number] {
  color: #ffffff !important;
}
.stepForm__tabs.-sleep input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::-moz-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-sleep input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]:-ms-input-placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-sleep input[type=radio]:checked ~ .c-customRadioButton__Box > input[type=number]::placeholder {
  color: #ffffff !important;
}
.stepForm__tabs.-sleep input[type=number] {
  position: relative;
  display: block;
  width: 100%;
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.2;
  color: #808080;
  text-align: center;
  -moz-appearance: textfield;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-sleep input[type=number] {
    font-size: 2.5rem;
  }
}
.stepForm__tabs.-sleep input[type=number]::-moz-placeholder {
  color: #808080;
}
.stepForm__tabs.-sleep input[type=number]:-ms-input-placeholder {
  color: #808080;
}
.stepForm__tabs.-sleep input[type=number]::placeholder {
  color: #808080;
}
.stepForm__tabs.-sleep input[type=number]:focus {
  color: #ffffff;
  outline: none;
  border: none;
}
.stepForm__tabs.-sleep input[type=number]:focus::-moz-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-sleep input[type=number]:focus:-ms-input-placeholder {
  color: #ffffff;
}
.stepForm__tabs.-sleep input[type=number]:focus::placeholder {
  color: #ffffff;
}
.stepForm__tabs.-sleep input[type=number]::-webkit-outer-spin-button, .stepForm__tabs.-sleep input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepForm__tabs.-diet .stepForm__tabs__info {
  max-width: 791px;
}
.stepForm__tabs.-diet .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 60px;
}
.stepForm__tabs.-diet .dietMarks {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  left: 5px;
  width: calc(100% - 30px);
}
.stepForm__tabs.-diet .dietMarks [data-value] {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-diet .stepForm__tabs__left {
    max-width: 100%;
  }
  .stepForm__tabs.-diet .stepForm__tabs__radios {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }
  .stepForm__tabs.-diet .c-slider {
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    top: 180px;
    width: 298px;
    margin-left: 0;
    opacity: 1;
  }
  .stepForm__tabs.-diet .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-diet .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-diet .dietMarks {
    flex-direction: column;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .stepForm__tabs.-diet .dietMarks [data-value] {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .stepForm__tabs.-diet .dietMarks [data-value]:nth-child(n+2) {
    margin-top: 68px;
  }
}
.stepForm__tabs.-stress .stepForm__tabs__info {
  max-width: 791px;
}
.stepForm__tabs.-stress .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 80px;
}
.stepForm__tabs.-stress .stressMarks {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  left: 0;
  width: calc(100% - 30px);
}
.stepForm__tabs.-stress .stressMarks [data-value] {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
}
.stepForm__tabs.-stress .c-slider {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-stress .stepForm__tabs__left {
    max-width: 100%;
  }
  .stepForm__tabs.-stress .stepForm__tabs__radios {
    flex-direction: row;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 40px;
  }
  .stepForm__tabs.-stress .c-slider {
    position: absolute;
    transform: rotate(90deg);
    left: -140px;
    top: 180px;
    width: 298px;
    margin-left: 0;
    opacity: 1;
  }
  .stepForm__tabs.-stress .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-stress .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-stress .stressMarks {
    flex-direction: column;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-left: 50px;
    margin-top: 0;
  }
  .stepForm__tabs.-stress .stressMarks [data-value] {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .stepForm__tabs.-stress .stressMarks [data-value]:nth-child(n+2) {
    margin-top: 75px;
  }
}
.stepForm__tabs.-showHealthForm .stepForm__tabs__right {
  align-self: center;
}
.stepForm__tabs.-showHealthForm .stepForm__tabs__left {
  width: 50%;
  max-width: unset;
  align-self: center;
}
.stepForm__tabs.-showHealthForm .stepForm__tabs__title {
  font-size: calc(1.5rem + 3vw);
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-showHealthForm .stepForm__tabs__title {
    font-size: 3.75rem;
  }
}
.stepForm__tabs.-showHealthForm .showHealthForm {
  display: flex;
  flex-direction: column;
  min-width: 505px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.stepForm__tabs.-showHealthForm .showHealthForm__label {
  display: block;
  position: relative;
  width: 100%;
}
.stepForm__tabs.-showHealthForm .showHealthForm__label:nth-child(n+2) {
  margin-top: 42px;
}
.stepForm__tabs.-showHealthForm .showHealthForm__labelText {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 22px;
  display: inline-block;
  width: 100%;
}
.stepForm__tabs.-showHealthForm .showHealthForm__label.invalid .showHealthForm__input {
  border-color: red;
}
.stepForm__tabs.-showHealthForm .showHealthForm__label.invalid .showHealthForm__invalidText {
  display: block;
}
.stepForm__tabs.-showHealthForm .showHealthForm__input {
  border: 1px solid #cfcfcf;
  border-radius: 40px;
  font-size: 1.125rem;
  line-height: 1.2;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  padding: 10px 20px;
  /* Firefox */
}
.stepForm__tabs.-showHealthForm .showHealthForm__input::-webkit-outer-spin-button, .stepForm__tabs.-showHealthForm .showHealthForm__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepForm__tabs.-showHealthForm .showHealthForm__input[type=number] {
  -moz-appearance: textfield;
}
.stepForm__tabs.-showHealthForm .showHealthForm__invalidText {
  font-size: 1.125rem;
  line-height: 1.2;
  display: none;
  width: 100%;
  margin-top: 10px;
  color: red;
}
.stepForm__tabs.-showHealthForm .showHealthForm__button {
  padding: 24px;
  min-width: 100%;
  background-color: #950F8E;
  color: #ffffff;
  font-size: 1.25rem;
  border-radius: 34px;
  margin-top: 52px;
  cursor: pointer;
}
.stepForm__tabs.-showHealthForm .showHealthForm__button:disabled {
  opacity: 0.5;
}
.stepForm__tabs.-showHealthForm .showHealthForm .input_group {
  display: flex;
}
.stepForm__tabs.-showHealthForm .showHealthForm .input_group input {
  border-radius: 41px 0 0 41px;
}
.stepForm__tabs.-showHealthForm .showHealthForm .input_group .userOtpBtn {
  background-color: #950F8E;
  color: #ffffff;
  border-radius: 0 41px 41px 0;
  cursor: pointer;
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-showHealthForm .stepForm__tabs__left {
    width: 100%;
  }
  .stepForm__tabs.-showHealthForm .stepForm__tabs__title {
    font-size: 24px;
    margin-top: 43px;
  }
  .stepForm__tabs.-showHealthForm .stepForm__tabs__right {
    margin-right: 0;
    margin-left: 0;
    flex-basis: 100%;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm {
    margin-top: 40px;
    min-width: 100%;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__labelText {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__input:focus-visible {
    outline: none;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__label:nth-child(n+2) {
    margin-top: 22px;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__button {
    margin-top: 35px;
    font-size: 12px;
    padding: 17px;
    margin-bottom: 40px;
  }
  .stepForm__tabs.-showHealthForm .showHealthForm__invalidText {
    font-size: 14px;
  }
}
.stepForm__tabs.-score .stepForm__tabs__left {
  flex-basis: 421px;
}
.stepForm__tabs.-score .stepForm__tabs__right {
  flex-basis: calc(100% - 421px - 120px);
  margin-left: 60px;
}
.stepForm__tabs.-score .stepForm__tabs__title {
  width: 100%;
  text-align: center;
  font-size: calc(1.4375rem + 2.25vw);
  line-height: 1;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-score .stepForm__tabs__title {
    font-size: 3.125rem;
  }
}
.stepForm__tabs.-score .score__number {
  font-size: calc(1.75rem + 6vw);
  line-height: 1;
  margin-top: calc(1.3875rem + 1.65vw);
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-score .score__number {
    font-size: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .stepForm__tabs.-score .score__number {
    margin-top: 2.625rem;
  }
}
.stepForm__tabs.-score progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 600px;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  border-radius: 37px;
  margin-top: 11px;
}
.stepForm__tabs.-score progress::-webkit-progress-bar {
  background-color: #f1f9ff;
  border-radius: 37px;
}
.stepForm__tabs.-score progress::-webkit-progress-value {
  background-color: #b0d2eb;
  border-radius: 37px;
}
.stepForm__tabs.-score .score__text {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: calc(1.2625rem + 0.15vw);
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-score .score__text {
    font-size: 1.375rem;
  }
}
.stepForm__tabs.-score .score__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 732px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
}
.stepForm__tabs.-score .score__card {
  border-radius: 22px;
  background-color: #b0d2eb;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.stepForm__tabs.-score .score__card:nth-child(1) {
  padding-top: 33px;
}
.stepForm__tabs.-score .score__card:nth-child(2) {
  padding-top: 50px;
}
.stepForm__tabs.-score .score__card:nth-child(2) .score__card__text {
  margin-top: 40.35px;
}
.stepForm__tabs.-score .score__card:nth-child(3) {
  padding-top: 39px;
}
.stepForm__tabs.-score .score__card:nth-child(3) .score__card__box {
  margin-top: 44px;
}
.stepForm__tabs.-score .score__card:nth-child(3) .score__card__text {
  margin-top: 40.35px;
}
.stepForm__tabs.-score .score__card__icon {
  width: auto;
  display: block;
}
.stepForm__tabs.-score .score__card__text {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.stepForm__tabs.-score .score__card__box {
  margin-top: auto;
  width: calc(100% - 68px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 500;
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  border-radius: 14px;
  margin-bottom: 17px;
  background-color: #ffffff;
  padding: 20px;
}
.stepForm__tabs.-score .score__bottomText {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000000;
  margin-top: 42px;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.stepForm__tabs.-score .score__button {
  background-color: #950F8E;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 27px;
  min-width: 203px;
  border-radius: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  margin-bottom: 82px;
  cursor: pointer;
}
.stepForm__tabs.-score .stepForm__tabs__radios {
  flex-direction: column;
  margin-top: 27px;
}
.stepForm__tabs.-score .c-slider {
  margin-left: 0;
  width: 100%;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}
.stepForm__tabs.-score .experienceMarks {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  width: 100%;
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
}
.stepForm__tabs.-score .experienceMarks [data-value] {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #5e5e5e;
  text-align: center;
  position: relative;
  font-weight: 500;
}
.stepForm__tabs.-score .experienceMarks [data-value]:nth-child(1) {
  left: 18px;
}
.stepForm__tabs.-score .experienceMarks [data-value]:nth-child(2) {
  left: 8px;
}
.stepForm__tabs.-score .experienceMarks [data-value]:nth-child(3) {
  left: -1px;
}
.stepForm__tabs.-score .experienceMarks [data-value]:nth-child(4) {
  left: -14px;
}
.stepForm__tabs.-score .experienceMarks [data-value]:nth-child(5) {
  left: -18px;
}
@media only screen and (max-width: 1800px) {
  .stepForm__tabs.-score .experienceMarks {
    left: 0;
  }
  .stepForm__tabs.-score .experienceMarks [data-value] {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepForm__tabs.-score .stepForm__tabs__right {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .stepForm__tabs.-score .stepForm__tabs__title {
    font-size: 24px;
    text-align: left;
  }
  .stepForm__tabs.-score .score__number {
    font-size: 62px;
  }
  .stepForm__tabs.-score progress {
    max-width: unset;
    width: 100%;
  }
  .stepForm__tabs.-score .score__text {
    font-size: 18px;
    margin-top: 20px;
  }
  .stepForm__tabs.-score .stepForm__tabs__illustration {
    margin-top: 50px;
  }
  .stepForm__tabs.-score .score__cards {
    grid-template-columns: 1fr;
    row-gap: 18px;
    margin-top: 20px;
  }
  .stepForm__tabs.-score .score__card {
    display: grid;
    padding: 22px 24px;
    box-sizing: border-box;
    grid-template-columns: 72px 1fr;
    align-items: center;
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .stepForm__tabs.-score .score__card:nth-child(1) {
    padding-top: 22px;
  }
  .stepForm__tabs.-score .score__card:nth-child(1) .score__card__icon {
    width: 60px;
  }
  .stepForm__tabs.-score .score__card:nth-child(2) {
    padding-top: 22px;
  }
  .stepForm__tabs.-score .score__card:nth-child(2) .score__card__text {
    margin-top: 0;
  }
  .stepForm__tabs.-score .score__card:nth-child(3) {
    padding-top: 22px;
  }
  .stepForm__tabs.-score .score__card:nth-child(3) .score__card__icon {
    width: 60px;
  }
  .stepForm__tabs.-score .score__card:nth-child(3) .score__card__text {
    margin-top: 0;
  }
  .stepForm__tabs.-score .score__card:nth-child(3) .score__card__box {
    margin-top: 10px;
  }
  .stepForm__tabs.-score .score__card .score__card__icon {
    grid-row: 1/3;
    max-width: 72px;
  }
  .stepForm__tabs.-score .score__card .score__card__text {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    align-self: flex-end;
  }
  .stepForm__tabs.-score .score__card .score__card__box {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    align-self: flex-start;
    margin-top: 10px;
  }
  .stepForm__tabs.-score .score__bottomText {
    margin-top: 38px;
    font-size: 16px;
  }
  .stepForm__tabs.-score .score__bottomText + .score__bottomText {
    margin-top: 16px;
  }
  .stepForm__tabs.-score .stepForm__tabs__radios {
    margin-top: 48px;
  }
  .stepForm__tabs.-score .c-slider {
    opacity: 1;
  }
  .stepForm__tabs.-score .c-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-score .c-slider::-moz-range-thumb {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #016099;
    cursor: pointer;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
  }
  .stepForm__tabs.-score .experienceMarks {
    margin-bottom: 18px;
  }
  .stepForm__tabs.-score .experienceMarks [data-value]:nth-child(1) {
    left: 6px;
  }
  .stepForm__tabs.-score .experienceMarks [data-value]:nth-child(2) {
    left: 2px;
  }
  .stepForm__tabs.-score .experienceMarks [data-value]:nth-child(4) {
    left: -6px;
  }
  .stepForm__tabs.-score .experienceMarks [data-value]:nth-child(5) {
    left: -7px;
  }
  .stepForm__tabs.-score .score__button {
    margin-top: 50px;
    padding: 17px;
    font-size: 12px;
    min-width: 143px;
    margin-bottom: 48px;
  }
}
.stepForm__tabs.-qa .stepForm__tabs__left {
  max-width: 64%;
}
.stepForm__tabs.-qa .qa__subtitle {
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-qa .qa__subtitle {
    font-size: 1.75rem;
  }
}
.stepForm__tabs.-qa .qa__question {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.2;
  margin-bottom: 26px;
  max-width: 602px;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-qa .qa__question {
    font-size: 1.5rem;
  }
}
.stepForm__tabs.-qa .qa__question.-mt {
  margin-top: 60px;
}
.stepForm__tabs.-qa .qa__question:nth-child(n+2) {
  margin-top: 75px;
}
.stepForm__tabs.-qa .qa__radioLabel {
  display: inline-flex;
  position: relative;
}
.stepForm__tabs.-qa .qa__radioLabel input {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #dbdbdb;
}
.stepForm__tabs.-qa .qa__radioLabel input:checked {
  border-color: #000000;
}
.stepForm__tabs.-qa .qa__radioLabel input:checked ~ .checkmark {
  display: block;
}
.stepForm__tabs.-qa .qa__radioLabel .checkmark {
  display: none;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.stepForm__tabs.-qa .qa__radioLabel__text {
  font-size: calc(1.25625rem + 0.075vw);
  line-height: 1;
  margin-left: 15px;
  font-weight: 600;
  align-self: center;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-qa .qa__radioLabel__text {
    font-size: 1.3125rem;
  }
}
.stepForm__tabs.-qa .qa__button {
  background-color: #950F8E;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 27px;
  min-width: 203px;
  border-radius: 45px;
  display: block;
  margin-left: auto;
  margin-top: 27px;
  margin-bottom: 53px;
  cursor: pointer;
}
.stepForm__tabs.-qa .stepForm__tabs__radios {
  margin-top: 21px;
  position: relative;
}
.stepForm__tabs.-thankyou .row {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stepForm__tabs.-thankyou .thankyou__title {
  font-size: calc(1.4375rem + 2.25vw);
  line-height: 1;
  font-weight: 700;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .stepForm__tabs.-thankyou .thankyou__title {
    font-size: 3.125rem;
  }
}
.stepForm__tabs.-thankyou .thankyou__img {
  width: 277px;
  height: auto;
}

.c-customRadioButton {
  position: relative;
  display: block;
  cursor: pointer;
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 768px) {
  .c-customRadioButton {
    height: 75px;
    width: 100%;
  }
}
.c-customRadioButton.-smHeight {
  height: 70px;
  width: 100%;
}
.c-customRadioButton.-smHeight .c-customRadioButton__Box {
  background-color: #ffffff;
  border: 1px solid #b9c5d5;
  border-radius: 15px;
}
.c-customRadioButton.-smHeight .c-customRadioButton__text {
  margin-top: 0;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-customRadioButton.-smHeight {
    height: 60px;
  }
}
.c-customRadioButton input[type=radio],
.c-customRadioButton input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
}
.c-customRadioButton input[type=radio]:checked ~ .c-customRadioButton__Box,
.c-customRadioButton input[type=checkbox]:checked ~ .c-customRadioButton__Box {
  background-color: #b0d2eb;
}
.c-customRadioButton input[type=radio]:checked ~ .c-customRadioButton__Box .c-customRadioButton__text,
.c-customRadioButton input[type=checkbox]:checked ~ .c-customRadioButton__Box .c-customRadioButton__text {
  color: #ffffff;
  font-weight: 500;
}
.c-customRadioButton input[type=radio]:checked ~ .c-customRadioButton__Box svg path,
.c-customRadioButton input[type=checkbox]:checked ~ .c-customRadioButton__Box svg path {
  fill: #ffffff;
}
.c-customRadioButton .c-customRadioButton__Box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f1f9ff;
  border-radius: 39px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-customRadioButton .c-customRadioButton__Box {
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 15px;
  }
  .c-customRadioButton .c-customRadioButton__Box input[type=number] {
    width: 40%;
    font-size: 30px;
  }
}
.c-customRadioButton__text {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #808080;
  z-index: 3;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .c-customRadioButton__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
  }
}
.c-customRadioButton svg {
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .c-customRadioButton svg {
    width: 28px;
    height: auto;
    margin-left: 38px;
    margin-right: 45px;
  }
}

.c-slider {
  -webkit-appearance: none;
  width: calc(100% - 60px);
  margin-left: 20px;
  height: 7px;
  background-color: #f1f9ff;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .c-slider:hover {
    opacity: 1;
  }
}
.c-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #016099;
  cursor: -webkit-grab;
  cursor: grab;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
}
.c-slider::-moz-range-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #016099;
  cursor: grab;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
}

.c-orange {
  color: #950F8E;
}/*# sourceMappingURL=quiz.css.map */
