/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-bg: #000;
  --color-box-bg: #000;
  --color-maintext: #fff;
  --color-input-bg: rgba(0, 0, 0, 0.5);
  --color-warning: #d40d0d;
}

.u-container {
  padding: 24px 20px;
}

.u-full-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 768px) {
  .u-full-height {
    min-height: 100vh;
    min-height: var(--app-height);
  }
}

.u-box {
  background-color: var(--color-box-bg);
  color: var(--color-maintext);
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 20px;
}

.u-planet-color-1 {
  background-image: radial-gradient(circle at 50% 50%, #8e0e00, #211c18 99%, #1f1c18 100%);
}

.u-planet-color-2 {
  background-image: radial-gradient(circle at 50% 50%, #eea849, #f46b45 99%, #1f1c18 100%);
}

.u-planet-color-3 {
  background-image: radial-gradient(circle at 50% 50%, #0079c6, #363795 100%, #1f1c18 100%);
}

.u-planet-color-4 {
  background-image: radial-gradient(circle at 50% 50%, #1f1c18, #fc00ff, #69006a 100%);
}

.u-planet-color-5 {
  background-image: radial-gradient(circle at 50% 52%, #d7d2cc, #304352 95%);
}

.u-planet-color-6 {
  background-image: radial-gradient(circle at 50% 52%, #ba8b02, #181818 95%);
}

.u-planet-color-7 {
  background-image: radial-gradient(circle at 50% 52%, #194984, #2b363d 95%);
}

.u-slide {
  padding-top: 58px;
  position: relative;
  min-height: 100vh;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --app-height: 100vh;
}

body {
  position: relative;
  font-family: "Roboto Mono", monospace;
  color: var(--color-maintext);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
}
button:focus, button:active {
  outline: 0;
}

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

.t-title {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 12px 0;
}

.t-text {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.t-text p {
  margin: 0;
}

.t-textlink {
  display: block;
  text-align: center;
  color: var(--color-maintext);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.c-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.c-bg:after {
  content: "";
  position: absolute;
  display: block;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
}

.u-station-color--purple-orange .c-bg:after {
  background-image: radial-gradient(circle at 60% 62%, #090406, #090406 39%, #4f008f 69%, #fa9c26 112%, #770101 161%, #770101 161%, #770101 161%);
}
.u-station-color--purple-orange .c-button--main {
  background-image: linear-gradient(83deg, #721252, #fa9c26);
}

.u-slide-color--purple-orange .c-bg:after {
  filter: blur(22px);
  background-image: radial-gradient(circle at 52% 64%, #090406, #090406 29%, #4f008f 51%, #fa9c26 84%, #770101 120%, #770101 120%, #770101 120%);
}
.u-slide-color--purple-orange .c-button--main {
  background-image: linear-gradient(83deg, #721252, #fa9c26);
}

.u-station-color--orange-green .c-bg:after {
  filter: blur(36px);
  background-image: radial-gradient(circle at 50% 64%, #090406, #090406 32%, #1c6a59 57%, #fa9c26 93%, #770101 134%, #770101 134%, #770101 134%);
}
.u-station-color--orange-green .c-button--main {
  background-image: linear-gradient(83deg, #fa9c26, #1c6a59);
}

.u-slide-color--orange-green .c-bg:after {
  filter: blur(33px);
  background-image: radial-gradient(circle at 54% 65%, #090406, #090406 32%, #1c6a59 56%, #fa9c26 92%, #770101 132%, #770101 132%, #770101 132%);
}
.u-slide-color--orange-green .c-button--main {
  background-image: linear-gradient(83deg, #fa9c26, #1c6a59);
}

.u-station-color--purple-green .c-bg:after {
  filter: blur(43px);
  background-image: radial-gradient(circle at 48% 53%, #090406, #090406 34%, #3acbb0 59%, #4f008f 82%, #770101 139%, #770101 139%, #770101 139%);
}
.u-station-color--purple-green .c-button--main {
  background-image: linear-gradient(83deg, #721252, #4f008f);
}

.u-slide-color--purple-green .c-bg:after {
  filter: blur(33px);
  background-image: radial-gradient(circle at 58% 71%, #090406, #090406 26%, #3acbb0 46%, #4f008f 75%, #770101 108%, #770101 108%, #770101 108%);
}
.u-slide-color--purple-green .c-button--main {
  background-image: linear-gradient(83deg, #721252, #4f008f);
}

.u-station-color--red-orange .c-bg:after {
  filter: blur(43px);
  background-image: radial-gradient(circle at 48% 53%, #090406, #090406 31%, #770101 46%, #ffad3b 77%, #770101 139%);
}
.u-station-color--red-orange .c-button--main {
  background-image: linear-gradient(to right, #fa9c26, #770101);
}

.u-slide-color--red-orange .c-bg:after {
  filter: blur(43px);
  background-image: radial-gradient(circle at 48% 53%, #090406, #090406 33%, #770101 48%, #ffad3b 81%, #770101 145%);
}
.u-slide-color--red-orange .c-button--main {
  background-image: linear-gradient(to right, #fa9c26, #770101);
}

.u-station-color--purple .c-bg:after {
  filter: blur(33px);
  background-image: radial-gradient(circle at 58% 71%, #090406, #090406 26%, #3acbb0 46%, #4f008f 75%, #770101 108%, #770101 108%, #770101 108%);
}
.u-station-color--purple .c-button--main {
  background-image: linear-gradient(83deg, #721252, #4f008f);
}

.u-slide-color--purple .c-bg:after {
  filter: blur(33px);
  background-image: radial-gradient(circle at 58% 71%, #090406, #090406 26%, #3acbb0 46%, #4f008f 75%, #770101 108%, #770101 108%, #770101 108%);
}
.u-slide-color--purple .c-button--main {
  background-image: linear-gradient(83deg, #721252, #4f008f);
}

.connection-warning {
  position: absolute;
  top: 20px;
  text-align: center;
  font-size: 11px;
  padding: 20px;
  background: #333;
  font-weight: bold;
  display: none;
  width: 100%;
  z-index: 100;
  color: white;
  font-family: "Roboto Mono", monospace;
}

body.not-connected .connection-warning {
  display: block !important;
}

:root.locale-nl_cmgames {
  --color-box-bg: #fff;
  --color-maintext: #000;
  --color-input-bg: white;
  --color-warning: #eb466b;
}
:root.locale-nl_cmgames body {
  font-family: "Montserrat", "sans-serif";
}
:root.locale-nl_cmgames body:not(.app-presentation) {
  --color-bg: #b5dccf;
}
:root.locale-nl_cmgames body:not(.app-presentation) .c-bg:after {
  background-image: none;
  filter: none;
}
:root.locale-nl_cmgames body:not(.app-presentation) .u-station-color--orange-green .c-bg:after {
  background: #eb466b;
}
:root.locale-nl_cmgames body:not(.app-presentation) .u-station-color--purple-orange .c-bg:after {
  background: none;
}
:root.locale-nl_cmgames .t-title {
  text-transform: uppercase;
}
:root.locale-nl_cmgames .c-leader-box__help {
  text-transform: uppercase;
  font-weight: 700;
}
:root.locale-nl_cmgames .c-app-header {
  background-color: white;
}
:root.locale-nl_cmgames .c-app-header__title {
  width: 100px;
}
:root.locale-nl_cmgames .c-input--checkbox {
  background-color: white;
}
:root.locale-nl_cmgames .c-input--checkbox label:before {
  border-color: #000;
}
:root.locale-nl_cmgames .c-input--checkbox input:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.765 2.13l-4.22 4.22a.8.8 0 01-1.132 0L.234 4.17A.8.8 0 011.366 3.04L2.98 4.65 6.633.997A.8.8 0 017.765 2.13z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E");
}
:root.locale-nl_cmgames .v-auth .c-button {
  background-image: none;
  background-color: #ef2660;
}
:root.locale-nl_cmgames .v-loading:after {
  background-image: none;
}
:root.locale-nl_cmgames .c-app-container .c-button--main {
  background-image: none;
  background-color: #fff698;
  color: var(--color-maintext);
}
:root.locale-nl_cmgames .c-dice {
  background-color: #000;
}
:root.locale-nl_cmgames .s-hmw__illustration,
:root.locale-nl_cmgames .s-what-if__illustration {
  background: none;
}
:root.locale-nl_cmgames .c-slot__border {
  border-color: #1a6959;
  background-color: #b5dccf;
}
:root.locale-nl_cmgames .c-timer {
  border-color: #b5dccf;
}
:root.locale-nl_cmgames .c-steps {
  background-color: rgba(95, 164, 143, 0.5);
  font-weight: 500;
}
:root.locale-nl_cmgames .c-radio-button input + label {
  background: #fff;
  color: var(--color-maintext);
  border: none;
}
:root.locale-nl_cmgames .c-radio-button input:checked + label {
  background: #1a6959;
  color: #fff;
  font-weight: bold;
}
:root.locale-nl_cmgames .v-nieuwsmaker {
  background: #000;
}
:root.locale-nl_cmgames .v-nieuwsmaker .c-button {
  background-color: #1a6959;
  color: #fff;
}
:root.locale-nl_cmgames .v-nieuwsmaker .c-selector-monitor__duration,
:root.locale-nl_cmgames .v-nieuwsmaker .c-recording-timer {
  font-family: "Roboto Mono", monospace;
}
:root.locale-nl_cmgames .v-nieuwsmaker .c-nieuwsmaker-frame__main {
  background: #000;
}
:root.locale-nl_cmgames .v-nieuwsmaker .c-nieuwsmaker-frame__sidebar {
  background: #1a6959;
}
:root.locale-nl_cmgames .v-nieuwsmaker textarea {
  font-weight: bold;
}
:root.locale-nl_cmgames .c-login-teacher {
  color: var(--color-maintext);
}

.c-app-container {
  width: 100%;
  overflow-y: auto;
}

.c-app-header {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf2f6;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.c-app-header__title {
  width: 150px;
  height: auto;
}

.c-login-teacher {
  color: #fff;
  font-size: 11px;
}

.c-steps {
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  color: var(--color-maintext);
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.c-leader-box {
  text-align: center;
  padding: 20px 45px;
}

.c-leader-box__text {
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: var(--color-maintext);
}

.c-leader-box__help {
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
}

.c-planet {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-planet__3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-planet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #000;
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 0 20px;
}

.c-planet-item {
  padding: 20px;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
.c-planet-item .c-planet {
  width: 42px;
  height: 42px;
}
.c-planet-item + .c-planet-item {
  border-top: 1px solid #fff;
}

.c-planet-item__shape {
  width: 42px;
  height: 42px;
  flex-grow: 0;
  position: relative;
}

.c-planet-item__info {
  margin-left: 20px;
  flex: 1;
  font-size: 12px;
  line-height: 1.23;
}

.c-planet-item__name {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.c-big-planet {
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-big-planet .c-planet {
  flex-grow: 1;
}

.c-big-planet__name {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.c-big-planet__type {
  text-align: center;
  margin: 8px 0 32px 0;
}

.c-input {
  margin-bottom: 24px;
}
.c-input label {
  display: block;
  color: var(--color-maintext);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.c-input label a {
  color: inherit;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=password],
.c-input textarea {
  display: block;
  width: 100%;
  background-color: var(--color-input-bg);
  color: var(--color-maintext);
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 12px;
  font-size: 16px;
  line-height: 1.23;
}
.c-input input[type=text]:focus,
.c-input input[type=email]:focus,
.c-input input[type=password]:focus,
.c-input textarea:focus {
  outline: 0;
}

.c-input--password {
  position: relative;
}
.c-input--password svg {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 35px;
  right: 15px;
  cursor: pointer;
  fill: #fff;
  opacity: 0.5;
}
.c-input--password svg:hover {
  opacity: 1;
}

.c-input-error {
  display: block;
  margin-top: 5px;
  color: var(--color-warning);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-input--checkbox {
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 12px;
  position: relative;
}
.c-input--checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin: 0;
  font-size: 12px;
  line-height: 1.23;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: initial;
}
.c-input--checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.c-input--checkbox input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.c-input--checkbox input:checked + label:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.765 2.13l-4.22 4.22a.8.8 0 01-1.132 0L.234 4.17A.8.8 0 011.366 3.04L2.98 4.65 6.633.997A.8.8 0 017.765 2.13z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.c-input--textarea label {
  text-align: center;
  margin-bottom: 12px;
}

.c-planet-radios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 24px;
}

.c-planet-radio {
  position: relative;
  padding-bottom: 100%;
}
.c-planet-radio label {
  height: 100%;
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.c-planet-radio input {
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-planet-radio input:checked + label {
  border-width: 4px;
}

.c-planets-radio__shape {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.c-button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 12px;
  border-radius: 8px;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.c-button:disabled {
  background-color: #ccc;
  background-image: none;
  opacity: 0.5;
}

.c-button--full {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.c-button--transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.c-alert {
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 0 24px;
}

.c-alert--flash {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
.c-alert--flash button {
  color: #fff;
  background: transparent;
  border: 0;
}

.c-tabs {
  display: flex;
  height: 38px;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
}

.c-tabs__tab {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.c-tabs__tab.is-active {
  opacity: 1;
}
.c-tabs__tab + .c-tabs__tab {
  margin-left: 25px;
}

.c-objects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-top: 32px;
}

.c-object {
  background-color: #000;
  border-radius: 8px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.c-team {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #000;
  border-radius: 8px;
  border: solid 1px #ffffff;
  padding: 0 20px;
  margin-top: 32px;
}

.c-team__member {
  font-size: 12px;
  line-height: 1.23;
  display: block;
  padding: 12px 0;
}
.c-team__member + .c-team__member {
  border-top: 1px solid #fff;
}

.c-radio-button {
  position: relative;
}
.c-radio-button label {
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.23;
  padding: 10px;
  text-align: center;
  min-height: 40px;
}
.c-radio-button input {
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-radio-button input:checked + label {
  background: #fff;
  color: #000;
}
.c-radio-button + .c-radio-button {
  margin-top: 12px;
}

.c-question__media {
  margin-bottom: 40px;
}
.c-question__media video,
.c-question__media img {
  width: 100%;
  height: auto;
}

.c-question__video {
  background-color: #000;
}

.c-question__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 24px;
}
.c-question__footer [data-button-prev] {
  grid-column: 1/2;
}
.c-question__footer [data-button-next] {
  grid-column: 2/3;
}

.c-hamburger {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  width: 24px;
  height: 16px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.c-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
}

.c-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 20px;
  padding-top: 78px;
  z-index: 100;
}

.c-menu__nav {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.c-menu__nav-item {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.c-menu__nav-item + .c-menu__nav-item {
  margin-top: 20px;
}

.c-modalwrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.c-modal {
  background: #000;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid white;
}

.c-modal__content h2 {
  margin-top: 12px;
}
.c-modal__content form {
  display: inline-block;
  margin: 0;
}
.c-modal__content form button {
  margin-bottom: 12px;
}
.c-modal__content .cancel {
  background: transparent;
  border: 0;
  color: white;
  margin-left: 12px;
}

.c-modal-close {
  color: #fff;
  align-self: flex-end;
  background: transparent;
  border: 0;
}

.s-dice {
  padding-top: 58px;
  position: relative;
  /* mobile viewport bug fix */
  height: var(--app-height);
}

.c-dice {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 24px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-dice canvas {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-dice .c-button {
  z-index: 10;
  min-width: 250px;
  background-image: linear-gradient(83deg, #721252, #fa9c26);
  cursor: pointer;
}

.c-planet-color-picker {
  margin: 30px 0;
}

.c-color-picker {
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  grid-gap: 8px;
}

.c-color-picker-radio {
  position: relative;
  width: 100%;
}
.c-color-picker-radio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-color-picker-radio label {
  height: 100%;
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.c-color-picker-radio input {
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-color-picker-radio input:checked + label {
  border-width: 2px;
}

.c-color-picker-radio__color {
  display: block;
  width: 100%;
  height: 100%;
}

.c-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 24px;
}
.c-values.c-values--max .c-value__content {
  opacity: 0.5;
}
.c-values.c-values--max input:checked + .c-value__content {
  opacity: 1;
}

.c-value {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.c-value input {
  display: none;
}
.c-value input:checked + .c-value__content {
  border-width: 4px;
}

.c-value__content {
  text-align: center;
  position: absolute;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  transition: opacity 0.3s;
}

.c-value__name {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.c-value__model-wrapper {
  height: 80%;
  flex: 0 0 auto;
}

.c-value__model {
  width: 100%;
  height: 100%;
}

.c-content {
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}

.c-simple-collapse__content {
  height: 66px;
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.c-simple-collapse--open .c-simple-collapse__content {
  height: auto;
  display: block;
}

.c-simple-collapse__button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}

.v-loading {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.v-loading:after {
  content: "";
  position: absolute;
  display: block;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  filter: blur(22px);
  background-image: radial-gradient(circle at 52% 64%, #090406, #090406 29%, #4f008f 51%, #fa9c26 83%, #770101 120%, #770101 120%, #770101 120%);
  z-index: -1;
}

.v-idle {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.v-auth {
  position: relative;
  min-height: 100%;
}
.v-auth .t-title {
  margin: 0 0 8px;
}
.v-auth .t-text {
  max-width: 316px;
  margin: 0 0 32px;
}
.v-auth .u-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 360px;
  margin: auto;
}
@media (max-width: 768px) {
  .v-auth .u-container {
    min-height: 100vh;
    min-height: calc(var(--app-height) - 58px);
    max-width: none;
  }
}
.v-auth .c-button {
  margin: 0 0 16px;
  background-image: linear-gradient(83deg, #721252, #fa9c26);
}
.v-auth .c-section {
  margin-bottom: 32px;
}

.v-dashboard {
  padding-top: 58px;
  position: relative;
  min-height: 100vh;
}

.v-welcome {
  position: relative;
  min-height: 100%;
  padding-top: 58px;
}

.v-waiting {
  padding-top: 58px;
  position: relative;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .c-app-container--NieuwsmakerSlide .c-app-header {
    display: none;
  }
}

.v-nieuwsmaker {
  height: 100%;
  height: 100vh;
}
.v-nieuwsmaker .c-button.c-button--main {
  background-image: linear-gradient(114deg, #134d40 -33%, #3acbb0 127%);
}
@media (min-width: 768px) {
  .v-nieuwsmaker {
    background-image: radial-gradient(circle at 50% 64%, #090406, #090406 32%, #1c6a59 75%, #3acbb0 132%);
  }
}

.c-nieuwsmaker-logo {
  width: 176px;
  margin-bottom: 68px;
}

.c-nieuwsmaker-logo.c-nieuwsmaker-logo--intro {
  position: absolute;
  top: 40px;
  left: 72px;
}

.c-nieuwsmaker-logo__img {
  width: 100%;
  height: auto;
}

.c-play-button {
  margin: 0;
  padding: 0;
  border: none;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-play-button svg {
  width: 16px;
}
.c-play-button path {
  fill: #000;
}

.c-play-button.c-play-button--nav {
  margin-right: 32px;
}

.c-nieuwsmaker-frame {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 288px;
}

.c-nieuwsmaker-frame__main {
  display: grid;
  grid-template-rows: 1fr 170px;
}

.c-nieuwsmaker-frame__content {
  padding: 40px 72px;
  display: flex;
  flex-flow: column;
}

.c-nieuwsmaker-frame__monitor {
  flex: 1;
}

.c-nieuwsmaker-frame__bar {
  background-color: #000;
  display: flex;
  align-items: center;
}

.c-nieuwsmaker-frame__sidebar {
  background-image: radial-gradient(circle at 50% 64%, #090406, #090406 32%, #1c6a59 75%, #3acbb0 132%);
}

.c-selector-nav {
  padding: 0 0 0 72px;
  display: flex;
  align-items: center;
  height: 100%;
}

.c-selector-nav__steps {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 14px;
}

.c-video-selector-step {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  width: auto;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
}
.c-video-selector-step.is-active .c-video-selector-step__frame {
  width: 176px;
  height: 116px;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-video-selector-step.is-active .c-video-selector-step__label {
  opacity: 1;
}
.c-video-selector-step.is-complete .c-video-selector-step__frame {
  border: none;
}
.c-video-selector-step.is-complete:not(.is-active) .c-video-selector-step__frame {
  background-color: rgba(58, 203, 176, 0.2);
  color: #fff;
}
.c-video-selector-step + * {
  margin-left: 12px;
}

.c-video-selector-step__frame {
  border-radius: 2px;
  border: dashed 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 160px;
  height: 106px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
}

.c-video-selector-step__music-selected {
  width: 53px;
}

.c-video-selector-step__thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-video-selector-step__label,
.c-video-editor-step__label {
  opacity: 0.5;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 4px;
}

.c-video-selector-step.c-video-selector-step--next-view .c-video-selector-step__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-style: solid;
  text-align: center;
}

.c-video-editor-step {
  width: 160px;
  position: relative;
}
.c-video-editor-step.is-active .c-video-editor-step__frame {
  height: 116px;
}
.c-video-editor-step.is-active .c-video-editor-step__label {
  opacity: 1;
}
.c-video-editor-step + * {
  margin-left: 12px;
}

.c-video-editor-step__frame {
  height: 106px;
  display: flex;
  flex-flow: column;
}

.c-video-editor-step__video,
.c-video-editor-step__recording {
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border-radius: 2px;
  border: dashed 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.c-video-editor-step__video.is-active,
.c-video-editor-step__recording.is-active {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-video-editor-step__video.is-complete,
.c-video-editor-step__recording.is-complete {
  border: none;
}

.c-video-editor-step__video {
  flex: 1;
}

.c-video-editor-step__recording {
  height: 20px;
  margin-top: 8px;
}
.c-video-editor-step__recording.is-complete {
  background: rgba(58, 203, 176, 0.2);
}

.c-video-editor-step__thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sidebar {
  display: flex;
  flex-flow: column;
  height: 100%;
  max-height: 100vh;
}

.c-sidebar__header {
  padding: 40px 32px 0 32px;
}

.c-sidebar__title {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.c-sidebar__description {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
}

.c-sidebar__items {
  margin: 24px 0 24px 32px;
  padding: 24px 32px 0 0;
  flex: 1;
  position: relative;
  overflow-y: auto;
}
.c-sidebar__items:after {
  content: "";
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 32px;
  position: absolute;
}

.c-sidebar-video {
  width: 100%;
  height: 148px;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
}
.c-sidebar-video.is-active {
  border: 2px solid #fff;
  border-radius: 2px;
}
.c-sidebar-video + .c-sidebar-video {
  margin-top: 12px;
}

.c-sidebar-video__thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-selector-monitor {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.c-selector-monitor__wrapper {
  border-radius: 10px;
  border: solid 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.c-selector-monitor__duration {
  border: solid 2px #ffffff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 26px;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.c-selector-monitor__video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-title-editor {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.c-title-editor__wrapper {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.c-title-editor__textarea {
  text-align: center;
  resize: none;
  height: 242px;
  width: 424px;
}

.c-music-preview {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.c-music-preview__wrapper {
  border-radius: 10px;
  border: solid 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-recorder {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.c-recorder__wrapper {
  border-radius: 10px;
  border: solid 2px #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.c-recorder__step {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-recorder__buttons {
  display: flex;
}
.c-recorder__buttons + .c-recorder__text,
.c-recorder__buttons + .c-recorder__help-text {
  margin-top: 30px;
}

.c-recorder__text,
.c-recorder__help-text {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.24;
  text-align: center;
  color: #ffffff;
  max-width: 260px;
}
.c-recorder__text + .c-recorder__help-text,
.c-recorder__help-text + .c-recorder__help-text {
  margin-top: 15px;
}

.c-recorder__help-text {
  font-size: 12px;
}

.c-recording-timer {
  font-size: 21px;
  font-weight: 500;
}

.c-record-button,
.c-stop-button,
.c-sidebar-track__play-button {
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-image: linear-gradient(136deg, #134d40 -36%, #3acbb0 126%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-record-button svg,
.c-stop-button svg,
.c-sidebar-track__play-button svg {
  width: 16px;
}
.c-record-button path,
.c-stop-button path,
.c-sidebar-track__play-button path {
  fill: #fff;
}

.c-stop-button span {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
}

.c-stop-button.c-stop-button--small {
  width: 41px;
  height: 41px;
}
.c-stop-button.c-stop-button--small span {
  width: 12px;
  height: 12px;
}

.c-recording-button {
  padding: 9px 37px 8px 9px;
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
}
.c-recording-button .c-stop-button {
  margin-right: 18px;
}

.c-retry-button {
  margin: 0;
  padding: 0 24px;
  height: 58px;
  border-radius: 39px;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  background: transparent;
}

.c-recorder__audio {
  margin-left: 12px;
}

.c-sidebar-track {
  margin: 0;
  overflow: visible;
  text-align: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  padding: 0 9px;
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
}
.c-sidebar-track.is-active {
  border: 1px solid #fff;
}
.c-sidebar-track + .c-sidebar-track {
  margin-top: 12px;
}

.c-sidebar-track__play-button {
  width: 41px;
  height: 41px;
}
.c-sidebar-track__play-button svg {
  width: 14px;
}

.c-sidebar-track__label {
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  margin-left: 12px;
}

.c-nieuwsmaker-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: 500;
}

.c-selector-preview,
.c-editor-preview {
  position: relative;
  height: 100%;
  width: 100%;
}

.c-selector-preview__close,
.c-editor-preview__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.c-selector-preview__frame,
.c-editor-preview__frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-selector-preview__wrapper,
.c-editor-preview__wrapper {
  padding: 100px;
  height: 100%;
  width: 100%;
}

.c-selector-preview__video,
.c-editor-preview__video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-editor-preview__music {
  display: none;
}

.c-editor-preview__buttons {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.c-editor-preview__buttons button + button {
  margin-left: 20px;
}

.c-editor-preview__title {
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  font-weight: bold;
  line-height: normal;
}

.c-nieuwsmaker-intro {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.c-nieuwsmaker-intro__video-wrapper {
  position: relative;
  width: 576px;
  height: 380px;
}

.c-nieuwsmaker-intro__video {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-nieuwsmaker-success {
  color: #ffffff;
  position: relative;
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.c-nm-video-category {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #fff;
}

.c-nm-video {
  position: relative;
}
.c-nm-video + .c-nm-video {
  margin-top: 20px;
}

.c-nm-video__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.c-nm-video__thumbnail {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.c-nm-video__video {
  width: 100%;
  height: auto;
}

.c-nm-video__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-nm-video-collapse__videos {
  margin-top: 20px;
}

.s-choose-planet {
  min-height: 100vh;
  padding-top: 58px;
  position: relative;
}

.s-questions {
  padding-top: 58px;
  position: relative;
}

.s-results {
  padding-top: 58px;
  position: relative;
}

/*# sourceMappingURL=student.css.map*/