/* compiled by scssphp v0.0.12 on Thu, 27 Nov 2025 10:27:20 +0000 (0.2251s) */

:root {
  --theme-colour: #c59f4c;
  --theme-text-colour: #fff;
  --theme-green: #879251;
  --theme-indigo: #a293f7;
  --theme-colour--disabled: #888;
  --theme-colour--dark: #222;
  --theme-colour--error: #d44d5c;
  --theme-colour--error-background: #2d1016;
  --theme-colour: #c59f4c; }

body {
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0px;
  color: #fff;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }

h1, h2, h3, h4, h5, h6 {
  color: var(--theme-colour);
  margin: 2em 0;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  word-break: break-word; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1em;
  letter-spacing: 5px; }

h6 {
  font-size: 0.8em; }

menu {
  list-style-type: none;
  padding-left: 0; }

.scaled-headlines *:first-child {
  margin-bottom: 0; }
  .scaled-headlines *:last-child {
    margin-top: 8px; }

.noselect {
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  -khtml-user-select: none;
  /* Old versions of Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  user-select: none; }

.material-icons {
  width: 24px;
  overflow: hidden; }

.error p {
  color: var(--theme-colour--error);
  font-weight: 600;
  background-color: #2d1016;
  padding: 20px 40px;
  /*border-left:6px var(--theme-colour--error) solid;*/
  margin-left: -40px;
  width: calc(100% + 80px);
  box-sizing: border-box; }

#locked-modal--controller, #help-modal--controller {
  display: none; }

.modal--active #locked-modal--controller {
  display: block; }

#locked-modal--controller h4, #help-modal--controller h4, #generic-modal h4 {
  margin: 0; }

#generic-modal .options {
  margin-top: 0; }

.tucked--logo {
  width: 300px;
  max-width: 100%; }

.modal--content {
  overflow: auto;
  max-height: 50vh; }

.modal--screen {
  position: fixed;
  z-index: 1001001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95); }

.modal--position {
  position: fixed;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  z-index: 1001002; }

.modal--card {
  box-sizing: border-box;
  width: 640px;
  max-width: 90vw;
  max-height: 95vh;
  border: 8px var(--theme-colour) solid;
  padding: 0 40px;
  background: black;
  transform: translateX(-50%) translateY(-50%);
  overflow: auto; }
  @media (max-width: 480px) {
  .modal--card {
    padding: 0 30px; }
    .modal--card .options a {
      width: 100%;
      text-align: center; }
      .modal--card .options a + a {
        margin-top: 20px; }

    .modal--card canvas {
      zoom: 0.36; } }

.modal--card h3 {
  margin: 40px 0 20px; }

#upload-editor--modal {
  display: none; }

#upload-editor--modal canvas {
  width: 100%; }

.flex--middle {
  display: flex;
  align-items: center; }

.watch-wrapper header {
  top: -20px;
  z-index: 100;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 20px 20px;
  transform: translateY(0); }
  .watch-wrapper header .container {
    margin-bottom: 0;
    margin-top: 0; }
  .middle-offset .watch-wrapper header {
    position: sticky;
    transform: translateY(-100%); }
  .offset .watch-wrapper header {
    transition: transform 0.2s ease-out;
    transform: translateY(0); }

.utlities {
  display: flex;
  align-items: center; }

.dashboard-video--grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 0 24px; }
  .dashboard-video--grid h5 {
    position: absolute;
    top: 12px; }
  .dashboard-video--grid .section-title {
    position: relative; }
  .dashboard-video--grid .section-image {
    padding-top: 20px;
    grid-row: span 2; }
  .dashboard-video--grid .avatar--large {
    border-width: 6px;
    padding-bottom: calc(100% - 12px); }

.avatar-custom--selection {
  position: relative;
  z-index: 2; }

input:-webkit-autofill, input:-webkit-autofill::first-line, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-internal-autofill-previewed, input:-internal-autofill-selected {
  -webkit-transition: all 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  letter-spacing: 0.5px; }

.information {
  opacity: 0.7;
  font-size: 80%;
  line-height: 1.4;
  font-weight: 300; }

.welcome--index {
  background-color: var(--theme-colour--dark);
  padding: 20px;
  display: grid;
  grid-template-columns: 64px 1fr auto auto;
  grid-gap: 24px;
  justify-content: center;
  align-items: center;
  border-left: 8px var(--theme-colour) solid;
  position: relative;
  top: -20px; }
  .welcome--index .avatar--large {
    display: block; }
  .welcome--index h3, .welcome--index h5 {
    margin: 0;
    margin-bottom: 0 !important; }
  .watch-wrapper .welcome--index h3 {
    margin-top: 0; }

