:root {
  --screen-width: 1440px;
  --screen-height: 1024px;
  --green: #587f59;
  --green-dark: #205821;
  --green-soft: #3a6c3b;
  --beige: #e8ddc4;
  --paper: #fff7e6;
  --white: #ffffff;
  --shadow: rgba(88, 127, 89, 0.8);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

img {
  display: block;
  max-width: none;
}

.screen {
  position: relative;
  width: 100vw;
  min-width: 100vw;
  min-height: var(--screen-height);
  height: var(--screen-height);
  overflow: hidden;
  background: var(--white);
  margin: 0;
}

.screen__wave {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.screen__figure {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.screen__figure img {
  width: 100%;
  height: 100%;
}

.screen__figure-image--intro {
  image-rendering: auto;
  object-fit: contain;
}

.screen__icon {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.screen--intro {
  background: var(--white);
}

.screen__wave--intro {
  left: -189.332px;
  top: -374.611px;
  width: 1719.783px;
  height: 1537.996px;
}

.screen__figure--intro {
  left: 50%;
  top: 242px;
  width: 463px;
  height: 399px;
  transform: translateX(-50%);
}

.intro__title {
  position: absolute;
  left: 50%;
  top: 686px;
  margin: 0;
  color: var(--green-dark);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.intro__subtitle {
  position: absolute;
  left: 50%;
  top: 773px;
  width: 426px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
}

.intro__pill {
  position: absolute;
  left: 50%;
  top: 835px;
  width: 625px;
  height: 98px;
  border-radius: 46px;
  background: var(--shadow);
  color: var(--paper);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  transform: translateX(-50%);
}

.intro__pill:focus-visible {
  outline: 3px solid var(--green-dark);
  outline-offset: 4px;
}

.screen--pose,
.screen--result {
  background: var(--white);
}

.screen--home {
  background: var(--white);
  width: 100vw;
  min-width: var(--screen-width);
  min-height: 100vh;
  margin: 0;
}

.home__wave {
  position: absolute;
  left: 103px;
  top: -328px;
  width: max(1719.783px, calc(100vw + 420px));
  aspect-ratio: 1719.783 / 1537.996;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: rotate(180deg) scaleY(-1);
  transform-origin: center;
}

.home__hero {
  position: absolute;
  left: 53px;
  top: 174px;
  width: 1331px;
  height: 384px;
  border-radius: 26px;
  background: rgba(88, 127, 89, 0.8);
  transition: filter 140ms ease, opacity 140ms ease;
  cursor: pointer;
  text-decoration: none;
}

.home__hero:hover {
  filter: brightness(0.88);
}

.home__hero:active {
  filter: brightness(0.8);
}

.home__title {
  position: absolute;
  left: 49px;
  top: 50px;
  margin: 0;
  color: rgba(32, 88, 33, 0.73);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home__subtitle {
  position: absolute;
  left: 53px;
  top: 135px;
  width: 183px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.home__course-title {
  position: absolute;
  left: 82px;
  top: 209px;
  margin: 0;
  color: var(--paper);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home__chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 15px;
  background: rgba(32, 88, 33, 0.8);
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.home__chip--exercises {
  left: 80px;
  top: 295px;
  width: 104px;
}

.home__chip--quizzes {
  left: 80px;
  top: 326px;
  width: 127px;
}

.home__progress-label {
  position: absolute;
  left: 125px;
  top: 390px;
  margin: 0;
  color: var(--paper);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.home__progress-ring {
  position: absolute;
  left: 80px;
  top: 381px;
  width: 35px;
  height: 35px;
}

.home__progress-ring-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
}

.home__progress-ring-inner {
  position: absolute;
  left: 8px;
  top: 9px;
  width: 19px;
  height: 18px;
}

.home__course-title,
.home__chip,
.home__progress-ring,
.home__progress-label {
  pointer-events: none;
}

.home__recommended {
  position: absolute;
  left: 49px;
  top: 599px;
  margin: 0;
  color: var(--green-dark);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.home__card {
  position: absolute;
  top: 698px;
  width: 331px;
  height: 266px;
  border-radius: 26px;
}

.home__card--relaxation {
  left: 49px;
  background: #a574a1;
}

.home__card--strength {
  left: 410px;
  background: #74a598;
}

.home__card--energy {
  left: 771px;
  background: #aeafeb;
}

.home__card-title {
  position: absolute;
  left: 0;
  bottom: 48px;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.home__card-subtitle {
  position: absolute;
  left: 0;
  bottom: 23px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.home__card-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 0 0;
}

.home__card-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
}

.home__card--relaxation .home__card-title,
.home__card--relaxation .home__card-subtitle {
  left: 12px;
  color: #ded0dd;
}

.home__card--strength .home__card-title,
.home__card--strength .home__card-subtitle {
  left: 14px;
  color: var(--green-dark);
}

.home__card--energy .home__card-title,
.home__card--energy .home__card-subtitle {
  left: 14px;
  color: #59597e;
}

.home__card--relaxation .home__card-title {
  bottom: 31px;
}

.home__card--strength .home__card-title,
.home__card--energy .home__card-title {
  bottom: 31px;
}

.home__card--relaxation .home__card-subtitle,
.home__card--strength .home__card-subtitle,
.home__card--energy .home__card-subtitle {
  bottom: 13px;
}

.home__menu-button {
  position: absolute;
  right: 14px;
  top: 20px;
  width: 85px;
  height: 85px;
  border-radius: 23px;
  background: rgba(88, 127, 89, 0.8);
}

.home__menu-button .menu-line {
  position: absolute;
  left: 12px;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #f6f0e6;
}

.home__menu-button .menu-line img {
  display: none;
}

.home__menu-button .menu-line--1 { top: 22px; }
.home__menu-button .menu-line--2 { top: 42px; }
.home__menu-button .menu-line--3 { top: 63px; }

.screen--menu {
  background: var(--white);
}

.menu__button {
  position: absolute;
  left: 1330px;
  top: 27px;
  width: 85px;
  height: 85px;
  border-radius: 17px;
  background: rgba(88, 127, 89, 0.8);
}

.menu__button,
.home__menu-button,
.list__menu-button,
.pose__badge,
.result__badge,
.final-activity__badge,
.certificate__badge {
  cursor: pointer;
  transition: filter 140ms ease;
}

.menu__button:hover,
.home__menu-button:hover,
.list__menu-button:hover,
.pose__badge:hover,
.result__badge:hover,
.final-activity__badge:hover,
.certificate__badge:hover {
  filter: brightness(0.88);
}

.menu__button:focus-visible,
.home__menu-button:focus-visible,
.list__menu-button:focus-visible,
.pose__badge:focus-visible,
.result__badge:focus-visible,
.final-activity__badge:focus-visible,
.certificate__badge:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 4px;
}

.menu__button--link {
  text-decoration: none;
  transition: filter 140ms ease;
  cursor: pointer;
}

.menu__button--link:hover {
  filter: brightness(0.88);
}

.menu__button--link:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 4px;
}

.menu__button--link .menu-line {
  position: absolute;
  left: 12px;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #f6f0e6;
}

.menu__button--link .menu-line--1 { top: 22px; }
.menu__button--link .menu-line--2 { top: 42px; }
.menu__button--link .menu-line--3 { top: 63px; }

.menu__panel {
  position: absolute;
  left: 811px;
  top: 222px;
  width: 467px;
  height: 373px;
  border-radius: 25px;
  background: rgba(88, 127, 89, 0.8);
}

.menu__item {
  position: absolute;
  left: 847px;
  width: 395px;
  color: var(--paper);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.menu__item--link {
  text-decoration: none;
  cursor: pointer;
  transition: filter 140ms ease;
}

.menu__item--link:hover {
  filter: brightness(0.85);
}

.menu__item--link:focus-visible {
  outline: 2px solid #f6f0e6;
  outline-offset: 4px;
  filter: brightness(0.85);
}

.menu__item--courses.menu__item--link {
  display: block;
}

.menu__rule {
  position: absolute;
  left: 847px;
  width: 395px;
  height: 1px;
  background: #f6f0e6;
}

.menu__rule img {
  display: none;
}

.menu__item--home { top: 286px; }
.menu__rule--1 { top: 328px; }
.menu__item--courses { top: 383px; }
.menu__rule--2 { top: 430px; }

.screen--list {
  background: var(--white);
  width: 100vw;
  min-width: var(--screen-width);
  min-height: 100vh;
  margin: 0;
}

.list__wave {
  position: absolute;
  left: -103px;
  top: -127px;
  width: max(1719.783px, calc(100vw + 320px));
  aspect-ratio: 1719.783 / 1537.996;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: rotate(180deg);
  transform-origin: center;
}

.list__back {
  position: absolute;
  left: 51px;
  top: 68px;
  width: 33px;
  height: 0;
}

.list__back-asset {
  position: absolute;
  inset: -18.41px -7.58% -18.41px 0;
}

.list__back-asset img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(180deg);
}

.list__menu-button {
  position: absolute;
  right: 14px;
  top: 20px;
  width: 85px;
  height: 85px;
  border-radius: 23px;
  background: var(--green);
}

.list__menu-button .menu-line {
  position: absolute;
  left: 12px;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #f6f0e6;
}

.list__menu-button .menu-line--1 { top: 22px; }
.list__menu-button .menu-line--2 { top: 42px; }
.list__menu-button .menu-line--3 { top: 63px; }

.list__title {
  position: absolute;
  left: 97px;
  top: 122px;
  margin: 0;
  color: var(--green-dark);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lesson-card {
  position: absolute;
  left: 97px;
  width: 802px;
  height: 85px;
  border-radius: 23px;
  background: rgba(88, 127, 89, 0.8);
}

.lesson-card__label {
  position: absolute;
  left: 10px;
  top: 10px;
  color: var(--paper);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.lesson-card__name {
  position: absolute;
  left: 10px;
  top: 43px;
  color: var(--paper);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}

.lesson-card__time {
  position: absolute;
  left: 148px;
  top: 43px;
  color: var(--paper);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}

.lesson-card__ring {
  position: absolute;
  right: 27px;
  top: 11px;
  width: 64px;
  height: 64px;
}

.lesson-card__ring-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
}

.lesson-card__ring-inner {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 34px;
  height: 34px;
}

.lesson-card--1 { top: 255px; }
.lesson-card--2 { top: 384px; }
.lesson-card--3 { top: 513px; }
.lesson-card--4 { top: 642px; }
.lesson-card--5 { top: 761px; }
.lesson-card--6 { top: 888px; }

.lesson-card--2 .lesson-card__label,
.lesson-card--3 .lesson-card__label,
.lesson-card--4 .lesson-card__label,
.lesson-card--5 .lesson-card__label,
.lesson-card--6 .lesson-card__label {
  top: 10px;
}

.lesson-card--6 .lesson-card__label {
  font-size: 24px;
}

.lesson-card--6 .lesson-card__name {
  top: 41px;
}

.lesson-card--6 .lesson-card__time {
  top: 41px;
}

.lesson-card--1 .lesson-card__label { left: 11px; }

.lesson-card--1 .lesson-card__name,
.lesson-card--2 .lesson-card__name,
.lesson-card--3 .lesson-card__name,
.lesson-card--4 .lesson-card__name,
.lesson-card--5 .lesson-card__name,
.lesson-card--6 .lesson-card__name {
  left: 10px;
}

.lesson-card--1 .lesson-card__time,
.lesson-card--2 .lesson-card__time,
.lesson-card--3 .lesson-card__time,
.lesson-card--4 .lesson-card__time,
.lesson-card--5 .lesson-card__time,
.lesson-card--6 .lesson-card__time {
  left: 148px;
}

.lesson-card__label + .lesson-card__name,
.lesson-card__name + .lesson-card__time {
  letter-spacing: 0;
}

.lesson-link {
  position: absolute;
  left: 97px;
  width: 802px;
  height: 85px;
  border-radius: 23px;
  text-decoration: none;
  background: transparent;
  z-index: 9;
}

.lesson-link--1 { top: 255px; }
.lesson-link--2 { top: 384px; }
.lesson-link--3 { top: 513px; }
.lesson-link--4 { top: 642px; }
.lesson-link--5 { top: 761px; }
.lesson-link--6 { top: 888px; }

.lesson-link:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 4px;
}

.screen--challenge,
.screen--final-quiz,
.screen--certificate,
.screen--result-fail,
.screen--final-activity {
  background: var(--white);
}

.screen--challenge {
  background: var(--white);
}

.screen--challenge .challenge__wave {
  width: max(1447px, calc(100vw + 7px)) !important;
}

.screen--challenge .challenge__wave > div {
  width: 100% !important;
}

.goal-hitbox {
  position: absolute;
  left: calc(50% + 1.5px);
  width: 743px;
  height: 222px;
  border-radius: 26px;
  transform: translate(-50%, -50%);
  text-decoration: none;
  background: transparent;
  z-index: 10;
}

.goal-hitbox--1 { top: calc(41.67% - 49.67px); }
.goal-hitbox--2 { top: calc(58.33% + 31.67px); }
.goal-hitbox--3 { top: calc(91.67% - 57.67px); }

.goal-hitbox:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 4px;
}

.top-strip {
  position: absolute;
  left: 162px;
  top: 71px;
  width: 1116px;
  height: 20px;
  background: #d9d9d9;
}

.top-back {
  position: absolute;
  left: 90px;
  top: 81px;
  width: 33px;
  height: 0;
}

.top-back__asset {
  position: absolute;
  inset: -18.41px -7.58% -18.41px 0;
}

.top-back__asset img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(180deg);
}

.top-skip {
  position: absolute;
  left: 1349px;
  top: 73px;
  width: 33px;
  margin: 0;
  color: #205821;
  font-size: 14px;
  line-height: 1;
}

.challenge__wave,
.final-quiz__wave,
.certificate__wave,
.result-fail__wave,
.final-activity__wave {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.challenge__title,
.final-quiz__title,
.certificate__title,
.result-fail__title,
.final-activity__title {
  position: absolute;
  margin: 0;
  color: var(--green);
  font-weight: 700;
  line-height: 1;
}

.challenge__title {
  left: 97px;
  top: 49px;
  font-size: 64px !important;
}

.challenge__question,
.final-quiz__question,
.final-activity__question {
  position: absolute;
  margin: 0;
  color: var(--green);
  text-align: center;
}

.challenge__question strong,
.final-quiz__question strong,
.final-activity__question strong,
.certificate__question strong {
  font-weight: 700;
}

.challenge__option,
.final-quiz__option {
  position: absolute;
  left: 97px;
  width: 1246px;
  height: 73px;
  border-radius: 23px;
  background: rgba(88, 127, 89, 0.8);
}

.challenge__option-dot,
.final-quiz__option-dot {
  position: absolute;
  left: 122px;
  width: 18px;
  height: 18px;
}

.challenge__option-dot img,
.final-quiz__option-dot img {
  width: 100%;
  height: 100%;
}

.challenge__option-text,
.final-quiz__option-text {
  position: absolute;
  left: 168px;
  width: 746px;
  margin: 0;
  color: var(--paper);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}

.challenge__submit,
.final-quiz__submit {
  position: absolute;
  margin: 0;
  color: var(--green);
  font-size: 36px;
  font-weight: 700;
  text-decoration: underline;
}

.challenge__submit { left: calc(44.44% + 13px); top: calc(83.33% + 76.67px); }

.final-quiz__submit-button {
  position: absolute;
  left: 454px;
  top: 9137px;
  width: 531px;
  height: 122px;
  border-radius: 23px;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.challenge__option--1 { top: 520px; }
.challenge__option--2 { top: 618px; }
.challenge__option--3 { top: 716px; }
.challenge__option--4 { top: 814px; }

.challenge__option-dot--1 { top: 543px; }
.challenge__option-dot--2 { top: 641px; }
.challenge__option-dot--3 { top: 739px; }
.challenge__option-dot--4 { top: 837px; }

.challenge__option-text--1 { top: 531px; }
.challenge__option-text--2 { top: 629px; }
.challenge__option-text--3 { top: 727px; }
.challenge__option-text--4 { top: 825px; }

.challenge-form {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.challenge-choice {
  position: absolute;
  left: 122px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.challenge-choice--1 { top: 543px; }
.challenge-choice--2 { top: 641px; }
.challenge-choice--3 { top: 739px; }
.challenge-choice--4 { top: 837px; }

.challenge-choice.is-selected {
  outline: 2px solid #205821;
  outline-offset: 2px;
}

.challenge-submit-action.challenge__submit {
  border: none;
  background: transparent;
  cursor: pointer;
}

.final-activity__question {
  left: 594px;
  top: 435px;
  width: 777px;
  font-size: 48px;
  text-align: left;
}

.final-activity__submit-button {
  position: absolute;
  left: 717px;
  top: 608px;
  width: 531px;
  height: 122px;
  border-radius: 23px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 40px;
}

.final-activity__title {
  left: 566px;
  top: 49px;
  font-size: 64px;
}

.result-fail__message {
  position: absolute;
  left: 594px;
  top: 435px;
  width: 777px;
  margin: 0;
  color: var(--green);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.result-fail__button {
  position: absolute;
  left: 717px;
  top: 608px;
  width: 531px;
  height: 122px;
  border-radius: 23px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 40px;
}

.result-fail__title {
  left: 594px;
  top: 49px;
  font-size: 64px;
}

.certificate__title {
  left: 328px;
  top: 62px;
  width: 785px;
  font-size: 64px;
  text-align: center;
}

.certificate__body,
.certificate__footer {
  position: absolute;
  left: 449px;
  width: 535px;
  margin: 0;
  color: var(--green);
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.certificate__body { top: 248px; height: 156px; }
.certificate__footer { top: 501px; height: 195px; }

.certificate__congrats {
  position: absolute;
  left: 466px;
  top: 838px;
  width: 544px;
  margin: 0;
  color: var(--green);

.certificate__rule {
  position: absolute;
  left: 328px;
  width: 535px;
  height: 1px;
  background: var(--green);
}

.certificate__rule--1 { top: 281px; }
.certificate__rule--2 { top: 490px; }
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}

.certificate__line {
  position: absolute;
  left: 13753px;
}

.certificate__topbar {
  position: absolute;
  left: 0;
}

.challenge__title,
.final-quiz__title,
.certificate__title,
.result-fail__title,
.final-activity__title {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.final-activity__title {
  font-size: 64px;
}

.final-quiz__question {
  position: absolute;
  left: 50%;
  width: 535px;
  margin: 0;
  color: var(--green);
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  transform: translateX(-50%);
}

.final-quiz__question--0 { top: 434px; }
.final-quiz__question--1 { top: 1193px; }
.final-quiz__question--2 { top: 2067px; }
.final-quiz__question--3 { top: 2941px; }
.final-quiz__question--4 { top: 3815px; }
.final-quiz__question--5 { top: 4728px; }
.final-quiz__question--6 { top: 5641px; }
.final-quiz__question--7 { top: 6554px; }
.final-quiz__question--8 { top: 7467px; }
.final-quiz__question--9 { top: 8380px; }

.final-quiz__group {
  position: absolute;
  font-family: Inter, Arial, Helvetica, sans-serif;
  left: 50%;
  width: 1246px;
  height: 367px;
  transform: translateX(-50%);
}

.final-quiz__group .option {
  position: absolute;
  left: 0;
  width: 1246px;
  height: 73px;
  border-radius: 23px;
  background: #587f59;
  cursor: pointer;
  transition: filter 140ms ease;
}

.final-quiz__group .option:hover {
  filter: brightness(0.86);
}

.final-quiz__group .option.is-selected {
  filter: brightness(0.78);
}

.final-quiz__group .option:nth-child(1) { top: 0; }
.final-quiz__group .option:nth-child(2) { top: 98px; }
.final-quiz__group .option:nth-child(3) { top: 196px; }
.final-quiz__group .option:nth-child(4) { top: 294px; }

.final-quiz__group .dot {
  position: absolute;
  left: 25px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
}

.final-quiz__group .dot img {
  width: 100%;
  height: 100%;
  display: block;
}

.final-quiz__group .dot:focus-visible {
  outline: 2px solid #205821;
  outline-offset: 3px;
  border-radius: 50%;
}

.final-quiz__group .dot.is-selected {
  box-shadow: 0 0 0 3px rgba(32, 88, 33, 0.8);
  border-radius: 50%;
}

.final-quiz__group .dot.is-selected::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #205821;
}

.final-quiz__group .dot:nth-child(5) { top: 28px; }
.final-quiz__group .dot:nth-child(6) { top: 126px; }
.final-quiz__group .dot:nth-child(7) { top: 224px; }
.final-quiz__group .dot:nth-child(8) { top: 322px; }

.final-quiz__group .answer {
  position: absolute;
  left: 71px;
  right: 36px;
  width: auto;
  margin: 0;
  color: var(--paper);
  font-size: 22px;
  line-height: 1.15;
  pointer-events: none;
}

.final-quiz__group .answer:nth-child(9) { top: 17px; }
.final-quiz__group .answer:nth-child(10) { top: 115px; }
.final-quiz__group .answer:nth-child(11) { top: 213px; }
.final-quiz__group .answer:nth-child(12) { top: 311px; }

.final-quiz__group--1 { top: 669px; }
.final-quiz__group--2 { top: 1428px; }
.final-quiz__group--3 { top: 2302px; }
.final-quiz__group--4 { top: 3176px; }
.final-quiz__group--5 { top: 4050px; }
.final-quiz__group--6 { top: 4963px; }
.final-quiz__group--7 { top: 5876px; }
.final-quiz__group--8 { top: 6789px; }
.final-quiz__group--9 { top: 7702px; }
.final-quiz__group--10 { top: 8615px; }

.final-quiz__title {
  left: 50%;
  top: 49px;
  transform: translateX(-50%);
  font-size: 64px;
  white-space: nowrap;
  text-align: center;
}

.final-quiz__intro {
  position: absolute;
  left: 50%;
  top: 152px;
  width: 535px;
  margin: 0;
  color: var(--green);
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
}

.final-quiz__intro strong {
  font-weight: 700;
}

.final-quiz__notice {
  position: absolute;
  left: 50%;
  top: 9318px;
  width: 535px;
  height: 117px;
  margin: 0;
  color: var(--green);
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  transform: translateX(-50%);
}

.final-quiz__submit-button {
  position: absolute;
  left: 50%;
  top: 9137px;
  width: 531px;
  height: 122px;
  border-radius: 23px;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  transform: translateX(-50%);
}

.screen--final-quiz {
  background: #efefef;
}

.screen--final-quiz .final-quiz__wave {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.screen--final-quiz .final-quiz__wave > div,
.screen--final-quiz .final-quiz__wave > div > div,
.screen--final-quiz .final-quiz__wave img {
  width: 100% !important;
  height: 100% !important;
}

.screen--final-quiz > *:not(.final-quiz__wave) {
  z-index: 1;
}

.certificate__download:hover {
  filter: brightness(0.9);
}

.certificate__download:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 3px;
}

@media print {
  body * {
    visibility: hidden;
  }

  .screen--certificate,
  .screen--certificate * {
    visibility: visible;
  }

  .screen--certificate {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .certificate__download {
    display: none !important;
  }

  @page {
    size: landscape;
    margin: 0;
  }
}

.certificate__line-item {
  position: absolute;
  left: 1353px;
  width: 62px;
  height: 0;
}

.certificate__line-item img {
  width: 62px;
  height: auto;
}

.certificate__line-item--1 { top: 42px; }
.certificate__line-item--2 { top: 62px; }
.certificate__line-item--3 { top: 83px; }

.certificate__badge {
  position: absolute;
  left: 1341px;
  top: 20px;
  width: 85px;
  height: 85px;
  border-radius: 23px;
  background: var(--green);
}

.result-fail__line,
.final-activity__line {
  position: absolute;
  left: 162px;
  width: 1116px;
  height: 20px;
  background: #d9d9d9;
}

.result-fail__line { top: 58px; }
.final-activity__line { top: 58px; }

.result-fail__badge,
.final-activity__badge {
  position: absolute;
  left: 1328px;
  top: 25px;
  width: 85px;
  height: 85px;
  border-radius: 23px;
  background: var(--green);
}

.result-fail__back,
.final-activity__back,
.certificate__back {
  position: absolute;
  left: 84px;
  top: 78px;
  width: 33px;
  height: 0;
}

.result-fail__back > img,
.final-activity__back > img,
.certificate__back > img {
  width: 33px;
  height: auto;
}

.certificate__topbar-line {
  position: absolute;
  left: 0;
  width: 100%;
}

.certificate__subtitle {
  position: absolute;
  left: 449px;
  top: 248px;
  width: 535px;
  height: 156px;
  margin: 0;
  color: var(--green);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.certificate__footer-copy {
  position: absolute;
  left: 449px;
  top: 501px;
  width: 535px;
  height: 195px;
  margin: 0;
  color: var(--green);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.screen__wave--pose,
.screen__wave--result {
  left: -187.097px;
  top: -26px;
  width: 1052.195px;
  height: 1076.954px;
}

.screen__pose-photo {
  position: absolute;
  left: calc(22.22% + 26px);
  top: 0;
  width: 1302px;
  height: 1026px;
  pointer-events: none;
  user-select: none;
}

.pose__back {
  position: absolute;
  left: 51px;
  top: 78px;
  width: 33px;
  height: 0;
}


.pose__back-asset,
.result__back-asset,
.result-fail__back-asset,
.final-activity__back-asset,
.certificate__back-asset {
  position: absolute;
  inset: -18.41px -7.58% -18.41px 0;
}

.pose__back-asset img,
.result__back-asset img,
.result-fail__back-asset img,
.final-activity__back-asset img,
.certificate__back-asset img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(180deg);
}

.pose__back > img,
.result__back > img,
.result-fail__back > img,
.final-activity__back > img,
.certificate__back > img {
  width: 33px;
  height: auto;
}


.pose__progress,
.result__progress {
  position: absolute;
  left: calc(11.11% + 2px);
  top: 53px;
  width: 1116px;
  height: 20px;
  background: #d9d9d9;
  overflow: hidden;
}

.pose__progress::after,
.result__progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--pose-progress, 0%);
  height: 100%;
  background: var(--green);
}

.pose__badge,
.result__badge {
  position: absolute;
  left: calc(88.89% + 50px);
  top: 20px;
  width: 85px;
  height: 85px;
  border-radius: 23px;
  background: var(--green);
}

.pose__badge,
.result__badge,
.final-activity__badge,
.certificate__badge {
  cursor: pointer;
  transition: filter 140ms ease;
}

.pose__badge:hover,
.result__badge:hover,
.final-activity__badge:hover,
.certificate__badge:hover {
  filter: brightness(0.9);
}

.pose__badge:focus-visible,
.result__badge:focus-visible,
.final-activity__badge:focus-visible,
.certificate__badge:focus-visible {
  outline: 3px solid #205821;
  outline-offset: 3px;
}

.pose__badge .menu-line,
.result__badge .menu-line,
.final-activity__badge .menu-line,
.certificate__badge .menu-line {
  position: absolute;
  left: 12px;
  width: 62px;
  height: 6px;
  border-radius: 999px;
  background: #f6f0e6;
}

.pose__badge .menu-line--1,
.result__badge .menu-line--1,
.final-activity__badge .menu-line--1,
.certificate__badge .menu-line--1 { top: 22px; }

.pose__badge .menu-line--2,
.result__badge .menu-line--2,
.final-activity__badge .menu-line--2,
.certificate__badge .menu-line--2 { top: 42px; }

.pose__badge .menu-line--3,
.result__badge .menu-line--3,
.final-activity__badge .menu-line--3,
.certificate__badge .menu-line--3 { top: 63px; }

.pose__title {
  position: absolute;
  left: 51px;
  top: 174px;
  width: 442px;
  margin: 0;
  color: var(--green);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.pose__description {
  position: absolute;
  left: 51px;
  top: 307px;
  width: 576px;
  margin: 0;
  color: var(--green-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.pose__steps {
  position: absolute;
  left: 0;
  top: 481px;
  width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pose__step {
  position: absolute;
  left: 0;
  width: 600px;
  color: var(--green-soft);
  font-size: 20px;
  line-height: 1.1;
}

.pose__step::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 6px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--green);
}

.pose__step::after {
  content: "";
  position: absolute;
  left: 49px;
  top: 43px;
  width: 1px;
  height: 104px;
  background: var(--green);
}

.pose__step--1 {
  top: 0;
  padding-left: 105px;
  padding-top: 0;
  width: 540px;
}

.pose__step--2 {
  top: 164px;
  padding-left: 105px;
  width: 540px;
}

.pose__step--2::before {
  top: 6px;
}

.pose__step--2::after {
  top: 43px;
}

.pose__step--3 {
  top: 328px;
  padding-left: 105px;
  width: 540px;
}

.countdown-widget {
  position: absolute;
  left: 40px;
  top: calc(66.67% + 60.33px);
  width: 266px;
  height: 217px;
}

.countdown-widget__time {
  position: absolute;
  left: 63px;
  top: 0;
  margin: 0;
  color: #173f18;
  font-size: 36px;
  line-height: 1;
}

.countdown-widget__play {
  --ring-progress: 0turn;
  position: absolute;
  left: 0;
  top: 38px;
  width: 179px;
  height: 179px;
  border: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #e8ddc4 54px, transparent 55px),
    conic-gradient(#587f59 var(--ring-progress), #d3c9b3 0);
  cursor: pointer;
}

.countdown-widget__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #587f59;
  transform: translate(-38%, -50%);
}

.countdown-widget__skip {
  position: absolute;
  left: 211px;
  top: 113px;
  color: #173f18;
  font-size: 36px;
  line-height: 1;
  text-decoration: underline;
}

.pose__step--3::after {
  display: none;
}

.result__message {
  position: absolute;
  left: calc(33.33% + 114px);
  top: calc(33.33% + 93.67px);
  width: 777px;
  margin: 0;
  color: var(--green);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.result__button {
  position: absolute;
  left: calc(44.44% + 77px);
  top: calc(50% + 96px);
  width: 531px;
  height: 122px;
  border-radius: 23px;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.result__back {
  position: absolute;
  left: 51px;
  top: 78px;
  width: 33px;
  height: 0;
}

.result__progress {
  background: var(--green);
  top: 58px;
}

.result__badge {
  left: calc(88.89% + 48px);
  top: 25px;
}

@media (max-width: 1440px) {
  body {
    overflow: auto;
  }
}