@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: none;
  scrollbar-height: none;
  -ms-overflow-style: none;
}
*::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  font-family: 'Helvetica Neue';
  font-family: 'Outfit';
  font-family: 'Raleway';
  font-family: 'Satoshi';
  font-family: 'Formuna';
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fadeIn 1000ms ease-in 0s forwards;
          animation: fadeIn 1000ms ease-in 0s forwards;
}
h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 480;
}
h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 480;
}
h5 {
  margin: 0;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 480;
}
h6 {
  margin: 0;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 480;
}
p {
  margin: 0;
  font-weight: 480;
}
b {
  color: #000 !important;
  font-weight: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
  font-weight: 480;
}
#top {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#drawercontainer {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
section#drawercontainer nav#drawernavbar {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 31;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#drawercontainer nav#drawernavbar .inner {
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  border-radius: 1000px;
  opacity: 0%;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
section#drawercontainer nav#drawernavbar .inner a {
  height: 43px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 17px;
  font-weight: 590;
  letter-spacing: 0px;
}
section#drawercontainer nav#drawernavbar.open .inner {
  opacity: 100%;
}
section#drawercontainer a#menulines {
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: sticky;
  margin-top: 10px;
  top: 10px;
  margin-right: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 31;
  border-radius: 100px;
  opacity: 0%;
  -webkit-animation: fadeIn 1000ms ease-in 0s forwards;
          animation: fadeIn 1000ms ease-in 0s forwards;
}
section#drawercontainer a#menulines div.line {
  border-radius: 100px;
  position: absolute;
  height: 1px;
  width: 20px;
  background: #000;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
section#drawercontainer a#menulines div.line#line1 {
  top: 21px;
  left: 15px;
}
section#drawercontainer a#menulines div.line#line2 {
  top: 28px;
  left: 15px;
}
section#drawercontainer a#menulines.open {
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
section#drawercontainer a#menulines.open div.line {
  width: 20px;
}
section#drawercontainer a#menulines.open div.line#line1 {
  top: 25px;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#drawercontainer a#menulines.open div.line#line2 {
  top: 25px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section#drawercontainer menu#drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 0;
  opacity: 0%;
  height: 0px;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