.button {
  display: inline-block;
  font: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
  padding: 8px 16px;
  border: none;
  -webkit-appearance: none;
  background-image: radial-gradient(circle at 80% 60%, #dcb96c 0, var(--theme-colour) 50%);
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 1.6;
  filter: none;
  transition: filter 0.05s ease-in-out; }
  .button:hover {
    filter: contrast(1.15) brightness(1.15);
    cursor: pointer; }
  .button .material-icons {
    vertical-align: middle; }

.option--buttons {
  display: flex; }
  .option--buttons p {
    margin: 0; }
  .option--buttons .button + .button {
    margin-left: 12px; }
  @media (max-width: 480px) {
    .option--buttons.mobile-managed p {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }

.button--has-icon {
  display: inline-grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px; }

.button--blank {
  background: none;
  border: none;
  color: var(--theme-colour); }

.button--ghost {
  background: transparent;
  border: 2px var(--theme-colour) solid;
  color: var(--theme-colour);
  padding: 6px 14px; }

.button--tight {
  padding: 5.6px; }

.button--circle {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

.self-grading--grade .button--circle img {
  mix-blend-mode: difference; }

.button--fill {
  width: 100%;
  text-align: center; }

.button--hollow {
  background: transparent;
  border-color: transparent;
  color: var(--theme-colour);
  font-weight: 400; }

.button--icon {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  padding: 7px; }

@keyframes working {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.logo {
  max-width: 400px; }

p {
  margin: 2em 0; }

a {
  color: var(--theme-colour);
  text-decoration: none; }

img {
  max-width: 100%; }

.centered {
  text-align: center; }

.page-width {
  width: 1200px;
  max-width: 100%;
  margin: auto; }

.form-width {
  width: 400px;
  max-width: 100%;
  margin: auto; }

.container p:last-child {
  margin-bottom: 0; }
  .container p:first-child {
    margin-top: 0; }

footer {
  padding: 1px 0;
  position: relative; }
  footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse 100% 100% at 0 0, #000, #000 99.9%, #999 100%, #000 125%);
    mix-blend-mode: screen; }
  footer a {
    color: var(--theme-text-colour); }
  footer .flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    align-items: flex-start; }
  footer menu li {
    margin: 0.25em 0; }
  footer h4 {
    margin-top: 1em; }

.footer--socials {
  display: flex;
  justify-content: center;
  margin-top: 4em; }
  .footer--socials path {
    fill: var(--theme-colour); }

.socials--grid {
  width: auto;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px; }

.footer--sub {
  text-align: center;
  margin: 6em 0 0em; }
  .footer--sub .information {
    margin: 0.5em; }

.centered {
  text-align: center; }

.copy {
  font-size: 70%;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 200; }

button {
  font: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  -webkit-appearance: none;
  background-image: radial-gradient(circle at 80% 60%, var(--theme-colour)-light 0, var(--theme-colour) 50%);
  position: relative;
  text-transform: uppercase; }
  button:hover {
    filter: contrast(1.25);
    cursor: pointer; }

[type='text'], [type='password'], [type='email'], [type='date'] {
  font: inherit;
  font-size: 16px;
  padding: 8px 0;
  border: none;
  -webkit-appearance: none; }

.general-form--grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px; }
  .general-form--grid label {
    display: flex;
    align-items: center; }
  .general-form--grid [type='text'], .general-form--grid [type='password'], .general-form--grid [type='email'], .general-form--grid [type='date'] {
    width: 100%;
    border-bottom: 1px grey solid;
    background: transparent;
    color: white;
    margin-bottom: 1px; }
    .general-form--grid [type='text']:focus, .general-form--grid [type='password']:focus, .general-form--grid [type='email']:focus, .general-form--grid [type='date']:focus {
      border-bottom: 2px white solid;
      margin-bottom: 0;
      outline: none; }
  .general-form--grid .span-2 {
    grid-column: span 2; }

.alert_e {
  opacity: 0.7;
  text-align: center;
  margin-top: -1em; }

.blank-in-form {
  margin-bottom: 0;
  text-align: center;
  font-size: 90%; }

.input-uplift {
  position: relative;
  margin-bottom: 24px; }
  .input-uplift .material-icons {
    position: absolute;
    left: 10px;
    top: 10px;
    color: var(--theme-colour); }
  .input-uplift label {
    position: absolute;
    left: 46px;
    top: 10px;
    transition: all 0.0666666667s ease-in-out;
    pointer-events: none;
    opacity: 0.5; }
  .input-uplift [type='text'], .input-uplift [type='password'], .input-uplift [type='email'], .input-uplift [type='date'] {
    padding: 10px 0 6px 46px;
    border-bottom: 1px var(--theme-colour) solid;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    color: white; }
    .input-uplift [type='text']::placeholder, .input-uplift [type='password']::placeholder, .input-uplift [type='email']::placeholder, .input-uplift [type='date']::placeholder {
      color: transparent; }
    .input-uplift [type='text']:focus, .input-uplift [type='password']:focus, .input-uplift [type='email']:focus, .input-uplift [type='date']:focus {
      outline: none; }
  .input-uplift:focus-within label, .input-uplift.active label {
    font-size: 50%;
    top: -10px;
    color: #ccc;
    opacity: 0.75; }

.input-uplift.input-uplift--secondary input {
  border-bottom: none;
  padding: 10px 16px;
  background-color: #1a1a1a; }
  .input-uplift.input-uplift--secondary label {
    left: 16px;
    text-transform: uppercase; }

.inline-edit {
  max-width: 350px;
  width: 100%;
  display: flex;
  box-sizing: border-box; }
  .inline-edit span {
    display: block;
    overflow: hidden; }
    .inline-edit span:first-child {
      width: 100%;
      text-overflow: ellipsis; }
    .inline-edit span:last-child {
      margin-left: 12px;
      flex-shrink: 0; }
  .inline-edit a {
    text-transform: uppercase;
    font-size: 90%; }

.forgotten_reset {
  display: none; }

.invex {
  filter: brightness(0.5); }

.login-background {
  background: white;
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  background-image: url(../../images/fight_scene_1.jpg);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: 48vw; }

.suspended-form {
  width: 440px;
  max-width: 90vw;
  transform: translateX(-50%) translateY(-50%);
  position: relative; }
  .suspended-form h2, .suspended-form h3 {
    margin: 0 0 40px;
    text-align: center; }

.suspended-card {
  background: rgba(0, 0, 0, 0.9);
  padding: 60px; }

.float-position--centre-right {
  position: fixed;
  top: 50%;
  left: 68%;
  width: 0;
  height: 0; }

.container {
  width: 1600px;
  max-width: 100%;
  padding: 0 40px 1px;
  margin: 80px auto;
  box-sizing: border-box; }

.container--wide {
  width: 1800px; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.grid {
  display: grid;
  grid-gap: 40px; }
  .grid-v-0 {
    grid-gap: 0 40px; }

.grid-auto-flow {
  grid-auto-flow: dense; }

.grid-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-2-1 {
  grid-template-columns: 2fr 1fr; }

.grid-3-1 {
  grid-template-columns: 3fr 1fr; }

.grid-span-2 {
  grid-column: span 2; }

.grid-span-3 {
  grid-column: span 3; }

.grid-buttonset {
  grid-template-columns: 1fr 48px; }

.header--logo {
  width: 400px;
  max-width: 60%;
  margin-bottom: 0; }

.offset .header--logo {
  width: 200px; }

.footer--logo {
  width: 400px;
  max-width: 100%; }

footer .grid > div {
  width: 100%;
  overflow: hidden; }

.video-gallery--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px; }

.video-gallery--swiper {
  display: flex;
  overflow: auto; }
  .video-gallery--swiper > div {
    width: calc(25% - 30px);
    flex-shrink: 0;
    margin-right: 40px; }
    .video-gallery--swiper > div:last-child {
      margin-right: 0; }
    .video-gallery--swiper > div .description {
      display: none; }

.video-block--image {
  position: relative; }
  .video-block--image .thumbnail {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 0.25s ease-out; }

.video-block.thumbnail-loaded .video-block--image .thumbnail {
  opacity: 0; }

.video-block--image--lock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .video-block--image--lock p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 70%;
    margin: 0.5em 0 0;
    opacity: 0.7; }
  .video-block--image--lock img {
    width: 50px; }
  .microblock-image .video-block--image--lock img {
    width: 20px; }

.video-block--details {
  padding-top: 12px; }
  .video-block--details h4 {
    margin: 4px 0 12px;
    letter-spacing: 0.3em;
    word-break: break-word; }

.account-playlist--current .video-block--details {
  padding-top: 0; }

.video-gallery--wrapper {
  height: 40vh;
  border-bottom: 2px var(--theme-colour) solid;
  overflow: hidden;
  position: relative; }
  .video-gallery--wrapper:after {
    content: "";
    display: block;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    height: 10vh;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .video-gallery--wrapper.video-gallery--expanded {
    padding-bottom: 48px; }
    .video-gallery--wrapper.video-gallery--expanded:after {
      background: transparent; }
    .video-gallery--wrapper.video-gallery--expanded:after {
      content: none; }
    .video-gallery--wrapper.video-gallery--expanded + .video-gallery--handle {
      transform: rotateX(180deg);
      top: -28px;
      left: -28px; }

.video-gallery--handle {
  width: 48px;
  height: 48px;
  background: black;
  border-radius: 100%;
  border: 4px var(--theme-colour) solid;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-gallery--handle .material-icons {
    color: var(--theme-colour);
    font-size: 48px;
    width: 48px; }

.chapter {
  font-size: 90%;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  letter-spacing: 0.5em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500; }

.video-block h2, .video-row h2 {
  margin: 0 0 1em; }

.progress-bar {
  display: block;
  height: 6px;
  background-color: #666;
  position: relative; }

.progress-bar--progress {
  display: block;
  height: 6px;
  background-color: var(--theme-colour); }

.a-block {
  display: block;
  color: inherit; }

.video-block--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%; }

.thumbnail-loaded .thumbnail {
  opacity: 0; }

.composite-video-header {
  display: grid;
  grid-template-columns: 1fr 92px;
  grid-gap: 0 40px;
  margin: 40px 0 20px; }
  .composite-video-header .video-chapter {
    opacity: 0.75;
    grid-column: span 2;
    margin: 0;
    letter-spacing: 0.5em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500; }
  .composite-video-header .video-title h2 {
    margin: 0;
    word-break: break-word; }
    .composite-video-header .video-title h3 {
      margin: 0;
      word-break: break-word;
      font-size: 1.6em; }
  .composite-video-header .video-navigation .material-icons {
    color: var(--theme-colour);
    font-size: 48px;
    width: 48px; }

.video-navigation {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px; }

#menu_main p {
  margin: 0; }
  #menu_main a {
    color: white;
    display: block; }
  #menu_main .material-icons {
    display: block;
    font-size: 48px;
    width: 48px; }

.end_position {
  margin-bottom: 0; }

#video-wrapper {
  width: 100%;
  padding-bottom: 56.5%;
  position: relative; }
  #video-wrapper:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 4px var(--theme-colour) solid;
    border-radius: 100%;
    border-left-color: transparent;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    animation-name: working;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear; }
  #video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.working {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block; }
  .working:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 4px var(--theme-colour) solid;
    border-radius: 100%;
    border-left-color: transparent;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    animation-name: working;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear; }

.working--small {
  width: 16px;
  height: 16px;
  margin-right: 8px; }
  .working--small:before {
    border-color: black;
    width: 16px;
    height: 16px;
    left: calc(50% - 8px);
    top: calc(50% - 8px); }

.button.working {
  padding-left: 44px;
  width: auto;
  height: auto;
  pointer-events: none; }
  .button.working:before {
    width: 12px;
    height: 12px;
    border-color: black;
    border-left-color: transparent;
    left: 13px;
    top: calc(50% - 10px); }

.button--fill.working {
  width: 100%; }

.main-navigation--screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out; }
  .show-menu .main-navigation--screen {
    opacity: 1;
    pointer-events: all; }

.main-navigation--wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  height: 100%; }
  .main-navigation--wrapper .main-navigation--menu {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    overflow: auto;
    transform: translateX(0);
    transition: transform 0.25s ease-in-out; }
    .show-menu .main-navigation--wrapper .main-navigation--menu {
      transform: translateX(-320px); }
  .main-navigation--wrapper a {
    color: black;
    display: block;
    padding: 16px;
    font-weight: 400; }
  .main-navigation--wrapper .main-navigation--header {
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 64px; }
    .main-navigation--wrapper .main-navigation--header a {
      display: flex;
      align-items: center; }
      .main-navigation--wrapper .main-navigation--header a > span {
        display: block;
        padding: 8px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        box-sizing: border-box;
        flex-grow: 0;
        flex-shrink: 0; }
      .main-navigation--wrapper .main-navigation--header a:hover > span {
        background: var(--theme-colour);
        color: white; }
    .main-navigation--wrapper .main-navigation--header img {
      margin-left: -16px;
      max-width: calc(100% + 16px); }
  .main-navigation--wrapper menu {
    color: #c59f4c;
    margin: 16px 0;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin-bottom: 0; }
    .main-navigation--wrapper menu:not(.end_position) {
      flex-grow: 1; }
    .main-navigation--wrapper menu a {
      display: grid;
      grid-template-columns: 24px 1fr;
      grid-gap: 20px; }
      .main-navigation--wrapper menu a span:nth-child(2) {
        display: flex;
        align-items: center; }
      .main-navigation--wrapper menu a:hover {
        background: var(--theme-colour);
        color: white; }
        .main-navigation--wrapper menu a:hover .material-icons {
          opacity: 1; }
    .main-navigation--wrapper menu .material-icons {
      opacity: 0.25; }

