/*# sourceMappingURL=styles-camera.css.map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bold.woff2") format("woff2"), url("../../fonts/worksans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bolditalic.woff2") format("woff2"), url("../../fonts/worksans-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-italic.woff2") format("woff2"), url("../../fonts/worksans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-light.woff2") format("woff2"), url("../../fonts/worksans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-lightitalic.woff2") format("woff2"), url("../../fonts/worksans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-regular.woff2") format("woff2"), url("../../fonts/worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Medium.woff2") format("woff2"), url("../../fonts/Volte-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Semibold.woff2") format("woff2"), url("../../fonts/Volte-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Volte";
  line-height: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

html, body, #main, .screen {
  width: 1920px;
  height: 1080px;
}

#main {
  display: none;
  background-color: #FFFFFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

img, video {
  max-width: 100%;
  height: auto;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}

#error {
  padding: 20px;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 600px;
  background: #e6d7d7;
  top: 50px;
  left: 50px;
  border: solid #c3a4a4 1px;
  color: #000;
}

#language-switcher {
  position: absolute;
  z-index: 10;
  left: 40px;
  bottom: 50px;
  font-weight: bold;
}
#language-switcher .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFFFFF;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  font-size: 30px;
}
#language-switcher .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#language-switcher._active_ .inner, #language-switcher:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.handcoach {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
}
#still-there .modal button {
  align-self: center;
}
#still-there .modal .main-button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 0;
  font-weight: bold;
  font-size: 22px;
}
#still-there .modal .main-button:active {
  opacity: 0.9;
}
#still-there .modal .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
#still-there .modal .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  border-radius: 5px;
}

#screen-1 #intro-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  top: 140px;
  left: 580px;
  width: 760px;
  height: 800px;
}
#screen-1 #intro-wrapper .title {
  font-size: 160px;
  font-weight: 600;
}
#screen-1 #intro-wrapper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
  background: black;
  color: white;
  width: 100%;
}
#screen-1 #intro-wrapper .box .instructions {
  font-size: 33px;
  font-weight: bold;
}
#screen-1 #intro-wrapper .box .choices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  gap: 32px;
}
#screen-1 #intro-wrapper .box .choices .level-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  font-size: 28px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state canvas {
  display: none;
  position: absolute;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: "";
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  position: absolute;
  top: -7px;
  left: -8px;
  width: 54px;
  height: 51px;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .box .choices .level-choice.active canvas {
  display: inline-block;
}
#screen-1 #intro-wrapper .box .choices .level-choice.active .state:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#screen-1 #intro-wrapper .cta {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  padding: 32px;
  border-radius: 32px;
  background: #021240;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  -webkit-transition: background 0.2s, opacity 0.2s;
  -moz-transition: background 0.2s, opacity 0.2s;
  -ms-transition: background 0.2s, opacity 0.2s;
  -o-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner .i18n {
  -webkit-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -moz-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -ms-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -o-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  transition: color 0.2s, opacity 0.2s, backgound 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .cta._active_ .inner, #screen-1 #intro-wrapper .cta:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-1 #intro-wrapper .cta:not(.enabled) {
  pointer-events: none;
  opacity: 0.7;
}

#additional-tools {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 50px;
}
#additional-tools .trigger {
  width: 64px;
  height: 64px;
}
#additional-tools .trigger .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#additional-tools .trigger._active_ .inner, #additional-tools .trigger:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#additional-tools .trigger svg path {
  fill: red;
}

.tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
}
.tooltip > .inner {
  position: relative;
  pointer-events: auto;
  background: #000;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  padding: 40px 60px;
  border-radius: 40px;
  max-width: 80%;
  transform: translate(0px, -50px);
}
.tooltip > .inner .close {
  display: inline-flex;
  position: absolute;
  left: 50%;
  bottom: -70px;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}
.tooltip > .inner .close .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tooltip > .inner .close._active_ .inner, .tooltip > .inner .close:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.tooltip > .inner .close .inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tooltip > .inner .close .inner:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: violet;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.tooltip > .inner .close svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.tooltip > .inner .close svg path {
  fill: #FFFFFF;
}

html, body, #main, .screen {
  width: 1080px;
  height: 1920px;
}

.gs-dev-tools {
  z-index: 1000;
}

#main {
  background: url("../../images/camera/background.png") no-repeat center center;
}

#language-switcher {
  left: 508px;
  bottom: 35px;
}
#language-switcher .inner {
  background-color: #021240;
  color: #FFA1E9;
}
#language-switcher.right {
  left: unset;
  right: 160px;
}

#additional-tools {
  transform: translate(0, 150px);
  right: 86px;
  bottom: 35px;
  left: initial;
}
#additional-tools .trigger svg path {
  fill: #021240;
}
#additional-tools .trigger svg circle {
  fill: #FFA1E9;
}

#still-there .modal {
  background: #FFA1E9;
}
#still-there .modal .main-button {
  background: #021240;
  color: #FFA1E9;
}
#still-there .modal .progress-bar .progress {
  background: #021240;
}

.screen {
  z-index: 2;
}

#main-camera-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
#main-camera-container video {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#main-camera-container #camera-view {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#main-camera-container #flipped-camera-view {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.tooltip > .inner {
  background: #021240;
  color: #FFA1E9;
}
.tooltip .close:before {
  background: #FFA1E9;
}

#touch-debug-dot {
  position: fixed;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000;
}
#touch-debug-dot.pinchin {
  background: green;
}

#touch-debug-label {
  position: absolute;
  color: black;
  font-family: monospace;
  font-size: 14px;
  pointer-events: none;
  transform: translate(-50%, -200%);
  display: none;
  z-index: 1000;
}

#quiz {
  display: inline;
  width: 100%;
}
#quiz .title {
  background: #FFA1E9;
  padding: 50px;
  margin-bottom: 50px;
  color: #021240;
  font-weight: bold;
  font-size: 38px;
  border-radius: 50px;
}
#quiz .elements {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 50px;
}
#quiz .elements .element {
  position: relative;
  overflow: hidden;
  width: 50%;
  border-radius: 50%;
}
#quiz .elements .element .image {
  width: 100%;
  padding: 50%;
}
#quiz .elements .element .options {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#quiz .elements .element .options .option {
  background: #FFFFFF;
  padding: 8px;
  font-size: 22px;
  border-radius: 12px;
}

#screen-1 #bubbles .bubble {
  position: absolute;
  background: url("../../images/camera/idle-screen-bubble.png");
  width: 269px;
  height: 270px;
}
#screen-1 #intro-wrapper {
  top: 740px;
  left: 160px;
}
#screen-1 #intro-wrapper .title {
  font-size: 160px;
  font-weight: 600;
  color: #021240;
}
#screen-1 #intro-wrapper .box {
  background: #FFA1E9;
  color: #021240;
}
#screen-1 #intro-wrapper .box .choices .level-choice canvas {
  top: -35px;
  left: -31px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  width: 50px;
  height: 50px;
  border-color: #021240;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: none;
}
#screen-1 #intro-wrapper .cta .inner {
  background: #FFA1E9;
  color: #021240;
}

#screen-2-LEVEL1 .hand-zoom-out-animation,
#screen-2-LEVEL1 .hand-zoom-in-animation,
#screen-2-LEVEL2 .hand-zoom-out-animation,
#screen-2-LEVEL2 .hand-zoom-in-animation,
#screen-2-LEVEL3 .hand-zoom-out-animation,
#screen-2-LEVEL3 .hand-zoom-in-animation {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 75%;
  width: 400px;
  height: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .hand-zoom-out-animation canvas,
#screen-2-LEVEL1 .hand-zoom-in-animation canvas,
#screen-2-LEVEL2 .hand-zoom-out-animation canvas,
#screen-2-LEVEL2 .hand-zoom-in-animation canvas,
#screen-2-LEVEL3 .hand-zoom-out-animation canvas,
#screen-2-LEVEL3 .hand-zoom-in-animation canvas {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#screen-2-LEVEL1 .hand-zoom-out-animation.hidden,
#screen-2-LEVEL1 .hand-zoom-in-animation.hidden,
#screen-2-LEVEL2 .hand-zoom-out-animation.hidden,
#screen-2-LEVEL2 .hand-zoom-in-animation.hidden,
#screen-2-LEVEL3 .hand-zoom-out-animation.hidden,
#screen-2-LEVEL3 .hand-zoom-in-animation.hidden {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL1 .wrapper,
#screen-2-LEVEL2 .wrapper,
#screen-2-LEVEL3 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 80px;
}
#screen-2-LEVEL1 .wrapper .camera-canvas,
#screen-2-LEVEL2 .wrapper .camera-canvas,
#screen-2-LEVEL3 .wrapper .camera-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#screen-2-LEVEL1 .wrapper .camera-overlays-canvas,
#screen-2-LEVEL2 .wrapper .camera-overlays-canvas,
#screen-2-LEVEL3 .wrapper .camera-overlays-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#screen-2-LEVEL1 .wrapper .trigger .inner,
#screen-2-LEVEL2 .wrapper .trigger .inner,
#screen-2-LEVEL3 .wrapper .trigger .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .wrapper .trigger._active_ .inner, #screen-2-LEVEL1 .wrapper .trigger:active .inner,
#screen-2-LEVEL2 .wrapper .trigger._active_ .inner,
#screen-2-LEVEL2 .wrapper .trigger:active .inner,
#screen-2-LEVEL3 .wrapper .trigger._active_ .inner,
#screen-2-LEVEL3 .wrapper .trigger:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-2-LEVEL1 .wrapper .step,
#screen-2-LEVEL2 .wrapper .step,
#screen-2-LEVEL3 .wrapper .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL1 .wrapper .step.active,
#screen-2-LEVEL2 .wrapper .step.active,
#screen-2-LEVEL3 .wrapper .step.active {
  pointer-events: auto;
}
#screen-2-LEVEL1 .wrapper .step .text-bubble,
#screen-2-LEVEL2 .wrapper .step .text-bubble,
#screen-2-LEVEL3 .wrapper .step .text-bubble {
  display: flex;
  width: calc(100% - 160px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  border-radius: 40px;
  color: #FFA1E9;
  background: #021240;
  text-align: center;
  font-size: 34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#screen-2-LEVEL1 .wrapper .step .text-bubble.top,
#screen-2-LEVEL2 .wrapper .step .text-bubble.top,
#screen-2-LEVEL3 .wrapper .step .text-bubble.top {
  top: 80px;
}
#screen-2-LEVEL1 .wrapper .step .text-bubble.bottom,
#screen-2-LEVEL2 .wrapper .step .text-bubble.bottom,
#screen-2-LEVEL3 .wrapper .step .text-bubble.bottom {
  bottom: 120px;
}
#screen-2-LEVEL1 .wrapper .step .step-background,
#screen-2-LEVEL2 .wrapper .step .step-background,
#screen-2-LEVEL3 .wrapper .step .step-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#screen-2-LEVEL1 .wrapper .tooltip > .inner,
#screen-2-LEVEL2 .wrapper .tooltip > .inner,
#screen-2-LEVEL3 .wrapper .tooltip > .inner {
  color: #FFA1E9;
  background: #021240;
}

#screen-2-LEVEL1 .camera-canvas {
  display: none;
}
#screen-2-LEVEL1 .actions-container {
  position: relative;
  z-index: 10;
}
#screen-2-LEVEL1 .actions-container .trigger {
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .actions-container .trigger.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL1 .actions-container .trigger.next-step .inner, #screen-2-LEVEL1 .actions-container .trigger.zoom-in .inner {
  display: inline-block;
  width: auto;
  padding: 25px;
  border-radius: 40px;
  color: #FFA1E9;
  background: #021240;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
}
#screen-2-LEVEL1 .step-1 {
  z-index: 4 !important;
}
#screen-2-LEVEL1 .step-1 .zones-selectors-container.debug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
#screen-2-LEVEL1 .step-1 .zones-selectors-container.debug span {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background: lightgreen;
}
#screen-2-LEVEL1 .step-1 .countdown-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
#screen-2-LEVEL1 .step-1 .countdown-container .screen-flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL1 .step-1 .camera-trigger-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 260px;
  height: 400px;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 130px 130px 0 0;
  background: #021240;
  display: flex;
  justify-content: center;
}
#screen-2-LEVEL1 .step-1 .camera-trigger-container .trigger {
  width: 195px;
}
#screen-2-LEVEL1 .step-1 .camera-trigger-container.disabled {
  pointer-events: none;
}
#screen-2-LEVEL1 .step-2 {
  z-index: 3 !important;
}
#screen-2-LEVEL1 .step-2 .text-bubble {
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .step-2 .canvas-zones-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#screen-2-LEVEL1 .step-2 .canvas-zones-container .canvas-zone {
  position: absolute;
}
#screen-2-LEVEL1 .step-2 .canvas-zones-container #canvas-zone-1 {
  top: 0;
  left: 0;
}
#screen-2-LEVEL1 .step-2 .zones-selectors-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .step-2 .zones-selectors-container .zone-selector {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#screen-2-LEVEL1 .step-2 .zones-selectors-container .zone-selector .inner {
  width: 55px;
  height: 55px;
  display: block;
  background: transparent;
  border: 5px solid #FFA1E9;
  border-radius: 50%;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL1 .step-2 .zones-selectors-container .zone-selector.selected .inner {
  background: #FFA1E9;
}
#screen-2-LEVEL1 .step-2 .zones-found-container {
  pointer-events: none;
  width: 560px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 10px;
  border-radius: 50px;
  color: #FFA1E9;
  background: #021240;
  position: absolute;
  left: 50%;
  bottom: 200px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .step-2 .zones-found-container .zone-found {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  background: url("../../images/camera/level1/zone-not-found.png") no-repeat center center;
  background-size: 100%;
}
#screen-2-LEVEL1 .step-2 .zones-found-container .zone-found img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL1 .step-2.zooming .text-bubble,
#screen-2-LEVEL1 .step-2.zooming .actions-container .zoom-in,
#screen-2-LEVEL1 .step-2.zooming .zones-selectors-container,
#screen-2-LEVEL1 .step-2.zooming .zones-found-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL1 .step-3 .zones-container {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
#screen-2-LEVEL1 .step-3 .zones-container .zone {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#screen-2-LEVEL1 .step-3 .zones-container .zone .zone-title {
  z-index: 2;
}
#screen-2-LEVEL1 .step-3 .zones-container .zone .zone-image {
  width: 100%;
  height: 100%;
}
#screen-2-LEVEL1 .step-3 .zones-container .zone .zone-image svg,
#screen-2-LEVEL1 .step-3 .zones-container .zone .zone-image img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#screen-2-LEVEL1 .step-3 .zones-container .zone .zone-name {
  pointer-events: none;
  width: 560px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 0px;
  border-radius: 50px;
  color: #FFA1E9;
  background: #021240;
  position: absolute;
  left: 50%;
  bottom: 200px;
  font-size: 50px;
  line-height: 0px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL1 .step-3 .zones-container .zone:nth-child(1) {
  display: block;
}
#screen-2-LEVEL1 .step-3.zooming .text-bubble,
#screen-2-LEVEL1 .step-3.zooming .actions-container .zoom-in,
#screen-2-LEVEL1 .step-3.zooming .zones-selectors-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#screen-2-LEVEL2 .camera-canvas {
  display: none;
}
#screen-2-LEVEL2 .actions-container {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .actions-container.hidden {
  pointer-events: none;
}
#screen-2-LEVEL2 .actions-container .trigger.next-step .inner {
  display: inline-block;
  width: auto;
  padding: 25px;
  border-radius: 40px;
  background: #FFA1E9;
  color: #021240;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
}
#screen-2-LEVEL2 .step-2 {
  z-index: 3 !important;
}
#screen-2-LEVEL2 .step-2 .text-bubble {
  z-index: 3;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL2 .step-2 .text-bubble.quiz-question {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL2 .step-2 .animation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1080px;
  height: 1920px;
  z-index: 2;
  pointer-events: none;
}
#screen-2-LEVEL2 .step-2 .animation-overlay img {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .animation-overlay canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 868px;
  height: auto;
  -webkit-transform: translate(-46.1%, -48.1%);
  -ms-transform: translate(-46.1%, -48.1%);
  transform: translate(-46.1%, -48.1%);
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .actions-container .trigger.next-step .inner {
  display: inline-block;
  width: auto;
  padding: 25px;
  border-radius: 40px;
  background: none;
  cursor: pointer;
}
#screen-2-LEVEL2 .step-2 .quiz-container {
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  height: calc(100% - 380px);
  padding: 0px 70px;
  pointer-events: none;
}
#screen-2-LEVEL2 .step-2 .quiz-container.locked .choice {
  pointer-events: none !important;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice._active_ .inner, #screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice .inner {
  display: inline-block;
  width: 220px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(231, 241, 242, 0.85);
  color: #000;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  border: 2px solid #E7F1F2;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question .question-choices .choice._active_ .inner {
  background: rgba(255, 161, 233, 0.85);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question.answered .choice .inner {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(17, 9, 43, 0.2);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question.answered .choice[data-correct=true] .inner {
  background: #FFA1E9;
  color: #021240;
  border-color: #FFA1E9;
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question.answered .choice[data-correct=true] .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../images/camera/level2/ZONE2_ME_MNS2_INT2_P2_UI_RESULTAT-y.png") center center no-repeat;
  background-size: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question.answered .choice.user-selected[data-correct=false] .inner {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(17, 9, 43, 0.6);
}
#screen-2-LEVEL2 .step-2 .quiz-container .questions-container .question.answered .choice.user-selected[data-correct=false] .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../images/camera/level2/ZONE2_ME_MNS2_INT2_P2_UI_RESULTAT-x.png") center center no-repeat;
  background-size: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 1080px;
  height: 1920px;
  z-index: 100;
  pointer-events: none;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer {
  position: absolute;
  width: 1080px;
  height: 1920px;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-background {
  position: relative;
  z-index: 0;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content {
  position: absolute;
  z-index: 2;
  width: 900px;
  height: 1710px;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-text-wrapper {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 5%;
  border-radius: 40px;
  text-align: center;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-title {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
  color: var(--color-text);
  font-size: 86px;
  line-height: 1em;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-text {
  width: 100%;
  text-align: center;
  color: var(--color-text);
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-lottie {
  position: absolute;
  top: var(--top-position);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice .inner {
  position: relative;
  display: inline-block;
  width: 390px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: transparent;
  color: var(--color-answers-wrong-text);
  text-align: center;
  font-size: 60px;
  cursor: pointer;
  border: 2px solid #FFFFFF;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice[data-correct=true] .inner {
  height: 148px;
  border-radius: 49.3333333333px;
  padding: 42px 0px;
  font-size: 86px;
  width: 620px;
  background: var(--color-answers-correct-bg);
  color: var(--color-answers-correct-text);
  border-color: var(--color-answers-correct-bg);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice[data-correct=true] .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 79px;
  height: 79px;
  background: url("../../images/camera/level2/ZONE2_ME_MNS2_INT2_P2_UI_RESULTAT-y.png") center center no-repeat;
  background-size: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice.user-selected[data-correct=false] .inner {
  background: var(--color-answers-wrong-bg);
  color: #FFFFFF;
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer .answer-content .answer-choices .choice.user-selected[data-correct=false] .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  background: url("../../images/camera/level2/ZONE2_ME_MNS2_INT2_P2_UI_RESULTAT-x.png") center center no-repeat;
  background-size: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#screen-2-LEVEL2 .step-2 .quiz-container .answers-container .answer[data-show-camera=true] .answer-content .answer-text-wrapper {
  background: #021240;
}
#screen-2-LEVEL2 .step-2.quiz-active .quiz-container {
  pointer-events: auto;
}
#screen-2-LEVEL2 .step-2.quiz-active .quiz-container .questions-container .question .question-choices {
  pointer-events: auto;
}

#screen-2-LEVEL3 .camera-canvas {
  display: none;
}
#screen-2-LEVEL3 .actions-container {
  position: relative;
  z-index: 10;
}
#screen-2-LEVEL3 .actions-container .trigger {
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .actions-container .trigger.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL3 .actions-container .trigger.next-step .inner, #screen-2-LEVEL3 .actions-container .trigger.zoom-in .inner {
  display: inline-block;
  width: auto;
  padding: 25px;
  border-radius: 40px;
  color: #FFA1E9;
  background: #021240;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
}
#screen-2-LEVEL3 .step-1 .zones-selectors-container.debug {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
#screen-2-LEVEL3 .step-1 .zones-selectors-container.debug span {
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  background: lightgreen;
}
#screen-2-LEVEL3 .step-1 .countdown-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
#screen-2-LEVEL3 .step-1 .countdown-container .screen-flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL3 .step-1 .camera-trigger-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 260px;
  height: 400px;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 130px 130px 0 0;
  background: #021240;
  display: flex;
  justify-content: center;
}
#screen-2-LEVEL3 .step-1 .camera-trigger-container .trigger {
  width: 195px;
}
#screen-2-LEVEL3 .step-1 .camera-trigger-container.disabled {
  pointer-events: none;
}
#screen-2-LEVEL3 .step-2 .text-bubble {
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container .canvas-zone {
  position: absolute;
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container #canvas-zone-1 {
  top: 0;
  left: 0;
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container #canvas-zone-2 {
  top: 0;
  right: 0;
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container #canvas-zone-3 {
  bottom: 0;
  left: 0;
}
#screen-2-LEVEL3 .step-2 .canvas-zones-container #canvas-zone-4 {
  bottom: 0;
  right: 0;
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector._active_ .inner, #screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector .inner {
  width: 55px;
  height: 55px;
  display: block;
  background: transparent;
  border: 5px solid #FFA1E9;
  border-radius: 50%;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: auto;
  cursor: pointer;
}
#screen-2-LEVEL3 .step-2 .zones-selectors-container .zone-selector.selected .inner {
  background: #FFA1E9;
}
#screen-2-LEVEL3 .step-2.zooming .text-bubble,
#screen-2-LEVEL3 .step-2.zooming .actions-container .zoom-in,
#screen-2-LEVEL3 .step-2.zooming .zones-selectors-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL3 .step-3 .text-bubble-a,
#screen-2-LEVEL3 .step-3 .text-bubble-b {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL3 .step-3 .zones-container {
  position: absolute;
  top: 340px;
  left: 0;
  width: 100%;
  height: 1460px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone {
  position: absolute;
  width: 435px;
  height: 714px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-title {
  width: 100%;
  text-align: center;
  color: #021240;
  text-align: center;
  font-size: 52px;
  padding-bottom: 30px;
  line-height: 1em;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image,
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image-adn {
  position: absolute;
  left: 0;
  top: 170px;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  z-index: 0;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image svg,
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image img,
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image-adn svg,
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image-adn img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone .zone-image-adn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
#screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(1) {
  left: 81px;
  top: 0px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(2) {
  left: 564px;
  top: 0px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(3) {
  left: 81px;
  top: 742px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(4) {
  left: 564px;
  top: 742px;
}
#screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(5), #screen-2-LEVEL3 .step-3 .zones-container .zone:nth-child(6) {
  display: none;
}
#screen-2-LEVEL3 .step-3.zooming .text-bubble,
#screen-2-LEVEL3 .step-3.zooming .actions-container .zoom-in,
#screen-2-LEVEL3 .step-3.zooming .zones-selectors-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#screen-2-LEVEL3 .step-4 .text-instructions-a,
#screen-2-LEVEL3 .step-4 .text-instructions-b {
  opacity: 0;
  visibility: hidden;
  display: flex;
  width: calc(100% - 160px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  color: #FFA1E9;
  text-align: center;
  font-size: 34px;
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#screen-2-LEVEL3 .step-4 .adn-selector-container {
  position: absolute;
  top: 400px;
  left: 0;
  width: 100%;
  height: 500px;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn {
  position: absolute;
  -webkit-transition: all 0.25 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn .adn-image {
  width: auto;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  z-index: 0;
  cursor: pointer;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn .adn-image svg,
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn .adn-image img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn:nth-child(1) {
  left: 100px;
  top: 0px;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn:nth-child(2) {
  left: 640px;
  top: 0px;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn:nth-child(3) {
  left: 150px;
  top: 240px;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container .adn:nth-child(4) {
  left: 540px;
  top: 240px;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container.is-dragging .adn:not(.is-dragging) {
  opacity: 0.5;
  pointer-events: none;
}
#screen-2-LEVEL3 .step-4 .adn-selector-container.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container {
  position: absolute;
  border: 4px solid #9FBFE2;
  padding: 5%;
  border-radius: 40px;
  left: 50%;
  top: 1050px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 866px;
  height: 595px;
  overflow: hidden;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part {
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  overflow: hidden;
  z-index: 2;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part svg,
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part img {
  position: absolute;
  max-width: none;
  top: 50%;
  height: 146px;
  margin-top: -73px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part.left-adn {
  left: 40px;
  width: 235px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part.middle-adn {
  left: 275px;
  width: 315px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part.middle-adn img {
  left: -235px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part.right-adn {
  left: 590px;
  right: 0;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-part.right-adn img {
  left: -550px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-parts .adn-clip-zone {
  position: absolute;
  top: 20%;
  height: 60%;
  left: 275px;
  width: 315px;
  background: rgba(159, 191, 226, 0.35);
  z-index: 3;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 4;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors .adn-scissor {
  position: absolute;
  top: 0;
  width: 6px;
  margin-left: -3px;
  height: 100%;
  z-index: 3;
  background: repeating-linear-gradient(0deg, #9FBFE2 0px, #9FBFE2 12px, transparent 12px, transparent 20px);
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors .adn-scissor .scissor-fill {
  position: absolute;
  top: 0;
  left: -1px;
  width: 8px;
  height: 100%;
  background: #9FBFE2;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors .adn-scissor .scissor-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: transparent url("../../images/camera/level3/adn-scissor.svg") no-repeat center center;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors .adn-scissor .scissor-handle.pulse {
  animation: pulse 1s infinite; /* Applies the animation */
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors #adn-left-scissors {
  left: 275px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container .adn-scissors #adn-right-scissors {
  left: 590px;
}
#screen-2-LEVEL3 .step-4 .adn-drop-zone-container.segment-mode .adn-clip-zone {
  background: #021240;
}
#screen-2-LEVEL3 .step-5 .text-bubble {
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL3 .step-5 .tooltip > .inner {
  position: absolute;
  top: 80px;
}
#screen-2-LEVEL3 .step-5 .tooltip[data-tooltip-id=last_screen_first_try] {
  pointer-events: none;
}
#screen-2-LEVEL3 .step-5 .tooltip[data-tooltip-id=last_screen_first_try] .trigger {
  display: none;
}
#screen-2-LEVEL3 .step-5 .retry-trigger-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 260px;
  height: 400px;
  border-radius: 130px 130px 0 0;
  box-sizing: border-box;
  padding: 0px;
  background: #021240;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
#screen-2-LEVEL3 .step-5 .retry-trigger-container .trigger .adn-retry-animation {
  margin-top: 40px;
}
#screen-2-LEVEL3 .step-5 .retry-trigger-container.disabled {
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}