/*# sourceMappingURL=styles-path-to-mars.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;
}

@property --glow-breath {
  syntax: "<number>";
  inherits: false;
  initial-value: 1.4;
}
@property --glow-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes glow-breathe {
  0%, 100% {
    opacity: var(--glow-opacity-min, 0.75);
    --glow-breath: var(--glow-breath-min, 1.4);
  }
  50% {
    opacity: 1;
    --glow-breath: var(--glow-breath-max, 1.5);
  }
}
@keyframes glow-rotate {
  to {
    --glow-angle: 360deg;
  }
}
.gradient-border:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px;
  background: linear-gradient(135deg, #F4EEE6, #F4EEE6);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

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

.path-to-mars .screen {
  background-color: transparent;
  -webkit-clip-path: url(#bg-morph-clip);
  clip-path: url(#bg-morph-clip);
}
.path-to-mars #background-morpher {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.path-to-mars #background-morpher svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.path-to-mars #screen-1 .cta {
  border: 1px solid #F4EEE6;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.path-to-mars #screen-1 .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);
}
.path-to-mars #screen-1 .cta._active_ .inner, .path-to-mars #screen-1 .cta:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.path-to-mars #screen-1 .background-orbit {
  width: 1492px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(0%, -50%, 0) scale(0.85);
  -webkit-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.path-to-mars #screen-1 .background-orbit.centered {
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.path-to-mars #screen-1 .background-orbit #idle-mars,
.path-to-mars #screen-1 .background-orbit #idle-earth {
  transform-box: view-box;
  transform-origin: 758.055px 463.386px;
}
.path-to-mars #screen-1 .background-orbit #idle-mars {
  animation: orbit 45s linear infinite;
}
.path-to-mars #screen-1 .background-orbit #idle-earth {
  animation: orbit 24s linear infinite;
}
.path-to-mars #screen-1 .step[data-step="1"] {
  width: 700px;
  left: 230px;
  top: 325px;
}
.path-to-mars #screen-1 .step[data-step="1"] .title {
  font-size: 108px;
  letter-spacing: -2%;
  margin-bottom: 20px;
  font-family: "HAL Matex";
  font-weight: 500;
  line-height: 113%;
}
.path-to-mars #screen-1 .step[data-step="1"] .text {
  font-size: 35px;
  margin-bottom: 108px;
  font-family: "Inclusive Sans";
  font-weight: 400;
  line-height: 130%;
}
.path-to-mars #screen-1 .step[data-step="2"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.path-to-mars #screen-1 .step[data-step="2"] .text-modal {
  width: 558px;
  text-align: center;
  margin-bottom: 50px;
  text-align: center;
}
.path-to-mars #screen-1 .step[data-step="2"] .text-modal .text-1 {
  font-size: 22px;
  line-height: 135%;
  font-family: "Inclusive Sans";
  font-weight: 400;
  margin-bottom: 40px;
}
.path-to-mars #screen-1 .step[data-step="2"] .text-modal .text-2 {
  font-size: 35px;
  font-family: "HAL Matex";
  font-weight: 700;
}

@keyframes orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.path-to-mars .game-container {
  width: 1920px;
  height: 1080px;
}
.path-to-mars .game-container .earth-blue {
  color: #1F7F88;
}
.path-to-mars .game-container .mars-orange {
  color: #91543E;
}
.path-to-mars .game-container .chromo-pink {
  color: #FD716A;
}
.path-to-mars .game-container .game {
  width: 1920px;
  height: 1080px;
  touch-action: none;
}
.path-to-mars .game-container .ending-graphics {
  position: absolute;
  top: 50%;
  left: 1205px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.path-to-mars .game-container .ending-graphics > [data-ending] {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.path-to-mars .game-container .ending-graphics > [data-ending][data-ending=wrong-trajectory] {
  top: -56px;
}
.path-to-mars .game-container .ending-graphics > [data-ending][data-ending=failed] {
  left: -13px;
  top: -6px;
}
.path-to-mars .game-container .ending-graphics svg {
  display: block;
  overflow: visible;
}
.path-to-mars .game-container .solar-system {
  position: absolute;
  top: 50%;
  left: 765px;
  transform: translate(0, -50%);
}
.path-to-mars .game-container .solar-system .planet-anchor {
  opacity: 0;
}
.path-to-mars .game-container .solar-system .orbit-path {
  transition: stroke 0.4s ease;
}
.path-to-mars .game-container .solar-system.flash-error .orbit-path {
  stroke: #EA4940;
}
.path-to-mars .game-container .solar-system .planet-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  z-index: 1;
  pointer-events: none;
  transition: color 0.4s ease;
}
.path-to-mars .game-container .solar-system .planet-target[data-planet=earth] {
  color: #1F7F88;
}
.path-to-mars .game-container .solar-system .planet-target[data-planet=mars] {
  color: #91543E;
}
.path-to-mars .game-container .solar-system .planet-target.error {
  color: #EA4940;
}
.path-to-mars .game-container .solar-system .planet-target.aligned .planet-target-glow {
  opacity: 1;
}
.path-to-mars .game-container .solar-system .planet-target .planet-target-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: url("../../images/path-to-mars/blur-planet-in.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 0;
}
.path-to-mars .game-container .solar-system .planet-target .planet-target-lens {
  --lens-width: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}
.path-to-mars .game-container .solar-system .planet-target .planet-target-svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.path-to-mars .game-container .solar-system .planet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.path-to-mars .game-container .solar-system .planet[data-planet=earth] {
  background: #1F7F88;
}
.path-to-mars .game-container .solar-system .planet[data-planet=mars] {
  background: #91543E;
}
.path-to-mars .game-container .solar-system .planet-ghost {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.path-to-mars .game-container .solar-system .planet-ghost[data-planet=earth] {
  background: #1F7F88;
}
.path-to-mars .game-container .solar-system .planet-ghost[data-planet=mars] {
  background: #91543E;
}
.path-to-mars .game-container .solar-system.transferring .planet-ghost {
  opacity: 0.4;
}
.path-to-mars .game-container .solar-system > svg {
  overflow: visible;
}
.path-to-mars .game-container .solar-system .trajectory {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.path-to-mars .game-container .solar-system .trajectory.is-active {
  opacity: 1;
}
.path-to-mars .game-container .solar-system .ship {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 103px;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.path-to-mars .game-container .solar-system .ship .ship-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.path-to-mars .game-container .solar-system.aiming .ship {
  opacity: 1;
}
.path-to-mars .game-container .glass-indicator {
  --glow-breath-min: 1.25;
  --glow-breath-max: 1.6;
  --glow-opacity-min: 0.75;
}
.path-to-mars .game-container .glass-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from var(--glow-angle), #f36688 0deg, #49bacd 95deg, #2a4a55 165deg, #7a4030 205deg, #f9804f 285deg, #f36688 360deg);
  -webkit-mask: radial-gradient(circle closest-side, transparent 30.303030303%, #000 30.303030303%, rgba(0, 0, 0, 0.4) calc(30.303030303% * (0.5 + 0.25 * var(--glow-breath))), transparent calc(30.303030303% * var(--glow-breath)));
  mask: radial-gradient(circle closest-side, transparent 30.303030303%, #000 30.303030303%, rgba(0, 0, 0, 0.4) calc(30.303030303% * (0.5 + 0.25 * var(--glow-breath))), transparent calc(30.303030303% * var(--glow-breath)));
  animation: glow-breathe 5s ease-in-out infinite, glow-rotate 10s linear infinite;
}
.path-to-mars .game-container .glass-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.path-to-mars .game-container .glass-indicator::after {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 4px solid #F4EEE6;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.path-to-mars .game-container .touch-indicator {
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.25s ease;
}
.path-to-mars .game-container .touch-indicator.active {
  opacity: 1;
}
.path-to-mars .game-container .left-info-display {
  position: absolute;
  left: 64px;
  top: 50%;
  width: 640px;
  height: 510px;
  transform: translateY(-50%);
  pointer-events: none;
}
.path-to-mars .game-container .left-info-display .steps {
  position: absolute;
  max-width: 505px;
  top: 0;
  left: 150px;
  display: flex;
}
.path-to-mars .game-container .left-info-display .steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.path-to-mars .game-container .left-info-display .steps .step[data-step="1"] {
  position: static;
  width: 462px;
  transform: none;
}
.path-to-mars .game-container .left-info-display .steps .step[data-step="1"] .text-modal {
  margin-bottom: 40px;
}
.path-to-mars .game-container .left-info-display .steps .step[data-step="1"] .pill-button {
  pointer-events: auto;
}
.path-to-mars .game-container .left-info-display .steps .step[data-step="2"] .step-instructions,
.path-to-mars .game-container .left-info-display .steps .step[data-step="2"] .step-retroaction-wrong {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.path-to-mars .game-container .conclusions {
  position: absolute;
  left: 64px;
  top: 50%;
  width: 505px;
  height: 510px;
  transform: translateY(-50%);
  display: none;
}
.path-to-mars .game-container .conclusions [data-conclusion] {
  position: absolute;
  top: -20px;
  left: 165px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.path-to-mars .game-container .conclusions [data-conclusion] .text-modal {
  margin-bottom: 30px;
  border-width: 61px 30px;
}
.path-to-mars .game-container .conclusions [data-conclusion] .text-modal:before {
  inset: -61px -30px;
  border-width: 61px 30px;
}
.path-to-mars .game-container .conclusions [data-conclusion] .text-modal .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.path-to-mars .game-container .conclusions [data-conclusion] .text-modal .text {
  font-size: 20px;
}
.path-to-mars .game-container .conclusions [data-conclusion] .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.path-to-mars .game-container .conclusions [data-conclusion][data-conclusion=wrong-trajectory] {
  top: 20px;
}
.path-to-mars .game-container .fuel-gauge {
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.path-to-mars .game-container .fuel-gauge .fuel-gauge-svg {
  display: block;
  height: 573px;
  width: auto;
}
.path-to-mars .game-container .fuel-gauge .fuel-gauge-label {
  position: absolute;
  top: 16.2%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: "Inclusive Sans";
  font-size: 16px;
  font-weight: 500;
  color: #F4EEE6;
  pointer-events: none;
}
.path-to-mars .game-container .fuel-gauge .fuel-gauge-plus {
  position: absolute;
  top: 23.4%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: "Inclusive Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  pointer-events: none;
}
.path-to-mars .game-container .speed-gauge {
  position: absolute;
  left: 0;
  top: 0;
}
.path-to-mars .game-container .speed-gauge .speed-gauge-svg {
  display: block;
  height: 476px;
  width: auto;
}
.path-to-mars .game-container .speed-gauge .speed-gauge-title {
  position: absolute;
  top: 0px;
  left: 136px;
  text-align: center;
  font-family: "Inclusive Sans";
  font-size: 18px;
  font-weight: 500;
  color: #F4EEE6;
  pointer-events: none;
}
.path-to-mars .game-container .speed-gauge .speed-gauge-readout {
  position: absolute;
  top: 51%;
  left: 115px;
  font-family: "GT Pressura Mono";
  font-size: 25px;
  font-weight: 400;
  line-height: 86%;
  color: #F4EEE6;
  pointer-events: none;
}
.path-to-mars .game-container .mission-stats {
  position: absolute;
  top: 0;
  left: 280px;
  width: 305px;
  height: 470px;
  pointer-events: none;
  color: #F4EEE6;
}
.path-to-mars .game-container .mission-stats .label {
  font-family: "Inclusive Sans";
  font-size: 17px;
  font-weight: 500;
}
.path-to-mars .game-container .mission-stats .mission-days .days-value {
  font-family: "GT Pressura Mono";
  font-size: 112px;
  font-weight: 400;
  line-height: 0.9;
}
.path-to-mars .game-container .mission-stats .communication-delay {
  position: absolute;
  top: 180px;
}
.path-to-mars .game-container .mission-stats .communication-delay .communication-delay-readout {
  font-family: "GT Pressura Mono";
  font-size: 50px;
  font-weight: 400;
}
.path-to-mars .game-container .mission-stats .distances {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.path-to-mars .game-container .mission-stats .distances .labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.path-to-mars .game-container .mission-stats .distances .labels .label.distance-mars {
  text-align: right;
}
.path-to-mars .game-container .mission-stats .distances .planets-ship-timeline svg {
  width: 100%;
}
.path-to-mars .game-container .mission-stats .distances .readouts {
  display: flex;
  justify-content: space-between;
  font-family: "GT Pressura Mono";
  font-size: 28px;
  font-weight: 400;
}
.path-to-mars .game-container .gauge-marker {
  --lens-width: 48px;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.path-to-mars .game-container .gauge-marker:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #49BACD, #F36688, #F9804F);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.path-to-mars .game-container .gauge-plus {
  font-family: "Inclusive Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #F4EEE6;
}

.path-to-mars .game-frame {
  position: absolute;
  inset: 0;
  padding: 50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.path-to-mars .game-frame .top-bar,
.path-to-mars .game-frame .bottom-bar {
  pointer-events: auto;
}
.path-to-mars .game-frame .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.path-to-mars .game-frame .top-bar .simulation-speed {
  display: inline-flex;
  padding: 15px 40px;
  background: #000;
  border-radius: 72px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inclusive Sans";
}
.path-to-mars .game-frame .top-bar .simulation-speed .simulation-speed-label {
  font-weight: 300;
}
.path-to-mars .game-frame .top-bar .simulation-speed .simulation-speed-value-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.path-to-mars .game-frame .top-bar .legend {
  display: inline-flex;
  padding: 15px 15px;
  background: #000;
  border-radius: 72px;
  justify-content: center;
  align-items: center;
  gap: 38px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inclusive Sans";
}
.path-to-mars .game-frame .top-bar .legend li {
  --circle-color: #F4EEE6;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.path-to-mars .game-frame .top-bar .legend li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--circle-color);
}
.path-to-mars .game-frame .top-bar .legend li.earth {
  --circle-color: #1F7F88;
}
.path-to-mars .game-frame .top-bar .legend li.mars {
  --circle-color: #91543E;
}