@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: "InstrumentSerif-Regular";
  src: url("/wp-content/themes/conquistadorxtheme/fonts/InstrumentSerif-Regular.otf");
  src: url("/wp-content/themes/conquistadorxtheme/fonts/InstrumentSerif-Regular.otf") format("opentype");
}
@font-face {
  font-family: "ITCMachine-Medium Medium";
  src: url("/wp-content/themes/conquistadorxtheme/fonts/ITCMachine-Medium Medium.ttf");
  src: url("/wp-content/themes/conquistadorxtheme/fonts/ITCMachine-Medium Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Jersey20-Regular";
  src: url("/wp-content/themes/conquistadorxtheme/fonts/Jersey20-Regular.ttf");
  src: url("/wp-content/themes/conquistadorxtheme/fonts/Jersey20-Regular.ttf") format("truetype");
}
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
.header {
  position: fixed;
}
.header .logo-monitor {
  display: none;
  width: 100px;
  margin: 20px 10px;
}
.header .logo-monitor img {
  width: 100%;
}
.header .acc-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #000;
}
.header .acc-menu .tool {
  margin-bottom: 0;
  text-align: center;
}
.header .acc-menu .tool img {
  width: 30px;
  background-color: #000;
  padding: 5px;
}
.header .acc-menu .tool img:hover {
  filter: invert(1);
}
.header .acc-menu .tool:hover, .header .acc-menu .tool.active-tool {
  color: #000;
  background-color: #fff;
}
.header .acc-menu .tab {
  display: none;
}

body.start .header .logo-monitor {
  display: block;
  cursor: pointer;
}

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  display: none;
  background-color: #000;
  margin: 15px;
  padding: 15px;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  border: 1px solid #fff;
  padding: 5px;
}
.nav ul li a {
  color: #fff;
  font-family: "Jersey20-Regular";
}
.nav span {
  font-size: 36px;
}

/* page - homepage */
html {
  scroll-behavior: smooth !important;
}

* {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/cursor_sageata.png"), auto;
}

.ui-draggable,
.ui-draggable img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/drag.png") 20 20, auto;
}

.ui-draggable-dragging,
.ui-draggable-dragging img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/dragging.png") 20 20, auto;
}

.ui-draggable-dragging {
  z-index: 99999;
}

.btn:not(:disabled):not(.disabled) {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") -10 10, auto;
}