.composite-stage-wrapper {
  display: grid;
  grid-template-columns: 1fr 380px; }
  .composite-stage-wrapper .stage-wing {
    position: relative;
    grid-row: span 2; }
  .composite-stage-wrapper .stage-wing--liner {
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0 4px; }
  .composite-stage-wrapper .has-sub-chapters .stage-wing--liner {
    top: 104px; }

.stage-wing--header {
  background: black;
  position: relative;
  z-index: 10; }

.stage-wing--select {
  position: relative; }
  .stage-wing--select.stage-wing--select--active .stage-wing--option {
    display: grid; }

.stage-wing--option {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  grid-gap: 0 12px;
  grid-auto-fill: dense;
  padding: 8px; }
  .stage-wing--option:not([selected]) {
    display: none; }
  .stage-wing--option .material-icons {
    grid-row: span 2;
    display: flex;
    align-items: center; }
  .stage-wing--option h4 {
    margin: 0;
    letter-spacing: 0.3em; }
  .stage-wing--option .prompt {
    opacity: 0.75;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    grid-row: 2;
    grid-column: 2; }
  .stage-wing--option:hover {
    background: var(--theme-colour);
    color: black;
    cursor: pointer; }
    .stage-wing--option:hover a, .stage-wing--option:hover h4 {
      color: white; }

.stage-wing--indicator {
  position: absolute;
  right: 12px;
  top: 16px;
  pointer-events: none; }

.stage-wing--pane {
  display: none; }
  .stage-wing--pane.stage-wing--pane--active {
    display: block; }

.stage-wing--inner {
  padding: 24px; }

textarea {
  width: 100%;
  min-height: 120px;
  font-family: inherit;
  background: transparent;
  border: 1px #666 solid;
  color: white;
  padding: 12px;
  box-sizing: border-box; }

textarea:placholder {
  color: #999; }

.associated {
  margin-top: 12px; }

.void {
  margin-top: 0; }

.mid-callout {
  vertical-align: middle;
  color: #c59f4c; }

.hidden {
  display: none; }

.flexed {
  display: flex;
  align-items: center;
  justify-content: center; }

.flexed--verts {
  display: flex;
  align-items: center; }

.video-microblock {
  display: grid;
  grid-template-columns: 75px 1fr;
  overflow: hidden;
  width: 100%;
  margin: 0 0 4px;
  color: inherit; }
  .video-microblock:hover {
    background: var(--theme-colour); }
    .video-microblock:hover .title {
      color: black; }
  .video-microblock .microblock-description {
    overflow: hidden;
    padding: 0 8px;
    display: flex;
    align-items: center;
    min-height: 42px;
    box-sizing: border-box; }
  .video-microblock .title {
    margin: 0;
    letter-spacing: 0.1vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
  .video-microblock .description {
    display: none; }
  .video-microblock.video-microblock--keyed {
    grid-template-columns: 40px 75px 1fr; }

.video-block--details .requirements p {
  margin-bottom: 10px; }
  .video-block--details .requirements ul {
    margin-top: 0;
    padding-left: 20px; }

.options-tab--requirements {
  display: none; }

.chapter--tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 18px;
  padding: 4px;
  opacity: 0.75;
  border-right: 2px var(--theme-colour) solid;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  color: var(--theme-colour);
  font-weight: bold; }
  .video-microblock:hover .chapter--tag {
    color: black; }
  .video-block--current .chapter--tag {
    opacity: 1;
    color: black;
    background-color: var(--theme-colour);
    border-color: var(--theme-colour);
    font-weight: 700; }

.video-block--current .title {
  color: white; }

.self-grading--boxes {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  width: auto; }
  .self-grading--boxes .active {
    background: var(--theme-colour);
    color: black; }
  .self-grading--boxes .button:not(.active) .inside-image {
    display: none; }
  .self-grading--boxes .button.active .inside-text {
    display: none; }

.watch-wrapper {
  perspective: 12000px; }
  .watch-wrapper h3 {
    margin-bottom: 1em; }

.watch-wrapper--transform {
  transform: rotateY(0deg) translateX(0);
  transform-origin: 0 50vh;
  transition: transform 0.25s ease-in-out; }
  .show-menu .watch-wrapper--transform {
    transform: rotateY(25deg) translateX(-5vw); }

.mode-indicator {
  display: inline-grid;
  grid-template-columns: 12px 1fr;
  grid-gap: 12px;
  background: #333;
  padding: 8px 24px 8px 12px;
  border-radius: 20px; }

.mode-button {
  display: flex;
  align-items: center;
  justify-content: center; }
  .mode-button:before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: red;
    border: 1px grey solid; }

.mode-label {
  font-size: 90%;
  text-transform: uppercase; }

.avatar {
  width: 64px;
  height: 64px;
  border: 4px var(--theme-colour) solid;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center; }

.avatar--andreas {
  background-color: white;
  background-image: url(../../images/andreas_avatar.png);
  margin: auto; }

.avatar-destroy {
  background-color: var(--theme-colour);
  color: black;
  display: inline-block;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 8px black solid;
  z-index: 3; }

.relative {
  position: relative; }

blockquote {
  position: relative;
  padding: 20px 40px;
  display: inline-block; }
  blockquote:before, blockquote:after {
    font-size: 400%;
    color: #999;
    position: absolute; }
  blockquote:before {
    content: "“";
    top: 20px;
    left: 10px; }
  blockquote:after {
    content: "”";
    bottom: -6px;
    right: 10px; }

.overlay-functions {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 8px;
  left: 8px;
  display: grid;
  grid-gap: 8px;
  display: none !important; }
  .overlay-functions a {
    display: inline-flex;
    align-items: center;
    width: 56px;
    height: 56px; }
  .overlay-functions a:after {
    text-shadow: 1px 1px 1px white;
    position: absolute;
    left: calc(100% + 8px);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.1s ease-in-out;
    width: 200px;
    color: black;
    font-size: 70%;
    line-height: 1.1;
    opacity: 0; }
  .overlay-functions a:nth-child(1):after {
    content: "Click to save the current video position to your bookmarks"; }
  .overlay-functions a:nth-child(2):after {
    content: "Click to make the video player and content full screen"; }
  .overlay-functions a:hover:after {
    opacity: 1; }
  #video-wrapper:hover .overlay-functions {
    opacity: 1;
    pointer-events: all; }

.stage {
  position: relative;
  padding-bottom: 56%; }

#video-wrapper {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center; }

.self-grading--layout {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 80px; }

.self-grading--caption {
  grid-column: span 2; }
  .self-grading--caption p {
    margin: 0; }

.self-grading--grade {
  text-align: center; }

.self-grading--grade .self-assessment {
  display: none; }

.self-assessment {
  margin: 1em 0;
  opacity: 0.5;
  font-weight: 200;
  font-size: 70%;
  text-transform: uppercase;
  line-height: 1.4; }

.self-grading--advice {
  display: grid;
  grid-template-columns: 80px 1fr;
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }
  .self-grading--advice blockquote {
    margin: 0;
    margin-bottom: 8px; }

.self-grading--advice--given {
  opacity: 1; }

.avatar--title {
  font-size: 90%;
  line-height: 1.1;
  text-transform: uppercase;
  margin: -0.5em 0 0;
  text-align: right; }
  .avatar--title span {
    background-color: var(--theme-colour);
    color: black;
    padding: 0 4px; }

.message-marker a {
  position: relative; }
  .message-marker a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--theme-colour);
    position: absolute;
    left: 38px;
    top: 18px; }
  .message-marker a:hover:after {
    background-color: white; }

.overlay-warning--position {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden; }

.overlay-warning {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 0 48px;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out; }
  .overlay-warning--retracted .overlay-warning {
    transform: translateY(100%); }

.overlay-warning--layout {
  display: grid;
  grid-template-columns: 16% 1fr;
  grid-gap: 48px; }
  .overlay-warning--layout .overlay-warning--character {
    position: relative;
    grid-row: span 3; }
  .overlay-warning--layout .overlay-warning--character img {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 120%;
    opacity: 1;
    transition: opacity 0.15s ease-in-out; }
  .overlay-warning--layout h4 {
    margin-bottom: 0; }
  .overlay-warning--layout .safety-content p:first-child {
    margin-top: 0; }
  .overlay-warning--layout .safety-content p:last-child {
    margin-bottom: 0; }
  .overlay-warning--layout .option--buttons {
    margin-top: 0; }

.overlay-warning--retracted {
  pointer-events: none; }
  .overlay-warning--retracted .overlay-warning--character img {
    opacity: 0; }

.bookmark-create--position {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.bookmark-create {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  padding: 0 48px;
  transform: translateY(0);
  transition: transform 0.25s ease-in-out; }
  .bookmark-create h4 {
    margin-bottom: 20px; }
  .bookmark-create--retracted .bookmark-create {
    transform: translateY(100%); }
  .bookmark-create [type='text'] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    color: black; }

.bookmark-name-wrapper {
  position: relative;
  flex-grow: 1;
  margin-right: 12px; }
  .bookmark-name-wrapper a {
    position: absolute;
    right: 12px;
    top: 8px; }
  .bookmark-name-wrapper a .material-icons {
    color: black; }

.bookmark-create--retracted {
  pointer-events: none; }

