/*# sourceMappingURL=styles-build-your-rover.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, #main, .screen {
  width: 1920px;
  height: 1080px;
  background-color: #242626;
}

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

.build-your-rover #screen-1 {
  padding: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.build-your-rover #screen-1 .container {
  position: relative;
}
.build-your-rover #screen-1 .title {
  font-size: 108px;
  letter-spacing: -2%;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: "HAL Matex";
  font-weight: 500;
  line-height: 113%;
}
.build-your-rover #screen-1 .text {
  font-size: 35px;
  margin-bottom: 100px;
  font-family: "Inclusive Sans";
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
}
.build-your-rover #screen-1 img {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.build-your-rover #screen-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 55px;
}
.build-your-rover #screen-2 .group-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 145px;
}
.build-your-rover #screen-2 .text-modal {
  width: 610px;
  text-align: center;
  margin-bottom: 50px;
}
.build-your-rover #screen-2 .text-modal .text-1 {
  font-size: 22px;
  line-height: 135%;
  font-family: "Inclusive Sans";
  font-weight: 400;
  margin-bottom: 40px;
}
.build-your-rover #screen-2 .text-modal .text-2 {
  font-size: 35px;
  font-family: "HAL Matex";
  font-weight: 700;
}
.build-your-rover #screen-2 img {
  width: 324px;
  aspect-ratio: 1;
}