.desktop-only {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
.desktop-only h4 {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  color: #fff;
  font-size: 3vw;
  margin-top: 30vh;
}

body {
  background-color: #000;
}

body.home {
  background-color: #BAB7B9;
}
body.home .cinema {
  width: 100%;
}
body.home .logo {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
}
body.home .btn-start {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 62%;
  position: fixed;
}
body.home .btn-start:hover {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/cursor_film.png") 50 50, auto;
}
body.home .btn-start a:hover {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/cursor_film.png") 50 50, auto;
}
body.home .heroes {
  position: fixed;
  top: 15px;
  left: 15px;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #000;
}

body.home .rooms {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #000;
}

body.home .heroes .hero,
body.home .rooms .hero {
  margin-bottom: 15px;
  text-align: center;
}
body.home .heroes .hero img,
body.home .rooms .hero img{
  width: 90px;
  background-color: #000;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
body.home .heroes .hero figcaption,
body.home .rooms .hero figcaption {
  color: #fff;
  text-align: center;
  font-family: "Jersey20-Regular";
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.home .heroes .hero figcaption:hover, body.home .heroes .hero figcaption.active-hero,
body.home .rooms .hero figcaption:hover, body.home .rooms .hero figcaption.active-hero{
  color: #000;
  background-color: #fff;
}
body.home .heroes .archive,
body.home .rooms .archive {
  margin-bottom: 15px;
  margin-top: 50px;
  text-align: center;
}
body.home .heroes .archive img,
body.home .rooms .archive img{
  width: 90px;
}
body.home .heroes .archive figcaption,
body.home .rooms .archive figcaption {
  color: #fff;
  text-align: center;
  font-family: "Jersey20-Regular";
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.home .heroes .archive figcaption a,
body.home .rooms .archive figcaption a {
  color: #fff;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.home .heroes .archive figcaption:hover,
body.home .rooms .archive figcaption:hover {
  background-color: #fff;
}
body.home .heroes .archive figcaption:hover a,
body.home .heroes .rooms figcaption:hover a {
  color: #000;
  text-decoration: none;
}
body.home .heroes .tab,
body.home .rooms .tab {
  display: none;
  width: 650px;
  position: fixed;
  top: 15px;
  left: 170px;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #000;	
}

body.home .rooms .tab {
	right: 170px;
	left: inherit;
}

body.home .heroes .tab.show,
body.home .rooms .tab.show{
  display: flex;
}
body.home .heroes .tab .close-tab,
body.home .rooms .tab .close-tab{
  position: absolute;
  right: 5px;
  color: #fff;
  top: -5px;
  transform: rotate(45deg);
  font-size: 30px;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.home .heroes .tab .wp-block-column {
  padding: 5px;
  height: 50vh;
  overflow-x: scroll;
}
body.home .rooms .tab .wp-block-column {
  padding: 5px;
	height: auto;
/*   height: 50vh; */
/*   overflow-x: scroll; */
}
body.home .heroes .tab .wp-block-column:first-of-type {
  width: 200px;
  display: flex;
  background-color: #0100BE;
}

body.home .rooms .tab .wp-block-column:first-of-type {
  width: 300px;
  display: flex;
  background-color: #0100BE;
}

body.home .heroes .tab .wp-block-column:last-of-type,
body.home .rooms .tab .wp-block-column:last-of-type {
  margin-left: -20px;
}
body.home .heroes .tab .wp-block-image,
body.home .rooms .tab .wp-block-image{
  margin: auto;
	height: 100%;
}

body.home .heroes .tab .wp-block-image img,
body.home .rooms .tab .wp-block-image img{
	height: 100%;
	width: auto;
}
body.home .heroes .tab h4,
body.home .rooms .tab h4{
  color: #fff;
	font-family: "Jersey20-Regular";
}
body.home .heroes .tab p, body.home .heroes .tab li,
body.home .rooms .tab p, body.home .rooms .tab li{
  color: #AFAFAF;
	font-family: "Jersey20-Regular";
}

body.home .rooms h5 {
	margin-top: 50px;
	color: #fff;
	font-family: "Jersey20-Regular";
	width: 100px;
	text-align: center;
}

body.start .background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#formular-nume {
	display:none;
	position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 15%;
	width: 300px;
    text-align: center;
    background-color: #000;
    padding: 25px 50px;
    border: 1px solid #000;
    border-radius: 25px;
}

#formular-nume label {
	color: #fff;
	font-family: "Jersey20-Regular";
}
body.start .link-key-1 {
  left: 46vw;
  top: 26vw;
}
body.start .link-key-2 {
  left: 83vw;
  top: 35vw;
}
body.start.popup-big-on.one .popup-big .window-body {
  border: 5px solid #fc54b3;
}
body.start.popup-big-on.one .popup-small {
  left: 40%;
  top: 70%;
  max-width: 300px;
}
body.start .enter-film {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 24px;
}
body.start .enter-film strong {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.start .screen-intro-film,
body.start .choose-bg-blue,
body.start .choose {
  display: none;
}
body.start .choose-bg-blue {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  filter: hue-rotate(#0100BE);
  z-index: -1;
}
body.start .choose-seq-1,
body.start .choose-seq-2,
body.start .choose-seq-3 {
  width: 80vw;
  margin-left: 10vw;
  margin-top: 10vh;
  display: none;
}
body.start .choose-seq-1 .btn-green,
body.start .choose-seq-2 .btn-green,
body.start .choose-seq-3 .btn-green {
  width: auto;
  position: relative;
  bottom: 15vh;
  left: 65vw;
  margin: 0;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-family: "Jersey20-Regular";
  opacity: 0;
}
body.start .nf-form-cont label {
  color: #fff;
  font-family: "Jersey20-Regular";
}
body.start.popup-big-on.two .popup-big .window-body {
  border: 5px solid #0b06e6;
}
body.start.popup-big-on.two .popup-small {
  left: 30%;
  top: 28%;
  max-width: 330px;
}
body.start #nf-form-3-cont {
  display: none;
  width: 25vw;
  position: absolute;
  right: 15vw;
  top: 10vh;
}
body.start #nf-form-3-cont .nf-field-container {
  display: none;
}
body.start .transition-video {
  display: none;
  width: 100vw;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

body.seq-1 #nf-field-12-container.nf-field-container,
body.seq-2 #nf-field-13-container.nf-field-container,
body.seq-3 #nf-field-14-container.nf-field-container {
  display: block;
}

body.quest-3-oglinzi .background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
body.quest-3-oglinzi .mirrors {
  justify-content: center;
  margin-top: 15vh;
}
body.quest-3-oglinzi .mirrors .wp-block-image {
  height: 50vh;
}
body.quest-3-oglinzi .mirrors .wp-block-image img {
  height: 100%;
  width: auto;
}

body.rezultate .background-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
body.rezultate h2 a {
	color: #fff;
}
body.rezultate .go-home {
  position: fixed;
  right: 40px;
  top: 40px;
  font-size: 20px;
}
body.rezultate .go-home a {
  color: #fff;
}
body.rezultate .go-home a:hover {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  text-decoration: none;
}
body.rezultate main {
  background-color: #000;
  border: 1px solid #fff;
  margin: 20px;
  padding: 20px;
}
body.rezultate .wp-block-group {
  display: block;
}
body.rezultate .wp-block-group h4 {
  display: inline-block;
}
body.rezultate h4, body.rezultate p,
body.rezultate li {
  color: #AFAFAF;
  font-family: "Jersey20-Regular";
}
body.rezultate h4 {
  font-size: inherit;
  border: 1px solid #AFAFAF;
  padding: 5px;
}
body.rezultate h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Jersey20-Regular";
}
body.rezultate .totems .fwq1,
body.rezultate .totems .fwq2,
body.rezultate .totems .fwq3,
body.rezultate .totems .fwq4,
body.rezultate .totems .coq1,
body.rezultate .totems .coq2,
body.rezultate .totems .coq3,
body.rezultate .totems .coq4,
body.rezultate .totems .bilb-q1-t1,
body.rezultate .totems .bilb-q1-t2,
body.rezultate .totems .bilb-q1-t3,
body.rezultate .totems .bilb-q1-t4,
body.rezultate .totems .bilb-q1-t5,
body.rezultate .totems .bilb-q1-t6,
body.rezultate .totems .bilb-q3,
body.rezultate .totems .bilb-q4,
body.rezultate .totems .bilb-q6-t1,
body.rezultate .totems .bilb-q6-t2,
body.rezultate .totems .bilb-q6-t3,
body.rezultate .totems .bilb-q6-t4,
body.rezultate .totems .bilb-q8-t1,
body.rezultate .totems .bilb-q8-t2,
body.rezultate .totems .bilb-q11,
body.rezultate .totems .bilb-q10 {
  display: none;
}


body.rezultate .totems .fwq1 .wp-block-group__inner-container,
body.rezultate .totems .fwq2 .wp-block-group__inner-container,
body.rezultate .totems .fwq3 .wp-block-group__inner-container,
body.rezultate .totems .fwq4 .wp-block-group__inner-container,
body.rezultate .totems .coq1 .wp-block-group__inner-container,
body.rezultate .totems .coq2 .wp-block-group__inner-container,
body.rezultate .totems .coq3 .wp-block-group__inner-container,
body.rezultate .totems .coq4 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q1 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q3 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q4 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q6 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q8 .wp-block-group__inner-container,
body.rezultate .totems .bilb-q10 .wp-block-group__inner-container {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
}

body.rezultate .totems .bilb-q1 .wp-block-image,
body.rezultate .totems .bilb-q6 .wp-block-image,
body.rezultate .totems .bilb-q8 .wp-block-image,
body.rezultate .totems .bilb-q10 .wp-block-image,
body.rezultate .totems .bilb-q11 .wp-block-image {
	margin: 20px;
	display: none
}

body.rezultate .totems .bilb-q6 .wp-block-image img,
body.rezultate .totems .bilb-q8 .wp-block-image img,
body.rezultate .totems .bilb-q10 .wp-block-image img,
body.rezultate .totems .bilb-q11 .wp-block-image img {
	width: 100%;
	margin: 20px;
}

body.rezultate .totems .wp-block-image {
  width: 200px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.rezultate .totems .wp-block-image img {
  width: 100px;
}
body.rezultate .totems .wp-block-image figcaption {
  color: #AFAFAF;
  font-size: 16px;
  line-height: 1;
  font-family: "Jersey20-Regular";
  text-align: center;
}
body.rezultate.totems-fwq1 .fwq1,
body.rezultate.totems-fwq2 .fwq2,
body.rezultate.totems-fwq3 .fwq3,
body.rezultate.totems-fwq4 .fwq4 {
  display: block;
}

body.rezultate.totems-coq1 .coq1,
body.rezultate.totems-coq2 .coq2,
body.rezultate.totems-coq3 .coq3,
body.rezultate.totems-coq4 .coq4 {
  display: block;
}

body.rezultate.totems-bilb-q1-t1 .totems .bilb-q1-t1,
body.rezultate.totems-bilb-q1-t2 .totems .bilb-q1-t2,
body.rezultate.totems-bilb-q1-t3 .totems .bilb-q1-t3,
body.rezultate.totems-bilb-q1-t4 .totems .bilb-q1-t4,
body.rezultate.totems-bilb-q1-t5 .totems .bilb-q1-t5,
body.rezultate.totems-bilb-q1-t6 .totems .bilb-q1-t6,
body.rezultate.totems-bilb-q3 .totems .bilb-q3,
body.rezultate.totems-bilb-q3 .totems .bilb-q4,
body.rezultate.totems-bilb-q6-t1 .totems .bilb-q6-t1,
body.rezultate.totems-bilb-q6-t2 .totems .bilb-q6-t2,
body.rezultate.totems-bilb-q6-t3 .totems .bilb-q6-t3,
body.rezultate.totems-bilb-q6-t4 .totems .bilb-q6-t4,
body.rezultate.totems-bilb-q8-t1 .totems .bilb-q8-t1,
body.rezultate.totems-bilb-q8-t2 .totems .bilb-q8-t2,
body.rezultate.totems-bilb-q10 .totems .bilb-q10,
body.rezultate.totems-bilb-q10 .totems .bilb-q11 {
  display: flex;
}


.btn-green {
  padding: 5px 35px;
  background-color: #adff4d;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
	font-size: 22px;
}
.btn-green a {
  color: #000;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-yellow {
  padding: 5px 35px;
  background-color: #f3ec18;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-size: 22px;
}
.btn-yellow a {
  color: #000;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-pink {
  padding: 5px 35px;
  background-color: #ff2392;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-size: 22px;
}
.btn-pink a {
  color: #000;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-orange {
  padding: 5px 35px;
  background-color: #ec5e14;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-size: 22px;
}
.btn-orange a {
  color: #000;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-orange-2 {
  padding: 5px 35px;
  background-color: #ff875c;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  color: #fff;
  font-size: 22px;
}
.btn-orange-2 a {
  color: #fff;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-white {
  padding: 5px 35px;
  background-color: #fff;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  color: #000;
  font-size: 22px;
}
.btn-white a {
  color: #000;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.btn-black {
  padding: 5px 35px;
  background-color: #000;
  font-family: "Jersey20-Regular";
  color: #fff;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-size: 22px;
}
.btn-black a {
  color: #fff;
  font-family: "Jersey20-Regular";
  font-size: 22px;
}

.img-key {
  position: fixed;
  width: 50px;
  margin: 0;
}
.img-key img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}

.align-center {
  width: 90vw;
  margin-left: 20vw;
  margin-top: 10vh;
  z-index: 9;
  position: absolute;
}
.align-center img {
  width: 100%;
  position: absolute;
}

.toggle-film {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  animation: video-on 1s infinite alternate;
}
.toggle-film img {
  width: 100%;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
@keyframes video-on {
  from {
    opacity: 0.5;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

.w95-popup.popup-small {
  width: 35vw;
  border: 2px solid #000;
  box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #808080;
  background-color: #d0d0d0;
  font-family: "Jersey20-Regular";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 9;
}
.w95-popup.popup-small.new {
  border: 0;
  box-shadow: -4px -4px 0 #fff, inset 1px 1px 0 #808080;
}
.w95-popup.popup-small.new h4 {
  padding: 0px 10px;
  background-color: #AFAFAF;
  font-size: 16px;
  margin-top: -30px;
}
.w95-popup.popup-small.quizz-box {
  width: 45vw;
  max-width: 500px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-family: "Jersey20-Regular";
  transform: translate(-50%, -50%);
  position: absolute;
  top: 30vh;
  left: 60vh;
  z-index: 9;
  display: none;
  padding: 0;
  margin: 50px auto;
  color: #fff;
}
.w95-popup.popup-small.quizz-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.w95-popup.popup-small.quizz-box .answers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.w95-popup.popup-small.quizz-box .answers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.w95-popup.popup-small.quizz-box .answers span {
  font-size: 16px;
  line-height: 1.4;
}
.w95-popup.popup-small.quizz-box .answers input[type=checkbox] {
  display: none;
}
.w95-popup.popup-small.quizz-box .answers label {
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  position: relative;
  overflow: hidden;
}
.w95-popup.popup-small.quizz-box .answers input[type=checkbox]:checked + label::after {
  content: "✕";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 5px;
}
.w95-popup.popup-small.quizz-box.pink {
  background-color: #ff2492;
  top: 15vh;
  left: 96vh;
}
.w95-popup.popup-small.quizz-box.blue {
  background-color: #0a06e3;
  top: 55vh;
  left: 100vh;
}
.w95-popup.popup-small.quizz-box.gray {
  background-color: #bebebe;
  top: 20vh;
  left: 105vh;
  color: #000;
}
.w95-popup.popup-small.quizz-box.gray .correct {
  background-color: #fff;
}
.w95-popup.popup-small.quizz-box.green {
  background-color: #b8fb50;
  top: 55vh;
  left: 105vh;
  color: #000;
}
.w95-popup.popup-small.quizz-box .correct {
  padding: 4px;
  background-color: #959595;
  color: #000;
  margin-top: 20px;
  display: inline-block;
  opacity: 0;
}

.w95-popup.popup-big {
  border: 2px solid red;
  box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #808080;
  background-color: #d0d0d0;
  font-family: "Jersey20-Regular";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 9;
}
.w95-popup.popup-big .title-bar {
  overflow: hidden;
}
.w95-popup.popup-big .title-bar img {
  width: calc(100% + 10px);
  margin-left: -5px;
}
.w95-popup.popup-big .title-bar .window-controls {
  position: absolute;
  right: 3px;
}
.w95-popup.popup-big .window-body {
  padding: 0;
}
.w95-popup.popup-big .window-body img,
.w95-popup.popup-big .window-body video {
  width: 100%;
}
.w95-popup.popup-big .window-body .progress-container {
  width: 32%;
  height: 30px;
  background: #fff;
  border: 2px solid #0b06e6;
  display: flex;
  padding: 2px;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  position: absolute;
  bottom: 10px;
  bottom: 60%;
  left: 5%;
}
.w95-popup.popup-big .window-body .segment {
  flex: 1;
  margin-right: 2px;
  background: transparent;
  transition: background 0.3s;
}
.w95-popup.popup-big .window-body .segment.filled {
  background: #0039a6;
  /* deep blue */
}
.w95-popup.popup-big .window-body .segment:last-child {
  margin-right: 0;
}
.w95-popup.popup-big .window-body .label {
  margin-top: 15px;
  color: white;
  font-family: Arial, sans-serif;
}

.popup-big-on .popup-small {
  z-index: 99;
}

.w95-popup,
.popup {
  display: none;
}

.w95-popup .popup {
  display: block;
}
.w95-popup .popup h4 {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
.w95-popup .popup h6 {
  font-size: 20px;
  margin-left: -15px;
  background: #939393;
  padding: 5px;
  width: calc(100% + 30px);
}
.w95-popup .popup h6::before {
  content: "→";
  margin-right: 10px;
}
.w95-popup.blue .title-bar {
  background: #000080;
}
.w95-popup.new.pink .title-bar {
  background-color: #f34fac;
}
.w95-popup .title-bar {
  background: #000080;
  color: white;
  padding: 2px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  font-weight: bold;
  font-size: 12px;
}
.w95-popup .title-bar .title {
  flex-grow: 1;
}
.w95-popup.new .title-bar {
  background-color: #0039a6;
}
.w95-popup .window-controls {
  display: flex;
  gap: 2px;
}
.w95-popup .window-controls button {
  width: 20px;
  height: 18px;
  padding: 0;
  background: #c0c0c0;
  border: 1px solid #000;
  box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #313131;
  position: relative;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
.w95-popup .window-controls .close::before {
  content: "×";
  font-size: 25px;
  position: absolute;
  top: -5px;
  left: 4px;
}
.w95-popup .window-body {
  background: #c0c0c0;
  border: 2px solid #808080;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #000;
  padding: 10px 30px;
}
.w95-popup .window-body p {
  line-height: 1.2;
}
.w95-popup .window-body img {
  width: 60px;
}
.w95-popup .wp-block-image figcaption {
  position: absolute;
  left: 120px;
  top: 50px;
}

.popup-img-div {
  position: absolute;
}
.popup-img-div .close-btn {
  position: absolute;
  top: 1.8vh;
  right: 2.4vw;
  height: 1.4vw;
  width: 1.4vw;
  z-index: 1;
  background-color: transparent;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}

.inactive {
  opacity: 0.5;
  pointer-events: none;
}

.video-player-frame {
  display: none;
}

/* .alert-msg {
  display: none;
  width: 300px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
}
*/
.alert-msg, .alert-msg img,
.close-on-click, .close-on-click img{
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
} 

body.valuri-feministe-q1 .bg-library-1 {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.valuri-feministe-q1 .video-player-frame {
  display: none;
  width: 60vw;
  margin-left: 20vw;
  margin-top: 10vh;
  z-index: 8;
  position: absolute;
}
body.valuri-feministe-q1 .video-player-frame img {
  width: 100%;
  position: absolute;
}
body.valuri-feministe-q1 .one .popup-img.ezra1 {
  width: 700px;
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
}
body.valuri-feministe-q1 .one .popup-img.ezra1 .btn-green {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.valuri-feministe-q1 .fem-wave-video1 {
  display: none;
  z-index: 8;
}
body.valuri-feministe-q1 .bg-blue {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  filter: hue-rotate(#0100BE);
  z-index: -1;
}
body.valuri-feministe-q1 .popup-big .btn-green {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
body.valuri-feministe-q1 .popup-big .two .btn-green {
  position: relative;
  bottom: inherit;
  right: inherit;
}
body.valuri-feministe-q1 .popup-big .two .progress-container {
  position: relative;
}
body.valuri-feministe-q1 .w95-popup.popup-big.two .window-body .progress-container {
  width: 70%;
}
body.valuri-feministe-q1 .popup.two {
  display: none;
}
body.valuri-feministe-q1 .popup-small {
  left: 35%;
  top: 65%;
}
body.valuri-feministe-q1 .popup-small.center {
  left: 50%;
  top: 50%;
}
body.valuri-feministe-q1 .popup-small.new .window-body {
  border: 0;
  box-shadow: none;
}
body.valuri-feministe-q1 .popup-small.new p {
  color: #fff;
}
body.valuri-feministe-q1 .popup-small.new.blue .window-body {
  background-color: #0039a6;
}
body.valuri-feministe-q1 .popup-small.new.pink .window-body {
  background-color: #f34fac;
}
body.valuri-feministe-q1 .popup-small.new.has-thumb p {
  width: 69%;
  display: inline-block;
  margin: 0;
}
body.valuri-feministe-q1 .popup-small.new.has-thumb .size-thumbnail {
  display: inline-block;
  width: calc(30% - 15px);
  margin: 0;
  margin-left: 10px;
}
body.valuri-feministe-q1 .popup-small.new.has-thumb .size-thumbnail img {
  width: 100%;
}
body.valuri-feministe-q1 .popup-small.new.four {
  z-index: 11;
  left: 70vw;
  top: 65vh;
}
body.valuri-feministe-q1 .popup-small.first {
  top: 35%;
}
body.valuri-feministe-q1 .popup-big.two {
  z-index: 11;
  width: 40vw;
  left: 75%;
}
body.valuri-feministe-q1 .folder {
  max-width: 800px;
  z-index: 8;
}
body.valuri-feministe-q1 .folder img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q1 .note-boxes .note-box {
  display: none;
  z-index: 9;
  position: absolute;
  background: #fff;
  border: 2px solid #000;
  padding: 20px;
  width: 400px;
  font-family: sans-serif;
  line-height: 1.4;
}
body.valuri-feministe-q1 .note-boxes .note-box p {
  margin: 30px 0;
}
body.valuri-feministe-q1 .note-boxes .note-box.blue {
  top: 250px;
  left: 700px;
}
body.valuri-feministe-q1 .note-boxes .note-box.blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* size of the folded corner */
  border-style: solid;
  border-color: #0a05e3 #0a05e3 transparent transparent;
  /* pink triangle */
}
body.valuri-feministe-q1 .note-boxes .note-box.pink {
  top: 400px;
  left: 50%;
}
body.valuri-feministe-q1 .note-boxes .note-box.pink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* size of the folded corner */
  border-style: solid;
  border-color: #f34fac #f34fac transparent transparent;
  /* pink triangle */
}
body.valuri-feministe-q1 .note-boxes .note-box.green {
  top: 500px;
  left: 300px;
}
body.valuri-feministe-q1 .note-boxes .note-box.green::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* size of the folded corner */
  border-style: solid;
  border-color: #b8fb4f #b8fb4f transparent transparent;
  /* pink triangle */
}
body.valuri-feministe-q1 .note-boxes .note-box.gray {
  top: 300px;
  left: 200px;
}
body.valuri-feministe-q1 .note-boxes .note-box.gray::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* size of the folded corner */
  border-style: solid;
  border-color: #b7b7b7 #b7b7b7 transparent transparent;
  /* pink triangle */
}
body.valuri-feministe-q1 .quizz-one .folder-open {
  z-index: 8;
  position: absolute;
  width: 70vw;
  left: 15vw;
  top: 8vh;
}
body.valuri-feministe-q1 .quizz-one .folder-open img {
  width: 100%;
}
body.valuri-feministe-q1 .quizz-one .dec {
  position: absolute;
  width: 400px;
  z-index: 9;
}
body.valuri-feministe-q1 .quizz-one .dec img {
  width: 100%;
}
body.valuri-feministe-q1 .quizz-one .droppable {
  position: absolute;
  width: 35vw;
  height: 28vh;
  z-index: 8;
  border: 1px solid #b8fb4f;
}
body.valuri-feministe-q1 .quizz-one .droppable p {
  font-size: 30px;
  border: 3px solid #000;
  border-radius: 53%;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  background: #fff;
  margin: -15px;
  font-family: "Jersey20-Regular";
}
body.valuri-feministe-q1 .quizz-one .droppable.dropable-1 {
  left: 10vw;
  top: 10vw;
}
body.valuri-feministe-q1 .quizz-one .droppable.dropable-2 {
  left: 15vw;
  top: 35vw;
}
body.valuri-feministe-q1 .quizz-one .droppable.dropable-3 {
  left: 55vw;
  top: 12vw;
}
body.valuri-feministe-q1 .quizz-one .droppable.dropable-4 {
  left: 60vw;
  top: 38vw;
}

body.valuri-feministe-q1 .popup-img.alert-msg-fifi1 {
	position: fixed;
	top: 15vh;
	left: 30vw;
	width: 450px;
	z-index: 9;
}

body.valuri-feministe-q1 .popup-img.alert-msg-ezra1 {
	position: fixed;
	top: 35vh;
	left: 30vw;
	width: 450px;
	z-index: 9;
}

body.valuri-feministe-q1 .quizz-one .test-quizz {
  display: none;
  position: absolute;
  right: 10vw;
  bottom: 10vh;
  z-index: 11;
}
body.valuri-feministe-q1 .four .statement {
  font-family: "Jersey20-Regular";
  width: 35vw;
  position: relative;
  z-index: 9;
  left: 10vw;
  top: 15vh;
}
body.valuri-feministe-q1 .four .mary-popup {
  position: absolute;
  right: 20vw;
  top: 5vh;
  width: 20vw;
  z-index: 9;
}
body.valuri-feministe-q1 .four .mary-popup img {
  width: 100%;
}
body.valuri-feministe-q1 .four .declaration-popup {
  position: absolute;
  width: 20vw;
  right: 10vw;
  top: 25vh;
  z-index: 10;
}
body.valuri-feministe-q1 .four .declaration-popup img {
  width: 100%;
}
body.valuri-feministe-q1 .four .btn-green {
  position: absolute;
  bottom: 10vh;
  right: 10vw;
  z-index: 99;
}
body.valuri-feministe-q1 .five .statement {
  position: absolute;
  width: 45vw;
  max-width: 600px;
  top: 5vh;
  left: 35vw;
  z-index: 8;
}
body.valuri-feministe-q1 .five .statement img {
  width: 100%;
}
body.valuri-feministe-q1 .five .sufragete {
  position: absolute;
  width: 20vw;
  top: 40vh;
  left: 21vw;
  z-index: 9;
}
body.valuri-feministe-q1 .five .sufragete img {
  width: 100%;
}
body.valuri-feministe-q1 .five .btn-green {
  position: absolute;
  bottom: 10vh;
  right: 10vw;
}
body.valuri-feministe-q1 .six {
  z-index: 9;
  position: relative;
}
body.valuri-feministe-q1 .six .protest-one {
  position: absolute;
  width: 20vw;
  left: 20vw;
  top: 70vh;
}
body.valuri-feministe-q1 .six .protest-one img {
  width: 100%;
}
body.valuri-feministe-q1 .six .protest-two {
  position: absolute;
  width: 25vw;
  right: 20vw;
  top: 40vh;
}
body.valuri-feministe-q1 .six .protest-two img {
  width: 100%;
}
body.valuri-feministe-q1 .six .portrait-one {
  position: absolute;
  width: 20vw;
  right: 5vw;
  top: 5vh;
}
body.valuri-feministe-q1 .six .portrait-one img {
  width: 100%;
}
body.valuri-feministe-q1 .six .portrait-two {
  position: absolute;
  width: 25vw;
  left: 26vw;
  top: 15vh;
  z-index: 1;
}
body.valuri-feministe-q1 .six .portrait-two img {
  width: 100%;
}
body.valuri-feministe-q1 .six .portrait-three {
  position: absolute;
  width: 22vw;
  left: 5vw;
  top: 5vh;
}
body.valuri-feministe-q1 .six .portrait-three img {
  width: 100%;
}
body.valuri-feministe-q1 .six .btn-green {
  position: fixed;
  bottom: 10vh;
  left: 80vw;
}
body.valuri-feministe-q1 .seven {
  z-index: 9;
  position: relative;
}
body.valuri-feministe-q1 .seven .statement {
  position: absolute;
  width: 45vw;
  max-width: 600px;
  top: 5vh;
  left: 35vw;
  z-index: 8;
}
body.valuri-feministe-q1 .seven .statement img {
  width: 100%;
}
body.valuri-feministe-q1 .seven .portrait-one {
  position: absolute;
  width: 30vw;
  top: 10vh;
  left: 10vw;
  z-index: 9;
}
body.valuri-feministe-q1 .seven .portrait-one img {
  width: 100%;
}
body.valuri-feministe-q1 .seven .portrait-two {
  position: absolute;
  width: 30vw;
  top: 20vh;
  left: 35vw;
  z-index: 9;
}
body.valuri-feministe-q1 .seven .portrait-two img {
  width: 100%;
}
body.valuri-feministe-q1 .seven .portrait-three {
  position: absolute;
  width: 35vw;
  top: 28vh;
  left: 60vw;
  z-index: 9;
}
body.valuri-feministe-q1 .seven .portrait-three img {
  width: 100%;
}
body.valuri-feministe-q1 .seven .before-end {
  display: none;
  position: fixed;
  bottom: 10vh;
  left: 80vw;
}
body.valuri-feministe-q1 .seven .end-quizz-one {
  display: none;
  position: fixed;
  bottom: 10vh;
  left: 80vw;
}
body.valuri-feministe-q1 .transition-video {
  display: none;
  width: 100vw;
}

body.valuri-feministe-q2 .one .blue-1,
body.valuri-feministe-q2 .one .pink,
body.valuri-feministe-q2 .one .blue-2,
body.valuri-feministe-q2 .one .btn {
	display: none;
}

body.valuri-feministe-q2 .toggle-info-block {
  display: none;
  position: fixed;
  width: 2vw;
  top: 2vh;
  right: 2vw;
}
body.valuri-feministe-q2 .toggle-info-block img {
  width: 100%;
}
body.valuri-feministe-q2 .info-block {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.valuri-feministe-q2 .bg-library-1 {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.valuri-feministe-q2 .one .popup-img {
  position: absolute;
}
body.valuri-feministe-q2 .one .popup-img-div.blue-1 {
  width: 35vw;
  top: 20vh;
  left: 4vw;
}
body.valuri-feministe-q2 .one .popup-img-div.blue-2 {
  width: 35vw;
  bottom: 38vh;
  left: 27vw;
}
body.valuri-feministe-q2 .one .popup-img-div.pink {
  width: 35vw;
  top: 35vh;
  right: 2vw;
}
body.valuri-feministe-q2 .one .btn {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}
body.valuri-feministe-q2 .bg-library-2 {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.valuri-feministe-q2 .three {
  display: none;
}
body.valuri-feministe-q2 .three .wp-block-image .glowing-bg {
  width: 1px;
  height: 1px;
  animation: glow 1s infinite alternate;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.4;
}
@keyframes glow {
  from {
    box-shadow: 0 0 30px 30px #ffea4d;
  }
  to {
    box-shadow: 0 0 100px 100px #ffea4d;
  }
}
body.valuri-feministe-q2 .three .balanta {
  position: absolute;
  width: 42vw;
  top: 15vh;
  left: 34vw;
  max-width: 500px;
}
body.valuri-feministe-q2 .three .balanta img {
  width: 100%;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .three .ceas {
  position: absolute;
  width: 22vw;
  left: 18vw;
  top: 29vh;
  max-width: 270px;
}
body.valuri-feministe-q2 .three .ceas img {
  width: 100%;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .three .pana {
  position: absolute;
  width: 20vw;
  right: 10vw;
  top: 50vh;
  max-width: 300px;
}
body.valuri-feministe-q2 .three .pana img {
  width: 100%;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .three .brosa {
  position: absolute;
  left: 0vw;
  top: 3vh;
  width: 22vw;
  max-width: 230px;
}
body.valuri-feministe-q2 .three .brosa img {
  width: 100%;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .quizz-two .decq2 {
  display: none;
  position: absolute;
  z-index: 9;
  width: 21vw;
}
body.valuri-feministe-q2 .quizz-two .decq2 img {
  width: 100%;
  pointer-events: none;
}
body.valuri-feministe-q2 .quizz-two .decq2.dec-1 {
  left: 20vw;
  top: 10vh;
}
body.valuri-feministe-q2 .quizz-two .decq2.dec-2 {
  left: 40vw;
  top: 30vh;
}
body.valuri-feministe-q2 .quizz-two .decq2.dec-3 {
  left: 50vw;
  top: 40vh;
}
body.valuri-feministe-q2 .quizz-two .decq2.dec-4 {
  left: 70vw;
  top: 30vh;
}
body.valuri-feministe-q2 .quizz-two .droppable {
  display: none;
  width: 24.5vw;
  height: 80vh;
  margin-top: 10vh;
  border: 1px solid #b8fb4f;
}
body.valuri-feministe-q2 .quizz-two .droppable p {
  display: none;
}
body.valuri-feministe-q2 .quizz-two .test-quizz-q2 {
  display: none;
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}
body.valuri-feministe-q2 .bg-salon {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}

body.valuri-feministe-q2 .four .popup-img {
  position: absolute;
  left: 20vw;
  width: 40vw;
  top: 20vh;
}
body.valuri-feministe-q2 .four .popup-img-div {
  width: 35vw;
  top: 20vh;
  left: 4vw;
}
body.valuri-feministe-q2 .four .btn {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}
body.valuri-feministe-q2 .five {
  display: none;
}

body.valuri-feministe-q2 .five .popup-img.fifi2 {
	display: none;
	position: absolute;
	left: calc(50vw - 250px);
	top: 30vh;
	width: 500px;
	z-index: 10;
}


body.valuri-feministe-q2 .five .wp-block-group {
  position: absolute;
}
body.valuri-feministe-q2 .five .wp-block-group .glowing-bg {
  width: 1px;
  height: 1px;
  animation: glow 1s infinite alternate;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.4;
}
@keyframes glow {
  from {
    box-shadow: 0 0 20px 20px #ffea4d;
  }
  to {
    box-shadow: 0 0 70px 70px #ffea4d;
  }
}
body.valuri-feministe-q2 .five .wp-block-group img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .five .wp-block-group.sofia {
  left: 70vw;
  top: 43vh;
  width: 7vw;
}
body.valuri-feministe-q2 .five .wp-block-group.sofia .sofia-text {
  pointer-events: none;
  display: none;
  position: absolute;
  left: -10vw;
  width: 26vw;
}
body.valuri-feministe-q2 .five .wp-block-group.sofia .sofia-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: -30px;
  left: -5vw;
  width: 19vw;
}
body.valuri-feministe-q2 .five .wp-block-group.diploma {
  left: 59vw;
  width: 16vw;
  top: 72vh;
}
body.valuri-feministe-q2 .five .wp-block-group.diploma .diploma-text {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 10vh;
  width: 28vw;
  left: -31vw;
}
body.valuri-feministe-q2 .five .wp-block-group.diploma .diploma-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
}
body.valuri-feministe-q2 .five .wp-block-group.poster {
  width: 9vw;
  left: 23vw;
  top: 35vh;
}
body.valuri-feministe-q2 .five .wp-block-group.poster .poster-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: -40px;
  left: -8vw;
  width: 26vw;
}
body.valuri-feministe-q2 .five .wp-block-group.poster .poster-text {
  pointer-events: none;
  display: none;
  position: absolute;
  left: -17vw;
  width: 29vw;
}
body.valuri-feministe-q2 .five .wp-block-group.pergament {
  left: 81vw;
  width: 17vw;
  top: 56vh;
}
body.valuri-feministe-q2 .five .wp-block-group.pergament .pergament-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
}
body.valuri-feministe-q2 .five .wp-block-group.pergament .pergament-text {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
  width: 25vw;
  right: 2vw;
	z-index: 9;
}
body.valuri-feministe-q2 .five .btn-green {
  display: none;
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.valuri-feministe-q2 .popup-img-div.popup-info {
  position: fixed;
  left: 30vw;
  width: 40vw;
  z-index: 9;
  top: 10vh;
  max-width: 450px;
}
body.valuri-feministe-q2 .popup-img-div.popup-info .close-btn {
  top: 0.8vh;
  right: 0.8vw;
}
body.valuri-feministe-q2 .bg-salon-modern {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.valuri-feministe-q2 .six {
  display: none;
}
body.valuri-feministe-q2 .six .wp-block-group {
  position: absolute;
}

body.valuri-feministe-q2 .popup-img.fifi3 {
	display: none;
	width: 550px;
    left: 10vw;
	top: 30vh;
	z-index: 9;
	position: absolute;
}

body.valuri-feministe-q2 .six .fifi4,
body.valuri-feministe-q2 .six .orange {
	width: 460px;
	position: absolute;
	z-index: 99;
}

body.valuri-feministe-q2 .six .orange {
	left: 20vw;
	top: 16vh;
}

body.valuri-feministe-q2 .six .fifi4 {
	left: 55vw;
    top: 46vh;
}


body.valuri-feministe-q2 .six .wp-block-group .glowing-bg {
  width: 1px;
  height: 1px;
  animation: glow 1s infinite alternate;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.4;
}
@keyframes glow {
  from {
    box-shadow: 0 0 30px 30px #ffea4d;
  }
  to {
    box-shadow: 0 0 70px 70px #ffea4d;
  }
}
body.valuri-feministe-q2 .six .wp-block-group img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q2 .six .wp-block-group.mistrie {
  left: 25vw;
  top: 7vh;
  width: 11vw;
}
body.valuri-feministe-q2 .six .wp-block-group.mistrie .mistrie-text {
  pointer-events: none;
  display: none;
  position: fixed;
    left: 26vw;
    top: 24vh;
  width: 35vw;
}
body.valuri-feministe-q2 .six .wp-block-group.mistrie .mistrie-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: -30px;
  left: -5vw;
  width: 19vw;
}
body.valuri-feministe-q2 .six .wp-block-group.stetoscop {
  left: 72vw;
  width: 16vw;
  top: 17vh;
}
body.valuri-feministe-q2 .six .wp-block-group.stetoscop .stetoscop-text {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 17vh;
  width: 28vw;
  left: -7vw;
}
body.valuri-feministe-q2 .six .wp-block-group.stetoscop .stetoscop-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
}
body.valuri-feministe-q2 .six .wp-block-group.carte {
  width: 9vw;
  left: 10vw;
  top: 52vh;
}
body.valuri-feministe-q2 .six .wp-block-group.carte .carte-frame {
  pointer-events: none;
  display: none;
  top: 47vh;
	position: fixed;
    left: 3vw;
  width: 26vw;
}
body.valuri-feministe-q2 .six .wp-block-group.carte .carte-text {
  pointer-events: none;
  display: none;
  position: fixed;
    left: 28vw;
    width: 35vw;
    top: 18vh;
  width: 35vw;
}
body.valuri-feministe-q2 .six .wp-block-group.typewriter {
  left: 40vw;
  width: 17vw;
  top: 76vh;
}
body.valuri-feministe-q2 .six .wp-block-group.typewriter .typewriter-frame {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
	width: 22vw;
}
body.valuri-feministe-q2 .six .wp-block-group.typewriter .typewriter-text {
  pointer-events: none;
  display: none;
  position: fixed;
    top: 40vh;
    left: 51vw;
  width: 33vw;
}

body.valuri-feministe-q2 .six .btn {
  display: none;
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.valuri-feministe-q2 .window-body > .progress-container {
  display: none !important;
}
body.valuri-feministe-q2 .w95-popup.popup-big {
  width: 50%;
}
body.valuri-feministe-q2 .transition-video-q21 .transition-video-q22 {
  display: none;
  width: 100vw;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

body.valuri-feministe-q3 .bg-dulap-1 {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.3);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.valuri-feministe-q3 .door-open {
  display: none;
  position: absolute;
  width: 2vw;
}
body.valuri-feministe-q3 .door-open.first {
  top: 60vh;
  left: 42vw;
}
body.valuri-feministe-q3 .door-open.second {
  top: 67vh;
  left: 55vw;
}
body.valuri-feministe-q3 .door-open img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q3 .q3-video {
  display: none;
  z-index: 8;
}
body.valuri-feministe-q3 .q3-video video {
  margin-top: 15px;
}
body.valuri-feministe-q3 .video-player-frame {
  display: none;
  width: 60vw;
  margin-left: 20vw;
  margin-top: 10vh;
  z-index: 99;
  position: absolute;
}
body.valuri-feministe-q3 .video-player-frame img {
  width: 100%;
  position: absolute;
}
body.valuri-feministe-q3 .video-player-frame .q3-video {
  display: block;
}
body.valuri-feministe-q3 .popup-img-div {
  width: 34vw;
  right: 5vw;
  top: 14vh;
}
body.valuri-feministe-q3 .bg-dulap-2 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.3);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.valuri-feministe-q3 .one {
  display: none;
}
body.valuri-feministe-q3 .one .popup-img-div {
  position: absolute;
  left: 10vw;
  top: 32vh;
  width: 350px;
}
body.valuri-feministe-q3 .one .trigger {
  position: absolute;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-size: 2vw;
  padding: 0 0.5vw;
  opacity: 1;
  margin: 0;
  color: #fff;
  font-family: "Jersey20-Regular";
}
body.valuri-feministe-q3 .one .trigger.pink {
  left: 66px;
  top: 8vh;
  background-color: #ff2492;
}
body.valuri-feministe-q3 .one .trigger.blue {
  left: 270px;
  top: 27vh;
  background-color: #0a06e3;
}
body.valuri-feministe-q3 .one .quizz-box {
  display: none;
}
body.valuri-feministe-q3 .one .wp-block-image.pink-open,
body.valuri-feministe-q3 .one .wp-block-image.both-open {
  display: none;
}
body.valuri-feministe-q3 .one .popup-img-div .pink-open,
body.valuri-feministe-q3 .one .popup-img-div .both-open {
  display: block;
}
body.valuri-feministe-q3 .bg-dulap-3 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.3);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.valuri-feministe-q3 .bg-dulap-4 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.3);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.valuri-feministe-q3 .two {
  display: none;
}
body.valuri-feministe-q3 .two .popup-img-div {
  left: 10vw;
  width: 350px;
}
body.valuri-feministe-q3 .two .trigger {
  position: absolute;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-family: "Jersey20-Regular";
  font-size: 2vw;
  padding: 0 0.5vw;
  opacity: 0;
  margin: 0;
  color: #000;
}
body.valuri-feministe-q3 .two .trigger.gray {
  left: 128px;
  top: 9vh;
  background-color: #bebebe;
}
body.valuri-feministe-q3 .two .trigger.green {
  left: 270px;
  top: 32vh;
  background-color: #b8fb50;
}
body.valuri-feministe-q3 .two .quizz-box {
  display: none;
}
body.valuri-feministe-q3 .two .gray-open,
body.valuri-feministe-q3 .two .both-open-2 {
  display: none;
}
body.valuri-feministe-q3 .two .popup-img-div .gray-open,
body.valuri-feministe-q3 .two .popup-img-div .both-open-2 {
  display: block;
}
body.valuri-feministe-q3 .finish {
  display: none;
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}

body.valuri-feministe-q4 .bg-bingo {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.valuri-feministe-q4 .one {
/*   display: none; */
}
body.valuri-feministe-q4 .one .popup-img-div.blue {
  position: absolute;
  left: 10vw;
  width: 35vw;
  top: 20vh;
	display: none;
}
body.valuri-feministe-q4 .one .popup-img-div.pink {
  position: absolute;
  left: 50vw;
  width: 35vw;
  top: 50vh;
	display: none;
}
body.valuri-feministe-q4 .one .btn-green {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
	display: none;
}
body.valuri-feministe-q4 .bingo-title {
  display: none;
}
body.valuri-feministe-q4 .identity-grid {
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  width: 60vw;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
  transition: 1s;
  background-color: #e91e63;
  padding: 15px;
  padding-top: 100px;
  font-family: "Jersey20-Regular";
  pointer-events: none;
}
body.valuri-feministe-q4 .identity-grid .bingo-title {
  display: block;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 60px;
  margin: 0;
}
body.valuri-feministe-q4 .identity-grid .grid-item {
  position: relative;
  background: white;
  padding: 5px;
  min-height: 105px;
  min-width: 120px;
  display: flex;
  font-size: 13px;
}
body.valuri-feministe-q4 .identity-grid .grid-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #e91e63;
  background: white;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.valuri-feministe-q4 .identity-grid .grid-item input[type=checkbox]:checked {
  background: #e91e63;
}
body.valuri-feministe-q4 .identity-grid .grid-item input[type=checkbox]:checked::after {
  content: "✕";
  color: white;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
body.valuri-feministe-q4 .identity-grid .grid-item label {
  color: #000;
  display: block;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  padding: 0;
  line-height: 1.2;
}
body.valuri-feministe-q4 .identity-grid.results {
  pointer-events: none;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.pink label {
  color: #e91e63;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.pink input[type=checkbox]:checked {
  background: #e91e63;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.blue label {
  color: #0a06e3;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.blue input[type=checkbox]:checked {
  background: #0a06e3;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.grey label {
  color: #bebebe;
}
body.valuri-feministe-q4 .identity-grid.results .grid-item.grey input[type=checkbox]:checked {
  background: #bebebe;
}
body.valuri-feministe-q4 .identity-grid .grid-item input[type=checkbox]:checked {
  background: #e91e63;
}
body.valuri-feministe-q4 .identity-grid .grid-item label {
  display: block;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  padding-top: 5px;
}
body.valuri-feministe-q4 .check-bingo {
  display: none;
  position: absolute;
  right: 8vw;
  bottom: 8vh;
  color: #fff;
  background-color: #0a06e3;
  font-size: 28px;
  padding: 5px 15px;
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  font-family: "Jersey20-Regular";
}
body.valuri-feministe-q4 .check-bingo .corner {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ff2da6;
}
body.valuri-feministe-q4 .check-bingo .top-left {
  top: -10px;
  left: -10px;
}
body.valuri-feministe-q4 .check-bingo .top-right {
  top: -10px;
  right: -10px;
}
body.valuri-feministe-q4 .check-bingo .bottom-left {
  bottom: -10px;
  left: -10px;
}
body.valuri-feministe-q4 .check-bingo .bottom-right {
  bottom: -10px;
  right: -10px;
}
body.valuri-feministe-q4 .bg-bingo-grid,
body.valuri-feministe-q4 .bingo-grid-img,
body.valuri-feministe-q4 .bingo-info,
body.valuri-feministe-q4 .two .wp-block-image,
body.valuri-feministe-q4 .two .btn {
  display: none;
}
body.valuri-feministe-q4 .two .popup-img-div {
  width: 30vw;
  top: 25vh;
  left: 35vw;
}
body.valuri-feministe-q4 .two .popup-img-div .wp-block-image {
  display: block;
}
body.valuri-feministe-q4 .two .btn {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}
body.valuri-feministe-q4 .bg-bingo-grid {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #0a06e3;
  /* bright blue background */
  background-image: linear-gradient(to right, #ff2da6 1px, transparent 1px), linear-gradient(to bottom, #ff2da6 1px, transparent 1px);
  background-size: 80px 80px;
  /* controls the grid size */
}
body.valuri-feministe-q4 .bg-bingo-grid p {
  display: none;
}
body.valuri-feministe-q4 .bingo-grid-img img {
  height: 100%;
  width: auto;
}
body.valuri-feministe-q4 .bingo-grid-img .bingo {
  height: 60px;
  position: fixed;
  transform: translate(-50%);
  left: 50%;
  top: 21vh;
  margin: 0;
}
body.valuri-feministe-q4 .bingo-grid-img .intersectional {
  height: 65px;
  position: fixed;
  transform: translate(-50%);
  left: 50%;
  top: 72vh;
  margin: 0;
}
body.valuri-feministe-q4 .three {
  display: none;
}
body.valuri-feministe-q4 .three .token {
  position: absolute;
  top: 30vh;
  width: 25vw;
  left: 20vw;
}
body.valuri-feministe-q4 .three .popup-img-div {
  position: absolute;
  top: 35vh;
  width: 35vw;
  left: 50vw;
}
body.valuri-feministe-q4 .three .btn {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
}

body.camera-oglinzilor-q1 .w95-popup.popup-big {
  width: 450px;
  border: 2px solid #c3c2c2;
}
body.camera-oglinzilor-q1 .w95-popup.popup-big .title-bar {
  background-color: #f3ec18;
}
body.camera-oglinzilor-q1 .w95-popup.popup-big .window-body {
  background-color: #c2c2c2;
  padding: 30px;
}
body.camera-oglinzilor-q1 .w95-popup.popup-big .window-body .progress-container {
  position: relative;
  width: 50%;
  border-color: #f3ec18;
}
body.camera-oglinzilor-q1 .w95-popup.popup-big .window-body .progress-container .segment.filled {
  background-color: #f3ec18;
}
body.camera-oglinzilor-q1 .question-mark {
  width: 50px;
  height: auto;
  position: fixed;
  top: 2vh;
  right: 2vw;
  display: none;
  z-index: 999999;
}
body.camera-oglinzilor-q1 .question-mark img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  width: 100%;
}
body.camera-oglinzilor-q1 .intro-video {
  position: fixed;
  z-index: 99;
  width: 100vw;
}
body.camera-oglinzilor-q1 .bg-oglinzi {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q1 .oglinzi .wp-block-image {
  margin: 70px 5vw;
}
body.camera-oglinzilor-q1 .oglinzi .wp-block-image.oglinda-1 img {
  cursor: pointer;
}
body.camera-oglinzilor-q1 .totems-oglinzi .wp-block-image {
  margin: 0 4vw;
}
body.camera-oglinzilor-q1 .popup-img.start {
  width: 45vw;
  z-index: 9;
	display: none;
	  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

body.camera-oglinzilor-q1 .popup-img.center {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.camera-oglinzilor-q1 .one {
  display: none;
}
body.camera-oglinzilor-q1 .one .wp-block-image {
  position: absolute;
  width: 30vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.still-1 {
  top: 4vh;
  left: 10vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.still-2 {
  top: 31vh;
  left: 16vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.still-3 {
  top: 65vh;
  left: 12vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.still-4 {
  top: 8vh;
  left: 66vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.still-5 {
  top: 65vh;
  left: 56vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.text-1 {
  top: 6vh;
  left: 37vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.text-2 {
  top: 40vh;
  left: 39vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.text-3 {
  top: 68vh;
  left: 15vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.text-4 {
  top: 54vh;
  left: 60vw;
}
body.camera-oglinzilor-q1 .one .wp-block-image.text-5 {
  top: 70vh;
  left: 42vw;
}
body.camera-oglinzilor-q1 .one .droppable {
  display: none;
  width: 31vw;
  height: 45vh;
  border: 1px solid #f3ec18;
  position: absolute;
  z-index: -1;
}
body.camera-oglinzilor-q1 .one .droppable.correct {
  border: 0;
}
body.camera-oglinzilor-q1 .one .droppable.dropable-1 {
  top: 3vh;
  left: 1vw;
}
body.camera-oglinzilor-q1 .one .droppable.dropable-2 {
  top: 3vh;
  left: 34vw;
}
body.camera-oglinzilor-q1 .one .droppable.dropable-3 {
  top: 3vh;
  left: 67vw;
}
body.camera-oglinzilor-q1 .one .droppable.dropable-4 {
  top: 50vh;
  left: 1vw;
}
body.camera-oglinzilor-q1 .one .droppable.dropable-5 {
  top: 50vh;
  left: 34vw;
}
body.camera-oglinzilor-q1 .one .btn-yellow {
  position: absolute;
  z-index: 999;
  bottom: 3vh;
  right: 3vw;
}
body.camera-oglinzilor-q1 .one .btn-yellow p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q1 .three {
  display: none;
}
body.camera-oglinzilor-q1 .three .btn-yellow {
  position: absolute;
  z-index: 99;
  bottom: 10vh;
  right: 10vw;
}
body.camera-oglinzilor-q1 .three .btn-yellow,
body.camera-oglinzilor-q1 .three .wp-block-image {
  display: none;
}
body.camera-oglinzilor-q1 .three .popup-img-div {
  position: absolute;
}
body.camera-oglinzilor-q1 .three .popup-img-div.cat {
  width: 30vw;
  left: 30vw;
  top: 50vh;
}
body.camera-oglinzilor-q1 .three .popup-img-div.info {
  width: 35vw;
  left: 20vw;
  top: 30vh;
}
body.camera-oglinzilor-q1 .three .popup-img-div.token {
  width: 35vw;
  left: 60vw;
  top: 30vh;
}
body.camera-oglinzilor-q1.co-q1-video .video-player-frame {
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  top: 5vw;
}
body.camera-oglinzilor-q1.co-q1-video .video-player-frame img {
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

body.camera-oglinzilor-q2 .bg-oglinzi {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q2 .oglinzi .wp-block-image {
  margin: 70px 5vw;
}
body.camera-oglinzilor-q2 .oglinzi .wp-block-image.oglinda-1 img {
  pointer-events: none;
  cursor: auto;
}
body.camera-oglinzilor-q2 .oglinzi .wp-block-image.oglinda-2 img {
  cursor: pointer;
}
body.camera-oglinzilor-q2 .totems-oglinzi .wp-block-image {
  margin: 0 4vw;
}
body.camera-oglinzilor-q2 .popup-ezra-1,
body.camera-oglinzilor-q2 .popup-ezra-2 {
  width: 45vw;
  z-index: 9;
	display: none;
	  position: absolute;
  transform: translate(-50%, -50%);
}

body.camera-oglinzilor-q2 .popup-ezra-1 {
  top: 45%;
  left: 45%;
}
body.camera-oglinzilor-q2 .popup-ezra-2 {
  top: 55%;
  left: 55%;
}
body.camera-oglinzilor-q2 .one {
  display: none;
}
body.camera-oglinzilor-q2 .one .costum {
  position: absolute;
}
body.camera-oglinzilor-q2 .one .costum.costum-1 {
  top: 26vh;
  left: calc(50% - 10px);
  width: 250px;
}
body.camera-oglinzilor-q2 .one .costum.costum-2 {
  top: 29vh;
  left: calc(50% + 70px);
  width: 290px;
}
body.camera-oglinzilor-q2 .one .costum.costum-3 {
  top: 26vh;
  left: calc(50% + 180px);
  width: 197px;
}
body.camera-oglinzilor-q2 .one .costum.costum-4 {
  top: 29vh;
  left: calc(50% + 230px);
  width: 268px;
}
body.camera-oglinzilor-q2 .one .pantof {
  position: absolute;
  z-index: 8;
}
body.camera-oglinzilor-q2 .one .pantof.pantof-1 {
  width: 180px;
  bottom: -5px;
  left: calc(50% + 30px);
}
body.camera-oglinzilor-q2 .one .pantof.pantof-2 {
  width: 100px;
  bottom: 5px;
  left: calc(50% + 230px);
}
body.camera-oglinzilor-q2 .one .droppable-costum {
  width: 300px;
  height: 65vh;
  position: fixed;
  z-index: -1;
  left: calc(50% - 435px);
  top: 34vh;
}
body.camera-oglinzilor-q2 .one .droppable-garderoba {
  width: 500px;
  height: 73vh;
  position: fixed;
  z-index: -1;
  left: calc(50% + 0px);
  top: 26vh;
}
body.camera-oglinzilor-q2 .one .oglinda-costum-1,
body.camera-oglinzilor-q2 .one .oglinda-costum-2,
body.camera-oglinzilor-q2 .one .oglinda-costum-3 {
  display: none;
  position: absolute;
  width: 300px;
  left: 35vw;
  top: 15vh;
}
body.camera-oglinzilor-q2 .one .btn-pink {
  position: absolute;
  z-index: 999;
  bottom: 3vh;
  right: 3vw;
}
body.camera-oglinzilor-q2 .one .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q2 .bg-orlando {
  background-color: #000;
  display: none;
  z-index: -1;
  height: 100vh;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  left: 50%;
  position: fixed;
}
body.camera-oglinzilor-q2 .bg-orlando img {
  height: 100%;
  width: auto;
}
body.camera-oglinzilor-q2 .two {
  display: none;
}
body.camera-oglinzilor-q2 .two .popup-img-div {
  position: absolute;
}
body.camera-oglinzilor-q2 .two .popup-img-div.half-costume {
  width: 500px;
  left: 50vw;
  top: 30vh;
}
body.camera-oglinzilor-q2 .two .popup-img-div.info {
  width: 360px;
  left: 10vw;
  top: 45vh;
}
body.camera-oglinzilor-q2 .two .btn-pink {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 3vh;
  right: 3vw;
}
body.camera-oglinzilor-q2 .two .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q2 .three {
  display: none;
}
body.camera-oglinzilor-q2 .three .popup-img-div {
  position: absolute;
}
body.camera-oglinzilor-q2 .three .popup-img-div.info {
  width: 350px;
  left: 12vw;
  top: 40vh;
}
body.camera-oglinzilor-q2 .three .popup-img-div.cat {
  width: 300px;
  left: 42vw;
  top: 50vh;
}
body.camera-oglinzilor-q2 .three .btn-pink {
  position: fixed;
  z-index: 999;
  bottom: 3vh;
  right: 3vw;
}
body.camera-oglinzilor-q2 .three .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}

body.camera-oglinzilor-q2 .transition-video {
  display: none;
  width: 100vw;
}

body.camera-oglinzilor-q3 .bg-oglinzi {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q3 .oglinzi .wp-block-image {
  margin: 70px 5vw;
}
body.camera-oglinzilor-q3 .oglinzi .wp-block-image.oglinda-3 img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .totems-oglinzi .wp-block-image {
  margin: 0 4vw;
}
body.camera-oglinzilor-q3 .bg-blueq3-1 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q3 .one {
  display: none;
}
body.camera-oglinzilor-q3 .one .co-q3-video {
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  top: 5vw;
}
body.camera-oglinzilor-q3 .one .btn-pink {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3 .one .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3.coq3-video .video-player-frame {
  z-index: 9;
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  top: 5vw;
}
body.camera-oglinzilor-q3.coq3-video .video-player-frame img {
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
body.camera-oglinzilor-q3.coq3-video .video-player-frame .wp-block-video {
  margin-top: 30px;
}
body.camera-oglinzilor-q3 .two {
  display: none;
}
body.camera-oglinzilor-q3 .two .popup-img.orlando1 {
  width: 400px;
  top: 30vh;
  left: 10vw;
	position: fixed;
}
body.camera-oglinzilor-q3 .two .popup-img.text1 {
  width: 500px;
  top: 40vh;
  left: 40vw;
	position: fixed;
}
body.camera-oglinzilor-q3 .two .btn-pink {
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3 .two .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .three {
  display: none;
}
body.camera-oglinzilor-q3 .three .popup-img-div.fifi1 {
  width: 500px;
  top: 40vh;
  left: 10vw;
}
body.camera-oglinzilor-q3 .three .popup-img-div.ezra1 {
  width: 450px;
  top: 50vh;
  left: 50vw;
}
body.camera-oglinzilor-q3 .three .btn-pink {
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3 .three .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .co-q3-t1 {
  display: none;
}
body.camera-oglinzilor-q3 .co-q3-t1 .wp-block-image {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 5vh;
  z-index: 0;
  width: 72vw;
  max-width: 950px;
}
body.camera-oglinzilor-q3 .co-q3-t1 .wp-block-image img {
  width: 100%;
}
body.camera-oglinzilor-q3 .co-q3-t1 .wp-block-image.background {
  width: 75vw;
  max-width: 1000px;
  display: block;
  z-index: 1;
}
body.camera-oglinzilor-q3 .co-q3-t1 .wp-block-image.b1 {
  display: block;
}
body.camera-oglinzilor-q3 .co-q3-t1 .wp-block-image.ezra2 {
  display: none;
}
body.camera-oglinzilor-q3 .co-q3-t1 .popup-img-div.ezra2 {
  width: 400px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 4;
  display: block;
}
body.camera-oglinzilor-q3 .co-q3-t1 .popup-img-div.ezra2 .wp-block-image.ezra2 {
  display: block;
  width: 500px;
  top: -100px;
}
body.camera-oglinzilor-q3 .co-q3-t1 .color-box {
  z-index: 2;
  border: 1px solid #0100BE;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  position: absolute;
  height: 4vw;
  max-height: 50px;
  width: 19vw;
  max-width: 250px;
  bottom: 5vw;
  left: 4vw;
}
body.camera-oglinzilor-q3 .co-q3-t1 .btn-pink {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3 .co-q3-t1 .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .four {
  display: none;
}
body.camera-oglinzilor-q3 .four .final-meet {
  border: 3px solid #adff4d;
  border-top: 25px solid #adff4d;
  width: 64vw;
  left: 18vw;
  top: 100px;
  position: absolute;
}
body.camera-oglinzilor-q3 .four .orange-eye {
  position: fixed;
  top: 50px;
  right: 10vw;
  width: 300px;
  z-index: 9;
}
body.camera-oglinzilor-q3 .four .btn-pink {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3 .bg-blue-q3-2 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q3 .five {
  display: none;
}
body.camera-oglinzilor-q3 .five .co-q3-t2 {
  width: 1000px;
  top: 50px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
body.camera-oglinzilor-q3 .five .co-q3-t2 img {
  width: 100%;
}
body.camera-oglinzilor-q3 .five .popup-img {
  position: absolute;
  z-index: 2;
}
body.camera-oglinzilor-q3 .five .popup-img.fifi2 {
  left: 20vw;
  top: 10vh;
	display:none;
}
body.camera-oglinzilor-q3 .five .popup-img.ezra3 {
  right: 30vw;
  bottom: 20vh;
		display:none;
}
body.camera-oglinzilor-q3 .five .drop-eyes {
  border: 1px solid #b8fb4f;
  position: absolute;
  top: 249px;
  left: calc(50% - 300px);
  width: 420px;
  height: 130px;
}
body.camera-oglinzilor-q3 .five .drop-nose {
  border: 1px solid #b8fb4f;
  position: absolute;
  top: 360px;
  width: 140px;
  left: 38vw;
  left: calc(50% - 160px);
  height: 200px;
}
body.camera-oglinzilor-q3 .five .drop-mouth {
  border: 1px solid #b8fb4f;
  position: absolute;
	width: 260px;
	left: calc(50% - 245px);
	top: 570px;
	height: 80px;
}
body.camera-oglinzilor-q3 .five .face-elements {
  display: none;
}
body.camera-oglinzilor-q3 .five .face-elements .eyes {
  position: absolute;
  margin: 0;
  width: 280px;
}
body.camera-oglinzilor-q3 .five .face-elements .eyes.eyes-1 {
  top: 70px;
  left: 30px;
}
body.camera-oglinzilor-q3 .five .face-elements .eyes.eyes-2 {
  top: 230px;
  left: 40px;
}
body.camera-oglinzilor-q3 .five .face-elements .eyes.eyes-3 {
  top: 370px;
  left: 50px;
}
body.camera-oglinzilor-q3 .five .face-elements .eyes.eyes-4 {
  top: 570px;
  left: 30px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose {
  position: absolute;
  margin: 0;
  width: 150px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose.nose-1 {
  top: 150px;
  left: 60px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose.nose-2 {
  top: 130px;
  right: 60px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose.nose-3 {
  top: 350px;
  right: 160px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose.nose-4 {
  top: 450px;
  right: 290px;
}
body.camera-oglinzilor-q3 .five .face-elements .nose.nose-5 {
  top: 0px;
  right: 260px;
}
body.camera-oglinzilor-q3 .five .face-elements .mouth {
  position: absolute;
  margin: 0;
  height: 130px;
}
body.camera-oglinzilor-q3 .five .face-elements .mouth img {
  height: 100%;
  width: auto;
}
body.camera-oglinzilor-q3 .five .face-elements .mouth.mouth-1 {
  top: 250px;
  right: 198px;
}
body.camera-oglinzilor-q3 .five .face-elements .mouth.mouth-2 {
  top: 630px;
  right: 120px;
}
body.camera-oglinzilor-q3 .five .face-elements .mouth.mouth-3 {
  top: 450px;
  right: 60px;
}
body.camera-oglinzilor-q3 .five .btn-pink {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
		display:none;
}

body.camera-oglinzilor-q3 .five .alert-msg {
  position: fixed;
  top: 35vh;
  left: 35vw;
		display:none;
	width: 300px;
}
body.camera-oglinzilor-q3 .five .btn-pink.bingo {
  display: block;
}
body.camera-oglinzilor-q3 .six {
  display: none;
}
body.camera-oglinzilor-q3 .six .face-complete {
  width: 1000px;
  top: 50px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
body.camera-oglinzilor-q3 .six .face-complete img {
  width: 100%;
}
body.camera-oglinzilor-q3 .six .btn-pink {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q3.kiss-video .video-player-frame {
  z-index: 9;
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  top: 5vw;
}
body.camera-oglinzilor-q3.kiss-video .video-player-frame img {
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
body.camera-oglinzilor-q3.kiss-video .video-player-frame .wp-block-video {
  margin-top: 30px;
}
body.camera-oglinzilor-q3 .seven {
  display: none;
}
body.camera-oglinzilor-q3 .seven .video-player-frame {
  position: absolute;
  width: 70vw;
  left: 15vw;
  top: 5vh;
}
body.camera-oglinzilor-q3 .seven .popup-img {
  position: absolute;
  display: none;
  z-index: 9;
}
body.camera-oglinzilor-q3 .seven .popup-img.orlando2 {
  width: 400px;
  top: 30vh;
  left: 10vw;
}
body.camera-oglinzilor-q3 .seven .popup-img.text2 {
  width: 500px;
  top: 40vh;
  left: 40vw;
}
body.camera-oglinzilor-q3 .seven .orange-eye {
  display: none;
  position: fixed;
  top: 50px;
  right: 10vw;
  width: 300px;
  z-index: 9;
}
body.camera-oglinzilor-q3 .seven .btn-pink {
  position: absolute;
  bottom: 10vh;
  right: 10vw;
}
body.camera-oglinzilor-q3 .seven .popup-img.ezra4 {
  width: 400px;
  top: 30vh;
  left: 40vw;
}
body.camera-oglinzilor-q3 .seven .toggle-answers {
  position: absolute;
  display: none;
  z-index: 9;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a1 {
  position: absolute;
  top: 20vh;
  left: 20vw;
  width: 600px;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a1 .btn-check {
  position: absolute;
  right: 20px;
  top: 35px;
  background-color: #808080;
  color: #fff;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a2 {
  position: absolute;
  top: 45vh;
  left: 40vw;
  width: 600px;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a2 .btn-check {
  position: absolute;
  right: 20px;
  top: 35px;
  background-color: #808080;
  color: #fff;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a3 {
  position: absolute;
  top: 70vh;
  left: 32vw;
  width: 600px;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a3 .btn-check {
  position: absolute;
  right: 20px;
  top: 35px;
  background-color: #808080;
  color: #fff;
  font-family: "Jersey20-Regular";
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q3 .seven .toggle-answers .a1 .btn-check.selected,
body.camera-oglinzilor-q3 .seven .toggle-answers .a2 .btn-check.selected,
body.camera-oglinzilor-q3 .seven .toggle-answers .a3 .btn-check.selected {
  background-color: #ff2393;
  content: "Selectat";
  color: #000;
}
body.camera-oglinzilor-q3 .seven .btn-pink {
  display: none;
  position: absolute;
  right: 5vw;
  bottom: 5vw;
}
body.camera-oglinzilor-q3 .seven .btn-pink.finish {
  display: block;
}
body.camera-oglinzilor-q3 .eight {
  display: none;
  z-index: 9;
  position: absolute;
}
body.camera-oglinzilor-q3 .eight .popup-img.textfifi {
  position: absolute;
  top: 30vh;
  left: 20vw;
  width: 400px;
  display: block;
}
body.camera-oglinzilor-q3 .eight .slate {
  top: 7vh;
  width: 400px;
  position: fixed;
  right: 5vw;
}
body.camera-oglinzilor-q3 .eight .token {
  position: absolute;
  left: 40vw;
  top: 45vh;
  width: 350px;
}
body.camera-oglinzilor-q3 .eight .btn-pink {
  position: fixed;
  right: 5vw;
  bottom: 5vh;
}

body.camera-oglinzilor-q4 .bg-oglinzi {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q4 .oglinzi .wp-block-image {
  margin: 70px 5vw;
}
body.camera-oglinzilor-q4 .oglinzi .wp-block-image.oglinda-4 img {
  cursor: pointer;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q4 .totems-oglinzi .wp-block-image {
  margin: 0 4vw;
}
body.camera-oglinzilor-q4 .coq4-video {
  display: none;
}
body.camera-oglinzilor-q4 .coq4-video video {
  top: 30px;
  position: relative;
}
body.camera-oglinzilor-q4.coq4-video .video-player-frame {
  z-index: 9;
  position: absolute;
  width: 70vw;
  height: auto;
  left: 15vw;
  top: 5vw;
}
body.camera-oglinzilor-q4.coq4-video .video-player-frame img {
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
body.camera-oglinzilor-q4 .btn.start {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q4 .btn.start p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q4 .bg-quizz-frame1 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q4 .one {
  display: none;
}
body.camera-oglinzilor-q4 .one .popup-img-div {
  position: absolute;
  width: 500px;
}
body.camera-oglinzilor-q4 .one .popup-img-div.fifi1 {
  left: 10vw;
  top: 10vh;
}
body.camera-oglinzilor-q4 .one .popup-img-div.fifi2 {
  left: 30vw;
  top: 40vh;
}
body.camera-oglinzilor-q4 .one .popup-img-div.ezra1 {
  left: calc(50vw - 250px);
  top: 30vh;
}
body.camera-oglinzilor-q4 .one .btn-pink {
  position: fixed;
  z-index: 999;
  bottom: 5vh;
  right: 5vw;
}
body.camera-oglinzilor-q4 .one .btn-pink p {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.camera-oglinzilor-q4 .quizz-forms {
  display: none;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 500px;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 300px;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz.two, body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz.three, body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz.four, body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz.five, body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz.six {
  display: none;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz h4 {
  font-size: 22px;
  font-family: "Jersey20-Regular";
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz ul li {
  display: flex;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz ul li span {
  width: calc(100% - 30px);
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz ul li input {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz .correct {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  background-color: #adff4d;
  opacity: 0;
}
body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz li, body.camera-oglinzilor-q4 .quizz-forms .mirror-quizz .correct {
  font-family: "Jersey20-Regular";
  font-size: 18px;
}
body.camera-oglinzilor-q4 .quizz-forms .next-quizz {
  display: none;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
}
body.camera-oglinzilor-q4 .bg-quizz-frame2 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.5);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.camera-oglinzilor-q4 .two {
  display: none;
}
body.camera-oglinzilor-q4 .two .popup-img-div.ezra2 {
  position: absolute;
  left: 10vw;
  top: 40vh;
  width: 400px;
}
body.camera-oglinzilor-q4 .two .btn-pink {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.camera-oglinzilor-q4 .three {
  display: none;
}
body.camera-oglinzilor-q4 .three .orlando {
  position: absolute;
  left: 10vw;
  width: 300px;
  top: 10vh;
}
body.camera-oglinzilor-q4 .three .popup-img-div.ezra3 {
  position: absolute;
  top: 40vh;
  left: calc(50vw - 200px);
  width: 400px;
  z-index: 9;
}
body.camera-oglinzilor-q4 .three .menu-container {
  width: 300px;
  background: #e1e1e1;
  border: 2px solid #888;
  font-family: "Jersey20-Regular";
  position: absolute;
  left: 40vw;
  top: 15vw;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu {
  width: 200px;
  display: none;
  background: #cfcfcf;
  display: none;
  position: absolute;
  left: 300px;
  background: #e1e1e1;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item {
  padding: 10px 20px;
  border-top: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item img {
  position: fixed;
  width: 200px;
  display: none;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.one1 img {
  left: 9vw;
  bottom: 18vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.one2 img {
  right: 9vw;
  bottom: 18vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.one3 img {
  left: 9vw;
  top: 7vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.two1 img {
  right: 4vw;
  top: 3vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.two2 img {
  left: 9vw;
  bottom: 18vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.two3 img {
  right: 3vw;
  top: 4vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.three1 img {
  right: 5vw;
  top: 8vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.three2 img {
  left: 5vw;
  bottom: 18vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.three3 img {
  left: 9vw;
  top: 5vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.four1 img {
  right: 5vw;
  top: 8vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.four2 img {
  left: 5vw;
  bottom: 48vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.four3 img {
  right: 5vw;
  top: 25vh;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.selected {
  background: #163963;
  border: 1px solid #999;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item.selected img {
  display: block;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item::before {
  content: "📁";
  margin-right: 8px;
}
body.camera-oglinzilor-q4 .three .menu-container .submenu .submenu-item:hover {
  background: #163963;
  color: white;
}
body.camera-oglinzilor-q4 .three .menu-container .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #cfd0d1;
  border-bottom: 2px solid #999;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
body.camera-oglinzilor-q4 .three .menu-container .menu-item img.icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
body.camera-oglinzilor-q4 .three .menu-container .menu-item span {
  flex-grow: 1;
}
body.camera-oglinzilor-q4 .three .menu-container .menu-item.active {
  background: #163963;
  color: white;
}
body.camera-oglinzilor-q4 .three .btn-pink {
  display: none;
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.camera-oglinzilor-q4 .four {
  display: none;
}
body.camera-oglinzilor-q4 .four .popup-img-div {
  position: absolute;
}
body.camera-oglinzilor-q4 .four .popup-img-div.orlando2 {
  width: 500px;
  left: calc(50vw - 250px);
  top: 40vh;
}
body.camera-oglinzilor-q4 .four .popup-img-div.orlando1 {
  width: 300px;
  left: 60vw;
  top: 60vh;
}
body.camera-oglinzilor-q4 .four .popup-img-div.orlando-img {
  width: 300px;
  left: 10vw;
  top: 20vh;
}
body.camera-oglinzilor-q4 .four .btn-pink {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body.camera-oglinzilor-q4 .coq4-secventa-final {
  display: none;
}
body.camera-oglinzilor-q4 .coq4-secventa-final video {
  top: 30px;
  position: relative;
}
body.camera-oglinzilor-q4 .five {
  display: none;
  position: absolute;
  z-index: 9;
}
body.camera-oglinzilor-q4 .five .popup-img {
  position: absolute;
}
body.camera-oglinzilor-q4 .five .popup-img.fifi {
  width: 300px;
  left: 15vh;
  top: 34vh;
}
body.camera-oglinzilor-q4 .five .popup-img.token {
  width: 350px;
  left: 60vw;
  top: 30vh;
}
body.camera-oglinzilor-q4 .five .popup-img.fifi-img {
  width: 300px;
  left: 40vw;
  top: 60vh;
}
body.camera-oglinzilor-q4 .five .btn-pink {
  position: fixed;
  right: 5vw;
  bottom: 5vh;
}
body.final-camera-1 .bg-final {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.final-camera-1 .orange-eye {
  position: fixed;
  top: 0;
  left: 0;
  width: 10vw;
}
body.final-camera-1 .one .popup-ezra-1 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 35vw;
}
body.final-camera-1 .one .btn-green {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .bg-cal {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.final-camera-1 .two {
  display: none;
}
body.final-camera-1 .two .popup.shelmerdine {
  position: fixed;
  display: block;
}
body.final-camera-1 .two .popup.shelmerdine.img {
  top: 5vh;
  left: 10vw;
  width: 25vw;
}
body.final-camera-1 .two .popup.shelmerdine.text {
  display: none;
  top: 40vh;
  left: 5vw;
  width: 35vw;
}
body.final-camera-1 .two .popup.shelmerdine .btn-green {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .two .popup.orlando {
  position: fixed;
  display: block;
}
body.final-camera-1 .two .popup.orlando.img {
  top: 25vh;
  left: 60vw;
  width: 25vw;
}
body.final-camera-1 .two .popup.orlando.text {
  display: none;
  top: 70vh;
  left: 55vw;
  width: 35vw;
}
body.final-camera-1 .two .btn-green {
  position: fixed;
  display: none;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .video-absorbtie {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: 1;
}
body.final-camera-1 .three {
  display: none;
}
body.final-camera-1 .three .popup-blank {
  position: fixed;
  width: 60vw;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
}
body.final-camera-1 .three .couple-eye {
  position: fixed;
  width: 40vw;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
}
body.final-camera-1 .three .btn-orange {
  display: none;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  z-index: 9;
  position: fixed;
}
body.final-camera-1 .four {
  display: none;
}
body.final-camera-1 .four .popup {
  position: fixed;
  display: block;
}
body.final-camera-1 .four .popup.orlando {
  position: fixed;
  right: 45vw;
  top: 15vh;
  width: 35vw;
}
body.final-camera-1 .four .popup.text {
  left: 50vw;
  width: 35vw;
  top: 50vh;
}
body.final-camera-1 .four .btn-green {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .five {
  display: none;
}
body.final-camera-1 .five .popup {
  position: fixed;
}
body.final-camera-1 .five .popup.text.fifi {
  display: block;
  left: 20vw;
  width: 35vw;
  top: 15vh;
}
body.final-camera-1 .five .popup.orlando {
  display: none;
  position: fixed;
  right: 5vw;
  top: 15vh;
  width: 30vw;
}
body.final-camera-1 .five .popup.text.orlando {
  display: none;
  left: 50vw;
  width: 30vw;
  top: 60vh;
}
body.final-camera-1 .five .btn-green {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .six {
  display: none;
}
body.final-camera-1 .six .ezra {
  position: fixed;
  top: 20vh;
  left: 30vw;
  width: 20vw;
}
body.final-camera-1 .six .fifi {
  position: fixed;
  top: 23vh;
  left: 55vw;
  width: 20vw;
}
body.final-camera-1 .six .btn-green {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(1);
  left: 50%;
  top: 50%;
  z-index: 9;
}
body.final-camera-1 .seven {
  display: none;
}
body.final-camera-1 .seven .ezra {
  position: fixed;
  right: 10vw;
  top: 20vh;
  width: 25vw;
}
body.final-camera-1 .seven .text {
  position: fixed;
  right: 40vw;
  top: 40vh;
  width: 30vw;
}
body.final-camera-1 .seven .btn-green {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .eight {
  display: none;
}
body.final-camera-1 .eight .tableta {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  width: 70vw;
}
body.final-camera-1 .eight .btn-green {
  display: none;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
  position: fixed;
}
body.final-camera-1 .bg-labirint {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.final-camera-1 .nine {
  display: none;
}
body.final-camera-1 .nine .ezra {
  position: fixed;
  width: 40vw;
  top: 40vh;
  left: 40vw;
}
body.final-camera-1 .nine .orlando {
  position: fixed;
  top: 30vh;
  left: 10vw;
  width: 230px;
}
body.final-camera-1 .nine .next-img {
  width: 50px;
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 5vw;
}
body.final-camera-1 .maze-quizz-forms {
  display: none;
  position: absolute;
  width: 300px;
}
body.final-camera-1 .maze-quizz-forms .orlando-tablet,
body.final-camera-1 .maze-quizz-forms .orange-tablet1,
body.final-camera-1 .maze-quizz-forms .orange-tablet2 {
  position: absolute;
  display: none;
  top: 35vh;
  width: 200px;
}
body.final-camera-1 .maze-quizz-forms .maze-quizz {
  background-color: #3a3b32;
  border: 3px solid #ec5e14;
  padding: 20px;
  position: absolute;
  top: 38vh;
  width: 400px;
  color: #fff;
}
body.final-camera-1 .maze-quizz-forms .one {
  left: 30vw;
}
body.final-camera-1 .maze-quizz-forms .two {
  left: 52vw;
}
body.final-camera-1 .maze-quizz-forms .three {
  top: 58vh;
  left: 52vw;
}
body.final-camera-1 .maze-quizz-forms .four {
  top: 58vh;
  left: 60vw;
}
body.final-camera-1 .maze-quizz-forms.two, body.final-camera-1 .maze-quizz-forms.three, body.final-camera-1 .maze-quizz-forms.four {
  display: none;
}
body.final-camera-1 .maze-quizz-forms h4 {
  font-size: 22px;
  font-family: "Jersey20-Regular";
}
body.final-camera-1 .maze-quizz-forms ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
body.final-camera-1 .maze-quizz-forms ul li {
  display: flex;
  color: #fff;
}
body.final-camera-1 .maze-quizz-forms ul li span {
  width: calc(100% - 30px);
}
body.final-camera-1 .maze-quizz-forms ul li input {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
}
body.final-camera-1 .maze-quizz-forms .correct {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  background-color: #adff4d;
  opacity: 0;
}
body.final-camera-1 .maze-quizz-forms li, body.final-camera-1 .maze-quizz-forms .correct {
  font-family: "Jersey20-Regular";
  font-size: 18px;
}
body.final-camera-1 .maze-quizz-forms .next-img {
  width: 50px;
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
}
body.final-camera-1.mzq1 .orlando-tablet {
  left: 2vw;
}
body.final-camera-1.mzq1 .orange-tablet1 {
  left: 15vw;
}
body.final-camera-1.mzq2 .orlando-tablet {
  left: 15vw;
}
body.final-camera-1.mzq2 .orange-tablet2 {
  left: 35vw;
}
body.final-camera-1.mzq3 .orlando-tablet {
  left: 45vw;
}
body.final-camera-1.mzq3 .orange-tablet1 {
  left: 60vw;
}
body.final-camera-1.mzq4 .orlando-tablet {
  left: 65vw;
}
body.final-camera-1.mzq4 .orange-tablet2 {
  left: 75vw;
}
body.final-camera-1.final .orlando-tablet {
  left: 80vw;
}
body.final-camera-1 .ten {
  display: none;
}
body.final-camera-1 .ten .orange {
  position: fixed;
  top: 20vh;
  left: 20vw;
  width: 400px;
}
body.final-camera-1 .ten .orange.text {
  position: fixed;
  top: 30vh;
  left: 50vw;
  width: 30vw;
}
body.final-camera-1 .ten .next-img {
  width: 50px;
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
}
body.final-camera-1 .bg-final2 {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.final-camera-1 .eleven {
  display: none;
}
body.final-camera-1 .eleven .text {
  position: fixed;
}
body.final-camera-1 .eleven .text.ezra {
  top: 30vh;
  left: 20vw;
  width: 30vw;
}
body.final-camera-1 .eleven .text.fifi {
  display: none;
  top: 40vh;
  left: 55vw;
  width: 30vw;
}
body.final-camera-1 .eleven .btn-green {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
}
body.final-camera-1 .twelve {
  display: none;
}
body.final-camera-1 .twelve .orlando {
  position: fixed;
}
body.final-camera-1 .twelve .orlando.img {
  top: 30vh;
  left: 10vw;
  width: 30vw;
}
body.final-camera-1 .twelve .orlando.text {
  top: 40vh;
  left: 35vw;
  width: 40vw;
}
body.final-camera-1 .twelve .btn-green {
  position: fixed;
  top: 40vh;
  left: 80vw;
}

/* catalog */
   /* Glitch Bar */
        .glitch-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 12px;
            z-index: 100;
            background: linear-gradient(to right, #a3e635, #ec4899, #22d3ee);
            opacity: 0.8;
            animation: glitch-anim 3s infinite;
        }

        @keyframes glitch-anim {
            0% { transform: translateX(0) translateY(0); }
            20% { transform: translateX(-2px) translateY(2px); }
            40% { transform: translateX(-2px) translateY(-2px); }
            60% { transform: translateX(2px) translateY(2px); }
            80% { transform: translateX(2px) translateY(-2px); }
            100% { transform: translateX(0) translateY(0); }
        }

        /* Title Bar */
        .title-bar {
            position: sticky;
            top: 0;
            z-index: 50;
            background: #000080;
            border-bottom: 4px solid white;
            padding: 12px 16px;
            margin-top: 12px;
        }

        .title-bar h1 {
            color: white;
            font-size: 1.875rem;
            text-align: center;
            letter-spacing: 0.1em;
        }

        /* Film Container */
        .film-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            padding: 48px 16px;
        }

        /* Film Window */
        .film-window {
            background: #c0c0c0;
            border: 2px solid;
            border-color: white white #808080 #808080;
            box-shadow: 4px 4px 0 rgba(0,0,0,0.3);
            margin-bottom: 32px;
            width: 100%;
            max-width: 600px;
        }

        .window-title-bar {
            background: #000080;
            padding: 4px 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: move;
            user-select: none;
        }

        .window-title-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .window-icon {
            width: 16px;
            height: 16px;
            background: #808080;
            border: 1px solid white;
        }

        .window-title {
            color: white;
            font-size: 1.125rem;
        }

        .window-buttons {
            display: flex;
            gap: 4px;
        }

        .window-btn {
            width: 20px;
            height: 20px;
            background: #c0c0c0;
            border: 1px solid;
            border-color: white white #000 #000;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            cursor: pointer;
        }

        .window-btn:hover {
            background: #a0a0a0;
        }

        .window-btn:active {
            border-color: #000 #000 white white;
        }

        /* Window Content */
        .window-content {
            padding: 16px;
        }

        .director {
            margin-bottom: 8px;
            color: #000080;
            font-size: 0.875rem;
            font-style: italic;
        }

        .video-container {
            margin-bottom: 16px;
            border: 2px solid #808080;
        }

        .video-container iframe {
            display: block;
            width: 100%;
            height: 320px;
            border: none;
        }

        .description {
            background: white;
            border: 2px solid;
            border-color: #808080 white white #808080;
            padding: 12px;
        }

        .description p {
            color: #000;
            font-size: 0.875rem;
            line-height: 1.4;
        }

        .password-notice {
            margin-top: 12px;
            background: #ffffcc;
            border: 2px solid;
            border-color: #808080 white white #808080;
            padding: 8px;
        }

        .password-notice span {
            color: #000;
            font-size: 0.875rem;
        }

        .password-notice code {
            font-family: monospace;
            background: #c0c0c0;
            padding: 2px 8px;
            color: #000080;
            font-size: 0.875rem;
        }

        /* Footer */
        .footer {
            position: sticky;
            bottom: 0;
            z-index: 50;
            background: #c0c0c0;
            border-top: 2px solid white;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
			display: none;
        }

        .footer-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .start-btn {
            padding: 4px 12px;
            background: #c0c0c0;
            border: 2px solid;
            border-color: white white #000 #000;
            font-family: 'Jersey 20', cursive;
            font-size: 0.875rem;
            cursor: pointer;
        }

        .start-btn:hover {
            background: #a0a0a0;
        }

        .start-btn:active {
            border-color: #000 #000 white white;
        }

        .status-box {
            padding: 4px 12px;
            background: white;
            border: 2px solid;
            border-color: #808080 white white #808080;
            font-size: 0.875rem;
        }

        .clock {
            padding: 4px 12px;
            background: #008080;
            border: 2px solid;
            border-color: white white #000 #000;
            color: white;
            font-size: 0.875rem;
        }

        /* Minimized state */
        .window-content.minimized {
            display: none;
        }

/* BILB */

.glowing-bg-small {
  width: 1px;
  height: 1px;
  animation: glow 1s infinite alternate;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.4;
}
@keyframes glow {
  from {
    box-shadow: 0 0 10px 10px #ffea4d;
  }
  to {
    box-shadow: 0 0 30px 30px #ffea4d;
  }
}

.wp-block-video video {
	aspect-ratio: auto!important;
}

.btn-next-story {
  padding: 5px 35px;
  background-color: #000;
  color: #fff;
  font-family: "Jersey20-Regular";
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}

.pixel-toggle {
  display: none;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  width: 120px;
  height: 50px;
  border: 4px solid #000;
  font-family: "Jersey20-Regular";
  border-radius: 30px;
  position: relative;
  font-family: monospace;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.pixel-toggle {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}

/* knob */
.toggle-knob {
  width: 40px;
  height: 40px;
  background: #eaeaea;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  transition: 0.25s;
}

/* OFF state */
.pixel-toggle.off {
  background: #ff9ad4;
  color: #000;
}

.pixel-toggle.off .toggle-knob {
  left: 5px;
}

/* ON state */
.pixel-toggle.on {
  background: #fff827;
  color: #000;
}

.pixel-toggle.on .toggle-knob {
  left: 70px;
}

.popup-overlay.bilb-ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
}
.popup-overlay.bilb-ball .popup-box {
  width: 500px;
  background: #cfcfcf;
  border: 6px solid #999;
  box-shadow: 0 0 0 4px #333;
  font-family: monospace;
}
.popup-overlay.bilb-ball .popup-header {
  background: #1e4bb8;
  height: 40px;
  position: relative;
}
.popup-overlay.bilb-ball .popup-header p {
  color: #fff;
  padding: 5px;
  font-family: "Jersey20-Regular";
}
.popup-overlay.bilb-ball .popup-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
  background: #ddd;
  padding: 2px 6px;
  border: 2px solid #000;
}
.popup-overlay.bilb-ball .popup-content {
  text-align: center;
  padding: 20px;
}
.popup-overlay.bilb-ball .popup-image {
  width: 180px;
  margin-bottom: 20px;
}
.popup-overlay.bilb-ball .popup-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.popup-overlay.bilb-ball .popup-buttons {
  display: flex;
  justify-content: space-between;
}
.popup-overlay.bilb-ball .popup-buttons button {
  width: 45%;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: url("/conquistadorx/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  border: 4px solid #444;
  background: #d9d9d9;
  box-shadow: inset -3px -3px 0 #aaa, inset 3px 3px 0 #fff;
  color: #333;
}
.popup-overlay.bilb-ball .popup-buttons button.wrong {
  background-color: #ff0000 !important;
}
.popup-overlay.bilb-ball .btn-primary {
  border-style: dashed;
}
.popup-overlay.bilb-ball .popup-buttons button:hover {
  background: #eee;
}

.popup-comments {
  display: none;
  position: fixed;
  width: 400px;
  border: 3px solid #000;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
  z-index: 9;
  font-family: "Jersey20-Regular";
}
.popup-comments.com-1 {
  top: 10%;
  left: 10%;
}
.popup-comments.com-2 {
  top: 20%;
  left: 35%;
}
.popup-comments.com-3 {
  top: 45%;
  left: 20%;
}
.popup-comments.com-4 {
  top: 40%;
  left: 50%;
}
.popup-comments.com-5 {
  top: 50%;
  left: 20%;
}
.popup-comments.com-6 {
  top: 30%;
  left: 60%;
}
.popup-comments.com-7 {
  top: 19%;
  left: 20%;
}
.popup-comments.com-8 {
  top: 40%;
  left: 10%;
}
.popup-comments.com-9 {
  top: 60%;
  left: 35%;
}
.popup-comments.com-10 {
  top: 50%;
  left: 35%;
}
.popup-comments.com-11 {
  top: 18%;
  left: 5%;
}
.popup-comments .title-bar {
  background: #0000aa;
  color: #fff;
  padding: 6px 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin:0;
	border-bottom: 0;
}
.popup-comments .controls {
  display: flex;
  gap: 4px;
}
.popup-comments .controls div {
  width: 16px;
  height: 16px;
  background: #c0c0c0;
  border: 1px solid #000;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  cursor: pointer;
}
.popup-comments .content {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
.popup-comments .content .icon {
  min-width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  position: relative;
}
.popup-comments .content .icon::before, .popup-comments .content .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 5px;
  background: white;
}
.popup-comments .content .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-comments .content .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-comments .content p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.popup-comments .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
}
.popup-comments .buttons .btn {
  padding: 5px 20px;
  font-weight: bold;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #000;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
}
.popup-comments .buttons .btn.red {
  background-color: red;
}
.popup-comments .buttons .btn.green {
  background-color: #adff4d;
}

.game-frame {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100vh;
	border: 5px solid limegreen;
	pointer-events: none;
	display: none;
	box-sizing: border-box;
	background-color: #32cd3282;
	z-index: 999;
	justify-content: center;
    align-items: center;
}

.game-frame img {
	width: 500px;
}

body.bilb-q1 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q1 .btn-start {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q1 .one {
  display: none;
}
body.bilb-q1 .one .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q1 .one .popup-img.warn {
  width: 100px;
  top: 50px;
  left: 45%;
}
body.bilb-q1 .one .popup-img.girls {
  width: 400px;
  left: 100px;
  bottom: 50px;
}
body.bilb-q1 .one .popup-img.ezra1 {
  width: 500px;
  top: 100px;
  right: 170px;
}
body.bilb-q1 .one .popup-img.ezra2 {
  width: 500px;
  top: 350px;
  right: 130px;
}
body.bilb-q1 .one .popup-img.ezra3 {
  width: 500px;
  top: 550px;
  right: 220px;
}
body.bilb-q1 .one .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .two {
  display: none;
}
body.bilb-q1 .two .video-two {
  width: 70vw;
  margin-left: 15vw;
  margin-top: 10vh;
}
body.bilb-q1 .two .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .three {
  display: none;
}
body.bilb-q1 .three .popup-img {
  position: fixed;
  display: none;
  width: 500px;
}
body.bilb-q1 .three .popup-img.fifi1 {
  top: 100px;
  left: 50px;
}
body.bilb-q1 .three .popup-img.fifi2 {
  top: 400px;
  left: 100px;
}
body.bilb-q1 .three .popup-img.ezra {
  top: 200px;
  right: 50px;
}
body.bilb-q1 .three .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .four {
  display: none;
}
body.bilb-q1 .four .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q1 .four .popup-img.sandra {
  width: 300px;
  top: 200px;
  left: 300px;
}
body.bilb-q1 .four .popup-img.sandra-text {
  width: 400px;
  top: 220px;
  right: 300px;
}
body.bilb-q1 .four .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .bg-one-empty {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q1 .five {
  display: none;
}
body.bilb-q1 .five .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q1 .five .popup-img.maria {
  width: 300px;
  top: 30%;
  left: 20%;
}
body.bilb-q1 .five .popup-img.maria-text {
  width: 450px;
  top: 43%;
  left: 40%;
}
body.bilb-q1 .five .btn-black {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q1 .q1-game {
  display: none;
}
body.bilb-q1 .q1-game .elements {
  position: fixed;
}
body.bilb-q1 .q1-game .elements img {
  width: 100%;
}
body.bilb-q1 .q1-game .elements.pantof {
  width: 13%;
  right: 18%;
  top: 36%;
}
body.bilb-q1 .q1-game .elements.mar {
  width: 10%;
  right: 38%;
  top: 48%;
}
body.bilb-q1 .q1-game .elements.sirena {
  width: 20%;
  right: 25%;
  bottom: 5%;
}
body.bilb-q1 .q1-game .elements.pat {
  width: 15%;
  right: 0%;
  bottom: 22%;
}
body.bilb-q1 .q1-game .elements.trandafir {
  width: 15%;
  right: 0;
  top: 23%;
}
body.bilb-q1 .q1-game .elements.scufita {
  width: 14%;
  right: 32%;
  top: 5%;
}
body.bilb-q1 .q1-game .carte {
  display: none;
  position: fixed;
  width: 30%;
  left: 10%;
  top: 5%;
}
body.bilb-q1 .q1-game .carte.neutral {
  display: block;
}
body.bilb-q1 .q1-game .btn-next-story {
  position: fixed;
  transform: translate(-50%, -50%);
  display: none;
  top: 70%;
  left: 50%;
}
body.bilb-q1 .q1-game .btn-black {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .six {
  display: none;
}
body.bilb-q1 .six .popup-img {
  position: fixed;
  display: none;
  width: 400px;
}
body.bilb-q1 .six .popup-img.ezra {
  top: 300px;
  left: 100px;
}
body.bilb-q1 .six .popup-img.maria {
  width: 260px;
  top: 200px;
  right: 130px;
}
body.bilb-q1 .six .popup-img.maria-text {
  top: 400px;
  right: 180px;
}
body.bilb-q1 .six .btn-black {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q1 .seven {
  display: none;
}
body.bilb-q1 .seven .popup-img.fifi {
  position: fixed;
  width: 400px;
  left: 50px;
  top: 300px;
}
body.bilb-q1 .seven .elements {
  position: fixed;
  display: none;
  cursor: pointer;
}
body.bilb-q1 .seven .elements img {
  width: 100%;
}
body.bilb-q1 .seven .elements.pantof {
  width: 13%;
  right: 18%;
  top: 36%;
}
body.bilb-q1 .seven .elements.mar {
  width: 10%;
  right: 38%;
  top: 48%;
}
body.bilb-q1 .seven .elements.sirena {
  width: 20%;
  right: 25%;
  bottom: 5%;
}
body.bilb-q1 .seven .elements.pat {
  width: 15%;
  right: 0%;
  bottom: 22%;
}
body.bilb-q1 .seven .elements.trandafir {
  width: 15%;
  right: 0;
  top: 23%;
}
body.bilb-q1 .seven .elements.scufita {
  width: 14%;
  right: 32%;
  top: 5%;
}
body.bilb-q1 .seven .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}

body.bilb-q2 .bg-one-ball {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q2 .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
  display: none;
}
body.bilb-q2 .bg-boxes,
body.bilb-q2 .bg-confetti {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q2 .one {
  display: none;
}
body.bilb-q2 .one .popup-img {
  position: fixed;
  width: 400px;
  display: none;
}
body.bilb-q2 .one .popup-img.orange {
  left: 15%;
  top: 15%;
}
body.bilb-q2 .one .popup-img.orange-text {
  left: 40%;
  top: 25%;
}
body.bilb-q2 .one .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q2 .video-confetti {
  display: none;
}
body.bilb-q2 .two {
  display: none;
}
body.bilb-q2 .two .mission {
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q2 .two .btn-start {
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 60px);
}
body.bilb-q2 .q2-game {
  display: none;
}
body.bilb-q2 .q2-game .wp-block-image {
  position: fixed;
  display: inline-block;
  margin-bottom: 0;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-1 {
  top: 10%;
  left: 65%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-2 {
  top: 2%;
  left: 35%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-3 {
  top: 52%;
  left: 27%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-4 {
  top: 31%;
  left: 5%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-5 {
  top: 14%;
  left: 68%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-6 {
  top: 82%;
  left: 50%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-7 {
  top: 2%;
  left: 25%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-8 {
  top: 67%;
  left: 40%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-9 {
  top: 36%;
  left: 80%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-10 {
  top: 2%;
  left: 30%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-11 {
  top: 17%;
  left: 50%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-12 {
  top: 42%;
  left: 53%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-13 {
  top: 2%;
  left: 38%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-14 {
  top: 9%;
  left: 87%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-15 {
  top: 31%;
  left: 25%;
}
body.bilb-q2 .q2-game .wp-block-image.boy-toy.toy-16 {
  top: 26%;
  left: 71%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-1 {
  top: 8%;
  left: 70%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-2 {
  top: 19%;
  left: 45%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-3 {
  top: 58%;
  left: 48%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-4 {
  top: 17%;
  left: 12%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-5 {
  top: 30%;
  left: 61%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-6 {
  top: 45%;
  left: 75%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-7 {
  top: 30%;
  left: 70%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-8 {
  top: 72%;
  left: 35%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-9 {
  top: 29%;
  left: 17%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-10 {
  top: 31%;
  left: 5%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-11 {
  top: 14%;
  left: 25%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-12 {
  top: 12%;
  left: 75%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-13 {
  top: 2%;
  left: 15%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-14 {
  top: 27%;
  left: 36%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-15 {
  top: 23%;
  left: 20%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-16 {
  top: 20%;
  left: 30%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-17 {
  top: 50%;
  left: 60%;
}
body.bilb-q2 .q2-game .wp-block-image.girl-toy.toy-18 {
  top: 3%;
  left: 60%;
}
body.bilb-q2 .q2-game .blue-box {
  position: fixed;
  bottom: 5%;
  left: 13%;
  width: 25%;
  height: 300px;
}
body.bilb-q2 .q2-game .blue-box p {
  display: none;
}
body.bilb-q2 .q2-game .blue-box.wrong-drop {
  background: #ff0000;
  background: radial-gradient(circle, red 0%, rgba(255, 255, 255, 0) 70%);
}
body.bilb-q2 .q2-game .pink-box {
  position: fixed;
  bottom: 5%;
  right: 9%;
  width: 25%;
  height: 300px;
}
body.bilb-q2 .q2-game .pink-box p {
  display: none;
}
body.bilb-q2 .q2-game .pink-box.wrong-drop {
  background: #ff0000;
  background: radial-gradient(circle, red 0%, rgba(255, 255, 255, 0) 70%);
}
body.bilb-q2 .q2-game .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
  display: none;
}
body.bilb-q2 .three {
  display: none;
}
body.bilb-q2 .three .popup-img.ezra {
  position: fixed;
  width: 500px;
  top: 25%;
  left: 25%;
}
body.bilb-q2 .three .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q2 .four {
  display: none;
}
body.bilb-q2 .four .popup-img.orange {
  position: fixed;
  left: 25%;
  top: 25%;
  width: 500px;
}
body.bilb-q2 .four .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q2 .five {
  display: none;
}
body.bilb-q2 .five .popup-img {
  position: fixed;
}
body.bilb-q2 .five .popup-img.sandra {
  left: 10%;
  top: 15%;
  width: 400px;
}
body.bilb-q2 .five .popup-img.sandra-text {
  left: 35%;
  top: 25%;
  width: 500px;
  display: none;
}
body.bilb-q2 .five .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q2 .six {
  display: none;
}
body.bilb-q2 .six .popup-img {
  position: fixed;
}
body.bilb-q2 .six .popup-img.ezra {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 500px;
}
body.bilb-q2 .six .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}

body.bilb-q3 .btn-pink {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
  background-color: #ff9ad4;
}
body.bilb-q3 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q3 .pixel-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
}
body.bilb-q3 .one .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q3 .one .popup-img.ezra-text {
  width: 450px;
  left: calc(20% + 330px);
  top: 50%;
}
body.bilb-q3 .one .popup-img.ezra {
  width: 350px;
  left: 20%;
  top: 40%;
}
body.bilb-q3 .bg-one-bw {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q3 .btn-next {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
  background-color: #ff9ad4;
}
body.bilb-q3 .two {
  display: none;
}
body.bilb-q3 .two .bg-game {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q3 .two .postit {
  display: none;
  width: 50%;
  position: fixed;
  top: 5%;
  left: 25%;
}
body.bilb-q3 .two .postit img {
  width: 100%;
}
body.bilb-q3 .two .mission {
  display: none;
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q3 .two .btn-start {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 60px);
}
body.bilb-q3 .q3-game {
  display: none;
}
body.bilb-q3 .q3-game .bg-game {
  position: fixed;
  left: 0;
  z-index: -1;
  display: block;
  height: 100vh;
  width: auto;
	width: 100%;
	justify-content: center;
    display: flex;
}
body.bilb-q3 .q3-game .bg-game img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.bilb-q3 .q3-game .beckham-item {
  display: inline-block;
  width: 100px;
  height: auto;
}
body.bilb-q3 .q3-game .beckham-item.item-2 {
  transform: rotate(180deg);
}
body.bilb-q3 .q3-game .beckham-item.bingo {
	pointer-events: none;
	z-index: -1;
}
body.bilb-q3 .q3-game .beckham-item.item-2.bingo img {
  transform: scale(1.4) translate(0px, -15px);
}
body.bilb-q3 .q3-game .beckham-item.item-4 {
  width: 75px;
}
body.bilb-q3 .q3-game .beckham-item.item-5.bingo img {
  transform: scale(3);
}
body.bilb-q3 .q3-game .beckham-item.item-6.bingo img {
  transform: scale(2);
}
body.bilb-q3 .q3-game .beckham-item.item-9 {
  width: 65px;
}
body.bilb-q3 .q3-game .beckham-item.item-10 {
  width: 45px;
}
body.bilb-q3 .q3-game .beckham-item.item-11 {
  width: 150px;
}
body.bilb-q3 .q3-game .beckham-item.item-11.bingo img {
  transform: scale(2) translate(-10px, -35px) rotate(20deg);
}
body.bilb-q3 .q3-game.item-12.bingo img {
  transform: rotate(-30deg);
}
body.bilb-q3 .q3-game.item-16.bingo img {
  transform: scale(2);
}
body.bilb-q3 .q3-game .get-item {
  width: 100px;
  height: 100px;
  border: 1px solid #ff00006d;
  margin: 5px;
  display: inline-block;
  position: fixed;
	pointer-events: none;
}
body.bilb-q3 .q3-game .get-item.done {
	border: 0;
}
body.bilb-q3 .q3-game .get-item-2 {
	top: 0;
    left: 42%;
    width: 130px;
    height: 130px;
}
body.bilb-q3 .q3-game .get-item-3 {
  bottom: 60px;
  left: 45%;
}
body.bilb-q3 .q3-game .get-item-4 {
  bottom: 10px;
    left: 8%;
    width: 92px;
}
body.bilb-q3 .q3-game .get-item-5 {
	bottom: 180px;
    right: 25%;
}
body.bilb-q3 .q3-game .get-item-6 {
	bottom: 25px;
    right: 12%;
}
body.bilb-q3 .q3-game .get-item-7 {
  top: 10%;
  right: 29%;
}
body.bilb-q3 .q3-game .get-item-8 {
	left: 13%;
    bottom: 10%;
}
body.bilb-q3 .q3-game .get-item-9 {
  left: 61px;
    bottom: 11%;
    width: 35px;
}
body.bilb-q3 .q3-game .get-item-10 {
      left: 12px;
    bottom: 10%;
    width: 50px;
}
body.bilb-q3 .q3-game .get-item-11 {
	left: 26%;
    bottom: 20%;
  width: 150px;
  height: 150px;
}
body.bilb-q3 .q3-game .get-item-12 {
  left: 15%;
  bottom: 42%;
}
body.bilb-q3 .q3-game .get-item-13 {
  top: 23%;
  left: 37%;
}
body.bilb-q3 .q3-game .get-item-14 {
    right: 28%;
    top: 33%;
}
body.bilb-q3 .q3-game .get-item-15 {
    top: 30%;
    left: 41%;
}
body.bilb-q3 .q3-game .get-item-16 {
	right: 22%;
    top: 21%;
    width: 150px;
}
body.bilb-q3 .q3-game .get-item-17 {
    right: 38%;
    top: 29%;
    height: 140px;
}
body.bilb-q3 .q3-game .get-item-18 {
	top: 49%;
	left: 26%;
}
body.bilb-q3 .q3-game .get-item-19 {
    top: 36%;
    left: 4.5%;
}
body.bilb-q3 .q3-game .btn-pink {
  display: none;
}
body.bilb-q3 .bg-beckham-room {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q3 .three {
  display: none;
}
body.bilb-q3 .three .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q3 .three .popup-img.jess-text {
  width: 450px;
  left: calc(30% + 330px);
  top: 50%;
}
body.bilb-q3 .three .popup-img.jess {
  width: 350px;
  left: 30%;
  top: 40%;
}
body.bilb-q3 .three .btn-pink {
  display: none;
}
body.bilb-q3 .four {
  display: none;
}
body.bilb-q3 .four .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q3 .four .popup-img.fifi-text {
  width: 450px;
  left: calc(30% + 330px);
  top: 20%;
}
body.bilb-q3 .four .popup-img.fifi {
  width: 350px;
  left: 30%;
  top: 30%;
}
body.bilb-q3 .four .btn-pink {
  display: none;
}
body.bilb-q3 .five {
  display: none;
}
body.bilb-q3 .five .popup-overlay.bilb-ball {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* popup box */
  /* header */
  /* content */
  /* buttons */
  /* primary (dashed look) */
  /* hover */
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-box {
  width: 500px;
  background: #cfcfcf;
  border: 6px solid #999;
  box-shadow: 0 0 0 4px #333;
  font-family: monospace;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-header {
  background: #1e4bb8;
  height: 40px;
  position: relative;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
  background: #ddd;
  padding: 2px 6px;
  border: 2px solid #000;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-content {
  text-align: center;
  padding: 20px;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-image {
  width: 180px;
  margin-bottom: 20px;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-buttons {
  display: flex;
  justify-content: space-between;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-buttons button {
  width: 45%;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  border: 4px solid #444;
  background: #d9d9d9;
  box-shadow: inset -3px -3px 0 #aaa, inset 3px 3px 0 #fff;
  color: #333;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-buttons button.wrong {
  background-color: #ff0000 !important;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .btn-primary {
  border-style: dashed;
}
body.bilb-q3 .five .popup-overlay.bilb-ball .popup-buttons button:hover {
  background: #eee;
}
body.bilb-q4 .popup-overlay.bilb-ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-box {
  width: 500px;
  background: #cfcfcf;
  border: 6px solid #999;
  box-shadow: 0 0 0 4px #333;
  font-family: monospace;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-header {
  background: #1e4bb8;
  height: 40px;
  position: relative;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
  cursor: pointer;
  background: #ddd;
  padding: 2px 6px;
  border: 2px solid #000;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-content {
  text-align: center;
  padding: 20px;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-image {
  width: 180px;
  margin-bottom: 20px;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-buttons {
  display: flex;
  justify-content: space-between;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-buttons button {
  width: 45%;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  border: 4px solid #444;
  background: #d9d9d9;
  box-shadow: inset -3px -3px 0 #aaa, inset 3px 3px 0 #fff;
  color: #333;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-buttons button.wrong {
  background-color: #ff0000 !important;
}
body.bilb-q4 .popup-overlay.bilb-ball .btn-primary {
  border-style: dashed;
}
body.bilb-q4 .popup-overlay.bilb-ball .popup-buttons button:hover {
  background: #eee;
}
body.bilb-q4 .one {
  display: none;
}
body.bilb-q4 .one .mission {
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q4 .one .btn-start {
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 160px);
}
body.bilb-q4 .two {
  display: none;
}
body.bilb-q4 .two .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q4 .two .popup-img.ezra {
  width: 300px;
  left: 30%;
  top: 10%;
}
body.bilb-q4 .two .popup-img.ezra-text-1 {
  width: 450px;
  left: calc(30% + 250px);
  top: 30%;
}
body.bilb-q4 .two .popup-img.ezra-text-2 {
  width: 450px;
  left: 20%;
  top: 70%;
}
body.bilb-q4 .two .btn-orange {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .three {
  display: none;
}
body.bilb-q4 .three .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q4 .three .popup-img.simone {
  width: 350px;
  left: 10%;
  top: 30%;
}
body.bilb-q4 .three .popup-img.simone-text {
  width: 450px;
  left: 55%;
  top: 20%;
}
body.bilb-q4 .three .btn-orange {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .messages .wp-block-image {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 500px;
  top: 20%;
  left: 75%;
  z-index: 9999;
}
body.bilb-q4 .messages .wp-block-image img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.bilb-q4 .messages .wp-block-image.simone {
  left: 15%;
  top: 30%;
  width: 300px;
}
body.bilb-q4 .poarta-anim .inscrie {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q4 .poarta-anim .inscrie video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body.bilb-q4 .poarta-anim .rateaza {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q4 .poarta-anim .rateaza video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body.bilb-q4 .error-kick {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 600px;
  top: 60%;
  left: 50%;
  z-index: 99999;
}
body.bilb-q4 .error-kick img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.bilb-q4 .end-game {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .four {
  display: none;
}
body.bilb-q4 .four .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q4 .four .popup-img.fifi-text {
  width: 450px;
  left: 10%;
  top: 10%;
}
body.bilb-q4 .four .popup-img.fifi-gif {
  width: 450px;
  left: 30%;
  top: 20%;
}
body.bilb-q4 .four .popup-img.token {
  width: 450px;
  right: 20%;
  top: 10%;
}
body.bilb-q4 .four .btn-orange {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .five {
  display: none;
}
body.bilb-q4 .five .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q4 .five .popup-img.jess-text {
  width: 450px;
  left: 10%;
  top: 10%;
}
body.bilb-q4 .five .popup-img.jess {
  width: 450px;
  left: 15%;
  top: 30%;
}
body.bilb-q4 .five .popup-img.ezra-text {
  width: 450px;
  right: 20%;
  top: 5%;
}
body.bilb-q4 .five .btn-orange {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .six {
  display: none;
}
body.bilb-q4 .six .popup-img {
  position: fixed;
  display: none;
}
body.bilb-q4 .six .popup-img.error {
  width: 350px;
  left: 10%;
  top: 20%;
}
body.bilb-q4 .six .popup-img.orange {
  width: 370px;
  left: 15%;
  top: 35%;
}
body.bilb-q4 .six .popup-img.orange-text {
  width: 450px;
  right: 20%;
  top: 10%;
}
body.bilb-q4 .six .popup-img.fifi-text {
  width: 400px;
  right: 5%;
  top: 50%;
}
body.bilb-q4 .six .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q4 .seven {
  display: none;
}
body.bilb-q4 .seven .popup-img {
  display: none;
}
body.bilb-q4 .seven .popup-img.fifi-text {
  position: fixed;
  width: 450px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%;
}
body.bilb-q4 .seven .continue-quest {
  display: flex;
  visibility: hidden;
  top: 10%;
  background-color: transparent;
  transition: 1s;
}
body.bilb-q4 .seven .continue-quest .popup-content {
  padding: 40px 20px;
}
body.bilb-q4 .seven .continue-quest .popup-header p {
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}

body.bilb-q5 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q5 .video-enter {
  position: fixed;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q5 .one {
  display: none;
}
body.bilb-q5 .one .popup-img {
  position: fixed;
}
body.bilb-q5 .one .popup-img.fifi-text {
  width: 450px;
  left: 30%;
  top: 30%;
}
body.bilb-q5 .one .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q5 .two {
  display: none;
}
body.bilb-q5 .two .mission {
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q5 .two .btn-start {
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 100px);
}
body.bilb-q5 .error-msg {
  display: none;
}
body.bilb-q5 .three,
body.bilb-q5 .four,
body.bilb-q5 .five,
body.bilb-q5 .six {
  display: none;
}
body.bilb-q5 .three .wp-block-image,
body.bilb-q5 .four .wp-block-image,
body.bilb-q5 .five .wp-block-image,
body.bilb-q5 .six .wp-block-image {
  display: inline-block;
  height: 55px;
  position: fixed;
}
body.bilb-q5 .three .wp-block-image img,
body.bilb-q5 .four .wp-block-image img,
body.bilb-q5 .five .wp-block-image img,
body.bilb-q5 .six .wp-block-image img {
  height: 100%;
  width: auto;
}
body.bilb-q5 .three .wp-block-image.block-1,
body.bilb-q5 .four .wp-block-image.block-1,
body.bilb-q5 .five .wp-block-image.block-1,
body.bilb-q5 .six .wp-block-image.block-1 {
  top: 20%;
  left: 25%;
}
body.bilb-q5 .three .wp-block-image.block-2,
body.bilb-q5 .four .wp-block-image.block-2,
body.bilb-q5 .five .wp-block-image.block-2,
body.bilb-q5 .six .wp-block-image.block-2 {
  top: 40%;
  left: 55%;
}
body.bilb-q5 .three .wp-block-image.block-3,
body.bilb-q5 .four .wp-block-image.block-3,
body.bilb-q5 .five .wp-block-image.block-3,
body.bilb-q5 .six .wp-block-image.block-3 {
  top: 29%;
  left: 65%;
}
body.bilb-q5 .three .wp-block-image.block-4,
body.bilb-q5 .four .wp-block-image.block-4,
body.bilb-q5 .five .wp-block-image.block-4,
body.bilb-q5 .six .wp-block-image.block-4 {
  top: 2%;
  left: 5%;
}
body.bilb-q5 .three .wp-block-image.block-5,
body.bilb-q5 .four .wp-block-image.block-5,
body.bilb-q5 .five .wp-block-image.block-5,
body.bilb-q5 .six .wp-block-image.block-5 {
  top: 70%;
  left: 69%;
}
body.bilb-q5 .three .wp-block-image.block-6,
body.bilb-q5 .four .wp-block-image.block-6,
body.bilb-q5 .five .wp-block-image.block-6,
body.bilb-q5 .six .wp-block-image.block-6 {
  top: 78%;
  left: 75%;
}
body.bilb-q5 .three .drag-here,
body.bilb-q5 .four .drag-here,
body.bilb-q5 .five .drag-here,
body.bilb-q5 .six .drag-here {
  position: relative;
  margin-top: 45vh;
  height: 60px;
  width: 10%;
  display: inline-block;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0905da 50%, rgba(255, 255, 255, 0) 100%);
}
body.bilb-q5 .three .drag-here.done,
body.bilb-q5 .four .drag-here.done,
body.bilb-q5 .five .drag-here.done,
body.bilb-q5 .six .drag-here.done {
  background: none;
}
body.bilb-q5 .three .drag-here.drag-1,
body.bilb-q5 .four .drag-here.drag-1,
body.bilb-q5 .five .drag-here.drag-1,
body.bilb-q5 .six .drag-here.drag-1 {
  margin-left: 5%;
}
body.bilb-q5 .three .btn-black,
body.bilb-q5 .four .btn-black,
body.bilb-q5 .five .btn-black,
body.bilb-q5 .six .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q5 .four .wp-block-image.block-1 {
  top: 20%;
  left: 78%;
}
body.bilb-q5 .four .wp-block-image.block-2 {
  top: 30%;
  left: 55%;
}
body.bilb-q5 .four .wp-block-image.block-3 {
  top: 39%;
  left: 25%;
}
body.bilb-q5 .four .wp-block-image.block-4 {
  top: 71%;
  left: 5%;
}
body.bilb-q5 .four .wp-block-image.block-5 {
  top: 7%;
  left: 69%;
}
body.bilb-q5 .four .wp-block-image.block-6 {
  top: 88%;
  left: 75%;
}
body.bilb-q5 .five .wp-block-image.block-1 {
  top: 25%;
  left: 5%;
}
body.bilb-q5 .five .wp-block-image.block-2 {
  top: 30%;
  left: 75%;
}
body.bilb-q5 .five .wp-block-image.block-3 {
  top: 84%;
  left: 20%;
}
body.bilb-q5 .five .wp-block-image.block-4 {
  top: 5%;
  left: 85%;
}
body.bilb-q5 .five .wp-block-image.block-5 {
  top: 70%;
  left: 69%;
}
body.bilb-q5 .six .wp-block-image.block-1 {
  top: 29%;
  left: 5%;
}
body.bilb-q5 .six .wp-block-image.block-2 {
  top: 59%;
  left: 60%;
}
body.bilb-q5 .six .wp-block-image.block-3 {
  top: 29%;
  left: 65%;
}
body.bilb-q5 .six .wp-block-image.block-4 {
  top: 2%;
  left: 5%;
}
body.bilb-q5 .six .wp-block-image.block-5 {
  top: 20%;
  left: 69%;
}
body.bilb-q5 .six .wp-block-image.block-6 {
  top: 78%;
  left: 75%;
}
body.bilb-q5 .six .wp-block-image.block-7 {
  top: 56%;
  left: 5%;
}
body.bilb-q5 .six .wp-block-image.block-8 {
  top: 18%;
  left: 45%;
}
body.bilb-q5 .seven {
  display: none;
}
body.bilb-q5 .seven .wp-block-image {
  position: fixed;
  display: none;
  width: 400px;
}
body.bilb-q5 .seven .wp-block-image.simone {
  width: 350px;
  top: 34%;
  left: 10%;
}
body.bilb-q5 .seven .wp-block-image.text-1 {
  top: 5%;
  left: 30%;
}
body.bilb-q5 .seven .wp-block-image.text-2 {
  top: 20%;
  left: 55%;
}
body.bilb-q5 .seven .wp-block-image.text-3 {
  top: 35%;
  left: 45%;
}
body.bilb-q5 .seven .wp-block-image.text-4 {
  top: 50%;
  left: 60%;
}
body.bilb-q5 .seven .wp-block-image.text-5 {
  top: 65%;
  left: 45%;
}
body.bilb-q5 .seven .wp-block-image.text-6 {
  top: 82%;
  left: 55%;
}
body.bilb-q5 .seven .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}

body.bilb-q6 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q6 .video-enter {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q6 .video-enter video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body.bilb-q6 .one {
  display: none;
}
body.bilb-q6 .one .popup-img {
  position: fixed;
  width: 450px;
}
body.bilb-q6 .one .popup-img.fifi-text {
  left: 30%;
  top: 30%;
}
body.bilb-q6 .one .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q6 .two {
  display: none;
}
body.bilb-q6 .two .popup-img {
  position: fixed;
  display: none;
  width: 400px;
}
body.bilb-q6 .two .popup-img img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.bilb-q6 .two .popup-img.ball {
  width: 300px;
  transform: translate(50px, -50px);
}
body.bilb-q6 .two .popup-img.text-1 {
  left: 15%;
  top: 25%;
}
body.bilb-q6 .two .popup-img.text-2 {
  left: 10%;
  top: 60%;
}
body.bilb-q6 .two .popup-img.text-3 {
  left: 55%;
  top: 20%;
}
body.bilb-q6 .two .popup-img.text-4 {
  left: 50%;
  top: 55%;
}
body.bilb-q6 .two .popup-img.keep-this {
  display: block;
  top: 10%;
  left: 10%;
}
body.bilb-q6 .two .popup-img.jess {
  width: 350px;
  top: 30%;
  left: 30%;
}
body.bilb-q6 .two .popup-img.jess-text {
  width: 450px;
  top: 50%;
  left: 50%;
}
body.bilb-q6 .two .popup-img.jess-text img {
  cursor: auto;
}
body.bilb-q6 .two .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q6 .video-break {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q6 .video-break video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body.bilb-q6 .bg-no-tablet {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q6 .three {
  display: none;
}
body.bilb-q6 .three .popup-img {
  position: fixed;
  display: none;
  width: 400px;
}
body.bilb-q6 .three .popup-img.moralizator {
  top: 10%;
  left: 15%;
}
body.bilb-q6 .three .popup-img.fury {
  width: 300;
  left: 40%;
  top: 35%;
}
body.bilb-q6 .three .btn-black {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q6 .video-end {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q6 .video-end video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

body.bilb-q7 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q7 .video-player-frame {
  width: 60vw;
  top: 5vw;
  left: 20vw;
  z-index: 2;
  position: fixed;
  height: -webkit-fill-available;
}
body.bilb-q7 .video-player-frame img {
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
body.bilb-q7 .video-player-frame .video-quizz video {
  position: fixed;
  width: 60vw;
  top: 5vw;
  left: 20vw;
  z-index: 1;
}
body.bilb-q7 .one {
  display: none;
}
body.bilb-q7 .one .popup-img {
  position: fixed;
  width: 450px;
  display: none;
  z-index: 3;
}
body.bilb-q7 .one .popup-img.orange {
  left: 25%;
  top: 20%;
  width: 350px;
}
body.bilb-q7 .one .popup-img.orange-text {
  left: 40%;
  top: 50%;
}
body.bilb-q7 .one .btn-orange-2 {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q7 .two {
  display: none;
}
body.bilb-q7 .two .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
}
body.bilb-q7 .two .popup-img.fifi-text {
  left: 30%;
  top: 30%;
}
body.bilb-q7 .two .btn-orange-2 {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q7 .three {
  display: none;
}
body.bilb-q7 .three .popup-img {
  position: fixed;
  width: 450px;
  display: none;
  z-index: 3;
}
body.bilb-q7 .three .popup-img.ezra-text {
  left: 60%;
  top: 60%;
}
body.bilb-q7 .three .popup-img.mission {
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q7 .three .btn-start {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 90px);
  z-index: 3;
}
body.bilb-q7 .four {
  display: none;
  /* Shared window style */
}
body.bilb-q7 .four .window {
  width: 500px;
  margin: 20px auto;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
  position: fixed;
  z-index: 9;
  /* Title bar */
  /* Menu */
  /* Content */
  /* Textarea */
  /* Button */
  /* Progress */
}
body.bilb-q7 .four .window.notes {
  width: 500px;
  top: 20px;
  left: 5%;
}
body.bilb-q7 .four .window.progress {
  width: 350px;
  top: 50px;
  right: 10%;
  height: auto;
  flex-direction: column;
}
body.bilb-q7 .four .window .title-bar {
  background: #0000aa;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
	margin: 0;
	border-bottom: 0;
}
body.bilb-q7 .four .window .menu {
  background: #e0e0e0;
  padding: 5px 10px;
  font-size: 14px;
}
body.bilb-q7 .four .window .content {
  padding: 15px;
}
body.bilb-q7 .four .window textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: 2px solid #888;
  padding: 8px;
}
body.bilb-q7 .four .window .send-btn {
  margin-top: 10px;
  float: right;
  padding: 8px 20px;
  border: 2px solid #888;
  background: #d0d0d0;
  cursor: pointer;
  font-weight: bold;
}
body.bilb-q7 .four .window .log {
  clear: both;
  margin-top: 10px;
  font-weight: bold;
}
body.bilb-q7 .four .window .progress-container {
  width: 100%;
  height: 30px;
  border: 2px solid #888;
  background: #e0e0e0;
  display: flex;
}
body.bilb-q7 .four .window .block {
  flex: 1;
  margin: 2px;
  background: transparent;
}
body.bilb-q7 .four .window .filled {
  background: #0000aa;
}
body.bilb-q7 .four .window .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
body.bilb-q7 .five {
  display: none;
}
body.bilb-q7 .five .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
  display: none;
}
body.bilb-q7 .five .popup-img.ezra {
  width: 250px;
  left: 20%;
  top: 30%;
}
body.bilb-q7 .five .popup-img.ezra-text {
  left: 45%;
  top: 10%;
}
body.bilb-q7 .five .popup-img.next {
  width: 400px;
  right: 20%;
  top: 70%;
}
body.bilb-q7 .five .btn-orange-2 {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q7 .bg-two {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q7 .video-quizz-2 {
  display: none;
}
body.bilb-q7 .video-player-frame {
  display: none;
  width: 60vw;
  top: 5vw;
  left: 20vw;
  z-index: 2;
  position: fixed;
  height: -webkit-fill-available;
}
body.bilb-q7 .video-player-frame img {
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
body.bilb-q7 .video-player-frame video {
  position: fixed;
  width: 60vw;
  top: 5vw;
  left: 20vw;
  z-index: 1;
}
body.bilb-q7 .six {
  display: none;
}
body.bilb-q7 .six .popup-img {
  display: none;
  position: fixed;
  width: 500px;
  top: 20%;
  left: 15%;
}
body.bilb-q7 .six .q2-form {
  position: fixed;
  top: 50%;
  left: 40%;
  display: none;
  width: 450px;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
}
body.bilb-q7 .six .q2-form .title-bar {
  background: #0000aa;
  color: white;
  padding: 6px 10px;
  font-weight: bold;
	margin: 0;
	border-bottom: 0;
}
body.bilb-q7 .six .q2-form .answers {
  padding: 25px;
  list-style-type: none;
  margin: 0;
}
body.bilb-q7 .six .q2-form .answers li {
  justify-content: space-between;
  display: flex;
  align-items: end;
  font-family: "Jersey20-Regular";
  font-size: 20px;
}
body.bilb-q7 .six .q2-form .answers li input[type=checkbox] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #888;
  background: #e0e0e0;
  cursor: pointer;
  position: relative;
}
body.bilb-q7 .six .q2-form .answers li input[type=checkbox]:checked::after {
  content: "✖";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 18px;
  color: black;
}
body.bilb-q7 .six .q2-form .correct {
  display: inline-block;
  padding: 10px;
  background-color: #adff4d;
  opacity: 0;
  font-family: "Jersey20-Regular";
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 0;
}
body.bilb-q7 .six .btn-orange-2 {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
}
body.bilb-q7 .seven {
  display: none;
}
body.bilb-q7 .seven .popup-img {
  position: fixed;
  top: 20%;
  left: 15%;
}
body.bilb-q7 .seven .popup-img.ezra-text {
  width: 500px;
  top: 30%;
  left: 20%;
}
body.bilb-q7 .seven .bilb-ball {
  display: none;
}
body.bilb-q7 .seven .bilb-ball.continue-quest {
  display: block;
  visibility: hidden;
  top: 60%;
  left: 40%;
  background-color: transparent;
  transition: 1s;
}
body.bilb-q7 .seven .bilb-ball.continue-quest .popup-box {
  width: 410px;
}
body.bilb-q7 .seven .bilb-ball.continue-quest .popup-box .popup-content {
  padding: 40px 20px;
}
body.bilb-q7 .seven .bilb-ball.continue-quest .popup-box .popup-header p {
  color: #fff;
  margin: 0;
  padding: 5px 10px;
}

body.bilb-q8 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q8 .video-enter {
  position: fixed;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
}
body.bilb-q8 .video-player-frame {
  display: none;
  width: 60vw;
  top: 5vw;
  left: 20vw;
  z-index: 2;
  position: fixed;
  height: -webkit-fill-available;
}
body.bilb-q8 .video-player-frame img {
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
body.bilb-q8 .video-player-frame video {
  position: fixed;
  width: 60vw;
  top: 4.6vw;
  left: 20vw;
  z-index: 1;
}
body.bilb-q8 .one {
  display: none;
}
body.bilb-q8 .one .moralizator {
  position: fixed;
  width: 15%;
  top: 10%;
  z-index: 9;
}
body.bilb-q8 .one .moralizator.m1 {
  left: 10%;
}
body.bilb-q8 .one .moralizator.m2 {
  right: 10%;
}
body.bilb-q8 .one .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q8 .two {
  display: none;
}
body.bilb-q8 .two .moralizator {
  position: fixed;
  width: 15%;
  top: 10%;
  z-index: 9;
}
body.bilb-q8 .two .moralizator.m1 {
  left: 10%;
}
body.bilb-q8 .two .moralizator.m2 {
  right: 10%;
}
body.bilb-q8 .two .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .two .popup-img.fifi {
  width: 300px;
  left: 25%;
  top: 30%;
}
body.bilb-q8 .two .popup-img.fifi-text {
  width: 350px;
  left: 45%;
  top: 10%;
}
body.bilb-q8 .two .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .three {
  display: none;
}
body.bilb-q8 .three .moralizator {
  position: fixed;
  width: 15%;
  top: 15%;
  z-index: 9;
}
body.bilb-q8 .three .moralizator.m1 {
  left: 5%;
}
body.bilb-q8 .three .moralizator.m2 {
  right: 6%;
}
body.bilb-q8 .three .popup-img {
  position: fixed;
  width: 400px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .three .popup-img.jess {
  width: 300px;
  left: 25%;
  top: 20%;
}
body.bilb-q8 .three .popup-img.jess-text {
  left: 45%;
  top: 30%;
}
body.bilb-q8 .three .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .video-ani {
  visibility: hidden;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
}
body.bilb-q8 .video-ani video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
body.bilb-q8 .bg-two {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
  display: none;
}
body.bilb-q8 .four {
  display: none;
}
body.bilb-q8 .four .popup-img {
  position: fixed;
  width: 400px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .four .popup-img.ezra-1 {
  left: 25%;
  top: 20%;
}
body.bilb-q8 .four .popup-img.ezra-2 {
  left: 55%;
  top: 40%;
}
body.bilb-q8 .four .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .five {
  display: none;
}
body.bilb-q8 .five .popup-img {
  position: fixed;
  width: 300px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .five .popup-img.notes {
  left: 25%;
  top: 20%;
}
body.bilb-q8 .five .popup-img.fifi-text {
  width: 450px;
  left: 55%;
  top: 25%;
}
body.bilb-q8 .five .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .video-replay {
  display: none;
  position: fixed;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
}
body.bilb-q8 .popup-overlay.bilb-ball.replay-video {
  width: auto;
  height: auto;
  display: none;
  visibility: visible;
  top: 65%;
  left: 60%;
}
body.bilb-q8 .popup-overlay.bilb-ball.replay-video .popup-box {
  width: 300px;
}
body.bilb-q8 .popup-overlay.bilb-ball.replay-video .popup-box .popup-buttons button {
  width: auto;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz {
  width: auto;
  height: auto;
  display: none;
  visibility: visible;
  top: 25%;
  left: 10%;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz .popup-box {
  width: 200px;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz .popup-box .popup-content {
  padding: 0;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz .popup-box .popup-content .popup-buttons {
  display: flex;
  flex-direction: column;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz .popup-box .popup-content .popup-buttons button {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  border: 4px solid #444;
  background: #a8a8a8;
  box-shadow: inset -3px -3px 0 #aaa, inset 3px 3px 0 #fff;
  color: #000;
}
body.bilb-q8 .popup-overlay.bilb-ball.q8-quizz .popup-box .popup-content .popup-buttons button.active {
  background: #1e4bb8;
  color: #fff;
}
body.bilb-q8 .six {
  display: none;
}
body.bilb-q8 .six .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .six .popup-img.fifi-ok-1 {
  display: none;
  left: 45%;
  top: 10%;
}
body.bilb-q8 .six .popup-img.fifi-ok-2 {
  display: none;
  left: 25%;
  top: 40%;
}
body.bilb-q8 .six .popup-img.fifi-err {
  display: none;
  left: 45%;
  top: 30%;
}
body.bilb-q8 .six .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .seven {
  display: none;
}
body.bilb-q8 .seven .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
  display: none;
}
body.bilb-q8 .seven .popup-img.fifi-1 {
  left: 25%;
  top: 10%;
}
body.bilb-q8 .seven .popup-img.fifi-2 {
  left: 55%;
  top: 40%;
}
body.bilb-q8 .seven .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .eight {
  display: none;
}
body.bilb-q8 .eight .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
}
body.bilb-q8 .eight .popup-img.ezra {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q8 .eight .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}
body.bilb-q8 .nine {
  display: none;
}
body.bilb-q8 .nine .popup-img {
  position: fixed;
  z-index: 3;
}
body.bilb-q8 .nine .popup-img.sexism {
  width: 400px;
  top: 60%;
  left: 15%;
}
body.bilb-q8 .nine .popup-img.misoginie {
  width: 400px;
  top: 40%;
  left: 60%;
}
body.bilb-q8 .nine .popup-img.fifi {
  width: 500px;
  top: 5%;
  left: 5%;
}
body.bilb-q8 .nine .popup-img.token1 {
  width: 200px;
  top: 34%;
  left: 10%;
}
body.bilb-q8 .nine .popup-img.token2 {
  width: 200px;
  top: 14%;
  left: 70%;
}
body.bilb-q8 .nine .btn-white {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: none;
  z-index: 9;
}

body.bilb-q9 .bg-one {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body.bilb-q9 .one {
  display: none;
}
body.bilb-q9 .one .popup-img.ezra {
  position: fixed;
  width: 450px;
  top: 30%;
  left: 20%;
}
body.bilb-q9 .one .btn-white {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q9 .two {
  display: none;
}
body.bilb-q9 .two .mission {
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q9 .two .btn-start {
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 110px);
  top: calc(50% + 130px);
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz {
  width: auto;
  height: auto;
  display: none;
  visibility: visible;
  top: 15%;
  left: 56%;
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box {
  width: 200px;
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box .popup-content {
  padding: 0;
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box .popup-content .popup-buttons {
  display: flex;
  flex-direction: column;
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box .popup-content .popup-buttons button {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
  border: 4px solid #444;
  background: #a8a8a8;
  box-shadow: inset -3px -3px 0 #aaa, inset 3px 3px 0 #fff;
  color: #000;
}
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box .popup-content .popup-buttons button.active,
body.bilb-q9 .popup-overlay.bilb-ball.q9-quizz .popup-box .popup-content .popup-buttons button.correct {
  background: #1e4bb8;
  color: #fff;
}
body.bilb-q9 .three,
body.bilb-q9 .four,
body.bilb-q9 .five,
body.bilb-q9 .six {
  display: none;
}
body.bilb-q9 .three .wp-block-video,
body.bilb-q9 .four .wp-block-video,
body.bilb-q9 .five .wp-block-video,
body.bilb-q9 .six .wp-block-video {
  position: fixed;
  width: 69vw;
  top: 13vh;
  left: 10px;
}
body.bilb-q9 .three .popup-img,
body.bilb-q9 .four .popup-img,
body.bilb-q9 .five .popup-img,
body.bilb-q9 .six .popup-img {
  position: fixed;
  width: 450px;
  z-index: 3;
  display: none;
  left: 12vw;
  top: 30vh;
}
body.bilb-q9 .three .btn-white,
body.bilb-q9 .four .btn-white,
body.bilb-q9 .five .btn-white,
body.bilb-q9 .six .btn-white {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q9 .seven {
  display: none;
}
body.bilb-q9 .seven .popup-img {
  position: fixed;
  width: 250px;
  z-index: 3;
}
body.bilb-q9 .seven .popup-img.ezra {
  left: 15vw;
  top: 20vh;
}
body.bilb-q9 .seven .popup-img.ezra-text {
  width: 450px;
  left: 30vw;
  top: 40vh;
}
body.bilb-q9 .seven .btn-white {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q9 .eight {
  display: none;
}
body.bilb-q9 .eight .popup-img {
  position: fixed;
  width: 400px;
  z-index: 3;
}
body.bilb-q9 .eight .popup-img.fifi-gif {
  left: 30vw;
  top: 20vw;
}
body.bilb-q9 .eight .btn-white {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q9 .video-out {
  display: none;
  position: fixed;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 100vw;
}

body.bilb-q10 .one {
  display: none;
}
body.bilb-q10 .one .video-ss {
  position: fixed;
  transform: translate(-50%, -50%) scale(2.2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q10 .one .moralizator {
  position: fixed;
  width: 15%;
  top: 10%;
  z-index: 9;
}
body.bilb-q10 .one .moralizator.m1 {
  left: 10%;
}
body.bilb-q10 .one .moralizator.m2 {
  right: 10%;
}
body.bilb-q10 .one .btn-orange {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .bg-one {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q10 .two {
  display: none;
}
body.bilb-q10 .two .popup-img {
  position: fixed;
  width: 450px;
  display: none;
}
body.bilb-q10 .two .popup-img.couple {
  left: 50%;
  bottom: 0;
  width: 550px;
}
body.bilb-q10 .two .popup-img.ezra {
  left: 20%;
  top: 20%;
}
body.bilb-q10 .two .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .three {
  display: none;
}
body.bilb-q10 .three .popup-img {
  position: fixed;
  width: 450px;
  display: none;
}
body.bilb-q10 .three .popup-img.couple {
  left: 50%;
  bottom: 0;
  width: 550px;
}
body.bilb-q10 .three .popup-img.orange {
  left: 5%;
  top: 10%;
}
body.bilb-q10 .three .popup-img.orange-text {
  left: 20%;
  top: 40%;
}
body.bilb-q10 .three .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .four {
  display: none;
}
body.bilb-q10 .four .popup-img {
  position: fixed;
  width: 450px;
  display: none;
}
body.bilb-q10 .four .popup-img.orange {
  width: 400px;
  left: 5%;
  top: 10%;
}
body.bilb-q10 .four .popup-img.orange-text {
  left: 20%;
  top: 40%;
}
body.bilb-q10 .four .popup-img.beckham-text {
  right: 5%;
  top: 12%;
}
body.bilb-q10 .four .popup-img.beckham {
  width: 350px;
  right: 14%;
	top: 45%;
}
body.bilb-q10 .four .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .five {
  display: none;
}
body.bilb-q10 .five .popup-img {
  position: fixed;
  width: 450px;
}
body.bilb-q10 .five .popup-img.fifi {
  left: 25%;
  top: 20%;
}
body.bilb-q10 .five .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .six {
  display: none;
}
body.bilb-q10 .six .popup-img {
  position: fixed;
  width: 400px;
  display: none;
}
body.bilb-q10 .six .popup-img.ezra-text {
  right: 51%;
  top: 73%;
}
body.bilb-q10 .six .popup-img.cires-text {
  right: 20%;
  top: 5%;
}
body.bilb-q10 .six .popup-img.cires-img {
	right: 10%;
	top: 35%;
	width: 350px
}
body.bilb-q10 .six .q10-form {
  position: fixed;
  top: 5%;
  left: 5%;
  display: none;
  width: 450px;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
}
body.bilb-q10 .six .q10-form .title-bar {
  background: #0000aa;
  color: white;
  padding: 6px 10px;
  font-weight: bold;
	margin: 0;
	border-bottom: 0;
}
body.bilb-q10 .six .q10-form h4 {
  font-family: "Jersey20-Regular";
  padding: 25px;
  font-size: 20px;
  padding-bottom: 0;
}
body.bilb-q10 .six .q10-form .answers {
  padding: 25px;
  list-style-type: none;
  margin: 0;
}
body.bilb-q10 .six .q10-form .answers li {
  justify-content: space-between;
  display: flex;
  align-items: end;
  font-family: "Jersey20-Regular";
  font-size: 20px;
}
body.bilb-q10 .six .q10-form .answers li input[type=checkbox] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #888;
  background: #e0e0e0;
  cursor: pointer;
  position: relative;
}
body.bilb-q10 .six .q10-form .answers li input[type=checkbox]:checked::after {
  content: "✖";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 18px;
  color: black;
}
body.bilb-q10 .six .q10-form .correct {
  display: inline-block;
  padding: 10px;
  background-color: #adff4d;
  opacity: 0;
  font-family: "Jersey20-Regular";
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-top: 0;
}
body.bilb-q10 .six .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .bg-two,
body.bilb-q10 .bg-two-drag,
body.bilb-q10 .bg-two-video {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2.2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q10 .seven {
  display: none;
}
body.bilb-q10 .seven .popup-img {
  position: fixed;
  width: 450px;
  display: none;
}
body.bilb-q10 .seven .popup-img.ezra {
  width: 400px;
  left: 5%;
  top: 10%;
}
body.bilb-q10 .seven .mission {
  display: none;
  position: fixed;
  width: 400px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
body.bilb-q10 .seven .btn-start {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: calc(50% - 100px);
  top: calc(50% + 100px);
}
body.bilb-q10 .drag-quizz {
  display: none;
}
body.bilb-q10 .drag-quizz .wp-block-image {
  position: absolute;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-1 {
  top: 10%;
  left: 20%;
  width: 27%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-2 {
  top: 14%;
  left: 28%;
  width: 31%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-3 {
  top: 34%;
  left: 55%;
  width: 28%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-4 {
  top: 21%;
  left: 47%;
  width: 32%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-5 {
  top: 42%;
  left: 53%;
  width: 25%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-6 {
  top: 17%;
  left: 32%;
  width: 29%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-7 {
  top: 7%;
  left: 16%;
  width: 22%;
}
body.bilb-q10 .drag-quizz .wp-block-image.dez-8 {
	top: 53%;
    left: 33%;
    width: 25%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-1 {
  top: 35%;
  left: 20%;
  width: 29%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-2 {
	top: 33%;
    left: 36%;
    width: 25%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-3 {
  top: 6%;
  left: 43%;
  width: 25%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-4 {
  top: 31%;
  left: 14%;
  width: 29%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-5 {
  top: 21%;
  left: 37%;
  width: 28%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-6 {
  top: 27%;
  left: 36%;
  width: 31%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-7 {
  top: 17%;
  left: 60%;
  width: 29%;
}
body.bilb-q10 .drag-quizz .wp-block-image.car-8 {
  top: 19%;
    left: 8%;
    width: 21%;
}
body.bilb-q10 .drag-quizz .wp-block-image.good {
  width: 50%;
  z-index: -1;
  transform: translate(-50%);
}
body.bilb-q10 .drag-quizz .wp-block-image.good img {
  width: 100% !important;
}
body.bilb-q10 .drag-quizz .wp-block-image.caracteristici,
body.bilb-q10 .drag-quizz .wp-block-image.dezinformari {
  position: fixed;
  width: 400px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-transform: uppercase;
}
body.bilb-q10 .drag-quizz .wp-block-image.caracteristici img,
body.bilb-q10 .drag-quizz .wp-block-image.dezinformari img {
  width: 30%;
  z-index: 999;
}
body.bilb-q10 .drag-quizz .caracteristici {
/*   border: 1px solid green; */
  bottom: 20%;
  left: 10%;
}
body.bilb-q10 .drag-quizz .dezinformari {
/*   border: 1px solid red; */
  bottom: 20%;
  left: 60%;
}
body.bilb-q10 .drag-quizz .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .eight {
  display: none;
}
body.bilb-q10 .eight .popup-img {
  position: fixed;
  width: 450px;
  display: none;
}
body.bilb-q10 .eight .popup-img.ezra1 {
  width: 400px;
  left: 15%;
  top: 10%;
}
body.bilb-q10 .eight .popup-img.ezra2 {
  width: 400px;
  left: 35%;
  top: 40%;
}
body.bilb-q10 .eight .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .nine {
  display: none;
}
body.bilb-q10 .nine .q9-menu {
  width: 200px;
  background: #cfcfcf;
  border: 2px solid #aaa;
  box-shadow: 4px 4px 0 #555;
  position: fixed;
  top: 25%;
  left: 20%;
  text-align: center;
  /* Arrow */
  /* Submenu */
}
body.bilb-q10 .nine .q9-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
body.bilb-q10 .nine .q9-menu ul li {
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #212121;
  font-family: "Jersey20-Regular";
  font-size: 20px;
}
body.bilb-q10 .nine .q9-menu ul li:hover {
  background: #092877;
  color: #fff;
}
body.bilb-q10 .nine .q9-menu .divider {
  height: 2px;
  background: #888;
  margin: 8px 15px;
  padding: 0;
  pointer-events: none;
}
body.bilb-q10 .nine .q9-menu .arrow {
  position: absolute;
  right: 15px;
}
body.bilb-q10 .nine .q9-menu .has-submenu {
  position: relative;
}
body.bilb-q10 .nine .q9-menu .has-submenu:hover .submenu {
  display: block;
}
body.bilb-q10 .nine .q9-menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background: #cfcfcf;
  border: 2px solid #aaa;
  box-shadow: 4px 4px 0 #555;
}
body.bilb-q10 .nine .q9-menu .submenu li {
  text-transform: none;
  font-weight: bold;
  font-family: "Jersey20-Regular";
}
body.bilb-q10 .nine .text-window {
  display: none;
  width: 500px;
  margin: 20px auto;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
  position: fixed;
  z-index: 9;
  /* Button */
}
body.bilb-q10 .nine .text-window.notes {
  width: 370px;
  top: 20px;
  right: 10%;
}
body.bilb-q10 .nine .text-window .title-bar {
  background: #0000aa;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
	margin: 0;
	border-bottom: 0;
}
body.bilb-q10 .nine .text-window .menu {
  background: #e0e0e0;
  padding: 5px 10px;
  font-size: 14px;
}
body.bilb-q10 .nine .text-window .content {
  padding: 15px;
  margin: 15px;
  border: 1px solid #212121;
  background-color: #fff;
}
body.bilb-q10 .nine .text-window .content p {
  font-family: "Jersey20-Regular";
  visibility: hidden;
  line-height: 1;
  font-size: 18px;
}
body.bilb-q10 .nine .text-window .send-btn {
  margin-top: 10px;
  float: right;
  padding: 8px 20px;
  border: 2px solid #888;
  background: #d0d0d0;
  cursor: pointer;
  font-weight: bold;
}
body.bilb-q10 .nine .text-window .log {
  clear: both;
  margin-top: 10px;
  font-weight: bold;
}
body.bilb-q10 .nine .text-window .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
body.bilb-q10 .nine .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .ten {
  display: none;
}
body.bilb-q10 .ten .wp-block-video {
  width: 78vw;
  transform: translate(-50%, -50%);
  top: 41%;
  left: 48%;
  position: fixed;
  z-index: -2;
}
body.bilb-q10 .ten .popup-img {
  width: 400px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: fixed;
}
body.bilb-q10 .ten .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q10 .eleven {
  display: none;
}
body.bilb-q10 .eleven .popup-img {
  width: 450px;
  position: fixed;
}
body.bilb-q10 .eleven .popup-img.jess {
  width: 300px;
  left: 30%;
  top: 20%;
}
body.bilb-q10 .eleven .popup-img.jess-text {
  display: none;
  left: 45%;
  top: 50%;
}
body.bilb-q10 .eleven .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}

body.bilb-q11 .bg-one {
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q11 .one {
  display: none;
}
body.bilb-q11 .one .popup-img.ezra {
  position: fixed;
  width: 450px;
  top: 30%;
  left: 20%;
}
body.bilb-q11 .one .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q11 .two {
  display: none;
}
body.bilb-q11 .two .wp-block-image {
  display: none;
  position: fixed;
  left: 20%;
  top: 20%;
  width: 350px;
}
body.bilb-q11 .two .form {
  display: none;
  position: fixed;
  border: 2px solid black;
  background: #c0c0c0;
  box-shadow: 4px 4px 0 #000;
  left: 50%;
  top: 45%;
  max-width: 500px;
  min-width: 350px;
}
body.bilb-q11 .two .form .title-bar {
  background: #0000aa;
  color: white;
  padding: 6px 10px;
  font-weight: bold;
	margin: 0;
	border-bottom: 0;
}
body.bilb-q11 .two .form .answers {
  padding: 25px;
  list-style-type: none;
  margin: 0;
}
body.bilb-q11 .two .form .answers li {
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-family: "Jersey20-Regular";
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
body.bilb-q11 .two .form .answers li input[type=checkbox] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #888;
  background: #e0e0e0;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
body.bilb-q11 .two .form .answers li input[type=checkbox]:checked::after {
  content: "✖";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 18px;
  color: black;
}
body.bilb-q11 .two .form.wrong {
  background-color: #ff0000 !important;
}
body.bilb-q11 .two .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q11 .bg-two {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q11 .three {
  display: none;
}
body.bilb-q11 .three .popup-img {
  position: fixed;
  width: 450px;
}
body.bilb-q11 .three .popup-img.orange {
  width: 400px;
  top: 10%;
  left: 10%;
}
body.bilb-q11 .three .popup-img.orange-text {
  display: none;
  top: 35%;
  left: 30%;
}
body.bilb-q11 .three .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q11 .four {
  display: none;
}
body.bilb-q11 .four .popup-img.fifi {
  position: fixed;
  width: 500px;
  top: 20%;
  left: 45%;
}
body.bilb-q11 .four .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q11 .five.popup-img {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  width: 25%;
}
body.bilb-q11 .five.popup-img img {
  cursor: url("/wp-content/themes/conquistadorxtheme/img/cursors/click1.png") 10 10, auto;
}
body.bilb-q11 .bg-three {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%) scale(2);
  left: 50%;
  top: 50%;
  z-index: -1;
}
body.bilb-q11 .six {
  display: none;
}
body.bilb-q11 .six .popup-img {
  position: fixed;
}
body.bilb-q11 .six .popup-img.fe {
  width: 400px;
  top: 20%;
  left: 25%;
}
body.bilb-q11 .six .popup-img.fe-text {
  display: none;
  width: 450px;
  top: 30%;
  left: 55%;
}
body.bilb-q11 .six .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
body.bilb-q11 .seven {
  display: none;
}
body.bilb-q11 .seven .popup-img {
  position: fixed;
}
body.bilb-q11 .seven .popup-img.token {
  width: 400px;
  top: 25%;
  left: 55%;
}
body.bilb-q11 .seven .popup-img.info {
  width: 450px;
  top: 15%;
  left: 10%;
}
body.bilb-q11 .seven .popup-img.code-bilb {
  width: 450px;
    top: 43%;
    left: 5%;
}

body.bilb-q11 .seven .btn-orange {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 9;
}
