.twitterTimeline {
  
  width: 100%;
  max-width: 600px;
  min-width: 100px;
  margin: auto;
}
/*spinner -in*/
.preloader {
  text-align: center;
  color: #1589ff;
  font-size: 30px;
  padding-top: 40%;
}
.spinner {
  
  border: 8px solid #f3f3f3; /*Light grey*/ 
  border-top: 8px solid #FF00F7;  /*Pink*/
  /*border-top: 8px solid #FF9B00; Orange*/
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*spinner -out*/




@font-face {
  font-family: D-DIN-Medium;
  src: url(fonts/D-DIN.woff2) format("woff2"),
    url(fonts/D-DIN.woff) format("woff"),
    url(fonts/D-DIN.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: D-DIN-Light;
  src: url(fonts/D-DIN.woff2) format("woff2"),
    url(fonts/D-DIN.woff) format("woff"),
    url(fonts/D-DIN.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: D-DIN-Bold;
  src: url(fonts/D-DIN-Bold.woff2) format("woff2"),
    url(fonts/D-DIN-Bold.woff) format("woff"),
    url(fonts/D-DIN-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: D-DIN-Regular;
  src: url(fonts/D-DIN.woff2) format("woff2"),
    url(fonts/D-DIN.woff) format("woff"),
    url(fonts/D-DIN.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
dl,
h3,
menu,
ol,
p,
pre,
ul {
  margin: 1em 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
figure,
form {
  margin: 0;
}
a:focus {
  outline: dotted thin;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.gallery-next,
.gallery-prev {
  position: absolute;
  width: 27px;
  height: 44px;
  bottom: 28px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.gallery-next svg,
.gallery-prev svg {
  margin-top: 10px;
  width: 30px;
  height: 25px;
}
.gallery-prev {
  left: 50px;
  right: auto;
}
#featured-next,
.gallery-next {
  right: 50px;
  left: auto;
}
#featured-next,
#featured-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#featured-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 50px;
  right: auto;
}
#featured-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #3b3b3b;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@media screen and (max-width: 960px) {
  .slider .gallery-next,
  .slider .gallery-prev {
    margin-bottom: 0;
  }
  .gallery-next svg,
  .gallery-prev svg {
    margin-top: 18px;
    width: 6px;
    height: 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #featured-prev,
  .gallery-prev {
    left: 5%;
    right: auto;
  }
  #featured-next,
  .gallery-next {
    right: 5%;
    left: auto;
  }
}
#wrapper,
.slider,
body,
body.Smooth.isReady {
  overflow-x: hidden;
}
#header.is-hidden,
.infographics-hover .img,
.loader-jobs,
.reveal-container,
.select svg {
  pointer-events: none;
}
#api-buttons,
.plyr__control,
.plyr__controls {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font: 16px/26px D-DIN-Regular, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #fff;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  color: #000;
  background: #fff;
}
::selection {
  color: #000;
  background: #fff;
}
.mw {
  max-width: 330px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#feature .animate {
  opacity: 0;
}
.io-false #feature .animate {
  opacity: 1;
}
#feature .background {
  opacity: 0;
  visibility: hidden;
}
.select-loader {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 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;
  background: #000;
}
#internships .select-loader {
  position: relative;
  display: block;
  background: 0 0;
  margin-top: 78px;
}
.mw-p {
  margin: 30px auto;
}
.loader-jobs {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  border: 0.2em solid currentcolor;
  border-radius: 50%;
  -webkit-animation: loader-jobs 1s ease-out infinite;
  animation: loader-jobs 1s ease-out infinite;
  cursor: progress;
}
#filter,
#positions,
#sidebar {
  display: none;
}
@-webkit-keyframes loader-jobs {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-jobs {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#positions {
  width: 100%;
  padding-top: 100px;
  z-index: 2;
  text-align: center;
  background: #000;
}
#positions .content-center {
  max-width: 1300px;
}
#positions .select-button {
  margin-top: 30px;
}
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
}
.sidebar-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 0 150px;
  overflow-y: scroll;
  -webkit-overflow-behavior: scroll;
}
.sidebar-line {
  display: block;
  text-align: right;
  margin: 0 20px;
  padding: 20px 5px 22px;
  border-bottom: 1px solid #464646;
}
.sidebar-line span,
.sidebar-line svg {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-line span {
  font: 16px/1 D-DIN-Medium, Arial, Verdana, sans-serif;
}
.sidebar-line svg {
  margin-left: 10px;
}
.sidebar-sub > div {
  display: block;
  text-align: right;
  margin: 0 20px;
  padding: 25px 20px 15px 5px;
  border-top: 1px solid #464646;
}
.sidebar-sub > div.is-current + div,
.sidebar-sub > div:first-of-type {
  border-top: 0;
}
.sidebar-sub > div:first-of-type > span {
  font: 16px/1.5 D-DIN-Medium, Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.sidebar-sub > div:first-of-type svg {
  margin-right: 10px;
  margin-left: 0;
}
.sidebar-sub > div > span {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1.5 D-DIN-Regular, Arial, Verdana, sans-serif;
  color: #9b9b9b;
}
.sidebar-sub > div.is-current {
  background: #464646;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0;
}
.sidebar-sub > div.is-current > span {
  color: #fff;
}
.sidebar-button {
  position: absolute;
  bottom: 50px;
  left: 20px;
  right: 20px;
}
.select-container {
  display: inline-block;
  position: relative;
  background-color: #1a1a1a;
  cursor: pointer;
}
.select-button,
.select-css {
  text-align: center;
  display: block;
  font: 14px/1.5 D-DIN-Bold, Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.select-container:not(:last-child) {
  margin-right: 20px;
}
select option {
  text-align: center;
}
.select-css {
  max-width: 397px;
  padding: 22.5px 50px 22.5px 25px;
  border: 0;
  outline: 0;
  background: #1a1a1a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.select-button {
  padding: 25px 50px;
  background: #1a1a1a;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css option {
  font-weight: 400;
}
.select {
  position: relative;
  display: block;
  margin: 25px 0;
}
.select-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.select-flex > * {
  -ms-flex-preferred-size: 397px;
  flex-basis: 397px;
}
.select svg {
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -1px;
}
.select-dropdown span {
  display: inline-block;
  vertical-align: middle;
  font: 14px/1 D-DIN-Bold, Arial, Verdana, sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
}
#jobs-list {
  display: none;
}
#jobs-list h2 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 20px;
}
#js-more {
  margin-top: 40px;
}
.careers-list {
  padding: 0 20px;
}
.careers-list > span {
  display: block;
  margin: 120px 0;
}
.careers-item {
  position: relative;
  display: block;
  padding: 25px 0 17px;
  background: #000;
  border-top: 1px solid #868686;
}
.careers-item svg {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.careers-item-title {
  display: block;
  font: 18px/22px D-DIN-Medium, Arial, Verdana, sans-serif;
  margin: auto 0 10px;
  text-align: left;
  color: #fff;
  max-width: 90%;
}
.careers-item-location {
  display: block;
  font: 16px/20px D-DIN-Medium, Arial, Verdana, sans-serif;
  max-width: 100%;
  margin: auto auto 10px;
  text-align: left;
  color: #9b9b9b;
}
.careers-item-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #434343;
}
.careers-item-line span {
  display: block;
  color: #919191;
  text-transform: uppercase;
}
.careers-item-line span:first-child {
  font: 12px/12px D-DIN-Regular, Arial, Verdana, sans-serif;
}
.careers-item-line span:last-child {
  font: 12px/12px D-DIN-Medium, Arial, Verdana, sans-serif;
}
.careers-item-line a {
  font: 12px/12px D-DIN-Bold, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.iframe-container {
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%;
  height: 375px;
  z-index: 10;
}
#rideshare #feature h1 {
  font-size: 70px;
  line-height: 70px;
}
.section-footer-a {
  display: block;
  max-width: 80%;
  margin: 40px auto 0 !important;
  font: 14px/18px D-DIN-Medium, Arial, Verdana, sans-serif;
  color: #919191;
}
.section-footer-a a {
  font: 14px/14px D-DIN-Medium, Arial, Verdana, sans-serif;
  color: #fff;
}
.section.section-footer {
  padding-bottom: 70px;
}
.rideshare-a a {
  font-size: 12px;
  text-decoration: underline !important;
}
#rideshare #feature .inner-center {
  margin-top: -6%;
}
.section-footer .content-center {
  margin-bottom: 0;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.progress-line {
  border-bottom: 1px solid #fff;
  height: 100%;
  position: relative;
  top: 16px;
  width: 80%;
  margin-left: 10%;
}
.progress-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.progress-span > div {
  position: relative;
  width: 20%;
}
.progress-dots > div:before {
  position: absolute;
  top: 9px;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -6.5px;
}
#configurations > a,
#rideshare iframe,
#vehicles-text,
.swiper-timeline {
  position: absolute;
  left: 0;
}
.progress-words > div {
  text-align: center;
  text-transform: uppercase;
}
.progress-words h3 {
  display: block;
  font: 14px/14px D-DIN-Bold, Arial, Verdana, sans-serif;
}
#configurations > a {
  bottom: 50px;
  right: 0;
  font: 14px/14px D-DIN-Medium, Arial, Verdana, sans-serif;
}
#configurations > a span {
  margin-right: 10px;
}
#configurations > a span,
#configurations > a svg {
  display: inline-block;
  vertical-align: bottom;
}
.rideshare-stats {
  font-size: 0;
}
.rideshare-stats img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: auto;
}
.rideshare-stats h2 {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin-left: 10px;
  font-size: 30px;
  line-height: 30px;
  max-width: 220px;
}
.rideshare-stats span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  max-width: 300px;
}
#rideshare iframe {
  border: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.emoji-hover,