section#drawercontainer menu#drawer.open {
  opacity: 100%;
}
section#drawercontainer menu#drawer.auto {
  height: auto;
}
section#drawercontainer menu#drawer div#drawerinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  width: 100%;
  padding: 40px 25px 75px 25px;
}
section#drawercontainer menu#drawer div#drawerinner h1:nth-of-type(1) {
  margin-top: 0;
}
section#drawercontainer menu#drawer div#drawerinner article.chapter div.imgcont {
  width: calc(100%);
}
section#drawercontainer menu#drawer div#drawerinner article.chapter img.homescreenapp {
  width: calc(100vw - (10px * 2));
  border-radius: 20px;
}
section#drawercontainer menu#drawer div#drawerinner article.chapter img.inexp {
  border-radius: 15px;
  margin: 0;
}
section#drawercontainer menu#drawer div#drawerinner article.chapter img.whitescreenshot {
  border: solid 1.5px #ddd;
}
div.questionslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.questionslist div.questionitem {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
}
div.questionslist div.questionitem:first-of-type {
  border: 0;
}
div.questionslist div.questionitem span.material-symbols-outlined,
div.questionslist div.questionitem b.material-symbols-outlined {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  color: rgba(0,0,0,0.3);
}
div.questionslist div.questionitem div.questionanswer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
}
div.questionslist div.questionitem div.questionanswer p.question {
  color: rgba(0,0,0,0.4);
  font-size: 20px;
  font-weight: 550;
  line-height: 120%;
  letter-spacing: -0.5px;
}
div.questionslist div.questionitem div.questionanswer p.question span,
div.questionslist div.questionitem div.questionanswer p.question b {
  color: #000;
}
div.questionslist div.questionitem div.questionanswer div.expansion {
  -webkit-transition: height 1s ease-in-out, opacity 1s ease-in-out;
  transition: height 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0%;
  height: 0px;
  overflow: hidden;
}
div.questionslist div.questionitem div.questionanswer div.expansion div.answer {
  padding-top: 20px;
  color: rgba(0,0,0,0.4);
  font-size: 18px;
  font-style: normal;
  font-weight: 470;
  line-height: 120%;
  letter-spacing: -0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  cursor: auto;
}
div.questionslist div.questionitem div.questionanswer div.expansion div.answer span,
div.questionslist div.questionitem div.questionanswer div.expansion div.answer b {
  color: rgba(0,0,0,0.8);
}
div.questionslist div.questionitem.open span.material-symbols-outlined,
div.questionslist div.questionitem.open b.material-symbols-outlined {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
div.questionslist div.questionitem.open div.questionanswer div.expansion {
  opacity: 100%;
}
div#content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  background: #fff;
  z-index: 30;
  padding-top: 35px;
  margin-top: -65px;
}
img.logo {
  position: relative;
  z-index: 50;
  height: 85px;
  margin-bottom: -30px;
  margin-top: -10px;
  opacity: 0%;
  -webkit-animation: fadeIn 1000ms ease-in 0s forwards;
          animation: fadeIn 1000ms ease-in 0s forwards;
}
nav#coursenavbar {
  position: sticky;
  top: 15px;
  left: 0;
  z-index: 20;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  opacity: 0%;
  -webkit-animation: fadeIn 1000ms ease-in 0.5s forwards;
          animation: fadeIn 1000ms ease-in 0.5s forwards;
}
nav#coursenavbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border-radius: 1000px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
nav#coursenavbar .inner a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 17px;
  font-weight: 590;
  letter-spacing: 0px;
}
section.module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 80px;
  gap: 15px;
  opacity: 0%;
  -webkit-animation: fadeIn 1000ms ease-in 1s forwards;
          animation: fadeIn 1000ms ease-in 1s forwards;
}
section.module:first-of-type {
  margin-top: -100px;
}
section.module:last-of-type {
  margin-bottom: 50px;
}
section.module:not(:first-of-type) {
  margin-top: -50px;
}
section.module video,
section.module img {
  width: 100%;
  border-radius: 20px;
  margin-top: 5px;
}
section.module a.inline {
  color: #2a64c5;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-bottom: solid 1px #2a64c5;
}
section.module div.moduletitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100vw - (35px * 2));
  gap: 5px;
}
section.module div.moduletitle div.modulenum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  padding-left: 5px;
}
section.module div.moduletitle div.modulenum span.text {
  font-size: 18px;
  font-weight: 480;
  line-height: 20px;
  letter-spacing: -0.3px;
}
section.module div.moduletitle div.modulenum span.emoji {
  font-size: 17px;
}
section.module div.moduletitle div.modulenum.m1 span.text {
  border-bottom: 1.3px solid #d85341;
  color: #d85341;
}
section.module div.moduletitle div.modulenum.m2 span.text {
  border-bottom: 1.3px solid #963eb6;
  color: #963eb6;
}
section.module div.moduletitle div.modulenum.m3 span.text {
  border-bottom: 1.3px solid #d8823c;
  color: #d8823c;
}
section.module div.moduletitle div.modulenum.m4 span.text {
  border-bottom: 1.3px solid #357dc0;
  color: #357dc0;
}
section.module div.moduletitle div.modulenum.m01 span.text {
  border-bottom: 1.3px solid #a4b561;
  color: #a4b561;
}
section.module div.moduletitle div.modulenum.m02 span.text {
  border-bottom: 1.3px solid #db7596;
  color: #db7596;
}
section.module div.moduletitle div.modulenum.m03 span.text {
  border-bottom: 1.3px solid #d1a88b;
  color: #d1a88b;
}
section.module div.moduletitle div.titlesub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
section.module div.moduletitle div.titlesub h1 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 630;
  line-height: 80%;
  letter-spacing: -1.3px;
}
section.module div.moduletitle div.titlesub p {
  margin: 0;
  padding-left: 1.5px;
  color: rgba(0,0,0,0.4);
  font-size: 20px;
  font-weight: 480;
  line-height: 130%;
  letter-spacing: -0.6px;
}
section.module article.chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 15px;
  width: calc(100vw - (30px * 2));
  color: rgba(0,0,0,0.5);
}
section.module article.chapter h2.chaptertitle {
  margin: 0;
  font-size: 26.5px;
  font-weight: 630;
  line-height: 120%;
  letter-spacing: -0.8px;
  width: 100vw;
  padding: 0 30px;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: -7px;
  z-index: 9;
}
section.module article.chapter h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 630;
  line-height: 120%;
  letter-spacing: -0.5px;
  width: 100%;
}
section.module article.chapter h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
  width: 100%;
}
section.module article.chapter p {
  width: 100%;
  color: rgba(0,0,0,0.5);
  font-size: 18px;
  font-weight: 460;
  line-height: 130%;
  letter-spacing: -0.3px;
}
section.module article.chapter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  gap: 7px;
}
section.module article.chapter ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-start: 27px;
          padding-inline-start: 27px;
  gap: 7px;
}
section.module article.chapter div.imgcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 20px);
  gap: 5px;
  margin-bottom: 5px;
}
section.module article.chapter div.imgcont video,
section.module article.chapter div.imgcont img {
  width: 100%;
  border-radius: 20px;
}
section.module article.chapter div.imgcont p {
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 480;
  line-height: 130%;
  letter-spacing: -0.1px;
}
section.module article.chapter div.exercise-audio {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.module article.chapter div.exercise-audio h2.title {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  font-size: 26px;
  color: #fff;
  position: absolute;
  text-align: center;
  margin: 0;
  top: calc(50% - 50px);
  left: 0;
}
section.module article.chapter div.exercise-audio video {
  max-width: 100%;
}
section.module article.chapter div.exercise-audio div.chincont {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: absolute;
  bottom: calc(50% - 32px - 30px);
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.module article.chapter div.exercise-audio div.chin {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}
section.module article.chapter div.exercise-audio div.chin button {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border: 0;
  border-radius: 9999px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  color: #000;
  font-size: 17px;
  font-weight: 590;
  letter-spacing: 0px;
  padding: 0;
  height: 50px;
  width: 110px;
  cursor: pointer;
}
section.module article.chapter div.exercise-audio div.chin span.timer {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border: 0;
  border-radius: 9999px;
  color: #000;
  font-size: 17px;
  font-weight: 590;
  letter-spacing: 0px;
  padding: 0;
  text-align: center;
  width: 0px;
}
section.module article.chapter div.exercise-audio.playing {
  margin-bottom: 32px;
}
section.module article.chapter div.exercise-audio.playing h2.title {
  opacity: 0;
}
section.module article.chapter div.exercise-audio.playing div.chincont {
  bottom: -32px;
}
section.module article.chapter div.exercise-audio.playing div.chin span.timer {
  width: 100px;
}
section.module article.chapter div.exercise-audio.stopped div.chin span.timer {
  width: 100px;
}
section.module article.chapter div.video-player {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.module article.chapter div.video-player h2.video-title {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 3;
}
section.module article.chapter div.video-player video.video {
  width: 100%;
  border-radius: 20px;
}
section.module article.chapter div.video-player div.controls-wrapper {
  position: absolute;
  bottom: calc(50% - 32px - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.module article.chapter div.video-player div.controls-wrapper div.controls-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  border-radius: 50px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.module article.chapter div.video-player div.controls-wrapper div.main-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding: 7px 10px;
  z-index: 2;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.module article.chapter div.video-player div.controls-wrapper div.main-controls span.timer {
  width: 0px;
  overflow: hidden;
  color: #000;
  font-size: 17px;
  font-weight: 590;
  text-align: center;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  white-space: nowrap;
}
section.module article.chapter div.video-player div.controls-wrapper div.main-controls button.main-button {
  border: 0;
  border-radius: 9999px;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  color: #000;
  font-size: 17px;
  font-weight: 590;
  height: 50px;
  width: 110px;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
section.module article.chapter div.video-player div.controls-wrapper button.rewind-button,
section.module article.chapter div.video-player div.controls-wrapper button.forward-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #000;
  font-size: 14px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 3;
}
section.module article.chapter div.video-player div.controls-wrapper button.rewind-button {
  left: 7px;
}
section.module article.chapter div.video-player div.controls-wrapper button.forward-button {
  right: 7px;
}
section.module article.chapter div.video-player.playing {
  margin-bottom: 32px;
}
section.module article.chapter div.video-player.playing h2.video-title {
  opacity: 0;
}
section.module article.chapter div.video-player.playing div.controls-wrapper {
  bottom: -32px;
}
section.module article.chapter div.video-player.playing div.controls-wrapper div.main-controls {
  gap: 8px;
  padding: 7px 60px;
}
section.module article.chapter div.video-player.playing div.controls-wrapper div.main-controls span.timer {
  width: 100px;
}
section.module article.chapter div.video-player.playing div.controls-wrapper div.main-controls button.main-button {
  margin-right: 8px;
}
section.module article.chapter div.video-player.playing div.controls-wrapper button.rewind-button,
section.module article.chapter div.video-player.playing div.controls-wrapper button.forward-button {
  opacity: 1;
  pointer-events: auto;
}
section.module article.chapter div.video-player.stopped div.controls-wrapper div.main-controls span.timer {
  width: 100px;
}
section.module article.chapter div.video-player.stopped div.controls-wrapper button.rewind-button,
section.module article.chapter div.video-player.stopped div.controls-wrapper button.forward-button {
  opacity: 0;
  pointer-events: none;
}
section.module article.chapter#routine {
  padding-top: 70px;
  margin-top: -70px;
}
section.module .feedbackblock {
  position: relative;
  cursor: help;
  -webkit-transition: margin-left 0.5s ease-in-out, left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out, left 0.5s ease-in-out;
}
section.module .feedbackblock.feedbackopen:not(section.module .feedbackblock.chaptertitle) {
  margin-left: -200px !important;
}
section.module .feedbackblock.feedbackopen.chaptertitle {
  margin-left: -260px !important;
}
section.module .feedbackblock .feedbackbutton {
  background: rgba(0,0,0,0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px;
  font-size: 24px;
  border-radius: 1000vw;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: -92px;
  top: calc(50% - 32px);
  z-index: 15;
}
section.module .audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  width: calc(100vw - (10px * 2));
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 375px;
  padding: 0 25px;
  border-radius: 1000vw;
  text-align: center;
  color: rgba(0,0,0,0.7);
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
section.module .audio-player:not(.inplace) {
  position: sticky;
  bottom: 30px;
  left: -20px;
  z-index: 10;
}
section.module .audio-player div.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 15px;
  font-weight: 630;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.module .audio-player div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.module .audio-player div.buttons span.material-symbols-outlined {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  line-height: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spinaround {
  0% {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spinaround {
  0% {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes displayin {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes displayin {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes displayout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes displayout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes autoscroll {
  to {
    -webkit-transform: translateX(calc(-100% + 100vw));
            transform: translateX(calc(-100% + 100vw));
  }
}
@keyframes autoscroll {
  to {
    -webkit-transform: translateX(calc(-100% + 100vw));
            transform: translateX(calc(-100% + 100vw));
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    top: -150vh;
    opacity: 0;
  }
  100% {
    top: 0vh;
    opacity: 100;
  }
}
@keyframes slideFadeDown {
  0% {
    top: -150vh;
    opacity: 0;
  }
  100% {
    top: 0vh;
    opacity: 100;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@-webkit-keyframes heightFadeIn {
  0% {
    opacity: 0;
    height: 0vh;
  }
  100% {
    opacity: 100;
    height: 90vh;
  }
}
@keyframes heightFadeIn {
  0% {
    opacity: 0;
    height: 0vh;
  }
  100% {
    opacity: 100;
    height: 90vh;
  }
}
@-webkit-keyframes minheightnav {
  0% {
    min-height: 130vh;
  }
  100% {
    min-height: 67px;
  }
}
@keyframes minheightnav {
  0% {
    min-height: 130vh;
  }
  100% {
    min-height: 67px;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