.options--rail p {
  position: relative;
  margin: 0; }
  .options--rail p:before {
    content: "";
    position: absolute;
    border-top: 1px #666 solid;
    display: block;
    width: 100%;
    top: 11.5px; }
  .options--rail p a {
    position: relative;
    display: inline-block;
    background: black;
    font-size: 90%;
    text-transform: uppercase;
    margin: 0 4px 0 0;
    padding: 0 8px;
    color: #949494; }
    .options--rail p a:first-child {
      padding-left: 0; }
    .options--rail p a.active {
      color: white; }

.inbox-message--subject {
  display: grid;
  grid-template-columns: 1fr 72px;
  grid-gap: 4px;
  margin-bottom: 4px; }
  .inbox-message--subject h5 {
    margin: 0;
    padding: 24px;
    background-color: #222;
    font-size: 1.1em; }
  .inbox-message--subject .material-icons {
    float: left; }
  .inbox-message--subject:hover {
    cursor: pointer; }
  .inbox-message--subject:hover h5 {
    background-color: #282828; }

.inbox-message--body {
  padding: 24px;
  background-color: #111;
  margin-bottom: 8px; }
  .inbox-message--body p {
    margin: 0; }

[data-content="notes"] textarea {
  max-height: 468px; }

.bookmark-microblock {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  grid-gap: 0 12px;
  padding: 12px; }
  .bookmark-microblock:not(.bookmark-microblock--bookmark,.bookmark-microblock--active) {
    margin-top: 8px;
    background: #212121; }
  .bookmark-microblock .material-icons {
    float: left; }
  .bookmark-microblock .prompt {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    grid-row: 2;
    grid-column: 2; }

.bookmark-description {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bookmark-microblock--active {
  margin-top: 8px;
  background-color: var(--theme-colour); }
  .bookmark-microblock--active h5 {
    color: white; }
  .bookmark-microblock--active .prompt {
    display: none; }
  .bookmark-microblock--active .bookmark-category--indicator {
    transform: rotateZ(180deg); }
  .bookmark-microblock--active .bookmark-icon {
    color: black; }

.bookmark-category--indicator {
  color: white;
  display: flex;
  align-items: center; }

.bookmarks--collection--collapsed {
  display: none; }

.bookmark-description h5 {
  margin: 0;
  letter-spacing: 0.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .bookmark-description p {
    margin: 0;
    color: white; }

.bookmark-icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }

[data-content="bookmarks"] {
  margin-left: -4px; }

.bookmark-microblock--bookmark .bookmark-icon {
  opacity: 0.25; }
  .bookmark-microblock--bookmark .bookmark-description {
    font-size: 90%;
    opacity: 75%; }

[data-wmco-action]:hover {
  cursor: pointer; }

.bookmark-group {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 48px; }

.bookmark-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 12px;
  grid-column: span 2; }
  .bookmark-block h4 {
    margin: 0; }
  .bookmark-block .chapter {
    margin: 0;
    letter-spacing: 0.5em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 80%;
    opacity: 0.65; }

.boomark-label a {
  color: white; }

.bookmark-timecode {
  text-align: right; }

.bookmark {
  display: grid;
  grid-template-columns: 64px 1fr 48px;
  grid-gap: 4px;
  margin-bottom: 4px;
  grid-column: 2;
  margin-left: 12px; }
  .bookmark:hover > div {
    background-color: #222; }
  .bookmark > div {
    background-color: #111;
    padding: 12px; }
  .bookmark .material-icons {
    float: left;
    color: white; }

.welcome-layout {
  display: grid;
  grid-template-columns: 120px 1fr 200px;
  grid-gap: 24px; }
  .welcome-layout h2, .welcome-layout h5 {
    margin: 0; }

.avatar--grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  .avatar--grid-list > div {
    position: relative; }

.avatar--large {
  box-shadow: 0 0 2px inset red;
  max-width: 100%;
  border: 8px var(--theme-colour) solid;
  border-radius: 100%;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: calc(100% - 16px);
  box-sizing: border-box;
  filter: saturate(0.25);
  opacity: 0.5;
  position: relative; }
  .avatar--large img {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px #f4f4f4;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: top; }
  .avatar--large:hover {
    filter: none;
    opacity: 1; }

span.avatar--large {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-width: 4px;
  padding: 0; }

.avatar--selected {
  filter: none;
  opacity: 1; }

.avatar--adder {
  position: relative; }
  .avatar--adder input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .avatar--adder canvas, .avatar--adder textarea {
    display: none; }
  .avatar--adder:before, .avatar--adder:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 40%;
    border-bottom: 6px var(--theme-colour) solid;
    bottom: calc(50% - 4px);
    left: 30%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-size: 90%;
    text-transform: uppercase; }
  .avatar--adder:after {
    transform: rotate(90deg); }

.avatar--uploading:before {
  content: "Uploading ...";
  padding-bottom: 12px; }
  .avatar--uploading:after {
    content: attr(data-progress);
    transform: none;
    padding-top: 8px;
    bottom: 24%;
    border: none; }

.avatar--uploaded:before, .avatar--uploaded:after {
  content: none; }

.scale-bar--wrapper {
  position: relative;
  padding: 20px 10px; }

.scale-bar {
  background: #666;
  height: 10px;
  border-radius: 5px; }

.scale-bar--fill {
  background: var(--theme-colour);
  height: 10px;
  border-radius: 5px;
  width: 0; }

.scale-bar--handle {
  position: absolute;
  top: 10px;
  left: calc(0 - 16px);
  background: white;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  pointer-events: none; }

.self-grading--page {
  margin: 2em 0 4em; }

.grading-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 20px;
  grid-column: span 2; }
  .grading-block h4 {
    margin: 0; }
  .grading-block .chapter {
    margin: 0;
    letter-spacing: 0.5em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 80%;
    opacity: 0.65; }
  .grading-block p:not(.self-assessment,.avatar--ident) {
    margin: 0; }
  .grading-block .self-grading--layout {
    grid-template-columns: 400px 1fr; }

.grading-image {
  background-size: contain;
  background-position: 0 0; }

.educator--callout {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 48px;
  margin-bottom: 4em; }
  .educator--callout p {
    margin: 0; }

.educator--character {
  background-image: url(../../images/andreas_character.png);
  background-size: cover; }

.overlay-functions {
  display: nne; }

.no-internal-margins p {
  margin: 0; }

.margin-top {
  margin-top: 2em; }

.margin-bottom {
  margin-bottom: 2em; }

.winner-message {
  padding-bottom: 6em; }

.winner-title {
  padding-top: 6em; }

.winner--message--layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 30%); }

.advanced--winner {
  position: relative; }

.advanced--winner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../images/4.gif);
  background-size: cover;
  background-position: 50% 50%;
  mix-blend-mode: multiply; }

.advanced--winner .winner-wind {
  display: none; }

.mobile-options--wrapper {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  overflow: auto;
  margin-top: 20px; }

.mobile-video-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  grid-gap: 4px;
  padding: 0 8px;
  min-width: 100vw;
  box-sizing: border-box; }

.mobile-option {
  display: flex;
  flex-direction: column;
  align-items: center; }

.mobile-option--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px var(--theme-colour) solid;
  border-radius: 100%; }
  .mobile-option--icon .material-icons {
    color: var(--theme-colour); }
  .mobile-option--icon:hover {
    background-color: var(--theme-colour); }
  .mobile-option--icon:hover .material-icons {
    color: black; }

.mobile-option--title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 12px 0; }

.help--circle {
  margin: 0 24px 0 0;
  float: left; }

.overlay-warning--position {
  display: nne; }

.winner-post {
  background-color: var(--theme-colour--dark);
  padding: 20px 0; }

.winner-post .container {
  margin: auto; }

.winner-post p {
  font-size: 90%;
  opacity: 0.6;
  text-align: center;
  margin: 0; }

.winner .container {
  overflow: hidden; }

#winner_close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100; }

.winner--image {
  position: relative;
  z-index: 10;
  padding: 40px;
  grid-column: 2;
  grid-row: 1 / span 2; }

.winner--image img {
  position: absolute;
  max-width: none;
  width: calc(100% - 20px);
  right: 0; }

.winner {
  background: #c59f4c;
  background-image: linear-gradient(black, #c59f4c); }

.winner .container {
  margin: 0 auto; }

.winner--layout {
  display: flex;
  position: relative; }

.winner-wind {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  pointer-events: none; }

#reference-map {
  z-index: 10; }

#winner-image {
  display: block;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.5)); }

.winner h2 {
  font-size: 4vw;
  margin: 0;
  letter-spacing: 0.3em;
  width: 90vw; }

.winner h2 span {
  font-size: 150%;
  line-height: 1.2; }

.winner-message p {
  max-width: 50vw; }

@media (min-width: 1800px) {
  .winner-message h2 {
    font-size: 4.7em; } }

.winner-message h3 {
  margin: 1em 0; }

#winner-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: screen; }

.particle {
  position: absolute; }

