/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: "Audiowide";
  src: url("../fonts/Audiowide-Regular.woff2") format("woff2"), url("../fonts/Audiowide-Regular.woff") format("woff"), url("../fonts/Audiowide-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Medium.woff2") format("woff2"), url("../fonts/Futura-Medium.woff") format("woff"), url("../fonts/Futura-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}
.slick-slider img {
  max-width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

* html .clearfix {
  height: 1%;
}

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a svg,
button svg {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g,
button svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g *,
button svg g * {
  -webkit-transition: 0.3s 0s !important;
  transition: 0.3s 0s !important;
}

i[class^=fa-] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before, i[class^=fa-]:after,
i[class^=fa-] * {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.5208333333vw;
  font-family: "Futura", sans-serif;
  font-weight: 400;
  margin-top: 0 !important;
  background-color: #FFFFFF;
  overflow-x: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html#BTT {
  margin-top: 0 !important;
}
html:-webkit-scrollbar {
  display: none;
}
html:before, html:after,
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html:before:-webkit-scrollbar, html:after:-webkit-scrollbar,
html *:-webkit-scrollbar {
  display: none;
}
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:-webkit-scrollbar {
  display: none;
}
html *:before, html *:after,
html * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:before:-webkit-scrollbar, html *:after:-webkit-scrollbar,
html * *:-webkit-scrollbar {
  display: none;
}

body {
  color: #231f20;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  position: relative;
  overflow: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-font-feature-settings: "calt" 1;
          font-feature-settings: "calt" 1;
  background-color: #FFFFFF;
  margin: 0;
  background: white;
  color: black;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  width: 100dvw;
  height: 100dvh;
}
body:-webkit-scrollbar {
  display: none;
}
body:before, body:after,
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body:before:-webkit-scrollbar, body:after:-webkit-scrollbar,
body *:-webkit-scrollbar {
  display: none;
}
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:-webkit-scrollbar {
  display: none;
}
body *:before, body *:after,
body * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:before:-webkit-scrollbar, body *:after:-webkit-scrollbar,
body * *:-webkit-scrollbar {
  display: none;
}

#wpadminbar {
  display: none;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
table,
li:not(.menu-item) {
  color: #231f20;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1.6em;
  margin-bottom: 0.95em;
  font-size: 1.6rem;
  line-height: 1.1875;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a,
label a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
address a,
blockquote a,
pre a,
table a,
li:not(.menu-item) a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: inherit;
  color: inherit;
  position: relative;
  display: inline-block;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible,
label a:hover,
label a:focus-visible,
h1 a:hover,
h1 a:focus-visible,
h2 a:hover,
h2 a:focus-visible,
h3 a:hover,
h3 a:focus-visible,
h4 a:hover,
h4 a:focus-visible,
h5 a:hover,
h5 a:focus-visible,
h6 a:hover,
h6 a:focus-visible,
p a:hover,
p a:focus-visible,
address a:hover,
address a:focus-visible,
blockquote a:hover,
blockquote a:focus-visible,
pre a:hover,
pre a:focus-visible,
table a:hover,
table a:focus-visible,
li:not(.menu-item) a:hover,
li:not(.menu-item) a:focus-visible {
  text-decoration: none;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label strong,
label strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
address strong,
blockquote strong,
pre strong,
table strong,
li:not(.menu-item) strong {
  font-weight: 700;
  color: inherit;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label em,
label em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
p em,
address em,
blockquote em,
pre em,
table em,
li:not(.menu-item) em {
  color: inherit;
  text-transform: none;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  margin-bottom: 0.25em;
  font-weight: 400;
  font-family: "Audiowide", sans-serif;
  color: #231f20;
}
h1:has(img),
h2:has(img),
h3:has(img),
h4:has(img),
h5:has(img),
h6:has(img),
blockquote:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
blockquote img {
  width: 10rem;
}

h1 {
  font-size: 11.5rem;
  line-height: 1.2;
  margin-bottom: 0.18em;
}

h2 {
  font-family: "Futura", sans-serif;
  font-size: 7.2rem;
  line-height: 1.2;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.1875;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.1666666667;
}

h5 {
  font-size: 2rem;
  line-height: 1.15;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.1666666667;
}

p {
  font-size: 1.6rem;
  line-height: 1.1875;
}
p.small {
  font-size: 1.2rem;
}
p.large {
  font-size: 2rem;
}

p + ul, p + ol {
  margin-top: 1.15em;
}

sub,
sup {
  font-size: 25.9%;
  font-size: 51.5625%;
  font-weight: inherit;
  margin-left: -0.1em;
}

sup {
  top: -0.71em;
}

sub {
  bottom: 0.3em;
}

small {
  font-size: 86.666666%;
}
small a {
  text-decoration: none;
  font-weight: 700;
}
small a:hover, small a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
a {
  font-size: inherit;
  color: #231f20;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: -0.001em;
}
button:before, button:after,
button *:before,
button *:after,
button *,
a:before,
a:after,
a *:before,
a *:after,
a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover, button:focus-visible,
a:hover,
a:focus-visible {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

mark {
  background-color: transparent;
  color: inherit;
  padding: 0em 0em 0em 2em;
  display: block;
  border-left: 0.4rem solid #E1011C;
  font-size: 1.6rem;
  line-height: 1.625;
}

strong {
  font-weight: 700;
}

blockquote {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin: 0 0 1.8em;
  text-transform: none;
  padding: 0;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-weight: 400;
  text-align: left;
  color: #231f20;
}
blockquote ~ .by {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
  font-family: "Audiowide", sans-serif;
}
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  letter-spacing: inherit !important;
  display: inline;
  color: inherit !important;
}

hr {
  border: 0;
  width: 100%;
  height: 0.1rem;
  min-height: 1px;
  background-color: #231f20;
  margin: 3.8rem auto 3.8rem;
}
hr:first-of-type {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.1875;
  color: #231f20;
  margin-bottom: 1.5em;
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 1.3em;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
  font-size: 1.6rem;
  line-height: 1.1875;
}
ol li.small,
ol dt.small,
ol dd.small,
ul li.small,
ul dt.small,
ul dd.small,
dl li.small,
dl dt.small,
dl dd.small {
  font-size: 1.2rem;
}
ol li.large,
ol dt.large,
ol dd.large,
ul li.large,
ul dt.large,
ul dd.large,
dl li.large,
dl dt.large,
dl dd.large {
  font-size: 2rem;
}
ol li a,
ol dt a,
ol dd a,
ul li a,
ul dt a,
ul dd a,
dl li a,
dl dt a,
dl dd a {
  font-size: inherit;
}
ol dd,
ul dd,
dl dd {
  margin-bottom: 1rem;
}

main ol,
main ul,
main dl {
  font-size: 1.6rem;
  line-height: 1.1875;
  margin-bottom: 0;
}

ul {
  list-style-position: inside;
  padding-left: 0;
}
ul li:not(.menu-item) {
  padding-left: 1.5em;
  list-style: none;
  position: relative;
  margin-bottom: 0;
}
ul li:not(.menu-item):before {
  content: "";
  position: absolute;
  left: 0.65em;
  top: 0.45em;
  width: 0.2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
ul li:not(.menu-item) ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section;
}
ol:not(.pagination) li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  padding-left: 2.45em;
  line-height: 1.9;
}
ol:not(.pagination) li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.778em;
  min-width: 0.778em;
  aspect-ratio: 1/1;
  background-image: url(../images/tick-point.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0.6em;
  left: 1em;
}

ul.social-menu,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
ul.social-menu > li,
ul.slick > li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.social-menu > li:before, ul.social-menu > li:after,
ul.slick > li:before,
ul.slick > li:after {
  display: none;
}

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

video,
img {
  width: 100%;
}

::-moz-selection {
  background: #231f20;
  color: #FFFFFF;
}

::selection {
  background: #231f20;
  color: #FFFFFF;
}

::-moz-selection {
  background: #231f20;
  color: #FFFFFF;
}

.fieldset {
  margin-bottom: 0;
}
.fieldset .field {
  position: relative;
  padding-bottom: 1px;
}
.fieldset div.mage-error[generated] {
  position: absolute;
  bottom: 5px;
}

.main-wrapper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw;
}
.main-wrapper section {
  overflow-x: clip;
}

.inner {
  position: relative;
}

img.full-bg,
.full-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

video.full-bg,
img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container {
  width: 100%;
  padding-right: 12;
  padding-left: 12;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1277;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1278;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 1279;
  }
}
@media (min-width: 1280) {
  .container {
    max-width: 1280;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12;
  padding-left: 12;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12;
  margin-left: -12;
}
.row.no-padding {
  padding: 0;
}
.row {
  max-width: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12;
  padding-left: 12;
}
.no-padding.col-xl,
.no-padding.col-xl-auto, .no-padding.col-xl-12, .no-padding.col-xl-11, .no-padding.col-xl-10, .no-padding.col-xl-9, .no-padding.col-xl-8, .no-padding.col-xl-7, .no-padding.col-xl-6, .no-padding.col-xl-5, .no-padding.col-xl-4, .no-padding.col-xl-3, .no-padding.col-xl-2, .no-padding.col-xl-1, .no-padding.col-lg,
.no-padding.col-lg-auto, .no-padding.col-lg-12, .no-padding.col-lg-11, .no-padding.col-lg-10, .no-padding.col-lg-9, .no-padding.col-lg-8, .no-padding.col-lg-7, .no-padding.col-lg-6, .no-padding.col-lg-5, .no-padding.col-lg-4, .no-padding.col-lg-3, .no-padding.col-lg-2, .no-padding.col-lg-1, .no-padding.col-md,
.no-padding.col-md-auto, .no-padding.col-md-12, .no-padding.col-md-11, .no-padding.col-md-10, .no-padding.col-md-9, .no-padding.col-md-8, .no-padding.col-md-7, .no-padding.col-md-6, .no-padding.col-md-5, .no-padding.col-md-4, .no-padding.col-md-3, .no-padding.col-md-2, .no-padding.col-md-1, .no-padding.col-sm,
.no-padding.col-sm-auto, .no-padding.col-sm-12, .no-padding.col-sm-11, .no-padding.col-sm-10, .no-padding.col-sm-9, .no-padding.col-sm-8, .no-padding.col-sm-7, .no-padding.col-sm-6, .no-padding.col-sm-5, .no-padding.col-sm-4, .no-padding.col-sm-3, .no-padding.col-sm-2, .no-padding.col-sm-1, .no-padding.col,
.no-padding.col-auto, .no-padding.col-12, .no-padding.col-11, .no-padding.col-10, .no-padding.col-9, .no-padding.col-8, .no-padding.col-7, .no-padding.col-6, .no-padding.col-5, .no-padding.col-4, .no-padding.col-3, .no-padding.col-2, .no-padding.col-1 {
  padding: 0;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* adapted boostap 4 grid*/
button:focus-visible,
.btn:focus-visible {
  outline: none;
}

.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.2rem;
  max-width: calc(100% + 1.2rem + 1.2rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-con > *,
.btn-con .btn {
  margin: 0 1.2rem 1.2rem;
}
@media (max-width: 992px) {
  .btn-con > *,
  .btn-con .btn {
    margin-bottom: 3.2rem;
  }
}
.btn-con > *:first-of-type:last-of-type,
.btn-con .btn:first-of-type:last-of-type {
  margin-bottom: 0;
}
.btn-con p {
  margin-right: 2.7rem;
}
.btn-con.btn-con-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-con.btn-con-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-con.btn-con-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem !important;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
  padding: 0.828rem 4rem;
  background-color: #E1011C;
  border: 0.188rem solid #E1011C;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  white-space: nowrap;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 992px) {
  .btn {
    padding: 1.25rem 3rem;
  }
}
.btn.disabled, .btn:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.btn.black {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF !important;
}
.btn.black:hover, .btn.black:focus-visible {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000 !important;
}
.btn.large {
  font-size: 2.4rem !important;
}

.main-wrapper {
  width: 100dvw;
  height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #2f8d9f;
}
.main-wrapper .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-wrapper .screen.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

:root {
  --mars-red: #e27b58;
  --mars-dark: #8b4513;
  --gold: #ffd700;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.screen.show {
  display: block;
}

.screen-1 {
  background-image: url(../images/home-back.png);
}
.screen-1.open h1 span,
.screen-1.open h2 span {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-1.open .btn-con {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.screen-1.open img {
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
}
.screen-1 .text {
  text-align: center;
  margin: 14.8rem auto 0;
  width: 111rem;
}
.screen-1 * {
  color: #FFFFFF;
}
.screen-1 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-1 h1 span {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-1 h1 span:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.screen-1 h1 span:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.screen-1 h1 span:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.screen-1 h1 span:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.screen-1 h1 span:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.screen-1 h1 span:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.screen-1 h1 span:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.screen-1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-1 h2 span {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-1 h2 span:nth-of-type(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.screen-1 h2 span:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.screen-1 h2 span:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.screen-1 h2 span:nth-of-type(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.screen-1 h2 span:nth-of-type(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.screen-1 h2 span:nth-of-type(6) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.screen-1 h2 span:nth-of-type(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.screen-1 h2 span:nth-of-type(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.screen-1 h2 span:nth-of-type(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.screen-1 h2 span:nth-of-type(10) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.screen-1 h2 span:nth-of-type(11) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.screen-1 h2 span:nth-of-type(12) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.screen-1 h2 span:nth-of-type(13) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.screen-1 h2 span:nth-of-type(14) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.screen-1 h2 span:nth-of-type(15) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.screen-1 h2 span:nth-of-type(16) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.screen-1 h2 span:nth-of-type(17) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.screen-1 h2 span:nth-of-type(18) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.screen-1 h2 span:nth-of-type(19) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.screen-1 h2 span:nth-of-type(20) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.screen-1 h2 span:nth-of-type(21) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.screen-1 h2 span:nth-of-type(22) {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.screen-1 h2 span:nth-of-type(23) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.screen-1 h2 span:nth-of-type(24) {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}
.screen-1 h2 span:nth-of-type(25) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.screen-1 h2 span.space {
  width: 0.5ch;
}
.screen-1 img {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-1 .btn-con {
  margin-top: 17.3rem;
  opacity: 0;
}
.screen-1 .btn {
  font-size: 8.5rem !important;
  letter-spacing: -0.008em;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-animation: scale 1.5s 3.5s infinite linear;
          animation: scale 1.5s 3.5s infinite linear;
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.screen-1 img {
  -webkit-transform: translateY(35rem);
      -ms-transform: translateY(35rem);
          transform: translateY(35rem);
}

.screen-2 {
  background-image: url(../images/build-back.svg);
}
.screen-2 h2 {
  font-size: 8.5rem;
  line-height: 1.2;
  font-family: "Futura", sans-serif;
  text-align: center;
  margin-top: 9.85rem;
  margin-bottom: 5rem;
}
.screen-2 #build-info {
  display: none;
}
.screen-2 .content-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 135.98082rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-2 .parts-tabs {
  width: 10.51818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-2 .parts-tabs > div {
  font-size: 2.7rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.screen-2 .parts-tabs > div.selected i {
  background-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.95);
}
.screen-2 .parts-tabs > div.chassis > i {
  background-image: url(../images/tab1.svg);
}
.screen-2 .parts-tabs > div.wheels > i {
  background-image: url(../images/tab2.svg);
}
.screen-2 .parts-tabs > div.solar > i {
  background-image: url(../images/tab3.svg);
}
.screen-2 .parts-tabs > div.camera > i {
  background-image: url(../images/tab4.svg);
}
.screen-2 .parts-tabs > div:has(+ div) {
  margin-bottom: 5.4rem;
}
.screen-2 .parts-tabs > div i {
  width: 10.51818rem;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.screen-2 .parts-tabs > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-2 .parts-con {
  height: 74.6rem;
  margin-left: 7.6rem;
  margin-right: auto;
}
.screen-2 .parts-con .type {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2.6rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 12.3rem;
  position: relative;
}
.screen-2 .parts-con .type::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 6.4rem;
  width: 2.85rem;
  aspect-ratio: 1/2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 50%;
}
.screen-2 .parts-con .type:nth-of-type(1):before {
  top: 5rem;
}
.screen-2 .parts-con .type:nth-of-type(2):before {
  top: 25.1rem;
}
.screen-2 .parts-con .type:nth-of-type(3):before {
  top: 45.25rem;
}
.screen-2 .parts-con .type:nth-of-type(4):before {
  top: 65.45rem;
}
.screen-2 .parts-con .type.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.screen-2 .parts-con .part {
  width: 9.40428rem;
  width: 10.90428rem;
  height: 10.90428rem;
  padding: 1rem;
  margin: 0 auto;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-2 .parts-con .part.selected {
  background-color: rgba(255, 255, 255, 0.75);
}
.screen-2 .parts-con .part:has(+ .part) {
  margin-bottom: 11rem;
}
.screen-2 .parts-con .part img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.screen-2 .rover-con {
  aspect-ratio: 887.3721/749.3183;
  background-color: rgba(255, 255, 255, 0.5);
  width: 88.73721rem;
  border-radius: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-2 .rover-con i {
  display: block;
  width: 75.6317rem;
  width: 68.6rem;
  aspect-ratio: 756.317/630.496;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.screen-2 .rover-con i:after {
  content: "Please choose your Rover parts. Your creation will appear here when you have selected all your parts.";
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-size: 3.2rem;
}
.screen-2 .rover-con.c1.w1.s1.ca1 i {
  background-image: url(../images/1111.svg);
}
.screen-2 .rover-con.c1.w1.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s1.ca2 i {
  background-image: url(../images/1112.svg);
}
.screen-2 .rover-con.c1.w1.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s1.ca3 i {
  background-image: url(../images/1113.svg);
}
.screen-2 .rover-con.c1.w1.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s2.ca1 i {
  background-image: url(../images/1121.svg);
}
.screen-2 .rover-con.c1.w1.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s2.ca2 i {
  background-image: url(../images/1122.svg);
}
.screen-2 .rover-con.c1.w1.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s2.ca3 i {
  background-image: url(../images/1123.svg);
}
.screen-2 .rover-con.c1.w1.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s3.ca1 i {
  background-image: url(../images/1131.svg);
}
.screen-2 .rover-con.c1.w1.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s3.ca2 i {
  background-image: url(../images/1132.svg);
}
.screen-2 .rover-con.c1.w1.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w1.s3.ca3 i {
  background-image: url(../images/1133.svg);
}
.screen-2 .rover-con.c1.w1.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s1.ca1 i {
  background-image: url(../images/1211.svg);
}
.screen-2 .rover-con.c1.w2.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s1.ca2 i {
  background-image: url(../images/1212.svg);
}
.screen-2 .rover-con.c1.w2.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s1.ca3 i {
  background-image: url(../images/1213.svg);
}
.screen-2 .rover-con.c1.w2.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s2.ca1 i {
  background-image: url(../images/1221.svg);
}
.screen-2 .rover-con.c1.w2.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s2.ca2 i {
  background-image: url(../images/1222.svg);
}
.screen-2 .rover-con.c1.w2.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s2.ca3 i {
  background-image: url(../images/1223.svg);
}
.screen-2 .rover-con.c1.w2.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s3.ca1 i {
  background-image: url(../images/1231.svg);
}
.screen-2 .rover-con.c1.w2.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s3.ca2 i {
  background-image: url(../images/1232.svg);
}
.screen-2 .rover-con.c1.w2.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w2.s3.ca3 i {
  background-image: url(../images/1233.svg);
}
.screen-2 .rover-con.c1.w2.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s1.ca1 i {
  background-image: url(../images/1311.svg);
}
.screen-2 .rover-con.c1.w3.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s1.ca2 i {
  background-image: url(../images/1312.svg);
}
.screen-2 .rover-con.c1.w3.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s1.ca3 i {
  background-image: url(../images/1313.svg);
}
.screen-2 .rover-con.c1.w3.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s2.ca1 i {
  background-image: url(../images/1321.svg);
}
.screen-2 .rover-con.c1.w3.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s2.ca2 i {
  background-image: url(../images/1322.svg);
}
.screen-2 .rover-con.c1.w3.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s2.ca3 i {
  background-image: url(../images/1323.svg);
}
.screen-2 .rover-con.c1.w3.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s3.ca1 i {
  background-image: url(../images/1331.svg);
}
.screen-2 .rover-con.c1.w3.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s3.ca2 i {
  background-image: url(../images/1332.svg);
}
.screen-2 .rover-con.c1.w3.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c1.w3.s3.ca3 i {
  background-image: url(../images/1333.svg);
}
.screen-2 .rover-con.c1.w3.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s1.ca1 i {
  background-image: url(../images/2111.svg);
}
.screen-2 .rover-con.c2.w1.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s1.ca2 i {
  background-image: url(../images/2112.svg);
}
.screen-2 .rover-con.c2.w1.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s1.ca3 i {
  background-image: url(../images/2113.svg);
}
.screen-2 .rover-con.c2.w1.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s2.ca1 i {
  background-image: url(../images/2121.svg);
}
.screen-2 .rover-con.c2.w1.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s2.ca2 i {
  background-image: url(../images/2122.svg);
}
.screen-2 .rover-con.c2.w1.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s2.ca3 i {
  background-image: url(../images/2123.svg);
}
.screen-2 .rover-con.c2.w1.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s3.ca1 i {
  background-image: url(../images/2131.svg);
}
.screen-2 .rover-con.c2.w1.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s3.ca2 i {
  background-image: url(../images/2132.svg);
}
.screen-2 .rover-con.c2.w1.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w1.s3.ca3 i {
  background-image: url(../images/2133.svg);
}
.screen-2 .rover-con.c2.w1.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s1.ca1 i {
  background-image: url(../images/2211.svg);
}
.screen-2 .rover-con.c2.w2.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s1.ca2 i {
  background-image: url(../images/2212.svg);
}
.screen-2 .rover-con.c2.w2.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s1.ca3 i {
  background-image: url(../images/2213.svg);
}
.screen-2 .rover-con.c2.w2.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s2.ca1 i {
  background-image: url(../images/2221.svg);
}
.screen-2 .rover-con.c2.w2.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s2.ca2 i {
  background-image: url(../images/2222.svg);
}
.screen-2 .rover-con.c2.w2.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s2.ca3 i {
  background-image: url(../images/2223.svg);
}
.screen-2 .rover-con.c2.w2.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s3.ca1 i {
  background-image: url(../images/2231.svg);
}
.screen-2 .rover-con.c2.w2.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s3.ca2 i {
  background-image: url(../images/2232.svg);
}
.screen-2 .rover-con.c2.w2.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w2.s3.ca3 i {
  background-image: url(../images/2233.svg);
}
.screen-2 .rover-con.c2.w2.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s1.ca1 i {
  background-image: url(../images/2311.svg);
}
.screen-2 .rover-con.c2.w3.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s1.ca2 i {
  background-image: url(../images/2312.svg);
}
.screen-2 .rover-con.c2.w3.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s1.ca3 i {
  background-image: url(../images/2313.svg);
}
.screen-2 .rover-con.c2.w3.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s2.ca1 i {
  background-image: url(../images/2321.svg);
}
.screen-2 .rover-con.c2.w3.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s2.ca2 i {
  background-image: url(../images/2322.svg);
}
.screen-2 .rover-con.c2.w3.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s2.ca3 i {
  background-image: url(../images/2323.svg);
}
.screen-2 .rover-con.c2.w3.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s3.ca1 i {
  background-image: url(../images/2331.svg);
}
.screen-2 .rover-con.c2.w3.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s3.ca2 i {
  background-image: url(../images/2332.svg);
}
.screen-2 .rover-con.c2.w3.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c2.w3.s3.ca3 i {
  background-image: url(../images/2333.svg);
}
.screen-2 .rover-con.c2.w3.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s1.ca1 i {
  background-image: url(../images/3111.svg);
}
.screen-2 .rover-con.c3.w1.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s1.ca2 i {
  background-image: url(../images/3112.svg);
}
.screen-2 .rover-con.c3.w1.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s1.ca3 i {
  background-image: url(../images/3113.svg);
}
.screen-2 .rover-con.c3.w1.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s2.ca1 i {
  background-image: url(../images/3121.svg);
}
.screen-2 .rover-con.c3.w1.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s2.ca2 i {
  background-image: url(../images/3122.svg);
}
.screen-2 .rover-con.c3.w1.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s2.ca3 i {
  background-image: url(../images/3123.svg);
}
.screen-2 .rover-con.c3.w1.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s3.ca1 i {
  background-image: url(../images/3131.svg);
}
.screen-2 .rover-con.c3.w1.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s3.ca2 i {
  background-image: url(../images/3132.svg);
}
.screen-2 .rover-con.c3.w1.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w1.s3.ca3 i {
  background-image: url(../images/3133.svg);
}
.screen-2 .rover-con.c3.w1.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s1.ca1 i {
  background-image: url(../images/3211.svg);
}
.screen-2 .rover-con.c3.w2.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s1.ca2 i {
  background-image: url(../images/3212.svg);
}
.screen-2 .rover-con.c3.w2.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s1.ca3 i {
  background-image: url(../images/3213.svg);
}
.screen-2 .rover-con.c3.w2.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s2.ca1 i {
  background-image: url(../images/3221.svg);
}
.screen-2 .rover-con.c3.w2.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s2.ca2 i {
  background-image: url(../images/3222.svg);
}
.screen-2 .rover-con.c3.w2.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s2.ca3 i {
  background-image: url(../images/3223.svg);
}
.screen-2 .rover-con.c3.w2.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s3.ca1 i {
  background-image: url(../images/3231.svg);
}
.screen-2 .rover-con.c3.w2.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s3.ca2 i {
  background-image: url(../images/3232.svg);
}
.screen-2 .rover-con.c3.w2.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w2.s3.ca3 i {
  background-image: url(../images/3233.svg);
}
.screen-2 .rover-con.c3.w2.s3.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s1.ca1 i {
  background-image: url(../images/3311.svg);
}
.screen-2 .rover-con.c3.w3.s1.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s1.ca2 i {
  background-image: url(../images/3312.svg);
}
.screen-2 .rover-con.c3.w3.s1.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s1.ca3 i {
  background-image: url(../images/3313.svg);
}
.screen-2 .rover-con.c3.w3.s1.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s2.ca1 i {
  background-image: url(../images/3321.svg);
}
.screen-2 .rover-con.c3.w3.s2.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s2.ca2 i {
  background-image: url(../images/3322.svg);
}
.screen-2 .rover-con.c3.w3.s2.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s2.ca3 i {
  background-image: url(../images/3323.svg);
}
.screen-2 .rover-con.c3.w3.s2.ca3 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s3.ca1 i {
  background-image: url(../images/3331.svg);
}
.screen-2 .rover-con.c3.w3.s3.ca1 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s3.ca2 i {
  background-image: url(../images/3332.svg);
}
.screen-2 .rover-con.c3.w3.s3.ca2 i:after {
  display: none;
}
.screen-2 .rover-con.c3.w3.s3.ca3 i {
  background-image: url(../images/3333.svg);
}
.screen-2 .rover-con.c3.w3.s3.ca3 i:after {
  display: none;
}
.screen-2 #test-btn {
  position: absolute;
  right: 5.8rem;
  bottom: 7.8rem;
  width: 16.079rem;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.screen-2 #test-btn svg {
  width: 100%;
}
.screen-2 #test-btn:not(:disabled) {
  -webkit-animation: scale 1.5s 0s infinite linear;
          animation: scale 1.5s 0s infinite linear;
}
.screen-2 #test-btn:disabled {
  opacity: 0.1;
  pointer-events: none;
}

.screen-3 {
  background-image: url(../images/build-back.svg);
}
.screen-3 h2 {
  font-size: 8.5rem;
  line-height: 1.2;
  font-family: "Futura", sans-serif;
  text-align: center;
  margin-top: 9.85rem;
  margin-bottom: 5rem;
}
.screen-3 .rover-con {
  aspect-ratio: 1329.3721/749.3183;
  background-color: rgba(255, 255, 255, 0.5);
  width: 132.93721rem;
  border-radius: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.screen-3 .rover-con i {
  display: block;
  width: 89.9rem;
  width: 68.9rem;
  margin-left: 2rem;
  aspect-ratio: 756.317/630.496;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.screen-3 .rover-con.c1.w1.s1.ca1 i {
  background-image: url(../images/1111.svg);
}
.screen-3 .rover-con.c1.w1.s1.ca2 i {
  background-image: url(../images/1112.svg);
}
.screen-3 .rover-con.c1.w1.s1.ca3 i {
  background-image: url(../images/1113.svg);
}
.screen-3 .rover-con.c1.w1.s2.ca1 i {
  background-image: url(../images/1121.svg);
}
.screen-3 .rover-con.c1.w1.s2.ca2 i {
  background-image: url(../images/1122.svg);
}
.screen-3 .rover-con.c1.w1.s2.ca3 i {
  background-image: url(../images/1123.svg);
}
.screen-3 .rover-con.c1.w1.s3.ca1 i {
  background-image: url(../images/1131.svg);
}
.screen-3 .rover-con.c1.w1.s3.ca2 i {
  background-image: url(../images/1132.svg);
}
.screen-3 .rover-con.c1.w1.s3.ca3 i {
  background-image: url(../images/1133.svg);
}
.screen-3 .rover-con.c1.w2.s1.ca1 i {
  background-image: url(../images/1211.svg);
}
.screen-3 .rover-con.c1.w2.s1.ca2 i {
  background-image: url(../images/1212.svg);
}
.screen-3 .rover-con.c1.w2.s1.ca3 i {
  background-image: url(../images/1213.svg);
}
.screen-3 .rover-con.c1.w2.s2.ca1 i {
  background-image: url(../images/1221.svg);
}
.screen-3 .rover-con.c1.w2.s2.ca2 i {
  background-image: url(../images/1222.svg);
}
.screen-3 .rover-con.c1.w2.s2.ca3 i {
  background-image: url(../images/1223.svg);
}
.screen-3 .rover-con.c1.w2.s3.ca1 i {
  background-image: url(../images/1231.svg);
}
.screen-3 .rover-con.c1.w2.s3.ca2 i {
  background-image: url(../images/1232.svg);
}
.screen-3 .rover-con.c1.w2.s3.ca3 i {
  background-image: url(../images/1233.svg);
}
.screen-3 .rover-con.c1.w3.s1.ca1 i {
  background-image: url(../images/1311.svg);
}
.screen-3 .rover-con.c1.w3.s1.ca2 i {
  background-image: url(../images/1312.svg);
}
.screen-3 .rover-con.c1.w3.s1.ca3 i {
  background-image: url(../images/1313.svg);
}
.screen-3 .rover-con.c1.w3.s2.ca1 i {
  background-image: url(../images/1321.svg);
}
.screen-3 .rover-con.c1.w3.s2.ca2 i {
  background-image: url(../images/1322.svg);
}
.screen-3 .rover-con.c1.w3.s2.ca3 i {
  background-image: url(../images/1323.svg);
}
.screen-3 .rover-con.c1.w3.s3.ca1 i {
  background-image: url(../images/1331.svg);
}
.screen-3 .rover-con.c1.w3.s3.ca2 i {
  background-image: url(../images/1332.svg);
}
.screen-3 .rover-con.c1.w3.s3.ca3 i {
  background-image: url(../images/1333.svg);
}
.screen-3 .rover-con.c2.w1.s1.ca1 i {
  background-image: url(../images/2111.svg);
}
.screen-3 .rover-con.c2.w1.s1.ca2 i {
  background-image: url(../images/2112.svg);
}
.screen-3 .rover-con.c2.w1.s1.ca3 i {
  background-image: url(../images/2113.svg);
}
.screen-3 .rover-con.c2.w1.s2.ca1 i {
  background-image: url(../images/2121.svg);
}
.screen-3 .rover-con.c2.w1.s2.ca2 i {
  background-image: url(../images/2122.svg);
}
.screen-3 .rover-con.c2.w1.s2.ca3 i {
  background-image: url(../images/2123.svg);
}
.screen-3 .rover-con.c2.w1.s3.ca1 i {
  background-image: url(../images/2131.svg);
}
.screen-3 .rover-con.c2.w1.s3.ca2 i {
  background-image: url(../images/2132.svg);
}
.screen-3 .rover-con.c2.w1.s3.ca3 i {
  background-image: url(../images/2133.svg);
}
.screen-3 .rover-con.c2.w2.s1.ca1 i {
  background-image: url(../images/2211.svg);
}
.screen-3 .rover-con.c2.w2.s1.ca2 i {
  background-image: url(../images/2212.svg);
}
.screen-3 .rover-con.c2.w2.s1.ca3 i {
  background-image: url(../images/2213.svg);
}
.screen-3 .rover-con.c2.w2.s2.ca1 i {
  background-image: url(../images/2221.svg);
}
.screen-3 .rover-con.c2.w2.s2.ca2 i {
  background-image: url(../images/2222.svg);
}
.screen-3 .rover-con.c2.w2.s2.ca3 i {
  background-image: url(../images/2223.svg);
}
.screen-3 .rover-con.c2.w2.s3.ca1 i {
  background-image: url(../images/2231.svg);
}
.screen-3 .rover-con.c2.w2.s3.ca2 i {
  background-image: url(../images/2232.svg);
}
.screen-3 .rover-con.c2.w2.s3.ca3 i {
  background-image: url(../images/2233.svg);
}
.screen-3 .rover-con.c2.w3.s1.ca1 i {
  background-image: url(../images/2311.svg);
}
.screen-3 .rover-con.c2.w3.s1.ca2 i {
  background-image: url(../images/2312.svg);
}
.screen-3 .rover-con.c2.w3.s1.ca3 i {
  background-image: url(../images/2313.svg);
}
.screen-3 .rover-con.c2.w3.s2.ca1 i {
  background-image: url(../images/2321.svg);
}
.screen-3 .rover-con.c2.w3.s2.ca2 i {
  background-image: url(../images/2322.svg);
}
.screen-3 .rover-con.c2.w3.s2.ca3 i {
  background-image: url(../images/2323.svg);
}
.screen-3 .rover-con.c2.w3.s3.ca1 i {
  background-image: url(../images/2331.svg);
}
.screen-3 .rover-con.c2.w3.s3.ca2 i {
  background-image: url(../images/2332.svg);
}
.screen-3 .rover-con.c2.w3.s3.ca3 i {
  background-image: url(../images/2333.svg);
}
.screen-3 .rover-con.c3.w1.s1.ca1 i {
  background-image: url(../images/3111.svg);
}
.screen-3 .rover-con.c3.w1.s1.ca2 i {
  background-image: url(../images/3112.svg);
}
.screen-3 .rover-con.c3.w1.s1.ca3 i {
  background-image: url(../images/3113.svg);
}
.screen-3 .rover-con.c3.w1.s2.ca1 i {
  background-image: url(../images/3121.svg);
}
.screen-3 .rover-con.c3.w1.s2.ca2 i {
  background-image: url(../images/3122.svg);
}
.screen-3 .rover-con.c3.w1.s2.ca3 i {
  background-image: url(../images/3123.svg);
}
.screen-3 .rover-con.c3.w1.s3.ca1 i {
  background-image: url(../images/3131.svg);
}
.screen-3 .rover-con.c3.w1.s3.ca2 i {
  background-image: url(../images/3132.svg);
}
.screen-3 .rover-con.c3.w1.s3.ca3 i {
  background-image: url(../images/3133.svg);
}
.screen-3 .rover-con.c3.w2.s1.ca1 i {
  background-image: url(../images/3211.svg);
}
.screen-3 .rover-con.c3.w2.s1.ca2 i {
  background-image: url(../images/3212.svg);
}
.screen-3 .rover-con.c3.w2.s1.ca3 i {
  background-image: url(../images/3213.svg);
}
.screen-3 .rover-con.c3.w2.s2.ca1 i {
  background-image: url(../images/3221.svg);
}
.screen-3 .rover-con.c3.w2.s2.ca2 i {
  background-image: url(../images/3222.svg);
}
.screen-3 .rover-con.c3.w2.s2.ca3 i {
  background-image: url(../images/3223.svg);
}
.screen-3 .rover-con.c3.w2.s3.ca1 i {
  background-image: url(../images/3231.svg);
}
.screen-3 .rover-con.c3.w2.s3.ca2 i {
  background-image: url(../images/3232.svg);
}
.screen-3 .rover-con.c3.w2.s3.ca3 i {
  background-image: url(../images/3233.svg);
}
.screen-3 .rover-con.c3.w3.s1.ca1 i {
  background-image: url(../images/3311.svg);
}
.screen-3 .rover-con.c3.w3.s1.ca2 i {
  background-image: url(../images/3312.svg);
}
.screen-3 .rover-con.c3.w3.s1.ca3 i {
  background-image: url(../images/3313.svg);
}
.screen-3 .rover-con.c3.w3.s2.ca1 i {
  background-image: url(../images/3321.svg);
}
.screen-3 .rover-con.c3.w3.s2.ca2 i {
  background-image: url(../images/3322.svg);
}
.screen-3 .rover-con.c3.w3.s2.ca3 i {
  background-image: url(../images/3323.svg);
}
.screen-3 .rover-con.c3.w3.s3.ca1 i {
  background-image: url(../images/3331.svg);
}
.screen-3 .rover-con.c3.w3.s3.ca2 i {
  background-image: url(../images/3332.svg);
}
.screen-3 .rover-con.c3.w3.s3.ca3 i {
  background-image: url(../images/3333.svg);
}
.screen-3 .rover-con .percentage {
  font-size: 20rem;
  line-height: 1.2;
  font-family: "Audiowide", sans-serif;
  position: absolute;
  top: 14.4rem;
  right: 33.9rem;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.screen-3 #launch-btn {
  position: absolute;
  right: 5.8rem;
  bottom: 7.8rem;
  width: 16.079rem;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.screen-3 #launch-btn svg {
  width: 100%;
}
.screen-3 #launch-btn:not(:disabled) {
  -webkit-animation: scale 1.5s 0s infinite linear;
          animation: scale 1.5s 0s infinite linear;
}
.screen-3 #launch-btn:disabled {
  opacity: 0.1;
  pointer-events: none;
}

.screen-4 {
  background-image: url(../images/build-back.svg);
}
.screen-4.done #world,
.screen-4.done #controls-hint,
.screen-4.done #hud, .screen-4.done:after {
  display: none;
}
.screen-4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 246.46/1079.82;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../images/map-arrow.svg);
  background-repeat: no-repeat;
  -webkit-animation: scale 1.5s 0s infinite linear;
          animation: scale 1.5s 0s infinite linear;
}
.screen-4 #mini-map-world {
  position: relative;
  width: 46.7473rem;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 300/50;
  aspect-ratio: 300/36.3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 7.6rem;
  border: 0.2rem solid #FFFFFF;
  border-top: none;
}
.screen-4 #mini-map-world:before, .screen-4 #mini-map-world:after {
  position: absolute;
  bottom: -2.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Futura", sans-serif;
}
.screen-4 #mini-map-world span {
  position: absolute;
  bottom: 100%;
  left: -0.2rem;
  right: -0.2rem;
  background: rgba(255, 255, 255, 0.5);
  max-width: none;
  border: 0.2rem solid #FFFFFF;
  border-top: none;
  border-bottom: none;
  height: 7.4rem;
}
.screen-4 #mini-map-world span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5.5rem;
  height: 0.5rem;
  background-color: #FFFFFF;
}
.screen-4 #mini-map-world span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  bottom: -5.5rem;
  height: 1.34rem;
  background-color: #FFFFFF;
}
.screen-4 #mini-map-world:before {
  content: "START";
  left: -0.2rem;
  text-align: left;
}
.screen-4 #mini-map-world:after {
  content: "END";
  right: -0.2rem;
  text-align: right;
}
.screen-4 #mini-map-world #percentage-traveled {
  position: absolute;
  top: -6.4rem;
  width: 100%;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.screen-4 #mini-map-world svg {
  width: 100%;
  height: 100%;
}
.screen-4 #mini-map-world svg #mini-map-track {
  opacity: 0;
}
.screen-4 #mini-map-world svg path {
  fill: #FFFFFF;
}
.screen-4 #mini-map-world svg path:nth-last-of-type(1), .screen-4 #mini-map-world svg path:nth-last-of-type(2), .screen-4 #mini-map-world svg path:nth-last-of-type(3) {
  fill: #000000;
}
.screen-4 #mini-map-world #mini-map-rover {
  position: absolute;
  height: 1.5rem;
  z-index: 5;
  aspect-ratio: 756.317/630.496;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  left: 2.5%;
  top: 76.6139%;
  -webkit-transform: translate(-50%, -100%) scale(0.15) rotate(0deg);
      -ms-transform: translate(-50%, -100%) scale(0.15) rotate(0deg);
          transform: translate(-50%, -100%) scale(0.15) rotate(0deg);
}
.screen-4 #mini-map-world #mini-map-rover i {
  display: block;
  height: 1.5rem;
  aspect-ratio: 756.317/630.496;
  background-size: 100% auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-4.6rem) scale(7.6);
      -ms-transform: translateY(-4.6rem) scale(7.6);
          transform: translateY(-4.6rem) scale(7.6);
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s1.ca1 i {
  background-image: url(../images/1111.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s1.ca2 i {
  background-image: url(../images/1112.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s1.ca3 i {
  background-image: url(../images/1113.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s2.ca1 i {
  background-image: url(../images/1121.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s2.ca2 i {
  background-image: url(../images/1122.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s2.ca3 i {
  background-image: url(../images/1123.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s3.ca1 i {
  background-image: url(../images/1131.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s3.ca2 i {
  background-image: url(../images/1132.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w1.s3.ca3 i {
  background-image: url(../images/1133.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s1.ca1 i {
  background-image: url(../images/1211.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s1.ca2 i {
  background-image: url(../images/1212.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s1.ca3 i {
  background-image: url(../images/1213.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s2.ca1 i {
  background-image: url(../images/1221.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s2.ca2 i {
  background-image: url(../images/1222.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s2.ca3 i {
  background-image: url(../images/1223.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s3.ca1 i {
  background-image: url(../images/1231.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s3.ca2 i {
  background-image: url(../images/1232.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w2.s3.ca3 i {
  background-image: url(../images/1233.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s1.ca1 i {
  background-image: url(../images/1311.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s1.ca2 i {
  background-image: url(../images/1312.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s1.ca3 i {
  background-image: url(../images/1313.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s2.ca1 i {
  background-image: url(../images/1321.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s2.ca2 i {
  background-image: url(../images/1322.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s2.ca3 i {
  background-image: url(../images/1323.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s3.ca1 i {
  background-image: url(../images/1331.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s3.ca2 i {
  background-image: url(../images/1332.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c1.w3.s3.ca3 i {
  background-image: url(../images/1333.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s1.ca1 i {
  background-image: url(../images/2111.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s1.ca2 i {
  background-image: url(../images/2112.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s1.ca3 i {
  background-image: url(../images/2113.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s2.ca1 i {
  background-image: url(../images/2121.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s2.ca2 i {
  background-image: url(../images/2122.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s2.ca3 i {
  background-image: url(../images/2123.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s3.ca1 i {
  background-image: url(../images/2131.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s3.ca2 i {
  background-image: url(../images/2132.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w1.s3.ca3 i {
  background-image: url(../images/2133.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s1.ca1 i {
  background-image: url(../images/2211.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s1.ca2 i {
  background-image: url(../images/2212.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s1.ca3 i {
  background-image: url(../images/2213.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s2.ca1 i {
  background-image: url(../images/2221.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s2.ca2 i {
  background-image: url(../images/2222.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s2.ca3 i {
  background-image: url(../images/2223.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s3.ca1 i {
  background-image: url(../images/2231.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s3.ca2 i {
  background-image: url(../images/2232.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w2.s3.ca3 i {
  background-image: url(../images/2233.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s1.ca1 i {
  background-image: url(../images/2311.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s1.ca2 i {
  background-image: url(../images/2312.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s1.ca3 i {
  background-image: url(../images/2313.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s2.ca1 i {
  background-image: url(../images/2321.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s2.ca2 i {
  background-image: url(../images/2322.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s2.ca3 i {
  background-image: url(../images/2323.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s3.ca1 i {
  background-image: url(../images/2331.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s3.ca2 i {
  background-image: url(../images/2332.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c2.w3.s3.ca3 i {
  background-image: url(../images/2333.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s1.ca1 i {
  background-image: url(../images/3111.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s1.ca2 i {
  background-image: url(../images/3112.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s1.ca3 i {
  background-image: url(../images/3113.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s2.ca1 i {
  background-image: url(../images/3121.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s2.ca2 i {
  background-image: url(../images/3122.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s2.ca3 i {
  background-image: url(../images/3123.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s3.ca1 i {
  background-image: url(../images/3131.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s3.ca2 i {
  background-image: url(../images/3132.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w1.s3.ca3 i {
  background-image: url(../images/3133.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s1.ca1 i {
  background-image: url(../images/3211.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s1.ca2 i {
  background-image: url(../images/3212.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s1.ca3 i {
  background-image: url(../images/3213.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s2.ca1 i {
  background-image: url(../images/3221.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s2.ca2 i {
  background-image: url(../images/3222.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s2.ca3 i {
  background-image: url(../images/3223.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s3.ca1 i {
  background-image: url(../images/3231.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s3.ca2 i {
  background-image: url(../images/3232.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w2.s3.ca3 i {
  background-image: url(../images/3233.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s1.ca1 i {
  background-image: url(../images/3311.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s1.ca2 i {
  background-image: url(../images/3312.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s1.ca3 i {
  background-image: url(../images/3313.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s2.ca1 i {
  background-image: url(../images/3321.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s2.ca2 i {
  background-image: url(../images/3322.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s2.ca3 i {
  background-image: url(../images/3323.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s3.ca1 i {
  background-image: url(../images/3331.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s3.ca2 i {
  background-image: url(../images/3332.svg);
}
.screen-4 #mini-map-world #mini-map-rover.c3.w3.s3.ca3 i {
  background-image: url(../images/3333.svg);
}
.screen-4 #rover {
  position: absolute;
  left: 10rem;
  height: 19.82039rem;
  z-index: 5;
  aspect-ratio: 756.317/630.496;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  /* Optional: add a slight transition for vertical movement to make it smoother */
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.screen-4 #rover i {
  display: block;
  height: 19.82039rem;
  aspect-ratio: 756.317/630.496;
  background-size: 100% auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}
.screen-4 #rover.c1.w1.s1.ca1 i {
  background-image: url(../images/1111.svg);
}
.screen-4 #rover.c1.w1.s1.ca2 i {
  background-image: url(../images/1112.svg);
}
.screen-4 #rover.c1.w1.s1.ca3 i {
  background-image: url(../images/1113.svg);
}
.screen-4 #rover.c1.w1.s2.ca1 i {
  background-image: url(../images/1121.svg);
}
.screen-4 #rover.c1.w1.s2.ca2 i {
  background-image: url(../images/1122.svg);
}
.screen-4 #rover.c1.w1.s2.ca3 i {
  background-image: url(../images/1123.svg);
}
.screen-4 #rover.c1.w1.s3.ca1 i {
  background-image: url(../images/1131.svg);
}
.screen-4 #rover.c1.w1.s3.ca2 i {
  background-image: url(../images/1132.svg);
}
.screen-4 #rover.c1.w1.s3.ca3 i {
  background-image: url(../images/1133.svg);
}
.screen-4 #rover.c1.w2.s1.ca1 i {
  background-image: url(../images/1211.svg);
}
.screen-4 #rover.c1.w2.s1.ca2 i {
  background-image: url(../images/1212.svg);
}
.screen-4 #rover.c1.w2.s1.ca3 i {
  background-image: url(../images/1213.svg);
}
.screen-4 #rover.c1.w2.s2.ca1 i {
  background-image: url(../images/1221.svg);
}
.screen-4 #rover.c1.w2.s2.ca2 i {
  background-image: url(../images/1222.svg);
}
.screen-4 #rover.c1.w2.s2.ca3 i {
  background-image: url(../images/1223.svg);
}
.screen-4 #rover.c1.w2.s3.ca1 i {
  background-image: url(../images/1231.svg);
}
.screen-4 #rover.c1.w2.s3.ca2 i {
  background-image: url(../images/1232.svg);
}
.screen-4 #rover.c1.w2.s3.ca3 i {
  background-image: url(../images/1233.svg);
}
.screen-4 #rover.c1.w3.s1.ca1 i {
  background-image: url(../images/1311.svg);
}
.screen-4 #rover.c1.w3.s1.ca2 i {
  background-image: url(../images/1312.svg);
}
.screen-4 #rover.c1.w3.s1.ca3 i {
  background-image: url(../images/1313.svg);
}
.screen-4 #rover.c1.w3.s2.ca1 i {
  background-image: url(../images/1321.svg);
}
.screen-4 #rover.c1.w3.s2.ca2 i {
  background-image: url(../images/1322.svg);
}
.screen-4 #rover.c1.w3.s2.ca3 i {
  background-image: url(../images/1323.svg);
}
.screen-4 #rover.c1.w3.s3.ca1 i {
  background-image: url(../images/1331.svg);
}
.screen-4 #rover.c1.w3.s3.ca2 i {
  background-image: url(../images/1332.svg);
}
.screen-4 #rover.c1.w3.s3.ca3 i {
  background-image: url(../images/1333.svg);
}
.screen-4 #rover.c2.w1.s1.ca1 i {
  background-image: url(../images/2111.svg);
}
.screen-4 #rover.c2.w1.s1.ca2 i {
  background-image: url(../images/2112.svg);
}
.screen-4 #rover.c2.w1.s1.ca3 i {
  background-image: url(../images/2113.svg);
}
.screen-4 #rover.c2.w1.s2.ca1 i {
  background-image: url(../images/2121.svg);
}
.screen-4 #rover.c2.w1.s2.ca2 i {
  background-image: url(../images/2122.svg);
}
.screen-4 #rover.c2.w1.s2.ca3 i {
  background-image: url(../images/2123.svg);
}
.screen-4 #rover.c2.w1.s3.ca1 i {
  background-image: url(../images/2131.svg);
}
.screen-4 #rover.c2.w1.s3.ca2 i {
  background-image: url(../images/2132.svg);
}
.screen-4 #rover.c2.w1.s3.ca3 i {
  background-image: url(../images/2133.svg);
}
.screen-4 #rover.c2.w2.s1.ca1 i {
  background-image: url(../images/2211.svg);
}
.screen-4 #rover.c2.w2.s1.ca2 i {
  background-image: url(../images/2212.svg);
}
.screen-4 #rover.c2.w2.s1.ca3 i {
  background-image: url(../images/2213.svg);
}
.screen-4 #rover.c2.w2.s2.ca1 i {
  background-image: url(../images/2221.svg);
}
.screen-4 #rover.c2.w2.s2.ca2 i {
  background-image: url(../images/2222.svg);
}
.screen-4 #rover.c2.w2.s2.ca3 i {
  background-image: url(../images/2223.svg);
}
.screen-4 #rover.c2.w2.s3.ca1 i {
  background-image: url(../images/2231.svg);
}
.screen-4 #rover.c2.w2.s3.ca2 i {
  background-image: url(../images/2232.svg);
}
.screen-4 #rover.c2.w2.s3.ca3 i {
  background-image: url(../images/2233.svg);
}
.screen-4 #rover.c2.w3.s1.ca1 i {
  background-image: url(../images/2311.svg);
}
.screen-4 #rover.c2.w3.s1.ca2 i {
  background-image: url(../images/2312.svg);
}
.screen-4 #rover.c2.w3.s1.ca3 i {
  background-image: url(../images/2313.svg);
}
.screen-4 #rover.c2.w3.s2.ca1 i {
  background-image: url(../images/2321.svg);
}
.screen-4 #rover.c2.w3.s2.ca2 i {
  background-image: url(../images/2322.svg);
}
.screen-4 #rover.c2.w3.s2.ca3 i {
  background-image: url(../images/2323.svg);
}
.screen-4 #rover.c2.w3.s3.ca1 i {
  background-image: url(../images/2331.svg);
}
.screen-4 #rover.c2.w3.s3.ca2 i {
  background-image: url(../images/2332.svg);
}
.screen-4 #rover.c2.w3.s3.ca3 i {
  background-image: url(../images/2333.svg);
}
.screen-4 #rover.c3.w1.s1.ca1 i {
  background-image: url(../images/3111.svg);
}
.screen-4 #rover.c3.w1.s1.ca2 i {
  background-image: url(../images/3112.svg);
}
.screen-4 #rover.c3.w1.s1.ca3 i {
  background-image: url(../images/3113.svg);
}
.screen-4 #rover.c3.w1.s2.ca1 i {
  background-image: url(../images/3121.svg);
}
.screen-4 #rover.c3.w1.s2.ca2 i {
  background-image: url(../images/3122.svg);
}
.screen-4 #rover.c3.w1.s2.ca3 i {
  background-image: url(../images/3123.svg);
}
.screen-4 #rover.c3.w1.s3.ca1 i {
  background-image: url(../images/3131.svg);
}
.screen-4 #rover.c3.w1.s3.ca2 i {
  background-image: url(../images/3132.svg);
}
.screen-4 #rover.c3.w1.s3.ca3 i {
  background-image: url(../images/3133.svg);
}
.screen-4 #rover.c3.w2.s1.ca1 i {
  background-image: url(../images/3211.svg);
}
.screen-4 #rover.c3.w2.s1.ca2 i {
  background-image: url(../images/3212.svg);
}
.screen-4 #rover.c3.w2.s1.ca3 i {
  background-image: url(../images/3213.svg);
}
.screen-4 #rover.c3.w2.s2.ca1 i {
  background-image: url(../images/3221.svg);
}
.screen-4 #rover.c3.w2.s2.ca2 i {
  background-image: url(../images/3222.svg);
}
.screen-4 #rover.c3.w2.s2.ca3 i {
  background-image: url(../images/3223.svg);
}
.screen-4 #rover.c3.w2.s3.ca1 i {
  background-image: url(../images/3231.svg);
}
.screen-4 #rover.c3.w2.s3.ca2 i {
  background-image: url(../images/3232.svg);
}
.screen-4 #rover.c3.w2.s3.ca3 i {
  background-image: url(../images/3233.svg);
}
.screen-4 #rover.c3.w3.s1.ca1 i {
  background-image: url(../images/3311.svg);
}
.screen-4 #rover.c3.w3.s1.ca2 i {
  background-image: url(../images/3312.svg);
}
.screen-4 #rover.c3.w3.s1.ca3 i {
  background-image: url(../images/3313.svg);
}
.screen-4 #rover.c3.w3.s2.ca1 i {
  background-image: url(../images/3321.svg);
}
.screen-4 #rover.c3.w3.s2.ca2 i {
  background-image: url(../images/3322.svg);
}
.screen-4 #rover.c3.w3.s2.ca3 i {
  background-image: url(../images/3323.svg);
}
.screen-4 #rover.c3.w3.s3.ca1 i {
  background-image: url(../images/3331.svg);
}
.screen-4 #rover.c3.w3.s3.ca2 i {
  background-image: url(../images/3332.svg);
}
.screen-4 #rover.c3.w3.s3.ca3 i {
  background-image: url(../images/3333.svg);
}
.screen-4 #world {
  height: 100vh;
  position: absolute;
  width: 768rem;
  top: 0;
  width: 934.7rem;
  max-width: 934.7rem;
  left: 0;
  pointer-events: none;
}
.screen-4 #world svg {
  height: 100%;
  width: auto;
  max-width: none;
}
.screen-4 #world svg #track {
  opacity: 0;
}
.screen-4 #world,
.screen-4 #rover {
  -webkit-transition: none !important;
  transition: none !important;
}
.screen-4 #controls-hint {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 140.44416rem;
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 8.5rem;
  line-height: 1.2;
  font-weight: 500;
  pointer-events: none;
  z-index: 1111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-4 #controls-hint.hide {
  opacity: 0;
}
.screen-4 #hud {
  position: absolute;
  top: 7.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 142.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.screen-4 #hud .stat {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.1rem 2rem;
  border-radius: 3rem;
  min-width: 31.62604rem;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.2;
}
.screen-4 #hud .stat:nth-of-type(2) {
  display: none;
}
.screen-4 #hud .stat div {
  font-family: "Audiowide", sans-serif;
}
.screen-4 #overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 200;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem;
}
.screen-4 #overlay:has(.congratulations) button {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.screen-4 #overlay:has(.congratulations):after {
  content: "";
  position: absolute;
  top: 81%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/astronaut.gif);
  aspect-ratio: 700/800;
  background-size: 100% auto;
  width: 20rem;
}
.screen-4 #overlay:has(.congratulations) #congratulations {
  display: block;
}
.screen-4 #overlay:has(.oops) .message-con {
  width: 130.2682rem;
  padding: 2.7rem 5.3rem 7.2rem;
}
.screen-4 #overlay:has(.oops) .message-con::before, .screen-4 #overlay:has(.oops) .message-con::after {
  content: "";
  aspect-ratio: 78.92/209.06;
  background-image: url(../images/lightening-energy-bolt.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 7.892rem;
  margin-top: -16rem;
}
.screen-4 #overlay:has(.oops) .message-con::before {
  margin-left: 2.5rem;
}
.screen-4 #overlay:has(.oops) .message-con::after {
  margin-right: 2.5rem;
}
.screen-4 #overlay:has(.oops) .message-con .rover-con {
  display: none;
}
.screen-4 #overlay:has(.oops) .message-con h1 {
  margin-bottom: 0.08em;
}
.screen-4 #overlay:has(.oops) button {
  left: 5.8rem;
  right: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.screen-4 #overlay:has(.oops) #oops {
  display: block;
}
.screen-4 #overlay .message-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15rem;
  width: 162.5682rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5.3rem 5.3rem;
}
.screen-4 #overlay .message-con h1 {
  font-size: 10.5rem;
  line-height: 1.3904761905;
  font-family: "Futura", sans-serif;
}
.screen-4 #overlay .message-con h2 {
  font-size: 8rem;
  line-height: 1.275;
  margin-bottom: 0.62em;
}
.screen-4 #overlay .message-con h3 {
  font-size: 5rem;
  line-height: 1.184;
  font-family: "Futura", sans-serif;
  margin: 0 auto;
}
.screen-4 #overlay .message-con .rover-con {
  height: 13.7rem;
  z-index: 5;
  aspect-ratio: 756.317/630.496;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  /* Optional: add a slight transition for vertical movement to make it smoother */
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.screen-4 #overlay .message-con .rover-con i {
  display: block;
  height: 13.7rem;
  aspect-ratio: 756.317/630.496;
  background-size: 100% auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s1.ca1 i {
  background-image: url(../images/1111.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s1.ca2 i {
  background-image: url(../images/1112.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s1.ca3 i {
  background-image: url(../images/1113.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s2.ca1 i {
  background-image: url(../images/1121.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s2.ca2 i {
  background-image: url(../images/1122.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s2.ca3 i {
  background-image: url(../images/1123.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s3.ca1 i {
  background-image: url(../images/1131.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s3.ca2 i {
  background-image: url(../images/1132.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w1.s3.ca3 i {
  background-image: url(../images/1133.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s1.ca1 i {
  background-image: url(../images/1211.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s1.ca2 i {
  background-image: url(../images/1212.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s1.ca3 i {
  background-image: url(../images/1213.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s2.ca1 i {
  background-image: url(../images/1221.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s2.ca2 i {
  background-image: url(../images/1222.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s2.ca3 i {
  background-image: url(../images/1223.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s3.ca1 i {
  background-image: url(../images/1231.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s3.ca2 i {
  background-image: url(../images/1232.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w2.s3.ca3 i {
  background-image: url(../images/1233.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s1.ca1 i {
  background-image: url(../images/1311.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s1.ca2 i {
  background-image: url(../images/1312.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s1.ca3 i {
  background-image: url(../images/1313.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s2.ca1 i {
  background-image: url(../images/1321.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s2.ca2 i {
  background-image: url(../images/1322.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s2.ca3 i {
  background-image: url(../images/1323.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s3.ca1 i {
  background-image: url(../images/1331.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s3.ca2 i {
  background-image: url(../images/1332.svg);
}
.screen-4 #overlay .message-con .rover-con.c1.w3.s3.ca3 i {
  background-image: url(../images/1333.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s1.ca1 i {
  background-image: url(../images/2111.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s1.ca2 i {
  background-image: url(../images/2112.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s1.ca3 i {
  background-image: url(../images/2113.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s2.ca1 i {
  background-image: url(../images/2121.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s2.ca2 i {
  background-image: url(../images/2122.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s2.ca3 i {
  background-image: url(../images/2123.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s3.ca1 i {
  background-image: url(../images/2131.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s3.ca2 i {
  background-image: url(../images/2132.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w1.s3.ca3 i {
  background-image: url(../images/2133.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s1.ca1 i {
  background-image: url(../images/2211.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s1.ca2 i {
  background-image: url(../images/2212.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s1.ca3 i {
  background-image: url(../images/2213.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s2.ca1 i {
  background-image: url(../images/2221.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s2.ca2 i {
  background-image: url(../images/2222.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s2.ca3 i {
  background-image: url(../images/2223.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s3.ca1 i {
  background-image: url(../images/2231.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s3.ca2 i {
  background-image: url(../images/2232.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w2.s3.ca3 i {
  background-image: url(../images/2233.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s1.ca1 i {
  background-image: url(../images/2311.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s1.ca2 i {
  background-image: url(../images/2312.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s1.ca3 i {
  background-image: url(../images/2313.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s2.ca1 i {
  background-image: url(../images/2321.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s2.ca2 i {
  background-image: url(../images/2322.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s2.ca3 i {
  background-image: url(../images/2323.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s3.ca1 i {
  background-image: url(../images/2331.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s3.ca2 i {
  background-image: url(../images/2332.svg);
}
.screen-4 #overlay .message-con .rover-con.c2.w3.s3.ca3 i {
  background-image: url(../images/2333.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s1.ca1 i {
  background-image: url(../images/3111.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s1.ca2 i {
  background-image: url(../images/3112.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s1.ca3 i {
  background-image: url(../images/3113.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s2.ca1 i {
  background-image: url(../images/3121.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s2.ca2 i {
  background-image: url(../images/3122.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s2.ca3 i {
  background-image: url(../images/3123.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s3.ca1 i {
  background-image: url(../images/3131.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s3.ca2 i {
  background-image: url(../images/3132.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w1.s3.ca3 i {
  background-image: url(../images/3133.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s1.ca1 i {
  background-image: url(../images/3211.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s1.ca2 i {
  background-image: url(../images/3212.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s1.ca3 i {
  background-image: url(../images/3213.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s2.ca1 i {
  background-image: url(../images/3221.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s2.ca2 i {
  background-image: url(../images/3222.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s2.ca3 i {
  background-image: url(../images/3223.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s3.ca1 i {
  background-image: url(../images/3231.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s3.ca2 i {
  background-image: url(../images/3232.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w2.s3.ca3 i {
  background-image: url(../images/3233.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s1.ca1 i {
  background-image: url(../images/3311.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s1.ca2 i {
  background-image: url(../images/3312.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s1.ca3 i {
  background-image: url(../images/3313.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s2.ca1 i {
  background-image: url(../images/3321.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s2.ca2 i {
  background-image: url(../images/3322.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s2.ca3 i {
  background-image: url(../images/3323.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s3.ca1 i {
  background-image: url(../images/3331.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s3.ca2 i {
  background-image: url(../images/3332.svg);
}
.screen-4 #overlay .message-con .rover-con.c3.w3.s3.ca3 i {
  background-image: url(../images/3333.svg);
}
.screen-4 #overlay .message-con #msg-body {
  display: none;
}
.screen-4 #overlay button {
  position: absolute;
  right: 5.8rem;
  bottom: 7.8rem;
  width: 16.079rem;
  aspect-ratio: 1/1;
  opacity: 0.5;
  display: none;
  -webkit-animation: scale 1.5s 0s infinite linear;
          animation: scale 1.5s 0s infinite linear;
}
.screen-4 #overlay button svg {
  width: 100%;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 769px) {
  .container {
    max-width: 128rem;
  }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .row {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
}
@media (max-width: 768px) {
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .container {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