.emojis-list-bg {
  border-radius: 40px;
  background: #000;
}
#mobile-vehicles .gallery-next,
#mobile-vehicles .gallery-prev {
  top: 55%;
}
#mobile-vehicles {
  display: none;
}
#home #vehicles,
#human-spaceflight #vehicles {
  display: block;
}
#mobile-vehicles .caption {
  bottom: 30px;
  background-color: transparent;
}
#mobile-vehicles .caption .description {
  font-family: D-DIN-Medium;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
}
#vehicles-text {
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  margin: auto;
  width: 50%;
}
#vehicles-text > a {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding-top: calc(90% - 30px);
}
#vehicles-text > a span {
  font-family: D-DIN-Regular;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
}
.swiper-timeline {
  top: 0;
  width: 100%;
  height: 100px;
  font-size: 0;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-timeline-item {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 100px;
  cursor: pointer;
}
.swiper-timeline-item:after,
.swiper-timeline-item:before {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  left: 0;
  content: "";
}
.swiper-timeline-item:before {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.swiper-timeline-item:after {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.swiper-timeline-item.is-current:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.swiper-timeline-item.is-current:before {
  background: rgba(0, 0, 0, 0.95);
}
.swiper-timeline-item span {
  position: relative;
  font-family: D-DIN-Medium;
  font-size: 20px;
  line-height: 100px;
  color: #fff;
}
body.transition {
  cursor: progress;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
body.isChrome #wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
body.isChrome #wrapper.visible {
  opacity: 1;
}
.video-cursor {
  cursor: pointer;
}
a strong + svg {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover strong + svg {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.isDesktop .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body.Smooth.isReady {
  overflow-y: auto;
}
#feature,
#hamburger,
#menu,
.Smooth,
.background,
.emoji .before,
.emojis-controller,
.reveal-transform,
.video_container,
a.btn {
  overflow: hidden;
}
p {
  font-family: D-DIN-Regular;
  line-height: 1.6;
}
.cursor-progress {
  cursor: progress;
}
#hamburger,
#video,
.content-tabs button,
.emoji,
.infographics-hover,
.js-step,
.swiper-dots > div,
a.btn {
  cursor: pointer;
}
.Smooth #scroller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  will-change: transform;
}
.Smooth #wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
}
#home #feature h1,
#home #feature h2 {
  font-size: 48px;
  line-height: 48px;
}
#mission .column {
  width: 40%;
  margin: 0 50px;
}
#mission .item {
  margin-bottom: 75px;
}
.svg-container {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  max-width: 1400px;
  padding-bottom: 40%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.svg-container svg {
  focus: none;
}
.svg-chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.infographic-container.mt0 {
  padding-top: 0;
}
#launches #to-the-iss .section-content .text-columns {
  padding-bottom: 0;
}
#launches .section-content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
#emojis {
  display: none;
}
.emojis-controller {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 560px;
  height: 80px;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 900;
}
.emoji-hover {
  position: relative;
  z-index: 5;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: 0;
}
.emojis-list,
.emojis-list-bg {
  position: absolute;
  width: 100%;
  top: 0;
}
.emojis-list {
  font-size: 0;
  right: 0;
  white-space: nowrap;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.emojis-list-bg {
  left: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.emoji {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 20px;
}
.emoji .before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.emoji svg {
  display: block;
}
.text-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  text-align: left;
}
.text-column p a {
  font-weight: 400;
  text-decoration: underline;
}
.section-content .text-columns {
  padding: 0 0 100px;
}
.text-column {
  width: 50%;
}
.text-column:first-child {
  padding-right: 30px;
}
.text-column:last-child {
  padding-left: 30px;
}
.content-tabs {
  text-align: left;
  margin: 50px 0 30px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
#landing .content-tabs,
#launches .content-tabs {
  text-align: center;
}
.content-tabs button {
  border: 0;
  padding: 0;
  background: 0 0;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.5;
  margin: 0 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
a:active,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}
[role="tabpanel"]:focus {
  outline: 0;
}
.content-tabs button:focus {
  outline: 0;
  border-bottom: 1px solid #fff;
}
.content-tabs button:first-of-type {
  margin-left: 0;
}
.content-tabs button:hover,
.content-tabs button[aria-selected="true"] {
  opacity: 1;
}
img {
  border: 0;
  padding: 0;
}
a {
  font: 16px/24px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:active {
  outline: 0;
}
a:not(.hover-none):hover {
  color: #ccc;
  text-decoration: none;
}
h1 {
  position: relative;
  font: 100px/85px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
}
.h2-left {
  margin: 100px 0 40px;
  text-align: left;
}
h2,
h2.sub-title,
h4 {
  margin: auto;
}
#internships .h2-left {
  max-width: 75%;
}
.section-dc td:nth-child(2) {
  color: #fff;
}
h2,
h3,
h4 {
  color: #fff;
  position: relative;
}
.section-dc .section-content {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-dc table.regular {
  width: 100%;
}
#feature h1 {
  display: block;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.btn .text,
a.btn {
  display: inline-block;
}
h1.feature-title {
  font: 80px/70px D-DIN-Bold, Arial, Verdana, sans-serif;
}
h2 {
  font: 46px/50px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
h2.jumbo {
  font: 80px/70px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h3 {
  font: 20px/32px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: auto auto 10px;
}
h2.sub-title {
  font: 50px/40px D-DIN-Bold, Arial, Verdana, sans-serif;
}
h4 {
  font: 20px/38px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  margin: 15px 0;
}
p:first-of-type {
  margin-top: 20px;
}
.inner-center-top p:first-of-type {
  margin-top: 15px;
}
a.btn {
  position: relative;
  min-width: 130px;
  padding: 0 15px;
  margin: 30px 0 0;
  border: 2px solid #fff;
}
.btn .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#wrapper,
.btn .text,
.section {
  position: relative;
}
.isDesktop .btn:focus .hover,
.isDesktop .btn:hover .hover {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.btn .text {
  font: 14px/50px D-DIN-Bold, Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.isDesktop .btn:focus .text,
.isDesktop .btn:hover .text {
  color: #000;
}
.btn.special {
  margin-right: 10px;
  margin-left: 10px;
}
.btn.large {
  padding: 0 40px;
}
.line-tall {
  width: 1px;
  height: 140px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.background-tab,
.reveal-bg,
.reveal-container,
.u-fullParent {
  position: absolute;
  top: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
  left: 0;
}
body.isMobile .hover {
  display: none;
}
.u-fullParent {
  height: 100%;
}
#reveal {
  z-index: 5;
}
.reveal-bg {
  opacity: 0;
  visibility: hidden;
}
.background-tab,
.reveal-bg,
.reveal-container {
  height: 100%;
}
.reveal-container {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.reveal-inner {
  z-index: 3;
}
.reveal-lines {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.overview-additional-specs {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.overview-additional-specs-hover {
  display: inline-block;
}
.overview-additional-specs-hover.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.overview-additional-specs span,
.overview-additional-specs svg {
  display: inline-block;
  vertical-align: middle;
}
.overview-additional-specs span {
  font: 12px/1.1 D-DIN-Medium, Arial, Verdana, sans-serif;
  color: #fff;
  margin-right: 10px;
}
.additional-toggle {
  display: none;
}
#wrapper,
.background,
.section,
.section-inner {
  display: block;
  width: 100%;
}
.section {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section--auto {
  height: auto;
  min-height: 100%;
}
.background {
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overflow-visible {
  overflow: visible !important;
}
.section-inner {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.inner-center,
.inner-center-bottom,
.inner-center-top {
  left: 50%;
  width: 90%;
  max-width: 960px;
  text-align: center;
}
.section-inner.feature {
  height: 1300px;
}
.section-inner.thin {
  height: 250px;
}
.section-inner.grid {
  height: auto;
  margin: 100px auto;
}
.inner-wide {
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}
.inner-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#feature .inner-center {
  -webkit-transform: translate(-50%, -50%) translateY(-50px);
  transform: translate(-50%, -50%) translateY(-50px);
}
.quote h1,
.quote p {
  font: 24px/40px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0 !important;
}
.author,
.emphasize {
  font: 18px/30px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
}
.emphasize.solo {
  margin-top: 15px !important;
}
.author {
  margin-top: 50px;
  color: #fff;
}
#moon #humans .inner-center-top {
  top: 25%;
}
#mission #feature .inner-center.quote {
  top: 45%;
}
.inner-center-bottom,
.inner-center-top {
  position: absolute;
  top: 15%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font: 18px/30px D-DIN-Regular, Arial, Verdana, sans-serif;
}
.inner-center-bottom {
  top: auto;
  bottom: 30px;
}
.inner-left-top {
  position: absolute;
  top: 13%;
  left: 50px;
}
.inner-left-middle,
.inner-right-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
.inner-left-middle {
  left: 50px;
}
.inner-left-bottom {
  position: absolute;
  bottom: 15%;
  left: 50px;
}
.inner-right-top {
  position: absolute;
  top: 13%;
  right: 50px;
}
.outer-right-top.outer-right-top {
  position: absolute;
  top: 10%;
  right: 50px;
  width: 35%;
}
.inner-right-middle {
  right: 50px;
}
.inner-right-bottom {
  position: absolute;
  bottom: 15%;
  right: 50px;
}
.inner-left-bottom,
.inner-left-middle,
.inner-left-top,
.inner-right-bottom,
.inner-right-middle,
.inner-right-top,
.outer-right-top {
  text-align: left;
  width: 50%;
  max-width: 520px;
}
.content-center,
.section-content {
  display: inline-block;
  text-align: center;
  position: relative;
}
.section-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.content-center {
  width: 90%;
  height: auto;
  margin: 75px auto;
  max-width: 960px;
}
.content-center p.left-align-wide {
  max-width: 80%;
  text-align: left;
}
.dragon-tracker-section h3 {
  font-weight: 700;
}
.dragon-tracker-section .dragon-tracker-key {
  width: auto;
  bottom: 0;
}
.dragon-tracker-section .key-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.dragon-tracker-section .key-entry .key-image {
  width: 50px;
  text-align: center;
  margin-right: 20px;
}
.dragon-tracker-section .key-entry .key-values {
  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;
}
.dragon-tracker-section .key-entry .key-distance {
  font-weight: 700;
  line-height: 16px;
}
#cupola .responsive-video {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: auto;
  bottom: 0;
  top: auto;
  max-height: 100%;
  width: auto;
}
#cupola .background-video-cover {
  position: relative;
  height: 100%;
}
#lld .h2-left {
  margin: auto;
}
.content-columns {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 75px auto;
  max-width: 1400px;
  text-align: center;
}
.column-image-full,
.section-image-vh {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.content-columns .left {
  display: block;
  text-align: left;
  margin: 0;
}
.content-columns .right {
  display: block;
  text-align: right;
  margin: 0;
}
.content-columns .inner-left-middle,
.content-columns .inner-right-middle {
  width: 33%;
}
.column-image-full {
  width: 54%;
}
.section-image-vh {
  width: calc(54% + 50px);
  -o-object-fit: cover;
  object-fit: cover;
}
.section-image-vh.left {
  left: 0;
  right: auto;
}
.column-image {
  position: relative;
  display: inline-block;
  width: 54%;
  height: auto;
  margin: 0 50px 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.content-columns .left .column-image {
  margin: 0 0 0 50px;
}
.column,
.column2,
.column3 {
  text-align: left;
  vertical-align: top;
  margin: 0 1%;
  height: auto;
  display: inline-block;
  padding: 0;
}
.column3 {
  width: 30%;
}
.column2 {
  width: 60%;
}
.column {
  width: 47%;
}
#stats .column3 {
  text-align: center;
}
#stats .number {
  display: block;
  font: 140px/140px D-DIN-Light, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
#stats .label {
  display: block;
  font: 22px/32px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
.header-inner,
.row {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  display: block;
  position: relative;
  text-align: left;
  width: 96%;
}
.item {
  display: block;
  margin-bottom: 50px;
}
.item .date {
  display: block;
  font: 20px/24px D-Din, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8b939b;
  text-transform: uppercase;
  margin-top: 30px;
}
.item .location {
  display: block;
  font: 14px/28px Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 30px;
}
.item .label {
  display: block;
  font: 24px/28px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
}
.item a {
  font-weight: 400;
  font-style: normal;
}
.responsive-image,
picture.responsive-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.responsive-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#performance .section-inner {
  text-align: right;
}
.video_container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
table {
  width: 100%;
  margin-top: 30px;
}
table td {
  font: 600 16px/18px D-DIN-Regular, Arial, Verdana, sans-serif;
  text-align: left;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1pt solid rgba(255, 255, 255, 0.3);
}
table.data td {
  text-align: right;
}
table.data td:first-child {
  font: 14px/18px D-DIN-Bold, Arial, Verdana, sans-serif;
  text-align: left;
}
table.data td span {
  color: #868686;
}
table.jobs {
  width: 100%;
  margin: 20px auto;
}
table.launches,
table.regular {
  width: 95%;
  margin: 20px auto;
}
table.jobs th,
table.launches th,
table.regular th {
  font: 18px/50px D-DIN-Bold, Arial, Verdana, sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  white-space: nowrap;
}
table.jobs td,
table.launches td,
table.regular td {
  font: 600 12px/18px D-DIN-Regular, Arial, Verdana, sans-serif;
  padding: 25px 5px 15px;
  vertical-align: text-top;
  text-align: left;
  color: #868686;
}
table.jobs td a,
table.launches td a,
table.regular td a {
  font: 600 12px/18px D-DIN-Regular, Arial, Verdana, sans-serif;
  color: #fff;
}
.toggle-divider {
  display: inline-block;
  margin: 0 10px;
  color: #555;
}
#manifest .content-center {
  margin-bottom: 0;
}
.launches-toggle a {
  font-family: D-DIN-Regular, Arial, Verdana, sans-serif;
}
#earth table.regular td:first-of-type {
  color: #fff;
}
#scrollme {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 30px;
  height: 20px;
  margin: 0 0 0 -15px;
}
#scrollme svg path {
  fill: none;
  stroke: #fff;
}
#landing img {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.launches-entries > div {
  display: block;
  padding: 25px 20px;
  background: #000;
  border-bottom: 20px solid #1a1a1a;
}
.launch-entry-title {
  display: block;
  font: 18px/22px D-DIN-Medium, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  max-width: 75%;
  margin: auto;
  text-align: center;
  color: #fff;
}
.launch-entry-line {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #434343;
}
.launch-entry-line span {
  display: block;
  color: #919191;
  text-transform: uppercase;
}
.launch-entry-line span:first-child {
  font: 14px/14px D-DIN-Regular, Arial, Verdana, sans-serif;
}
.launch-entry-line span:last-child {
  font: 14px/14px D-DIN-Medium, Arial, Verdana, sans-serif;
}
.launch-entry-line a {
  font: 14px/14px D-DIN-Bold, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#human-spaceflight #mission-iss .background {
  background-image: url(static/images/backgrounds/human_spaceflight_iss.jpg);
}
#human-spaceflight #mission-earth .background {
  background-image: url(static/images/backgrounds/human_spaceflight_earth.jpg);
}
#human-spaceflight #mission-moon .background {
  background-image: url(static/images/backgrounds/human_spaceflight_moon.jpg);
}
#human-spaceflight #mission-mars .background {
  background-image: url(static/images/backgrounds/human_spaceflight_mars.jpg);
}
#trademark .column .item {
  margin-left: 0;
  margin-right: 0;
}
#article .section-content {
  padding: 100px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#article iframe {
  width: 100%;
}
#article .row {
  margin-bottom: 30px;
}
#article .row img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.updates-back {
  display: inline-block;
  margin-bottom: 10px;
}
.positions-back {
  position: absolute;
  top: -80px;
  left: 0;
  text-align: left;
  z-index: 2;
}
.positions-back .updates-back {
  padding-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.updates-back svg {
  margin-right: 5px;
}
.updates-back span,
.updates-back svg {
  display: inline-block;
  vertical-align: super;
}
.updates-back span {
  color: #fff;
  font: 12px/1.1 D-DIN-Medium, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.updates-back:hover span {
  color: #fff;
  -webkit-transform: translate3d(2px, 0, 0);
  transform: translate3d(2px, 0, 0);
}
.article-header {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
}
#latest .article-header {
  padding-bottom: 65%;
}
.article-date {
  display: block;
  font: 18px/1.1 D-DIN-Medium, Arial, Verdana, sans-serif;
  color: #8b939b;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.article-title {
  display: block;
  font: 40px/1.1 D-DIN-Bold, Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-infographics-mobile {
  display: none;
}
.section-infographics-mobile + .h2-left {
  margin-top: 50px;
}
.section-infographics .inner-left-top {
  z-index: 2;
}
#iss .infographic-container {
  padding-top: 400px;
}
#mars-and-back .infographic-container {
  padding-top: 170px;
  margin-bottom: 120px;
}
#moon .infographic-container {
  padding-top: 300px;
  margin-bottom: 120px;
}
#launches .infographics-hovers {
  margin-bottom: 0;
}
#mars-and-back .infographics-hovers {
  margin-top: 80px;
}
.infographic-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 10% 50px 0;
  margin: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.infographic-container-svg {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 39%;
}
#mars .infographic-container-svg {
  padding-bottom: 57%;
}
#moon .infographic-container-svg {
  padding-bottom: 41%;
}
.infographic-container-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infographic-container > img {
  display: block;
  position: relative;
  max-width: 80%;
  height: auto;
  margin: 120px auto;
}
.infographic-svg-desktop {
  display: block;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.infographic-svg-mobile {
  display: none;
}
.infographics-hovers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 180px;
  margin-bottom: 60px;
}
.slider .infographics-hovers {
  margin-top: 0;
  margin-bottom: 0;
}
#moon-and-back #svg-center {
  margin-top: -5%;
}
.infographics-hover {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  position: relative;
  vertical-align: top;
  text-align: left;
  height: 100px;
}
#moon .infographics-hovers {
  margin-top: 0;
}
.infographics-hover .img {
  position: absolute;
  left: -80px;
  top: 40px;
  width: 220px;
  height: 220px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
}
.infographics-hover > span {
  display: block;
  position: relative;
  font-family: D-DIN-Medium, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.infographics-hover > span > span {
  display: block;
  position: relative;
  top: -18px;
  left: 25px;
  max-width: 75%;
}
.infographics-hover small {
  display: block;
  position: relative;
  font-size: 11px;
  color: #868686;
}
.infographics-hover p {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  max-width: 90%;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}
.infographics-mobile {
  width: 100%;
  height: auto;
}
.infographics-mobile-container {
  display: none;
  margin-bottom: 20px;
}
.only--mobile {
  display: none;
}
.only--desktop {
  display: block;
}
.description,
.swiper-dots {
  text-align: center;
  position: absolute;
}
#wrapper .section img.infographic-img-desktop {
  display: block;
}
#wrapper .section img.infographic-img-mobile {
  display: none;
}
#cupola .background .section-infographics,
#cupola .background .section-infographics-mobile {
  position: absolute;
  bottom: 0;
}
#wrapper .section img.inspiration4-prof-img {
  display: unset;
  max-width: 385px;
  width: 20%;
}
#wrapper .section img.inspiration4-prof-img + img.inspiration4-prof-img {
  margin-left: 40px;
}
#launches #to-the-iss {
  margin-bottom: 3rem;
  overflow: visible;
}
.gallery-next svg,
.gallery-prev svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.swiper-dots {
  z-index: 2;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-dots > div {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  background: #fff;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-background,
.swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-dots > div.is-current,
.swiper-dots > div:hover {
  opacity: 1;
}
.swiper-slide p {
  max-width: 85%;
}
.gallery-background {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: auto;
  bottom: 100px;
}
.gallery-background video {
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.gallery-full {
  height: 100%;
  bottom: 0;
}
.background-video-contain video,
.background-video-cover video,
.gallery-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.description {
  top: 50%;
  left: 50%;
  width: 55%;
  max-width: 900px;
  font: 15px/24px D-DIN-Medium, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
#navigation-right,
.header-inner {
  -webkit-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
}
#header.is-hidden #hamburger,
#header.is-hidden #navigation-right,
#header.is-hidden .header-inner {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  background-color: #000;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1)
    0.15s;
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.15s,
    -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}
#header.has-background .header-bg {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#controls,
#reveal-overview,
.swiper-pagination-bullet {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.header-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
}
#navigation,
#navigation-right {
  position: absolute;
  top: 38px;
  height: 30px;
}
#controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
.swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff !important;
  opacity: 0.5;
}
#logo {
  position: absolute;
  top: 32px;
  left: 50px;
  width: 210px;
  height: auto;
}
#logo img,
#logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#logo .fill-white {
  fill: #fff;
}
#navigation {
  display: inline-block;
  left: 285px;
}
#navigation-right {
  display: inline-block;
  right: 85px;
}
.nav-links {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}
.nav-links li a {
  display: block;
  line-height: 1.4;
}
#navigation .nav-links li a:after,
#navigation-right .nav-links li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#navigation .nav-links li a,
#navigation-right .nav-links li a {
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
#navigation .nav-links li a:hover,
#navigation-right .nav-links li a:hover {
  color: #fff;
}
#navigation .nav-links li a:focus:after,
#navigation .nav-links li a:hover:after,
#navigation-right .nav-links li a:focus:after,
#navigation-right .nav-links li a:hover:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.nav-links a {
  position: relative;
  font: 14px/28px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hamburger,
