/*# sourceMappingURL=styles-survey.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: "Inclusive Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "Inclusive Sans";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-Italic-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/hal-matex/HALMatex-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/hal-matex/HALMatex-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Bold.woff2") format("woff2");
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "HAL Matex";
  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;
  color: #F4EEE6;
  font-size: 36px;
}

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

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
}

strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 500;
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 78px;
}

h3 {
  font-size: 64px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 36px;
}

.container {
  padding: 0 40px;
}

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

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

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

.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;
}
.screen .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.screen .step.current {
  opacity: 1;
}
.screen .step.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen .step:not(.current) {
  pointer-events: none !important;
}
.screen .step:not(.current) * {
  pointer-events: none !important;
}

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

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #242626;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  padding: 60px;
  width: 100%;
  max-width: 847px;
  border-radius: 20px;
  overflow: hidden;
  color: #000;
  position: relative;
}
#still-there .modal::before {
  content: "";
  background: url("../../images/global/warning.png") no-repeat center center;
  background-size: 100% 100%;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
#still-there .modal p {
  font-size: 33px;
  font-weight: 500;
}
#still-there .modal .text-box {
  width: 100%;
  padding-top: 10px;
}
#still-there .modal .label {
  text-align: left;
  line-height: 1.4;
}
#still-there .modal .buttons-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 10px;
}
#still-there .modal .buttons-box .gray .glow {
  transform: scale(1);
  filter: blur(20px);
  opacity: 0.3;
}
#still-there .modal .buttons-box .left .glow {
  opacity: 0.6;
  filter: blur(20px);
}

.pill-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  --pill-h: 140px;
  color: #242626;
}
.pill-button .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);
}
.pill-button._active_ .inner, .pill-button:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.pill-button .inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pill-gap, calc(var(--pill-h) * 48 / 140));
  height: var(--pill-h);
  padding: var(--pill-padding, 0 calc(var(--pill-h) * 40 / 140) 0 calc(var(--pill-h) * 63 / 140));
}
.pill-button .glow,
.pill-button .pill {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pill-button .glow svg,
.pill-button .pill svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pill-button .glow {
  z-index: 0;
  transform: scale(1.06);
  transform-origin: center;
  filter: blur(26px);
  opacity: 0.85;
}
.pill-button .pill {
  z-index: 1;
}
.pill-button .pill svg path {
  fill: #F4EEE6;
}
.pill-button .label {
  position: relative;
  z-index: 2;
  font-family: "HAL Matex";
  font-weight: 700;
  font-size: var(--pill-font-size, calc(var(--pill-h) * 32 / 140));
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pill-button .icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--pill-icon-size, calc(var(--pill-h) * 92 / 140));
  height: var(--pill-icon-size, calc(var(--pill-h) * 92 / 140));
}
.pill-button .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.pill-button .icon svg.countdown .track {
  opacity: 0;
}
.pill-button .icon svg.countdown .progress {
  transform: rotate(-90deg);
  transform-origin: center;
}
.pill-button .icon .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "HAL Matex";
  font-weight: 700;
  font-size: calc(var(--pill-h) * 30 / 140);
  line-height: 1;
}
.pill-button.left .inner {
  flex-direction: row-reverse;
  padding: var(--pill-padding, 0 calc(var(--pill-h) * 63 / 140) 0 calc(var(--pill-h) * 40 / 140));
}
.pill-button.left .pill {
  transform: scaleX(-1);
}
.pill-button.left .glow {
  transform: scale(1.06) scaleX(-1);
}
.pill-button.no-icon .inner {
  justify-content: center;
  gap: 0;
  padding: 0 calc(var(--pill-h) * 63 / 140);
}
.pill-button.gray {
  color: #F4EEE6;
}
.pill-button.gray .pill svg path {
  fill: #242626;
}
.pill-button.black {
  color: #F4EEE6;
}
.pill-button.black .pill svg path {
  fill: #0D0D0D;
}
.pill-button.none {
  --pill-bg: transparent;
}
.pill-button.none .pill svg path {
  fill: transparent;
}
.pill-button._active_ .label, .pill-button:active .label {
  opacity: 0.5;
}
.pill-button._active_ .icon, .pill-button:active .icon {
  opacity: 0.36;
}

.rounded-rectangle-modal {
  color: #242626;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.rounded-rectangle-modal::before {
  content: "";
  position: absolute;
  inset: -61px -51px;
  z-index: -1;
  background-color: #F4EEE6;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  -webkit-mask-box-image: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
  -webkit-mask-box-image-width: 61px 51px;
  mask-border: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
}
.rounded-rectangle-modal .label {
  border-radius: 100vw;
  background-color: #242626;
  color: #F4EEE6;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}
.rounded-rectangle-modal .label .icon {
  display: flex;
  margin-right: 15px;
}
.rounded-rectangle-modal .text {
  font-size: 22px;
  line-height: 135%;
  font-family: "Inclusive Sans";
  font-weight: 400;
}
.rounded-rectangle-modal .text strong {
  font-size: 22px;
  font-family: "HAL Matex";
  font-weight: 700;
}
.rounded-rectangle-modal.gray {
  color: #F4EEE6;
}
.rounded-rectangle-modal.gray::before {
  background-color: #242626;
}
.rounded-rectangle-modal.gray .label {
  background-color: #F4EEE6;
  color: #242626;
}

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

body {
  background-color: #000;
}

.screen {
  z-index: 2;
}

h2 {
  font-size: 78px;
  margin-bottom: 20px;
  font-family: "HAL Matex";
  font-weight: 700;
}

h3 {
  font-family: "HAL Matex";
  font-weight: 500;
}

h4 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

h5 {
  font-size: 30px;
  font-family: "Inclusive Sans";
  font-weight: 500;
  line-height: 1.1;
}

hr {
  border: 1px solid #000;
  width: 100%;
  margin: 35px 0 40px;
}

p {
  font-weight: normal;
  font-family: "Inclusive Sans";
  font-size: 36px;
}
p span span {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(270deg, #49BACD 0%, #F36688 31.73%, #F9804F 100%);
  background-size: 720px;
  background-position: 20%;
  display: inline-block;
  color: transparent;
}

#background-gradient {
  width: 518px;
  height: 518px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(160px);
  z-index: 1;
}
#background-gradient span {
  display: block;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: absolute;
}
#background-gradient .color1 {
  background: #F9804F;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#background-gradient .color2 {
  background: #F36688;
  right: 50px;
  top: 50px;
  z-index: 3;
}
#background-gradient .color3 {
  background: #49BACD;
  left: 0;
  z-index: 2;
}
#background-gradient .color1, #background-gradient .color2, #background-gradient .color3 {
  transform: translate(var(--float-x, 0px), var(--float-y, 0px));
}

@keyframes rotate-gradient {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.thinking-animation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thinking-animation span {
  display: block;
  border-radius: 50%;
  background: #F4EEE6;
  animation: thinking-bounce 2s ease-in-out infinite;
}

.thinking-animation span:nth-child(2) {
  animation-delay: 0.2s;
}

.thinking-animation span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes thinking-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
#screen-1 img.robot, #screen-2 img.robot {
  margin-bottom: 60px;
  animation: robot-float 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes robot-float {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  50% {
    transform: translateY(10px) translateX(0) rotate(2deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
.survey #screen-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey #screen-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.survey #screen-1 .intro-chat {
  background: url("../../images/survey/white-bubble.svg") no-repeat center center;
  background-size: 100% 100%;
  color: #242626;
  width: 882px;
  height: 447px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.survey #screen-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey #screen-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.survey #screen-2 img.robot {
  margin-left: 45px;
}
.survey #screen-2 .title {
  background: #242626;
  color: #F4EEE6;
  width: 495px;
  border-radius: 9999px;
  padding-top: 40px;
  margin-top: -90px;
  margin-bottom: -65px;
  position: relative;
  z-index: 2;
}
.survey #screen-2 .context-chat {
  background: url("../../images/survey/grey-bubble.svg") no-repeat center center;
  background-size: 100% 100%;
  color: #F4EEE6;
  width: 882px;
  height: 447px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 60px;
  margin-bottom: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.survey #screen-2 .context-chat p {
  line-height: 140%;
}

.survey #screen-3 #chat-wrapper {
  height: 100%;
  padding: 44px 46px;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.survey #screen-3 .header-chatroom {
  display: flex;
  align-items: center;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 18px;
}
.survey #screen-3 .header-chatroom .pill-button .icon {
  width: 68px;
  height: 68px;
}
.survey #screen-3 .header-chatroom .pill-button .icon circle, .survey #screen-3 .header-chatroom .pill-button .icon path {
  stroke: rgba(255, 255, 255, 0.7);
}
.survey #screen-3 .header-chatroom .pill-button .label {
  text-transform: uppercase;
  font-family: "GT Pressura Mono";
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.survey #screen-3 .header-chatroom .time-chat {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "GT Pressura Mono";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
}
.survey #screen-3 .header-chatroom .time-chat .time {
  font-weight: 700;
  margin-left: 15px;
}
.survey #screen-3 .chatroom {
  display: flex;
  flex-direction: column;
  background: url("../../images/survey/chatroom/chat-bg.png") no-repeat center center/cover;
  height: 1440px;
  padding: 40px 40px 0;
  position: relative;
}
.survey #screen-3 .chatroom::before {
  content: "";
  background: linear-gradient(180deg, #000000 11.14%, rgba(0, 0, 0, 0.8) 45.37%, rgba(0, 0, 0, 0) 100.14%);
  width: 100%;
  height: 155px;
  position: absolute;
  top: 130px;
  left: 0;
  display: block;
  z-index: 1;
  overflow: visible;
}
.survey #screen-3 .chatroom .svgFilter {
  display: block;
  width: 0;
  height: 0;
}
.survey #screen-3 .chatroom .chatroom-wrapper {
  height: 1260px;
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 60px;
  position: relative;
}
.survey #screen-3 .chatroom .chatroom-wrapper .chat-messages {
  position: absolute;
  bottom: 0;
  width: 100%;
  filter: url("#blurFilter");
}
.survey #screen-3 .chatroom .chatroom-wrapper::-webkit-scrollbar {
  display: none;
}
.survey #screen-3 .keyboard-chat {
  margin-top: auto;
  margin-bottom: 65px;
  background: url("../../images/survey/chatroom/hull-group.png") no-repeat center center/cover;
  background-size: 100% 100%;
  height: 263px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.survey #screen-3 .keyboard-chat.active .chat-choice-btn {
  opacity: 1;
  pointer-events: all;
}
.survey #screen-3 .keyboard-chat .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
}
.survey #screen-3 .keyboard-chat .title {
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  font-size: 24px;
  font-family: "HAL Matex";
  background: #000;
  padding: 6px 24px;
}
.survey #screen-3 .keyboard-chat .chat-choice-btn {
  color: #F4EEE6;
  text-transform: uppercase;
  font-family: "GT Pressura Mono";
  font-size: 19px;
  letter-spacing: -2%;
}
.survey #screen-3 .keyboard-chat .chat-choice-btn .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);
}
.survey #screen-3 .keyboard-chat .chat-choice-btn._active_ .inner, .survey #screen-3 .keyboard-chat .chat-choice-btn:active .inner {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.survey #screen-3 .keyboard-chat .chat-choice-btn {
  text-align: center;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.survey #screen-3 .keyboard-chat .chat-choice-btn img {
  margin-bottom: 10px;
}
.survey #screen-3 .message-group {
  margin-bottom: 120px;
}
.survey #screen-3 .message-group.message-group-left {
  position: relative;
}
.survey #screen-3 .message-group.message-group-left .mars-e-avatar {
  width: 140px;
  height: 140px;
  background: url("../../images/survey/chatroom/Mars-E-user.svg") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: -15px;
  left: -10px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.survey #screen-3 .message-group.message-group-left.icon-visible .mars-e-avatar {
  opacity: 1;
}
.survey #screen-3 .message-bubble {
  position: relative;
}
.survey #screen-3 .message-bubble.message-left {
  margin-left: 145px;
  transform-origin: left center;
}
.survey #screen-3 .message-bubble.message-left.message-emoji {
  margin-bottom: 50px;
  margin-top: -190px;
}
.survey #screen-3 .message-bubble.message-left.message-emoji img {
  width: 286px;
  height: 324px;
}
.survey #screen-3 .message-bubble.message-left.message-thinking {
  margin-top: -20px;
}
.survey #screen-3 .message-bubble.message-left:not(.message-emoji) {
  display: flex;
}
.survey #screen-3 .message-bubble.message-left:not(.message-emoji):last-child .bubble-inner::before {
  content: "";
  background: url("../../images/survey/chatroom/chat-bot-curve.png") no-repeat center center;
  width: 45px;
  height: 38px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -15px;
}
.survey #screen-3 .message-bubble.message-left:not(.message-emoji) .bubble-inner {
  background: url("../../images/survey/chatroom/chat-bot.png") no-repeat center center;
  background-size: 100% 100%;
}
.survey #screen-3 .message-bubble.message-right {
  margin-left: auto;
  text-align: right;
  padding-right: 25px;
  transform-origin: right center;
}
.survey #screen-3 .message-bubble.message-right .bubble-inner {
  margin-left: auto;
}
.survey #screen-3 .message-bubble.message-right.message-emoji {
  margin-bottom: 50px;
}
.survey #screen-3 .message-bubble.message-right.message-emoji .bubble-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
}
.survey #screen-3 .message-bubble.message-right.message-emoji .bubble-inner::before {
  content: "";
  background-image: linear-gradient(270deg, #49BACD 0%, #F36688 50%, #F9804F 100%);
  border-radius: 100%;
  width: 232px;
  height: 232px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(12px);
  z-index: -1;
  opacity: 0;
  animation: opacity 0.4s ease-in-out forwards;
}
.survey #screen-3 .message-bubble.message-right.message-emoji .bubble-inner img {
  width: 229px;
  height: 229px;
}
.survey #screen-3 .message-bubble.message-right:not(.message-emoji) .bubble-inner {
  background: #F4EEE6;
  color: #242626;
}
.survey #screen-3 .message-bubble.message-right:not(.message-emoji):last-child .bubble-inner::before {
  content: "";
  background: url("../../images/survey/chatroom/chat-user-curve.png") no-repeat center center;
  width: 45px;
  height: 38px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: -15px;
}
.survey #screen-3 .message-bubble .thinking-animation {
  background: url("../../images/survey/chatroom/chat-bot.png") no-repeat center center;
  background-size: 100% 100%;
  height: 65px;
  width: 125px;
  gap: 17px;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.survey #screen-3 .message-bubble .thinking-animation span {
  width: 15px;
  height: 15px;
}
.survey #screen-3 .message-bubble:not(.message-emoji) .bubble-inner {
  border-radius: 53px;
  padding: 22px 35px;
  margin-bottom: 15px;
  max-width: 672px;
  width: fit-content;
  font-size: 26px;
  font-family: "GT Pressura Mono";
  position: relative;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.survey #screen-4 .result-pending {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 85px;
}
.survey #screen-4 .result-pending img.robot {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.survey #screen-4 .result-pending.thinking {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.survey #screen-4 .result-pending.thinking::before, .survey #screen-4 .result-pending.thinking::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  width: 577px;
  max-width: 728px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgb(244, 238, 230);
  transform: translate(-50%, -50%) scale(1.25);
  transform-origin: center;
  opacity: 0;
  z-index: -1;
  animation: pulse-ring 2s ease-out infinite;
}
.survey #screen-4 .result-pending.thinking::after {
  animation-delay: 1s;
}
.survey #screen-4 .result-pending.answer > * {
  opacity: 0;
  visibility: hidden;
}
.survey #screen-4 .result-pending .icon {
  position: absolute;
  top: 28.5%;
  right: 15%;
  transform: translate(-50%, -50%);
}
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0;
  }
}
.survey #screen-4 .result-pending .message1, .survey #screen-4 .result-pending .message2 {
  background: #F4EEE6;
  color: #242626;
  font-size: 40px;
  font-family: "GT Pressura Mono";
  font-weight: 300;
  text-align: center;
  border-radius: 9999px;
  padding: 0px 80px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.survey #screen-4 .result-pending .message1 {
  margin-bottom: 85px;
}
.survey #screen-4 .result-pending .message2 {
  margin-top: 85px;
}
.survey #screen-4 .result-pending .thinking-animation {
  gap: 21px;
  padding: 12px 16px;
  background: url("../../images/survey/thinking-bg.png") no-repeat center center;
  width: 209px;
  height: 111px;
  margin: 85px auto 0;
}
.survey #screen-4 .result-pending .thinking-animation span {
  width: 29px;
  height: 29px;
}
@keyframes thinking-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-6px);
    opacity: 1;
  }
}
.survey #screen-4 #result-overlay {
  background: #242626;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateX(-100%);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.survey #screen-4 #result-overlay::before {
  content: "";
  background: url("../../images/survey/sectors/star-2.svg") no-repeat center center;
  width: 3000px;
  height: 3000px;
  position: absolute;
  top: -48%;
  left: -89%;
  z-index: -1;
  animation: star-animation 160s linear infinite;
}
@keyframes star-animation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.survey #screen-4 #result-overlay .container {
  display: flex;
  justify-content: space-between;
  padding: 130px 90px;
  height: 100%;
}
.survey #screen-4 #result-overlay.shown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.survey #screen-4 #result-overlay .overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 120px 80px;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.survey #screen-4 #result-overlay .overlay.shown {
  opacity: 1;
  visibility: visible;
}
.survey #screen-4 #result-overlay .sector-title {
  background: #000;
  color: #F4EEE6;
  font-size: 45px;
  font-weight: 700;
  width: fit-content;
  border-radius: 9999px;
  margin: auto auto 105px;
  height: 107px;
  padding: 0 60px 0 20px;
  display: flex;
  align-items: center;
}
.survey #screen-4 #result-overlay .sector-title::before {
  content: "";
  background: url("../../images/survey/sectors/smallPastille.png") no-repeat center center;
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 30px;
}
.survey #screen-4 #result-overlay .sector-icon {
  background: linear-gradient(180deg, #0634AB 0%, #1587D9 49.52%, #8BC9E7 99.04%);
  width: 424px;
  height: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 75px;
  border-radius: 100%;
  position: relative;
}
.survey #screen-4 #result-overlay .sector-icon::before {
  content: "";
  width: 482px;
  height: 482px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
  border-radius: 50%;
  background: linear-gradient(180deg, #0634AB 0%, #1587D9 49.52%, #8BC9E7 99.04%);
  display: block;
  z-index: -1;
  filter: blur(130px);
}
.survey #screen-4 #result-overlay .sector-job-title {
  background: #000;
  color: #F4EEE6;
  font-size: 36px;
  font-weight: 700;
  width: fit-content;
  border-radius: 9999px;
  margin: auto auto -40px;
  padding: 28px 40px;
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.survey #screen-4 #result-overlay .sector-infos {
  max-width: 737px;
  margin: auto;
  padding: 15px 15px 10px;
}
.survey #screen-4 #result-overlay .sector-infos p {
  font-size: 28px;
  font-weight: 600;
}
.survey #screen-4 #result-overlay .sectors-jobs {
  background: #000;
  color: #F4EEE6;
  font-size: 24px;
  font-weight: 300;
  width: fit-content;
  border-radius: 9999px;
  padding: 0 40px 0 20px;
  font-family: "HAL Matex";
  height: 80px;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
}
.survey #screen-4 #result-overlay .sectors-jobs::before {
  content: "";
  background: url("../../images/survey/sectors/small-arrow.png") no-repeat center center;
  background-size: 100% 100%;
  width: 53px;
  height: 53px;
  display: block;
  margin-right: 20px;
}
.survey #screen-4 .pill-button {
  margin-top: auto;
}
.survey #screen-4 .pill-button.close .icon svg circle {
  fill: #242626;
}