.elementor-13164 .elementor-element.elementor-element-0c46a4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13164 .elementor-element.elementor-element-4b001e7{text-align:center;}.elementor-13164 .elementor-element.elementor-element-4b001e7 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:3.9em;color:#222222;}.elementor-13164 .elementor-element.elementor-element-89f6e75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13164 .elementor-element.elementor-element-8764da8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-13164 .elementor-element.elementor-element-4b001e7 > .elementor-widget-container{margin:40px 0px 0px 0px;}}@media(max-width:767px){.elementor-13164 .elementor-element.elementor-element-0c46a4e{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13164 .elementor-element.elementor-element-4b001e7 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-9547829 */.repro-activity{
max-width:900px;
margin:auto;
font-family: 'Comic Sans MS', cursive;
text-align:center;
}

.diagram{
position:relative;
margin:30px auto;
}

.base-image{
width:100%;
max-width:500px;
}

.dropzone{
position:absolute;
width:120px;
height:40px;
border:2px dashed #bbb;
border-radius:6px;
background:#ffffffaa;
}

.labels{
margin-top:30px;
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:center;
}

.drag{
padding:10px 15px;
background:#b66da4;
color:white;
border-radius:6px;
cursor:grab;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7099e77 *//* =====================================================
   ROOT
===================================================== */

.emotion-app{
  width:100%;
  margin-top:120px;

  font-family:Arial,sans-serif;

  position:relative;

  color:#000;
}
.emotion-app{
  display:none;
}


/* =====================================================
   SCREEN SYSTEM
===================================================== */

.emotion-screen{
  display:none;
}

.emotion-screen.is-active{
  display:block;
}

/* =====================================================
   INTRO
===================================================== */

.emotion-intro{
  display:flex;
  align-items:flex-start;
  justify-content:center;

  gap:32px;

  max-width:1200px;
  margin:0 auto;
}

.emotion-intro__ivi{
  width:220px;

  flex-shrink:0;
}

.emotion-bubble{
  position:relative;

  background:#c4a8cc;
  color:#000;

  padding:34px;

  border-radius:28px;

  max-width:720px;

  box-shadow:
    0 25px 60px rgba(0,0,0,.12);

  line-height:1.9;

  font-size:20px;
}

.emotion-bubble::before{
  content:"";

  position:absolute;

  left:-18px;
  top:80px;

  border-width:12px;
  border-style:solid;

  border-color:
    transparent #c4a8cc transparent transparent;
}

.emotion-bubble h2{
  margin-top:0;
color:#222;
  font-size:42px;
  line-height:1.2;
}

/* =====================================================
   BUTTONS
===================================================== */

.emotion-btn{
  border:none;

  background:#c4a8cc;
  color:#000;

  border-radius:18px;

  padding:20px 34px;

  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:700;

  cursor:pointer;

  transition:.25s ease;

  box-shadow:
    0 15px 35px rgba(0,0,0,.12);
}

.emotion-btn:hover{
  transform:
    translateY(-3px);
}

.emotion-btn--start,
.emotion-btn--continue{
  position:absolute;

  right:30px;
  bottom:30px;

  z-index:50;
}

.emotion-btn--next{
  min-width:240px;
}

.hidden{
  display:none !important;
}

/* =====================================================
   CHOICE
===================================================== */

.emotion-choice-head{
  text-align:center;

  margin-bottom:50px;
}

.emotion-choice-head h2{
  font-size:48px;

  color:#000;
}

.emotion-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);

  gap:40px;

  max-width:850px;
  margin:0 auto;
}

.emotion-hero-card{
  border:none;
  background:none;

  cursor:pointer;

  transition:.3s ease;
}

.emotion-hero-card:hover{
  transform:
    translateY(-10px)
    scale(1.03);
}

.emotion-hero-card img{
  width:100%;

  border-radius:28px;

  display:block;

  box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

/* =====================================================
   GAME
===================================================== */

.emotion-game{
  max-width:1100px;
  margin:0 auto;
}

/* =====================================================
   PROGRESS
===================================================== */

.emotion-progress{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:18px 24px;

  background:#d5dbe0;

  border-radius:20px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.08);

  margin-bottom:40px;
}

.emotion-progress__label{
  font-size:16px;
  color:#000;
}