.bar {
  position: absolute;
}
#hamburger {
  display: block;
  top: 50%;
  right: 50px;
  width: 35px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 55;
  padding: 0 8px;
  border: 0;
  background: 0 0;
  appeareance: none;
  -webkit-transition: opacity 0.2s linear 0.1s;
  transition: opacity 0.2s linear 0.1s;
}
#hamburger:active,
#hamburger:focus {
  outline: 0;
}
.bar {
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 2px;
}
#bar2 {
  top: 8px;
}
#bar3 {
  top: 14px;
}
#menu,
#menu-close {
  position: fixed;
  top: 0;
  /*overflow-y: scroll;*/
  height: 100%;
}
#menu-close {
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: block;
}
#footer,
.modal-transform,
.youtube-wrapper {
  background: #000;
}
#menu {
  right: 0;
  width: 0;
  z-index: 12;
}
#menu-background {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  display: block;
  width: 100%;
  /* height: 300%;*/
  height: 100%;
  background-color: #000;
}
#menu-navigation {
  position: absolute;
  top: 75px;
  right: 50px;
  width: 250px;
}
#menu-navigation .nav-links li {
  display: block;
  margin: 0;
  text-align: right;
}
#menu-navigation .nav-links li.primary {
  display: none;
}
#menu-navigation .nav-links a {
  display: block;
  font: 16px/40px D-DIN-Regular, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1pt solid #252525;
}
#footer {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font: 12px/18px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #979797;
  padding: 20px 0;
}
#footer span {
  font-size: 12px;
  margin: 0 20px;
}
#footer a {
  font: 12px/24px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
}
#footer a.social {
  display: inline-block;
  margin: 0 20px;
}
#scrollme {
  opacity: 0;
}
.play-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#modal,
.modal-bg,
.modal-transform {
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}
#video:hover .play-arrow,
.video-cursor:hover .play-arrow {
  -webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
  transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
}
#modal {
  display: none;
  position: fixed;
  z-index: 1012;
}
.modal-bg,
.modal-transform {
  position: absolute;
}
#modal .modal-inner {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 75%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modal .modal-close,
#modal .modal-close svg {
  width: 35px;
  height: 35px;
}
#modal .modal-close {
  position: absolute;
  top: 33px;
  right: 39px;
}
#modal .modal-close svg line {
  stroke-width: 4;
  stroke: #fff;
}
.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 45px;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-wrapper + span {
  display: block;
  text-transform: uppercase;
  font: 17px/25px D-DIN-Bold, Arial, Verdana, sans-serif;
  margin-top: 20px;
  text-align: center;
}
.astronauts-intrinsic {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 45%;
}
body.isDesktop #menu-navigation a,
body.isDesktop a {
  -webkit-transition: color 1s cubic-bezier(0.25, 1, 0.25, 1),
    background-color 1s cubic-bezier(0.25, 1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 1, 0.25, 1),
    background-color 1s cubic-bezier(0.25, 1, 0.25, 1);
}
body.isDesktop #footer p a:focus,
body.isDesktop #footer p a:hover,
body.isDesktop #menu-navigation a:hover {
  color: #8b939b;
}
#careers .home-select,
#careers .select-css {
  text-align: left;
  padding-left: 12px;
}
#mosaic .mosaic__title {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  line-height: normal;
}
#careers .search-btn,
#careers .search-input {
  color: #fff;
  font: 14px/28px D-DIN-Bold, Arial, Verdana, sans-serif;
  border: none;
}
#mosaic .mosaic__description,
#mosaic .mosaic__photo {
  max-width: 100%;
}
#careers .search {
  position: relative;
  display: none;
}
#careers .search-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
#careers .search-input {
  background: #1a1a1a;
  min-height: 66px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
}
#careers .search-btn:focus,
#careers .search-input:focus,
#careers .select-css:focus {
  outline: #fff solid 1px;
}
#careers .search-btn {
  position: absolute;
  right: 12px;
  top: 21px;
  background: 0 0;
}
#careers .inner-search {
  display: none;
  margin-top: 125px;
  margin-bottom: 25px;
}
#careers .inner-search-back {
  position: absolute;
  left: 20px;
  top: -30px;
}
#careers .search-btn svg {
  fill: #fff;
  height: 16px;
  width: 16px;
  margin-top: 5px;
}
#careers .home-select {
  width: 100%;
  max-width: 100%;
}
.careers-home-container {
  display: inline-block;
  margin-top: 2.81rem;
  max-width: 452px;
}
#careers #api-buttons {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  grid-gap: 10px;
  margin-top: 66px;
}
#careers #api-buttons > a {
  margin: 0 !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-select-container {
  width: 100%;
}
#careers .home-select-container svg {
  right: 25px;
}
.search-container-inner {
  max-width: 500px;
  margin: 40px auto 0;
}
#careers #filter .plus-icon {
  position: absolute;
  top: 26px;
  right: 23px;
}
#dragon-tracker iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.center-header {
  margin: 0 -50% 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dim-background {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
@media screen and (min-width: 600px) {
  .inner-left-bottom h2,
  .inner-left-middle h2 {
    max-width: 90%;
    margin-left: 0;
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 600px) {
  #api-buttons .btn:first-child {
    margin-left: 0;
  }
  #api-buttons .btn:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) {
  #article .row .column:first-child {
    margin-left: 0;
  }
  #article .row .column:last-child {
    margin-right: 0;
  }
  #updates-list #latest {
    margin-top: 75px;
  }
  .infographics-mobile-container {
    padding-top: 25%;
  }
}
@media screen and (min-width: 901px) {
  #columns .content-center {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  .ml5 {
    margin-left: -5px !important;
  }
  .mw-p {
    max-width: 80%;
  }
  .content-center.ml {
    margin: 130px auto;
  }
  .content-center p {
    max-width: 60%;
    margin: 20px auto 15px;
  }
  #rideshare #columns {
    padding: 40px 0;
  }
  ul.left-list-align-wide {
    display: inline-block;
    max-width: 72%;
    text-align: left;
    margin: 0;
  }
  #trademark #article {
    margin-top: 100px;
  }
}
@media screen and (min-width: 961px) {
  #positions .content-center {
    width: calc(100% - 100px);
  }
  .select-css {
    padding: 22.5px 80px 22.5px 30px;
  }
  .select svg {
    right: 25px;
  }
  #columns .content-center {
    max-width: 1420px;
  }
  #vehicles {
    height: 0;
    padding-bottom: 45%;
  }
  .section-inner.sectiom-inner--abs {
    position: absolute;
    top: 0;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
  }
  .article-title {
    max-width: 50%;
  }
  .not-desktop {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  #hamburger {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1000px) {
  .swiper-timeline-item {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #launches .inner-left-bottom,
  #launches .inner-left-middle,
  #launches .inner-left-top,
  #launches .inner-right-bottom,
  #launches .inner-right-middle,
  #launches .inner-right-top,
  #launches .outer-right-top {
    max-width: 630px;
  }
  table.jobs td,
  table.jobs td a,
  table.jobs th,
  table.launches td,
  table.launches td a,
  table.launches th,
  table.regular td,
  table.regular td a,
  table.regular th {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1500px) {
  #careers #video .inner-right-bottom {
    right: -60px;
    max-width: 570px;
  }
}
@media screen and (min-width: 1600px) {
  .content-center {
    max-width: 1400px;
  }
  ul.left-list-align-wide {
    display: inline-block;
    max-width: 70%;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1700px) {
  h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .h2-left {
    font-size: 50px;
    line-height: 50px;
  }
  p {
    line-height: 1.75;
    font-size: 17px;
  }
}
@media screen and (max-width: 1600px) {
  #cupola {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #cupola .background {
    position: initial;
  }
  #cupola .responsive-video {
    display: none;
  }
  #cupola .responsive-image {
    position: relative;
    height: 100%;
  }
  #cupola .responsive-image img {
    bottom: 0;
    position: absolute;
    width: auto;
    height: 100%;
  }
  #cupola .section-inner {
    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;
  }
  #cupola .inner-right-top {
    max-width: 100%;
    width: calc(100% - 50px);
    top: unset;
    right: unset;
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .positions-back {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-left-bottom,
  .inner-left-middle,
  .inner-left-top,
  .inner-right-bottom,
  .inner-right-middle,
  .inner-right-top,
  .outer-right-top {
    max-width: 420px;
  }
  #iss .infographic-svg,
  #moon-and-back #svg-center {
    margin-left: -15%;
  }
}
@media screen and (max-width: 1100px) {
  .progress-bar {
    display: none;
  }
  #cupola {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #cupola .responsive-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
  }
  #cupola .section-inner {
    height: 100%;
  }
  #cupola .inner-right-top {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  #positions {
    padding-top: 60px;
  }
  #filter {
    display: block;
  }
  #positions .select {
    display: none;
  }
  .select-container {
    margin-bottom: 20px;
  }
  .select-container {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .select-css {
    display: block;
    width: 100%;
  }
  #jobs-list h2 {
    font-size: 25px;
    line-height: 30px;
  }
  #configurations > a {
    display: block;
    position: relative;
    bottom: auto;
    margin: 50px auto;
  }
  .slider h2 {
    max-width: 80%;
    margin-left: 0;
  }
  #rideshare #feature h1 {
    font-size: 46px;
    line-height: 46px;
  }
  #rideshare #feature .inner-center {
    top: 230px;
    margin-top: 0;
  }
  .iframe-container {
    margin-top: 0;
  }
  #home #vehicles,
  #human-spaceflight #vehicles {
    display: none;
  }
  #mobile-vehicles {
    display: block;
  }
  .swiper-timeline-item:after,
  .swiper-timeline-item:before {
    display: none;
  }
  .swiper-timeline {
    height: auto;
  }
  .swiper-timeline-item {
    height: auto;
    width: auto;
    margin: 0 15px;
    opacity: 0.75;
  }
  .swiper-timeline-item span {
    font-size: 15px;
    line-height: 15px;
  }
  .hasTimeline .swiper-slide .section-inner {
    margin-top: 70px;
  }
  #launches .swiper-dots {
    bottom: 25px;
  }
  #launches #gallery-next-use,
  #launches #gallery-prev-use {
    display: none;
  }
  #mission .column {
    width: 70%;
    margin: auto;
  }
  .dragon-tracker-section .key-entry {
    margin-top: 10px;
  }
  .content-center p.left-align-wide {
    max-width: 100%;
  }
  ul.left-list-align-wide {
    display: inline-block;
    max-width: 90%;
    text-align: left;
    margin: 0;
  }
  .section-image-vh {
    display: none;
  }
  .infographic-svg-mobile {
    display: block;
  }
  .only--mobile {
    display: block;
  }
  .only--desktop {
    display: none;
  }
  .infographics-mobile-container {
    display: block;
  }
  .infographics-hovers {
    display: block;
    text-align: left;
    font-size: 0;
  }
  .infographics-hover {
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
  }
  .infographics-hover > span {
    max-width: 90%;
    font-size: 14px;
    line-height: 16px;
  }
  .infographics-hover > span > span {
    top: -16px;
  }
  .infographic-container {
    padding: 0 20px;
  }
  .infographics-hover p,
  .infographics-hover small {
    display: none;
  }
  .swiper-dots.not-mobile {
    display: none;
  }
  .gallery-next,
  .gallery-prev {
    border-bottom: 1px solid transparent;
  }
  .gallery-next:focus,
  .gallery-prev:focus {
    outline: 0;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #fff;
  }
  .background-video-contain video {
    position: absolute;
    bottom: 0;
    top: auto;
    left: -25%;
    width: 160%;
    height: auto;
  }
  #controls {
    top: 0;
    bottom: auto;
  }
  #reveal-overview {
    max-width: 100%;
  }
  #modal .modal-inner {
    width: 100%;
  }
  #modal .modal-close {
    top: 18px;
    right: 13px;
  }
  #modal .modal-close,
  #modal .modal-close svg {
    width: 25px;
    height: 25px;
  }
  .small-reveal.slider .gallery-background,
  .small-reveal.slider .reveal-bg,
  .small-reveal.slider .reveal-container {
    height: 600px;
  }
  .reveal-bg,
  .reveal-container {
    height: 600px;
    background-size: cover;
    bottom: 0;
  }
  .desktop-video {
    display: none !important;
  }
  .mobile-video {
    display: inline-block;
  }
  #navigation,
  #navigation-right,
  video:not([data-mobile-video]) {
    display: none;
  }
  body {
    font: 16px/24px Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  h1 {
    font: 69px/65px D-DIN-Bold, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
  }
  h2,
  h2.jumbo {
    font: 36px/36px D-DIN-Bold, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #feature h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    max-width: 70%;
    margin-left: 0;
  }
  .select {
    margin: 25px 0;
  }
  #careers #feature h2 {
    margin-left: auto;
    max-width: 100%;
  }
  #home #feature h1,
  #home #feature h2 {
    font-size: 34px !important;
    line-height: 34px !important;
    text-align: left;
    max-width: 70%;
    margin: 0;
    padding: 0;
  }
  #home #feature .inner-right-bottom,
  #home #feature .inner-right-middle {
    top: auto;
    text-align: right;
    width: auto;
    bottom: 15%;
    left: auto;
    right: 50px;
    max-width: 400px;
  }
  #home #feature .inner-left-bottom,
  #home #feature .inner-left-middle {
    top: auto;
    text-align: left;
    width: auto;
    bottom: 15%;
    left: 50px;
    right: auto;
    max-width: 400px;
  }
  h3 {
    font: 15px/20px D-DIN-Bold, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
  }
  a.btn,
  p:first-of-type {
    margin-top: 15px;
  }
  h4 {
    font: 16px/25px D-DIN-Medium, Arial, Verdana, sans-serif;
  }
  #header {
    height: 60px;
  }
  #feature .inner-center {
    -webkit-transform: translate(-50%, -50%) translateY(-30px);
    transform: translate(-50%, -50%) translateY(-30px);
  }
  #logo {
    left: 50%;
    top: 50%;
    width: 150px;
    margin-top: -5px;
    margin-left: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 55;
  }
  .primary {
    display: block;
  }
  #menu-navigation {
    top: 50px;
  }
  #menu-navigation .nav-links li.primary {
    display: block;
  }
  #stats .number {
    font: 72px/72px D-DIN-Medium, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
  }
  #stats .label {
    font: 12px/24px D-DIN-Medium, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #footer span {
    display: block;
    margin-bottom: 5px;
  }
  #footer a {
    margin: 0 10px;
  }
  #reveal .section-inner {
    height: 100%;
  }
  #reveal .inner-left-middle {
    width: 70%;
    right: 0;
    left: 0;
    margin: auto;
    top: 300px;
  }
  #dragon #reveal .inner-left-middle {
    top: 260px;
  }
  .slider .gallery-prev {
    left: auto;
    right: 40px;
  }
  .slider .gallery-next {
    right: 10px;
  }
  .slider[data-arrow-noresize] .gallery-next,
  .slider[data-arrow-noresize] .gallery-prev {
    top: 58px;
  }
  .slider .gallery-background {
    position: relative;
    height: 500px;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .slider .gallery-background.gallery-background-svg {
    height: auto;
  }
  .slider .gallery-background.gallery-background-svg svg {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
  }
  #careers .slider .gallery-background,
  #mission .slider .gallery-background {
    height: 330px;
  }
  #careers .slider .gallery-next,
  #careers .slider .gallery-prev {
    top: 289px;
  }
  .background-tab {
    background-position: center;
  }
  .slider .gallery-background video {
    height: 100%;
    width: auto;
  }
  .slider .section-inner {
    height: auto !important;
  }
  .slider .section-inner > div {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    padding: 40px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .slider .section-inner > div .h2 {
    max-width: 90%;
  }
  .section-infographics {
    display: none;
  }
  .mobile-video {
    display: inline-block;
  }
  .section-infographics-mobile {
    display: block;
  }
}
@media (max-width: 960px) {
  #wrapper .section img.infographic-img-desktop {
    display: none;
  }
  #wrapper .section img.inspiration4-prof-img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 330px;
  }
  #wrapper .section img.inspiration4-prof-img + img.inspiration4-prof-img {
    margin-left: auto;
    margin-top: 30px;
  }
  #wrapper .section img.infographic-img-mobile {
    display: block;
  }
  #wrapper .section img.infographic-img-mobile + h2 {
    margin-top: 50px;
  }
  #careers .search-input-wrapper {
    display: block;
    margin: 15px auto;
  }
  .home-select-container {
    width: 100%;
    margin: 0;
  }
  .search-container-inner {
    max-width: 100%;
  }
  .careers-home-container {
    margin-top: 0.5rem;
  }
  #careers .api-buttons {
    margin-top: 33px;
  }
  #careers #feature .background {
    background-position: 66% bottom;
  }
  .mobile-reset-center > .inner-center {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 15vh auto 0;
  }
  #positions .content-center {
    margin-bottom: 30px;
  }
  #positions .select-button {
    margin-top: 15px;
    text-align: left;
    padding-left: 12px;
    position: relative;
  }
}
@media (max-width: 960px) and (max-height: 900px) {
  .mobile-reset-center {
    height: auto !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  #columns .column3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .rideshare-stats h2,
  .rideshare-stats span {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  table.jobs th,
  table.launches th,
  table.regular th {
    font: 14px/24px D-DIN-Bold, Arial, Verdana, sans-serif;
  }
  table.jobs td,
  table.launches td {
    font: 10px/16px D-DIN-Regular, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 700px) {
  .text-column {
    width: 100%;
  }
  .text-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .text-column:first-child {
    padding-right: 0;
  }
  .text-column:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #feature .background {
    opacity: 0.95 !important;
  }
  #home #feature .inner-left-bottom {
    bottom: 10% !important;
  }
  .select svg {
    right: 30px;
  }
  #rideshare #feature .inner-center {
    top: 180px;
  }
  #rideshare #feature h1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  #rideshare .iframe-container {
    margin-top: -120px;
  }
  #careers #slider .swiper-slide:nth-child(2) .gallery-background {
    background-size: 160%;
    background-position: bottom center;
  }
  #vehicle.collapse .section-inner {
    margin-top: -15%;
  }
  .swiper-timeline-item {
    margin: 0 7px;
  }
  #mission .column {
    width: 80%;
    margin: auto;
  }
  #launches #parallax svg {
    display: none;
  }
  .emojis-controller {
    width: 50px;
    height: 350px;
    bottom: calc(10% - 10px);
    right: 20px;
    border-radius: 25px;
  }
  .emojis-list {
    white-space: initial;
  }
  .emoji {
    padding: 10px;
    width: 30px;
    height: 30px;
  }
  .emoji-hover {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .text-columns {
    padding: 50px 20px;
  }
  .content-tabs {
    padding: 10px 0;
    margin: 20px 0 10px;
  }
  .content-tabs button {
    display: inline-block;
    font-size: 12px;
    color: #fff;
  }
  .section-dc .section-content {
    padding: 0 20px;
  }
  .inner-center-top p {
    font-size: 15px;
  }
  h1.feature-title {
    font: 40px/44px D-DIN-Bold, Arial, Verdana, sans-serif;
  }
  h2.sub-title {
    font: 30px/34px D-DIN-Bold, Arial, Verdana, sans-serif;
  }
  .not-mobile,
  table.eart-to-earth tr td:nth-child(2),
  table.eart-to-earth tr th:nth-child(2) {
    display: none;
  }
  #home #vehicles .background {
    background-position: 55% 50%;
  }
  #home #vehicles .inner-left-middle {
    padding-top: 50px;
  }
  #careers #video .background {
    background-position: 40% 50%;
  }
  #f9 #video .background {
    background-position: 53% 50%;
  }
  #human-spaceflight #feature .background {
    background-position: 60% 50%;
  }
  #earth #humans .background {
    background-position: 70%, 50%;
  }
  #launches #feature .background {
    background-position: 61% 50%;
  }
  .background {
    background-position: center bottom;
    height: 100vh;
  }
  #human-spaceflight #mission-earth .background {
    background-image: url(static/images/backgrounds/human_spaceflight_earth-mobile.jpg);
  }
  #human-spaceflight #mission-earth .inner-right-middle {
    right: auto;
    left: 25px;
    top: auto;
    bottom: 15%;
  }
  #human-spaceflight #mission-iss .background {
    background-image: url(static/images/backgrounds/human_spaceflight_iss-mobile.jpg);
  }
  #human-spaceflight #mission-iss .inner-left-bottom {
    bottom: auto;
    top: 5%;
    left: auto;
    right: 25px;
    max-width: 220px;
  }
  #human-spaceflight #mission-moon .background {
    background-image: url(static/images/backgrounds/human_spaceflight_moon-mobile.jpg);
  }
  #human-spaceflight #mission-moon .inner-right-middle {
    right: auto;
    left: 25px;
    top: 20%;
  }
  #human-spaceflight #mission-mars .background {
    background-image: url(static/images/backgrounds/human_spaceflight_mars-mobile.jpg);
  }
  #human-spaceflight #mission-mars .inner-left-middle {
    top: 25%;
    bottom: auto;
    right: 25px;
    left: auto;
  }
  #moon #moon-and-back .background {
    background-position: center center;
  }
  #article .row {
    margin-bottom: 0;
  }
  #article .section-content {
    padding: 100px 0;
  }
  .article-date {
    font-size: 14px;
  }
  .article-title {
    font-size: 30px;
  }
  .description {
    font: 12px/17px D-DIN-Medium, Arial, Verdana, sans-serif;
    font-weight: 400;
  }
  #footer a.social {
    margin: 0 5px;
  }
  .youtube-wrapper + span {
    font: 12px/16px D-DIN-Bold, Arial, Verdana, sans-serif;
  }
  .astronauts-intrinsic {
    padding-bottom: 65%;
  }
  .small-reveal.slider .gallery-background,
  .small-reveal.slider .reveal-bg,
  .small-reveal.slider .reveal-container {
    height: 500px;
  }
  .reveal-bg,
  .reveal-container {
    height: 500px;
    background-size: cover;
  }
  .desktop-video {
    display: none !important;
  }
  .mobile-video {
    display: inline-block;
  }
  #earth #transportation .inner-right-top,
  #mars #landing .inner-right-top {
    top: 10%;
  }
  #earth #time .content-center {
    margin-bottom: 20px;
  }
  h1 {
    font: 48px/45px D-DIN-Bold, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #feature h1 {
    margin-bottom: 15px;
  }
  #feature h3 {
    max-width: 60%;
    margin-left: 0;
  }
  #feature .inner-center h3 {
    margin-left: auto;
    margin-right: auto;
  }
  #iss .section-infographics,
  #mars .section-infographics,
  #moon .section-infographics {
    padding-top: 100px;
  }
  #launches.main #feature .inner-left-bottom {
    bottom: 35%;
  }
  #home #humans .inner-right-top {
    top: 20%;
  }
  .inner-right-top h2 {
    max-width: 80%;
    margin-left: 0;
  }
  #hamburger,
  #menu-navigation {
    right: 20px;
  }
  #stats .number {
    font: 48px/55px D-DIN-Light, Arial, Verdana, sans-serif;
    margin: 0;
  }
  #stats .label {
    line-height: 14px;
    max-width: 75%;
    margin: 5px auto 0;
  }
  .quote h1,
  .quote p {
    font: 16px/28px D-DIN-Medium, Arial, Verdana, sans-serif;
    font-weight: 400;
  }
  .author,
  .emphasize {
    font: 14px/24px D-DIN-Regular, Arial, Verdana, sans-serif;
    font-weight: 400;
  }
  .btn.special {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .section,
  .section-inner {
    height: auto;
  }
  .section--auto {
    min-height: auto;
  }
  #home #feature .inner-right-middle {
    right: 20px;
    bottom: 20%;
    max-width: 100%;
  }
  #home #feature .inner-left-bottom {
    left: 20px;
    bottom: 20%;
    max-width: 100%;
  }
  .inner-left-bottom,
  .inner-right-bottom {
    bottom: 10%;
  }
  .inner-left-bottom,
  .inner-left-top,
  .inner-right-bottom,
  .inner-right-top {
    width: auto;
    max-width: none;
    right: 20px;
    left: 20px;
  }
  .inner-left-top {
    top: 40px;
  }
  .inner-right-top {
    top: 40px;
  }
  .inner-left-middle {
    left: 20px;
    right: auto;
  }
  .inner-right-middle {
    left: auto;
    right: 20px;
  }
  .inner-center-top {
    top: 10%;
  }
  .collapse .background {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
  }
  .collapse.min .background {
    height: 350px;
  }
  .collapse .inner-left-bottom,
  .collapse .inner-left-middle,
  .collapse .inner-left-top,
  .collapse .inner-right-bottom,
  .collapse .inner-right-middle,
  .collapse .inner-right-top {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
    padding: 40px 20px;
    width: auto;
  }
  .content-columns {
    margin: 25px auto;
  }
  .column-image {
    width: auto;
    margin: 0 20px 25px !important;
  }
  .column-image.mf {
    margin: 0 0 25px !important;
  }
  .section-inner.thin {
    height: auto;
  }
  .section-inner.thin .inner-center {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0 20px;
    padding: 50px 0;
    -webkit-transform: none;
    transform: none;
  }
  .column {
    display: block;
    width: auto;
    margin: 20px;
  }
  .row {
    width: auto;
  }
  .row .item {
    margin: 0 20px;
  }
  #moon #humans br {
    display: none;
  }
  #uses {
    margin-bottom: 50px;
  }
  #uses .section-inner {
    margin-top: -220px;
  }
  #uses.slider .gallery-background {
    height: 740px;
    margin-top: -130px;
  }
}
@media only screen and (max-width: 600px) {
  #landing .content-center {
    margin-bottom: 20px;
  }
  #landing img {
    display: block;
  }
  #launches .svg-container,
  #mission .svg-container,
  .launches-toggle,
  table.launches {
    display: none;
  }
  .launches-entries,
  .launches-toggle-mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .content-tabs button {
    margin: 0 5px;
  }
  #cupola .inner-right-top {
    margin-top: 20px;
    position: inherit;
    left: unset;
    padding: 0 10px;
  }
  #cupola .inner-right-top p {
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .select-css {
    max-width: 320px;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .nav-links li {
    margin: 0 12px 0 0;
  }
}
@media screen and (orientation: landscape) {
  .isMobile #modal .modal-inner {
    width: 420px;
  }
  .isMobile .youtube-wrapper {
    margin-bottom: 20px;
  }
}
.shadowed {
  text-shadow: 0 0 2px #555;
}
.text-left {
  text-align: left;
}
.padded {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lazy {
  background-image: none !important;
  background-color: transparent !important;
}
@media (max-width: 900px) {
  .text-left {
    text-align: center;
  }
}
#launches #stats .content-center {
  margin: 115px 0;
}
#launches .launches-content-width {
  max-width: 1640px;
}
#launches .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  width: auto;
}
#launches .background {
  height: 100%;
}
#launches .item {
  width: calc(50% - 10px);
  text-align: left;
  margin-bottom: 100px;
}
#launches .item .date {
  margin-top: 60px;
  color: #fff;
}
#launches .item .label {
  margin-top: 20px;
  margin-bottom: 35px;
  font: 32px/36px D-DIN-Bold, Arial, Verdana, sans-serif;
}
#launches #upcoming .content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 50px auto 0;
  padding-bottom: 90px;
  border-bottom: 1px solid #fff;
}
#launches #upcoming .content-center > .label {
  margin-right: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#launches #upcoming .upcoming-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  --widthA: calc(50vw + 435px);
  min-width: var(--widthA);
}
#launches #upcoming .upcoming-options::-webkit-scrollbar {
  height: 0;
}
#launches #upcoming .upcoming-option {
  width: 617px;
  height: 269px;
  position: relative;
  border: 1px solid #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#launches #upcoming .upcoming-option.single-option {
  width: 873px;
}
#launches #upcoming .upcoming-option.many-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 536px;
  flex: 0 0 536px;
}
#launches #upcoming .upcoming-option + .upcoming-option {
  margin-left: 20px;
}
#launches #upcoming .upcoming-option .background {
  z-index: -1;
}
#launches .upcoming-info {
  padding: 25px;
}
#launches .single-live,
#launches .upcoming-live {
  display: none;
  background-color: red;
  padding: 0 5px;
  border-radius: 3px;
}
#launches .upcoming-info .date,
#launches .upcoming-info .label {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
#launches .upcoming-info .date {
  font: 20px/22px D-Din, Arial, Verdana, sans-serif;
}
#launches .upcoming-info .label {
  font: 40px/40px D-Din-Bold, Arial, Verdana, sans-serif;
}
#launches .upcoming-live {
  position: absolute;
  top: 10px;
  left: 10px;
}
#launches .single-live {
  width: 30px;
  margin-bottom: 5px;
}
#launches .single-live-upcoming {
  display: block;
}
@media (max-width: 1640px) {
  #launches #upcoming .upcoming-options {
    --widthB: calc(100vw * 0.45);
    --widthC: calc(var(--widthB) - 757px);
    min-width: calc(var(--widthA) + var(--widthC));
  }
  #launches #upcoming .upcoming-option.single-option {
    width: calc(100% - 135px);
  }
}
@media (max-width: 960px) {
  #launches #stats .content-center {
    margin: 30px 0;
  }
  #launches .item {
    width: 100%;
    margin-bottom: 45px;
  }
  #launches .item .date {
    margin-top: 30px;
  }
  #launches .item .label {
    margin-bottom: 20px;
  }
  #launches .item a.btn {
    width: calc(100% - 34px);
  }
  #launches .upcoming-info .label {
    font: 30px/30px D-Din-Bold, Arial, Verdana, sans-serif;
  }
  #launches #upcoming .content-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    width: calc(100% - 40px);
    margin: 30px 20px 20px;
  }
  #launches #upcoming .content-center > .label {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #launches #upcoming .upcoming-option {
    min-width: 283px;
    width: 50%;
    height: 250px;
  }
  #launches #upcoming .upcoming-option.many-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 283px;
    flex: 0 0 283px;
  }
  #launches #upcoming .upcoming-option.single-option {
    width: 100%;
  }
  #launches #upcoming .upcoming-options {
    min-width: calc(100vw - 40px);
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 0 5%;
  }
}
#updates-list #feature {
  margin-bottom: 60px;
}
#updates-list .item .date {
  margin-top: 70px;
  color: #fff;
}
#updates-list .item .label {
  margin-top: 25px;
  margin-bottom: 50px;
  font: 32px/36px D-DIN-Bold, Arial, Verdana, sans-serif;
}
#updates-list .item,
#updates-list .item .contents {
  margin-bottom: 60px;
}
#updates-list .item p {
  margin: 25px 0;
}
#updates-list #latest.section .section-content {
  max-width: 1088px;
}
@media (max-width: 600px) {
  #updates-list h1.feature-title {
    font-size: 60px;
  }
  #updates-list .item .date {
    margin-top: 30px;
  }
  #updates-list .item {
    margin-bottom: 60px !important;
  }
}
.astronauts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.astronaut-portrait {
  min-width: 0;
  margin: 0 10px;
}
.astronaut-portrait img {
  width: 100vw !important;
  height: auto;
}
.astronaut-portrait a span {
  display: block;
  text-align: center;
}
@media (max-width: 900px) {
  .astronauts-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .astronaut-portrait {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 25px;
  }
  .astronaut-portrait span {
    display: block;
    text-align: center;
  }
  .astronaut-portrait img {
    max-height: 300px;
    width: auto;
    max-width: 240px !important;
  }
  .launches-countdown {
    margin-top: 20px;
  }
  .launches-update .text-columns {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #scrollme {
    display: none;
  }
}