.trophy-shelf {
  display: grid;
  grid-template-columns: repeat(2, 48px);
  grid-gap: 8px; }
  .trophy-shelf .primary {
    fill: #000; }
  .trophy-shelf .secondary {
    fill: #000; }
  .trophy-shelf .tertiary {
    fill: #000;
    opacity: 0.5; }

.trophy-shelf--trophy {
  display: flex;
  align-items: center;
  position: relative; }
  .trophy-shelf--trophy svg {
    width: 48px;
    height: auto; }

.trophy-shelf--trophy--earned .primary {
  fill: var(--theme-colour); }
  .trophy-shelf--trophy--earned .secondary {
    fill: #000; }
  .trophy-shelf--trophy--earned .tertiary {
    fill: var(--theme-colour);
    opacity: 0.5; }

.sub-chapters {
  display: grid;
  grid-template-columns: 0 repeat(2, 1fr);
  grid-gap: 6px;
  margin-left: -6px;
  margin-bottom: 4px;
  transition: grid-template-columns 0.0666666667s ease-in-out, margin-left 0.0666666667s ease-in-out; }
  .sub-chapters > div {
    overflow: hidden; }
  .sub-chapters a {
    width: 100%;
    text-align: center;
    height: 100%; }
  .sub-chapters.sub-chapter--watching {
    grid-template-columns: 42px repeat(2, 1fr);
    margin-left: 0; }
  .sub-chapters .button.active {
    background-color: var(--theme-colour);
    color: black; }

.video-block--image--wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 57.8%; }

.path {
  border-top: 4px var(--theme-colour) solid;
  height: 0;
  margin: 8em 0 2em;
  display: flex;
  align-items: center;
  justify-content: space-around; }

.path.in-progress {
  margin-bottom: 16em; }

.path--section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .path--section:first-child .path--video--container {
    transform: translateX(-25%) translateY(20px); }
    .path--section:first-child .path--video--container:before {
      left: calc(25% - 16px); }
  .path--section:last-child .path--video--container {
    transform: translateX(-75%) translateY(20px); }
    .path--section:last-child .path--video--container:before {
      left: calc(75% - 16px); }

.path--bubble {
  border: 2px var(--theme-colour) solid;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  color: var(--theme-colour);
  top: -2px;
  box-sizing: border-box;
  border-style: dashed; }

.path--bubble--function {
  border-style: dashed; }

.path--bubble--unlocked {
  color: var(--theme-colour);
  border: 2px var(--theme-colour) solid; }

.path--bubble--watched {
  border-width: 4px; }

.path--bubble--complete {
  background-color: var(--theme-colour);
  color: black;
  display: flex;
  flex-direction: column;
  /*
  Theatre mode - simple embedded widescreen (exceeds 'container' width)
  Focus (study) mode - fullscreen video / playlist mode
*/ }
  .path--bubble--complete .path-bubble--chapter {
    font-size: 70%;
    line-height: 0.8; }
  .path--bubble--complete .path-bubble--checked {
    font-weight: bold; }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1200px) {
  .composite-stage-wrapper {
    grid-template-columns: 1fr 320px; } }

@media (max-width: 1100px) {
  .composite-stage-wrapper {
    grid-template-columns: 1fr; }

  .stage-wing {
    display: grid;
    grid-template-columns: 300px 1fr; }

  .composite-stage-wrapper .stage-wing--liner {
    position: static; }

  .video-microblock .microblock-description {
    min-height: 24px;
    padding: 8px 0; }

  .video-microblock .title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (max-width: 1040px) {
  .grid-l-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .grid-span-l-2 {
    grid-column: span 2; }

  .grid-span-l-1 {
    grid-column: span 1; }

  .self-grading--layout {
    grid-template-columns: repeat(2, 1fr); }

  .login-background {
    background-position: 10% 50%;
    background-size: 70vw; }

  .welcome--index {
    grid-template-columns: 64px 1fr auto; }
    .welcome--index .option--buttons {
      grid-row: 2;
      grid-column: 2 / span 3; } }

@media (max-width: 860px) {
  h3 {
    font-size: 1.6em;
    letter-spacing: 0.3em; }

  h4 {
    font-size: 1.3em;
    letter-spacing: 0.25em; }

  .video-block--details h4 {
    font-size: 1.2em; }

  .container {
    padding: 0 32px; }

  .header--logo {
    width: 300px; }

  .composite-video-header {
    grid-template-columns: 1fr; }

  .video-navigation {
    justify-content: space-between; }

  .stage-wing {
    grid-template-columns: 1fr; }

  .grid-t-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .grid-t-1 {
    grid-template-columns: 1fr; }

  .grid-span-t-1 {
    grid-column: span 1; }

  .welcome_flash h2 {
    font-size: 2.6em; }

  .video-title h2 {
    font-size: 2em;
    letter-spacing: 0.4em; }

  .self-grading--layout {
    grid-template-columns: 1fr; }

  .self-grading--caption {
    grid-column: auto; }

  .self-grading--boxes {
    grid-gap: 3vw; }

  .button--circle {
    width: calc(4vw + 32px);
    height: calc(4vw + 32px); }

  .composite-stage-wrapper .stage-wing--liner {
    margin: 0; }

  .float-position--centre-right {
    left: 50%; }

  .login-background {
    background-position: 50% 40%;
    background-size: 150vw; }

  .watch-wrapper header .container {
    margin-top: 0;
    padding: 0; }

  .watch-wrapper header {
    top: 0; }

  .welcome-layout {
    grid-template-columns: 80px 1fr; }

  .avatar--large {
    border-width: 4px;
    padding-bottom: calc(100% - 8px); }

  .welcome-layout h2 {
    font-size: 2.4em; }

  .avatar-destroy {
    border-width: 4px;
    bottom: -4px;
    right: -4px; }

  .welcome--index .option--buttons {
    display: grid;
    grid-gap: 8px; }
    .welcome--index .option--buttons .button {
      text-align: center; }
    .welcome--index .option--buttons .button + .button {
      margin-left: 0; }

  .grading-block .self-grading--layout {
    grid-template-columns: 1fr;
    grid-gap: 40px; }

  .overlay-warning {
    padding: 0 20px; }

  .overlay-warning--layout {
    grid-gap: 20px; }

  .option--buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 0;
    grid-gap: 10px; }
    .option--buttons a {
      margin-left: 0; }
    .option--buttons a:nth-child(3) {
      grid-column: span 2; }

  .overlay-warning--layout .overlay-warning--character img {
    right: auto;
    left: -40px;
    max-width: 140%; }

  .video-microblock {
    grid-gap: 8px; }

  .video-block--image {
    min-height: 48px; }

  .stage--course-progress {
    order: 1; }

  .stage-wing {
    order: 2; }

  .winner--message--layout {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 30%); }

  .winner--image img {
    width: calc(100% + 40px); }

  .winner-message p {
    max-width: 60vw; }

  .watch-wrapper h3 {
    margin-top: 1em;
    margin-bottom: 0.5em; } }

.tabs--pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  margin-top: 2em; }

.tab {
  background: var(--theme-colour--dark);
  color: #999;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden; }
  .tab.active {
    background: var(--theme-colour);
    color: black; }

.video-block--overlay-details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.press--button {
  position: absolute;
  right: 20px;
  bottom: 20px; }
  .press--button span {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border-bottom-right-radius: 4px;
    background-color: var(--theme-colour);
    color: black;
    position: relative;
    z-index: 1; }
  .press--button:after {
    content: "";
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    right: -32px;
    top: -32px;
    border-radius: 100%;
    background: black;
    opacity: 0.5;
    transition: all 0.0666666667s ease-in-out; }

.overlay-description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transform: translateY(80%);
  opacity: 0;
  transition: all 0.0666666667s ease-in-out; }
  .overlay-description p:first-child {
    margin-top: 0; }
  .overlay-description p:last-child {
    margin-bottom: 0; }