.emotion-progress__value{
  font-size:26px;
  font-weight:700;

  color:#000;
}

/* =====================================================
   IMAGE
===================================================== */

.emotion-image-wrap{
  width:100%;

  border-radius:34px;

  overflow:hidden;

  background:#fff;

  box-shadow:
    0 30px 70px rgba(0,0,0,.08);
}

.emotion-question-image{
  width:100%;

  display:block;

  aspect-ratio:16/9;
  object-fit:contain;
}

/* =====================================================
   QUESTION TEXT
===================================================== */

.emotion-question-text{
  margin-top:34px;

  background:#fff;

  border-radius:28px;

  padding:34px;

  font-size:28px;
  line-height:1.7;

  text-align:center;

  color:#000;

  box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

/* =====================================================
   ANSWERS
===================================================== */

.emotion-answers{
  display:grid;
  grid-template-columns:repeat(2,1fr);

  gap:24px;

  margin-top:40px;
}

/* =====================================================
   EMOTION CARD
===================================================== */

.emotion-answer{
  position:relative;

  min-height:180px;

  border:none;

  border-radius:30px;

  background:#d5dbe0;

  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:90px;

  transition:.25s ease;

  box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

.emotion-answer:hover{
  transform:
    translateY(-6px)
    scale(1.02);
}

.emotion-answer.is-correct{
  background:#f3eef5;

  box-shadow:
    0 0 0 4px #c4a8cc inset;
}

.emotion-answer.is-wrong{
  background:#fff1f1;

  box-shadow:
    0 0 0 4px #c72128 inset;

  animation:emotionShake .35s ease;
}

.emotion-icon{
  width:80px;
  height:80px;
  object-fit:contain;
  pointer-events:none;
}
.emotion-answer[data-id="mixed"] .emotion-icon{
  width:300px;
  height:auto;
}

/* =====================================================
   SPECIAL MIXED EMOTION
===================================================== */

.emotion-answer--mixed{
  font-size:42px;

  display:grid;
  grid-template-columns:repeat(2,1fr);

  gap:16px;

  padding:20px;
}

/* =====================================================
   FEEDBACK
===================================================== */

.emotion-feedback{
  margin-top:34px;

  min-height:70px;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;

  font-size:34px;
  font-weight:700;
}

.emotion-feedback.is-success{
  color:#000;
}

.emotion-feedback.is-error{
  color:#c72128;
}

/* =====================================================
   NEXT
===================================================== */

.emotion-next-wrap{
  display:flex;
  justify-content:center;

  margin-top:20px;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes emotionShake{

  0%{
    transform:translateX(0);
  }

  25%{
    transform:translateX(-6px);
  }

  50%{
    transform:translateX(6px);
  }

  75%{
    transform:translateX(-6px);
  }

  100%{
    transform:translateX(0);
  }

}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1024px){

  .emotion-intro{
    flex-direction:column;
    align-items:center;
  }

  .emotion-choice-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .emotion-bubble{
    font-size:17px;
  }

  .emotion-bubble h2{
    font-size:34px;
  }

  .emotion-question-text{
    font-size:22px;
    padding:26px;
  }

  .emotion-answer{
    min-height:150px;

    font-size:70px;
  }

  .emotion-btn--start,
  .emotion-btn--continue{
    position:relative;

    right:auto;
    bottom:auto;

    margin-top:40px;
  }

}

@media(max-width:600px){

  .emotion-answers{
    grid-template-columns:1fr;
  }

  .emotion-answer{
    min-height:130px;

    font-size:60px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd29ca9 */.repro-activity{
max-width:900px;
margin:auto;
font-family: 'Comic Sans MS', cursive;
text-align:center;
}

.diagram{
position:relative;
margin:30px auto;
}

.base-image{
width:100%;
max-width:500px;
}

.dropzone{
position:absolute;
width:120px;
height:40px;
border:2px dashed #bbb;
border-radius:6px;
background:#ffffffaa;
}

.labels{
margin-top:30px;
display:flex;
flex-wrap:wrap;
gap:10px;
justify-content:center;
}

.drag{
padding:10px 15px;
background:#b66da4;
color:white;
border-radius:6px;
cursor:grab;
}/* End custom CSS */