.show-overlay .press--button:after {
  background-color: transparent;
  border-radius: 0;
  width: 192px;
  height: 192px; }
  .show-overlay .overlay-description {
    transform: translateY(0);
    opacity: 1; }

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
    margin-top: 20px; }

  h3 {
    font-size: 1.3em; }

  h4 {
    font-size: 1.1em; }

  .grid {
    grid-gap: 12px; }

  .grid-m-1 {
    grid-template-columns: 1fr; }

  .grid-m-2 {
    grid-template-columns: repeat(2, 1fr); }

  .welcome_flash h2 {
    font-size: 2em;
    margin: 0; }

  .video-title h2 {
    font-size: 1.8em;
    letter-spacing: 0.25em; }

  .self-grading--boxes {
    grid-gap: 12px; }

  .button--circle {
    width: 14vw;
    height: 14vw; }

  .video-microblock {
    margin-bottom: 0;
    grid-gap: 8px; }

  .stage-wing--pane.stage-wing--pane--active {
    display: grid;
    grid-gap: 8px; }

  .self-grading--advice {
    grid-template-columns: 50px 1fr; }

  .self-grading--advice > div:first-child {
    transform-origin: 0 0;
    transform: scale(0.8); }

  .self-grading--advice blockquote {
    padding-right: 32px; }

  .watch-wrapper header {
    padding: 10px;
    height: 100px;
    position: relative !important; }

  .welcome-layout {
    grid-template-columns: 1fr;
    text-align: center; }

  .avatar--large {
    width: 100%;
    padding-bottom: calc(100% - 8px);
    margin: auto;
    outline: 1px black solid; }

  .avatar--container {
    position: relative; }
    .avatar--container:before {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 70px;
      top: -16px;
      left: calc(50% - 12px);
      background-color: var(--theme-colour); }
    .avatar--container:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -14px;
      left: calc(50% - 12px);
      border: 12px transparent solid;
      border-bottom-color: black; }

  header .avatar--large {
    width: 40px;
    padding-bottom: 32px; }

  .welcome-layout h2 {
    font-size: 1.6em; }

  .welcome-layout .flex--middle {
    display: block; }

  .modal--screen {
    top: 70px; }

  .modal--position {
    top: calc(50% + 35px); }

  .modal--card {
    max-width: 100vw;
    border: none; }

  .modal--header {
    display: none; }

  .modal--footer .options {
    margin-top: 0; }

  .modal--content {
    height: 100%;
    max-height: 100%; }

  .modal--cardless {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    border: none; }

  .introduction {
    font-size: 90%;
    color: #ccc;
    line-height: 1.4; }

  .special-mobile-options {
    display: flex; }
    .special-mobile-options a:first-child {
      flex-grow: 1;
      text-align: center; }
    .special-mobile-options a:last-child {
      margin-left: 24px; }

  .next-video--block .video-block--image--wrapper {
    position: relative;
    left: -20px;
    width: calc(100% + 40px); }

  .socials--grid {
    grid-gap: 20px; }

  .trim-mobile {
    overflow: hidden; }

  .winner--message--layout {
    grid-template-columns: minmax(0, 1fr) minmax(100px, 30%); }

  .winner h2 {
    font-size: 5vw; }

  .winner--image img {
    right: -20px;
    top: 100px;
    width: calc(100% + 60px); }

  .winner-title {
    padding-top: 40px; }

  .winner-message {
    padding-bottom: 20px; }

  .winner--layout [data-action="make_certificate"] {
    width: calc(100vw - 40px);
    text-align: center; }

  #winner_close {
    top: 20px;
    right: 20px; }

  .trophy-shelf {
    grid-column: span 2;
    justify-content: center; }

  .composite-stage-wrapper .has-sub-chapters .stage-wing--liner {
    top: 48px; }

  .mobile-only .sub-chapters {
    margin-top: 8px;
    margin-left: -23px;
    width: calc(100% + 40px);
    white-space: nowrap; }
    .mobile-only .sub-chapters.sub-chapter--watching {
      margin-left: -15px;
      width: calc(100% + 30px); }

  .mobile-switch-tab .progress-box .help--circle {
    margin-top: 24px; }

  .mobile-managed.single-option {
    grid-template-columns: 1fr; }
    .mobile-managed.single-option p {
      grid-template-columns: 1fr; }

  .main-navigation--wrapper menu.end_position {
    padding-bottom: 40px; } }

@keyframes diskaccess {
  0% {
    transform: rotate(0deg); }

  50% {
    transform: rotate(900deg); }

  100% {
    transform: rotate(1800deg); } }

#offline_controller {
  margin-right: 32px; }

.offline-initiator {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px;
  padding: 24px;
  padding-right: 36px;
  border: 2px var(--theme-colour) solid;
  border-radius: 48px; }

.disk-indicator {
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 2px transparent solid;
  border-left: 2px var(--theme-colour) solid;
  border-right: 2px var(--theme-colour) solid;
  animation-name: diskaccess;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

.offline-initiator .progress-bar {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background: var(--theme-colour); }

#offline_loading, #offline_launch {
  display: none; }

[data-offline-loading] #offline_loading {
  display: block; }

[data-offline-available]:not([data-offline-loading]) #offline_launch {
  display: block; }

.video-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 24px;
  margin-bottom: 48px; }

.video-row--content .chapter {
  margin-bottom: 0; }
  .video-row--content h4 {
    margin: 0; }

#video_player {
  pointer-events: none; }

.play-video #video_player {
  pointer-events: all; }

.video-player--screen {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }

.play-video .video-player--screen {
  opacity: 1; }

.video-player--video {
  position: relative; }

.video-player--video--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-player--interior {
  display: grid;
  grid-template-rows: 80px 1fr;
  box-sizing: border-box;
  height: 100%; }

.video-player--interior video {
  max-height: 100%; }

.video-player--position {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }

.play-video .video-player--position {
  opacity: 1; }

.video-player--window {
  box-sizing: border-box;
  position: relative;
  width: 80vw;
  height: 80vh;
  transform: translateX(-50%) translateY(-50%);
  background: black;
  border: 2px var(--theme-colour) solid; }

.video-player--interior {
  padding: 48px; }

.video-player--interior video {
  width: 100%; }

.video-player--close {
  position: absolute;
  top: 24px;
  right: 24px; }

.video-player--close .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 100%;
  font-weight: bold; }

.video-player--header .chapter {
  font-size: 90%;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  letter-spacing: 0.5em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500; }

.video-player--header h4 {
  margin-top: 0; }

.mobile_only {
  display: none; }

@media (max-height: 600px) {
  .video-player--window {
    width: 100vw;
    height: 100vh; } }

@keyframes help-screen-start {
  0% {
    opacity: 0; }

  100% {
    oapcity: 1; } }

@keyframes help-start {
  0% {
    transform: translateX(-50%) translateY(-20%) scale(0.8); }

  100% {
    transform: translateX(-50%) translateY(-50%) scale(1); } }

@keyframes help-screen-end {
  0% {
    opacity: 1; }

  100% {
    oapcity: 0; } }

@keyframes help-end {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1); }

  100% {
    transform: translateX(-50%) translateY(-20%) scale(0.8); } }

#help-modal--controller .modal--card {
  width: 860px; }

.modal--card.modal--card--wide {
  width: 860px; }

.modal--card--wide .modal--content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px;
  margin-bottom: 20px; }

#help-modal--controller .modal--content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px; }

.modal--content--image {
  padding-top: 40px; }

.help--active {
  overflow: hidden; }
  .help--active #help-modal--controller {
    animation-name: help-screen-start;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    display: block; }
  .help--active #help-modal--controller .modal--window {
    animation-name: help-start;
    animation-duration: 0.2s;
    animation-iteration-count: 1; }

.help--closing #help-modal--controller {
  animation-name: help-screen-end;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  display: block; }
  .help--closing #help-modal--controller .modal--window {
    animation-name: help-end;
    animation-duration: 0.2s;
    animation-iteration-count: 1; }

.mobile_only {
  display: none; }

#offline_launch .material-icons {
  font-size: 36px;
  width: 36px; }

@media (max-width: 480px) {
  .header--logo {
    width: 140px; }

  .offset .header--logo {
    width: 140px; }

  .utlities {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px; }

  #offline_controller {
    margin-right: 0; }

  #offline_launch [data-label] {
    flex-direction: column;
    text-align: center; }

  #offline_launch [data-label]:after {
    font-size: 70%;
    line-height: 1; }

  .mobile_only {
    display: flex;
    align-items: center; }

  .tablet_above {
    display: none; }

  .composite-video-header .video-navigation .material-icons {
    font-size: 36px; }

  .video-navigation {
    padding-top: 12px; }

  .educator--callout {
    grid-template-columns: 1fr; }

  .educator--character {
    padding-bottom: 70%;
    background-size: 70%;
    background-position: 50% 0%;
    background-repeat: no-repeat; }

  .grading-block {
    grid-template-columns: 1fr; }

  .grading-block .self-grading--layout {
    grid-template-columns: 1fr; }

  .self-grading .self-grading--layout {
    grid-gap: 30px; }

  .grading-block .self-assessment {
    font-size: 90%;
    padding: 12px 24px; }

  .bookmark-block, .bookmark-group {
    grid-template-columns: 1fr; }

  .bookmark-block {
    margin-bottom: 12px; }

  .bookmark {
    width: 100%;
    margin-left: 0;
    grid-column: 1; }

  #offline_videos .video-row {
    grid-template-columns: 1fr; }

  .video-row--image img {
    width: 100%; }

  .modal--interior {
    height: calc(100vh - 70px);
    box-sizing: border-box;
    display: grid;
    grid-gap: 32px; }

  .modal--title {
    margin-top: 20px;
    padding-right: 40px; }

  .modal--title h4 {
    margin-bottom: 0; }

  .modal--content p:first-child {
    margin-top: 0; }
    .modal--content p:last-child {
      margin-bottom: 0; }

  .overlay-warning--position {
    position: fixed;
    z-index: 1002; }

  .option--buttons {
    display: grid;
    grid-gap: 12px; }

  .option--buttons .button + .button {
    margin-left: 0; }

  #help-modal--controller .modal--content {
    display: block; }

  .next-video--block .option--buttons {
    grid-template-columns: 1fr; }

  .modal--card--wide .modal--content {
    grid-template-columns: 1fr; }

  [data-action="make_certificate"] {
    position: relative;
    z-index: 100; } }

.self-grading:not(.grading-not-available) .grading-not-unlocked {
  display: none; }

.self-grading.grading-not-available .self-grading--layout {
  display: none; }

.avatar--ident {
  color: var(--theme-colour);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 10px 0 0 12px; }

.sms-reply {
  background-color: #222;
  border-radius: 24px;
  border-top-left-radius: 0;
  padding: 24px 32px;
  margin-left: 12px !important; }
  .sms-reply:before, .sms-reply:after {
    content: none; }

.sms-reply a {
  text-decoration: underline; }

.path--bubble img {
  width: 32px;
  height: 32px;
  mix-blend-mode: difference; }

.subordinate {
  margin: 0.5em 0;
  font-size: 80%;
  color: var(--theme-colour--disabled);
  line-height: 1.2; }

.path--bubble--warm-up:before {
  content: "";
  position: absolute;
  border: 10px transparent solid;
  border-top-color: var(--theme-colour);
  bottom: 50px; }

.path--bubble--warm-up:after {
  content: "WARM UP";
  position: absolute;
  background-color: var(--theme-colour);
  color: black;
  white-space: nowrap;
  padding: 2px 12px;
  bottom: 70px; }

.path--bubble--cool-down:before {
  content: "";
  position: absolute;
  border: 10px transparent solid;
  border-bottom-color: var(--theme-colour);
  top: 50px; }

.path--bubble--cool-down:after {
  content: "COOL DOWN";
  position: absolute;
  background-color: var(--theme-colour);
  color: black;
  white-space: nowrap;
  padding: 2px 12px;
  top: 70px; }

.path--bubble--next:before {
  content: "";
  position: absolute;
  border: 10px transparent solid;
  border-top-color: var(--theme-colour);
  bottom: 50px; }

.path--bubble--next:after {
  content: "NEXT TO PASS!";
  position: absolute;
  background-color: var(--theme-colour);
  color: black;
  white-space: nowrap;
  padding: 2px 12px;
  bottom: 70px; }

.path--bubble--last:before {
  content: "";
  position: absolute;
  border: 10px transparent solid;
  border-bottom-color: var(--theme-colour);
  top: 50px; }

.path--bubble--last:after {
  content: "LATEST WATCHED";
  position: absolute;
  background-color: var(--theme-colour);
  color: black;
  white-space: nowrap;
  padding: 2px 12px;
  top: 70px; }

.path--bubble--latest:before {
  content: "";
  position: absolute;
  border: 10px transparent solid;
  border-top-color: var(--theme-colour);
  bottom: 50px; }

.path--bubble--latest:after {
  content: "LATEST UNLOCKED";
  position: absolute;
  background-color: var(--theme-colour);
  color: black;
  white-space: nowrap;
  padding: 2px 12px;
  bottom: 70px; }

.path--video .chapter {
  font-size: 90%;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 0;
  letter-spacing: 0.5em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500; }

.path--video h4 {
  margin: 0;
  letter-spacing: 0.3em;
  word-break: break-word; }

.path--video {
  width: 0;
  height: 0;
  position: relative; }

.path--video--container {
  border: 2px var(--theme-colour) solid;
  background: black;
  padding: 12px;
  width: 300px;
  max-width: 80vw;
  position: absolute;
  transform: translateX(-50%) translateY(20px); }

.path--video--container:before {
  content: "";
  position: absolute;
  border: 16px transparent solid;
  border-bottom-color: var(--theme-colour);
  bottom: 100%;
  left: calc(50% - 16px); }

@keyframes feedback {
  0% {
    opacity: 0;
    transform: scaleX(1); }

  2% {
    opacity: 1; }

  60% {
    opacity: 1; }

  100% {
    opacity: 0;
    transform: scaleX(30); } }

.button--feedback {
  position: relative;
  overflow: hidden; }
  .button--feedback .material-icons {
    vertical-align: top;
    font-weight: bold; }

.button--feedback:after {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background-image: linear-gradient(90deg, rgba(197, 159, 76, 0), #c59f4c, #c59f4c, rgba(197, 159, 76, 0));
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 20px);
  transform: scaleX(1);
  mix-blend-mode: screen;
  opacity: 0;
  animation-name: feedback;
  animation-duration: 0.5s;
  animation-iteration-count: 1; }

@media (max-width: 860px) {
  .path--bubble--latest:after {
    white-space: normal;
    text-align: center; } }

@media (max-width: 700px) {
  .path {
    border-top: none;
    border-left: 4px var(--theme-colour) solid;
    height: auto;
    flex-direction: column;
    margin: 0 0 0 26px;
    width: calc(100% - 32px); }

  .path.in-progress {
    margin-bottom: 0; }

  .path--section {
    padding: 24px 0;
    align-items: flex-start;
    width: calc(100% + 28px);
    margin-left: -30px;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-gap: 16px; }

  .path--video {
    width: 100%;
    height: auto; }
    .path--video:before {
      content: "";
      display: block;
      border: 10px transparent solid;
      border-right-color: var(--theme-colour);
      position: absolute;
      right: 100%;
      top: 14px; }

  .path--video--container {
    position: static;
    width: calc(100% - 32px);
    max-width: 100%;
    transform: none; }

  .path--section:first-child .path--video--container {
    transform: none; }

  .path--video--container:before {
    content: none; }

  .path--bubble--next:before, .path--bubble--latest:before {
    border-top-color: transparent;
    border-right-color: var(--theme-colour);
    bottom: 14px;
    left: 48px; }

  .path--bubble--next:after, .path--bubble--latest:after {
    bottom: 10px;
    left: 68px;
    white-space: nowrap; } }

.new-chapter--position:not(.embedded) {
  position: sticky;
  top: 109px;
  z-index: 20; }

.new-chapter--wrapper {
  background-color: var(--theme-colour);
  color: black; }
  .new-chapter--wrapper h4 {
    color: black;
    margin: 0; }
  .new-chapter--wrapper .container {
    margin: 0 auto;
    padding: 20px 40px; }
  .new-chapter--wrapper .button {
    background: black;
    color: var(--theme-colour); }
  .new-chapter--wrapper p {
    margin: 1em 0; }
  .new-chapter--wrapper p:last-child {
    margin-bottom: 0; }

.end-button--layout {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 8px; }
  .end-button--layout > div {
    display: flex;
    align-items: center; }

.circle--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 8px;
  margin: -8px 0;
  background: var(--theme-colour);
  color: black; }
  .embedded .circle--button {
    display: none; }

.circle--button--inverted {
  background: black;
  color: var(--theme-colour); }

.access-background {
  background-color: #000;
  background-image: url(../../images/black_rock_epsilon.jpg);
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.annotated-title {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 40px;
  margin: 2em 0 1em; }
  .annotated-title h3 {
    margin: 0; }
  .annotated-title .circle--button {
    margin-top: 0; }

.form-width {
  width: 440px; }

.bound-content--layout {
  padding: 0 20px; }

.login-page--logo {
  width: 300px;
  max-width: 100%;
  margin: 5vh auto 0;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.85)); }
  .login-page--logo img {
    width: 24vh;
    max-width: 100%;
    margin: auto;
    display: block; }

.login-form--card {
  max-width: 340px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 5vh auto 0;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.75)); }
  .login-form--card h2 {
    margin: 0 0 1em; }
  .login-form--card h3 {
    margin: 0 0 1.2em; }

.password_docker {
  position: relative; }

.password_docker .material-icons {
  left: auto;
  right: 10px;
  /** Image Protection **/ }

img {
  pointer-events: none !important;
  -webkit-touch-callout: none !important; }

@media (max-width: 480px) {
  .login-form--card h2 {
    font-size: 10vw;
    line-height: 10vw;
    white-space: nowrap; } }

.container--slim {
  max-width: 600px;
  margin: auto; }

.form-layout--cat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }
  .form-layout--cat input, .form-layout--cat textarea {
    background: white;
    color: black;
    padding: 8px;
    width: 100%;
    box-sizing: border-box; }
  .form-layout--cat .button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; }
  .form-layout--cat .button:before {
    position: static;
    margin-right: 12px; }
  .form-layout--cat [type="submit"] {
    background-color: var(--theme-colour); }
  .form-layout--cat div:nth-child(3) {
    grid-column: span 2; }
  .form-layout--cat div:nth-child(4) {
    grid-column: span 2; }
  .form-layout--cat label {
    color: var(--theme-colour--disabled);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 80%; }

.stage--course-progress {
  background-color: var(--theme-colour);
  color: black;
  font-weight: 400;
  font-size: 90%;
  padding: 4px 12px; }
  .stage--course-progress p {
    margin: 0;
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    grid-gap: 4px; }
  .stage--course-progress p a {
    color: black;
    font-weight: bold; }
    .stage--course-progress p a .end-place {
      margin-left: -6px; }
  .stage--course-progress p .material-icons {
    vertical-align: bottom;
    height: 24px;
    margin-bottom: -3px; }
  .stage--course-progress.dismissed {
    display: none; }

.progress-content {
  display: inline-block;
  padding: 4px 0;
  line-height: 1.2; }

.stick-right {
  float: right; }

.completion-button a {
  line-height: 1.2;
  text-align: center; }
  .completion-button .small {
    font-size: 90%; }
  .completion-button .large {
    font-size: 170%; }

@media (min-width: 861px) {
  .tablet-only {
    display: none; } }

@media (max-width: 860px) {
  .not-tablet {
    display: none; } }

@media (min-width: 481px) {
  .mobile-only {
    display: none; }

  footer .information {
    margin-left: 120px; }

  header .avatar--container {
    margin-right: 32px; }
    header .avatar--large {
      border-width: 6px;
      width: 72px;
      padding-bottom: calc(100% - 12px); } }

.in-wing-button {
  margin: 0.5em 0 0.5em;
  text-align: center; }

@media (max-width: 480px) {
  .not-mobile {
    display: none !important; }

  h3 {
    font-size: 1.2em; }

  .video-gallery--handle {
    display: none; }

  .video-gallery--wrapper {
    height: auto;
    border-bottom: 0; }
    .video-gallery--wrapper:after {
      content: none; }

  .video-gallery--wrapper .grid {
    display: flex;
    width: calc(100vw - 40px);
    overflow: auto;
    scroll-snap-type: x mandatory; }

  .video-block {
    width: calc(100vw - 40px);
    flex-shrink: 0; }

  .video-gallery--wrapper .video-block {
    scroll-snap-align: start;
    margin-right: 20px; }

  .mobile-clipped {
    width: calc(100vw - 40px);
    overflow: hidden; }

  .video-player--screen {
    top: 70px; }

  .video-player--position {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

  .video-player--window {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    transform: none; }

  .video-player--interior {
    padding: 24px;
    grid-template-rows: 80px 1fr 1fr; }

  .video-player--video {
    position: relative;
    left: -24px;
    width: calc(100% + 48px); }

  footer {
    text-align: center; }

  .footer--logo {
    max-width: 80%;
    margin: auto; }

  .chapter, .video-chapter {
    font-size: 80%; }

  .next-video--block .chapter {
    font-size: 70%;
    line-height: 1.6; }

  .next-video--block .video-block--details h4 {
    font-size: 1em;
    margin-top: 0; }

  .video-title {
    font-size: 80%; }

  .composite-stage-wrapper .stage-wing--liner {
    padding: 8px; }

  .video-microblock .title {
    font-size: 80%;
    white-space: break-spaces; }

  .composite-stage-wrapper {
    position: relative;
    left: -20px;
    width: calc(100% + 40px); }

  .self-grading--advice blockquote {
    padding: 20px 24px;
    font-size: 90%;
    color: #eee; }

  .stage--course-progress {
    grid-row: 1; }

  .video-navigation {
    display: none; }

  .stage-wing {
    display: none; }

  .stage-wing .video-player--close .button {
    width: 32px;
    height: 32px;
    padding: 0; }

  .stage-wing--option .prompt {
    display: none; }

  .stage-wing--option .material-icons {
    grid-row: span 1; }

  .stage-wing--option {
    box-sizing: border-box;
    height: 52px; }
    .stage-wing--option h4 {
      display: flex;
      align-items: center; }

  .video-title h2 {
    font-size: 1.6em; }

  .option--buttons--mobile p {
    display: grid;
    grid-gap: 12px; }
    .option--buttons--mobile p .button {
      width: 100%;
      text-align: center; }

  .stage-wing--inner {
    padding: 0 12px; }

  .mobile-tab {
    display: none;
    padding-top: 24px; }
    .mobile-tab.mobile-tab--active {
      display: block; }
    .mobile-tab p {
      margin: 0; }
    .mobile-tab p + p {
      margin-top: 2em; }

  .mobile-format--options .stage-wing {
    display: grid; }
    .mobile-format--options .container {
      margin-top: 0; }
    .mobile-format--options .composite-video-header, .mobile-format--options .stage--course-progress, .mobile-format--options footer, .mobile-format--options .tabs--pair, .mobile-format--options .tabs--pair + .grid, .mobile-format--options .new-chapter--position, .mobile-format--options .composite-stage-wrapper + div, .mobile-format--options .watch-wrapper--transform > .container:not(:nth-child(2)) {
      display: none; }
    .mobile-format--options .composite-stage-wrapper {
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      display: grid;
      grid-template-rows: calc(100vw * 0.56) 200px; }
    .mobile-format--options .stage-wing--liner {
      position: absolute;
      top: 48px;
      left: 0;
      width: 100%;
      height: 100%;
      bottom: 0;
      /*height:calc(100% - 118px);*/
      box-sizing: border-box; }
    .mobile-format--options .watch-wrapper {
      height: 100%;
      width: 100%;
      position: fixed; }
    .mobile-format--options .watch-wrapper--transform {
      height: 100%; }
    .mobile-format--options .watch-wrapper .new-chapter--position + .container {
      display: block;
      position: fixed;
      top: 70px;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 0;
      height: 100%;
      margin-bottom: 0; }
    .mobile-format--options .stage-wing {
      display: grid;
      grid-template-rows: 52px 1fr; }
    .mobile-format--options .stage-wing--indicator .video-player--close {
      top: -6px;
      right: 0; }

  .welcome--index {
    padding: 12px;
    grid-gap: 12px;
    grid-template-columns: 64px 1fr;
    top: 0;
    border-left: none; }
    .welcome--index h5 {
      font-size: 70%; }

  .next-video--block .option--buttons {
    margin-top: 1em; }

  .mobile-switch-tab {
    display: none; }
    .mobile-switch-tab.mobile-switch-tab--active {
      display: block; }

  .next-video--block .option--buttons.mobile-managed p {
    margin-bottom: 2em; }

  .video-gallery--wrapper {
    overflow: initial; }

  .swipe_right, .swipe_left {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--theme-colour);
    color: black;
    top: 25%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: var(--theme-colour--dark);
    color: var(--theme-colour); }

  .swipe_right {
    left: -20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }

  .swipe_left {
    right: -20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }

  .swipe_end {
    display: none; }

  [data-content="chapters"] .video-microblock {
    min-height: 45px; }

  .composite-video-header {
    margin-top: 20px; }

  .composite-stage-wrapper + .mobile-only h6 {
    margin: 1em 0;
    text-align: center; }

  .overlay-warning {
    position: fixed;
    top: 70px;
    padding: 0 24px; }

  .overlay-warning--layout {
    grid-gap: 24px;
    height: calc(100vh - 70px);
    grid-template-rows: 60px calc(100vh - 340px) 180px;
    grid-template-rows: 60px calc(100vh - 316px) 124px; }
    .overlay-warning--layout .overlay-warning--character {
      grid-row: 2; }
    .overlay-warning--layout .overlay-warning--character img {
      max-width: none;
      height: 100%;
      width: auto;
      right: -30px;
      bottom: 0;
      left: auto; }
    .overlay-warning--layout h4 {
      grid-column: 1 / span 2;
      letter-spacing: 0.3em;
      font-size: 1.6em;
      margin-top: 1em; }
    .overlay-warning--layout .safety-content {
      overflow: auto; }
    .overlay-warning--layout .option--buttons {
      grid-column: 1 / span 2;
      text-align: center; }

  .bookmark-create--position.bookmark-create--retracted {
    overflow: hidden; }

  .bookmark-create--position {
    overflow: initial;
    z-index: 100; }

  .bookmark-create {
    top: 0;
    height: calc(100vh - 72px);
    z-index: 52; }

  .bookmark-name-wrapper {
    margin-right: 0; }
    .bookmark-name-wrapper input {
      min-height: 42px; } }

.trophy-shelf--trophy:hover .callout--position {
  display: block; }

.callout--position {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  width: 0;
  height: 0;
  z-index: 10; }
  .callout--position:before {
    content: "";
    border: 12px transparent solid;
    border-top: none;
    border-bottom-color: black;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 12px); }

.callout--card {
  width: 320px;
  max-width: 90vw;
  transform: translateX(-50%);
  background: black; }

.callout--nameplate {
  background-color: var(--theme-colour);
  padding: 12px;
  margin: -32px 24px 0;
  position: relative; }
  .callout--nameplate h2 {
    text-align: center;
    color: black;
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px; }

.callout--body {
  padding: 24px; }
  .callout--body p:first-child {
    margin-top: 0; }
  .callout--body p:last-child {
    margin-bottom: 0; }

@keyframes sparkle {
  0% {
    transform: rotate(0deg) scale(0.25);
    opacity: 0.001; }

  50% {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.35; }

  100% {
    transform: rotate(360deg) scale(0.25);
    opacity: 0.001; } }

.trophy-sparkle {
  position: absolute;
  top: -20px;
  right: -10px;
  bottom: -10px;
  left: -10px; }
  .trophy-sparkle svg {
    width: 100%;
    height: auto; }
  .trophy-sparkle svg:nth-child(2) {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    mix-blend-mode: plus-lighter; }
  .trophy-sparkle polygon {
    opacity: 0;
    filter: blur(1px);
    mix-blend-mode: plus-lighter;
    transform-origin: 50% 50%;
    animation-name: sparkle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .trophy-sparkle polygon:nth-child(1) {
    animation-duration: 2.49s; }
  .trophy-sparkle polygon:nth-child(2) {
    animation-duration: 3.82s;
    animation-delay: 0.3s; }
  .trophy-sparkle polygon:nth-child(3) {
    animation-duration: 1.86s;
    animation-delay: 0.7s; }
  .trophy-sparkle polygon:nth-child(4) {
    animation-duration: 4.91s;
    animation-delay: 1.2s; }
  .trophy-sparkle polygon:nth-child(5) {
    animation-duration: 1.69s;
    animation-delay: 2.34s; }
  .trophy-sparkle polygon:nth-child(6) {
    animation-duration: 6.32s;
    animation-delay: 0.5s; }
  .trophy-sparkle polygon:nth-child(7) {
    animation-duration: 3.18s;
    animation-delay: 2.7s; }
  .trophy-sparkle polygon:nth-child(8) {
    animation-duration: 7.22s;
    animation-delay: 0.93s; }

.trophy-sparkle + svg {
  position: relative;
  z-index: 10; }

.ordered-list {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 12px; }

@media (min-width: 1921px) {
  .winner h2 {
    width: 100%;
    font-size: 76.8px; } }
