/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.heading-huge {
  font-size: 114px;
  line-height: 0.8;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: -15px;
}

@media screen and (max-width: 1300px) {
  .heading-huge {
    font-size: 8.76923rem !important;
  }
}

.heading-huge strong {
  font-weight: 700;
}

.heading-huge + .subheading {
  margin-top: 1em;
  font-size: 20px;
  line-height: 20px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
  .heading-huge + .subheading {
    font-size: 1.53846rem !important;
  }
}

.heading-number {
  font-size: 82px;
  line-height: 0.73;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 1300px) {
  .heading-number {
    font-size: 6.30769rem !important;
  }
}

.heading-number + .subheading {
  margin-top: 1em;
  font-size: 14px;
  line-height: 14px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
  .heading-number + .subheading {
    font-size: 1.07692rem !important;
  }
}

.heading-large {
  font-size: 70px;
  line-height: 0.85;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1300px) {
  .heading-large {
    font-size: 5.38462rem !important;
  }
}

.heading-large + .subheading {
  margin-top: -0.5em;
  font-size: 14px;
  line-height: 14px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1300px) {
  .heading-large + .subheading {
    font-size: 1.07692rem !important;
  }
}

.heading-mid {
  font-size: 38px;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .heading-mid {
    font-size: 2.92308rem !important;
  }
}

.heading-small {
  font-size: 28px;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1300px) {
  .heading-small {
    font-size: 2.15385rem !important;
  }
}

.quote {
  position: relative;
  max-width: 160px;
  text-indent: 1.2em;
  position: relative;
}

.quote:before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background: url(/images/ui/quotemarks.png);
  background-size: contain;
}

.line-text {
  font-size: 14px;
  line-height: 1;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1300px) {
  .line-text {
    font-size: 1.07692rem !important;
  }
}

.line-text__word {
  white-space: nowrap;
  margin-right: 1em;
}

.line-text__line {
  width: 100%;
  position: relative;
  top: 0.55em;
  height: 1px;
  background: white;
}

.text-link {
  font-size: 16px;
  line-height: 1;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .text-link {
    font-size: 1.23077rem !important;
  }
}

.text-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-image: url(/images/ui/right-arrow.png);
  background-position: left 55%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
}

.text-link:hover:after {
  -webkit-transform: translateX(1em);
      -ms-transform: translateX(1em);
          transform: translateX(1em);
}

.body-text, body {
  font-size: 16px;
  line-height: 1.375;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  .body-text, body {
    font-size: 1.23077rem !important;
  }
}

.large-text {
  font-size: 20px;
  line-height: 1.4;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  .large-text {
    font-size: 1.53846rem !important;
  }
}

html {
  background: #131315;
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 1vw;
}

body {
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

body, html {
  overflow-y: hidden;
  overflow-x: hidden;
}

body.scroll, html.scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.card {
  position: relative;
  padding: 20px 30px 30px 30px;
  overflow: hidden;
}

.card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
  mix-blend-mode: lighten;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms cubic-bezier(0.095, 0.74, 0, 1);
}

.card__content {
  position: relative;
  z-index: 1;
}

.card--red {
  background: #E51C30;
}

.card--black {
  background: black;
}

.card p {
  max-width: 333.66667px;
}

.card .large-text {
  max-width: 417.08333px;
}

.card .line-text {
  margin-bottom: 20px;
}

.card .text-link {
  position: absolute;
  bottom: 36px;
}

.card--testimonial .card__bg {
  opacity: 0.8;
}

.card--testimonial .card__content {
  position: absolute;
  bottom: 30px;
  max-width: 250.25px;
}

.card:not(.card--testimonial):hover .card__bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 1800ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
}

.card:not(.card--testimonial):hover .text-link:after {
  -webkit-transform: translateX(1em);
      -ms-transform: translateX(1em);
          transform: translateX(1em);
}

.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.field label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 700;
  white-space: nowrap;
  padding: 13px 0;
}

@media screen and (max-width: 1300px) {
  .field label {
    font-size: 1.23077rem !important;
  }
}

.field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 47px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none !important;
  text-align: center;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 1300px) {
  .field input {
    font-size: 1.23077rem !important;
  }
}

.submit {
  position: relative;
  overflow: hidden;
  background: #E51C30;
  height: 47px;
  -webkit-transition: 1ms 300ms linear !important;
  transition: 1ms 300ms linear !important;
}

.submit__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  height: 47px;
  display: block;
  width: 100%;
  background: transparent;
  color: #FFFFFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
  outline: none !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: 1ms 300ms linear;
  transition: 1ms 300ms linear;
}

@media screen and (max-width: 1300px) {
  .submit__input {
    font-size: 1.53846rem !important;
  }
}

.submit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 400%;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#E51C30));
  background: -webkit-linear-gradient(white, #E51C30);
  background: linear-gradient(white, #E51C30);
  z-index: 2;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.submit:hover {
  background: #FFFFFF;
}

.submit:hover .submit__input {
  color: #131315;
}

.submit:hover:after {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.submit--white {
  background: #FFFFFF;
}

.submit--white .submit__input {
  color: #131315;
}

.submit--white:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#E51C30), to(white));
  background: -webkit-linear-gradient(#E51C30, white);
  background: linear-gradient(#E51C30, white);
}

.submit--white:hover {
  background: #E51C30;
}

.submit--white:hover .submit__input {
  color: #FFFFFF;
}

.ani--panel {
  position: relative;
  overflow: hidden;
  -webkit-transition: background 1ms 300ms steps(1);
  transition: background 1ms 300ms steps(1);
}

.ani--panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 400%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E51C30), to(#FFFFFF));
  background: -webkit-linear-gradient(#E51C30, #FFFFFF);
  background: linear-gradient(#E51C30, #FFFFFF);
  -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
          transform: translateY(-105%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ani--panel > * {
  -webkit-transition: opacity 1ms 300ms linear, -webkit-transform 1800ms 100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, -webkit-transform 1800ms 100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, transform 1800ms 100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, transform 1800ms 100ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms 100ms cubic-bezier(0.095, 0.74, 0, 1);
}

.ani--panel > *:not(.card__bg) {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.ani--panel > *:first-child {
  -webkit-transition: opacity 1ms 300ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 1ms 300ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
}

.ani--panel:not(.show) {
  background: transparent !important;
}

.ani--panel:not(.show) > * {
  opacity: 0;
  background: transparent;
}

.ani--panel:not(.show) > *:not(.card__bg) {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.ani--panel:not(.show):after {
  -webkit-transform: translateY(27%);
      -ms-transform: translateY(27%);
          transform: translateY(27%);
}

.ani--mask .line {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  white-space: nowrap;
}

.ani--mask .line .linner {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: -webkit-transform 600ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: transform 600ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: transform 600ms cubic-bezier(0.72, 0.005, 0.905, 0.195), -webkit-transform 600ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
}

.ani--mask .line .lininer {
  display: block;
  position: relative;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 600ms 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 600ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 600ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms 600ms cubic-bezier(0.095, 0.74, 0, 1);
  -webkit-transform-origin: 50% 17%;
      -ms-transform-origin: 50% 17%;
          transform-origin: 50% 17%;
}

.ani--mask .line:nth-child(2) .linner {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.ani--mask .line:nth-child(2) .lininer {
  -webkit-transition: -webkit-transform 600ms 900ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms 900ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 900ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 900ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms 900ms cubic-bezier(0.095, 0.74, 0, 1);
}

.ani--mask .line:nth-child(3) .linner {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.ani--mask .line:nth-child(3) .lininer {
  -webkit-transition: -webkit-transform 600ms 1100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms 1100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 1100ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 1100ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms 1100ms cubic-bezier(0.095, 0.74, 0, 1);
}

.ani--mask.active:after {
  -webkit-transform: scaleX(0) !important;
      -ms-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
}

.ani--mask.active.show:after {
  -webkit-transform: scaleX(1) !important;
      -ms-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.ani--mask:not(.show) .line .linner {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}

.ani--mask:not(.show) .line .linner .lininer {
  -webkit-transform: scaleY(5);
      -ms-transform: scaleY(5);
          transform: scaleY(5);
  -webkit-transition-timing-function: cubic-bezier(0.72, 0.005, 0.905, 0.195);
          transition-timing-function: cubic-bezier(0.72, 0.005, 0.905, 0.195);
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-delay: 0ms !important;
          transition-delay: 0ms !important;
}

.ani--mask.prev .line .linner {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.ani--mask.prev .lininer {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.ani--fade {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.ani--fade:not(.show) {
  opacity: 0;
}

.ani--fadeLong {
  -webkit-transition: opacity 600ms linear, -webkit-transform 100ms linear !important;
  transition: opacity 600ms linear, -webkit-transform 100ms linear !important;
  transition: opacity 600ms linear, transform 100ms linear !important;
  transition: opacity 600ms linear, transform 100ms linear, -webkit-transform 100ms linear !important;
}

.ani--fadeLong:not(.show) {
  opacity: 0 !important;
}

.ani--fadeUp {
  -webkit-transition: opacity 200ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.ani--fadeUp:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
}

.ani--fadeDown {
  -webkit-transition: opacity 200ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: opacity 200ms linear, transform 1800ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.ani--fadeDown:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
}

.ani--line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 1800ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 1800ms cubic-bezier(0.095, 0.74, 0, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.ani--line:not(.show) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.845, 0.11, 0, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.845, 0.11, 0, 1);
  transition: transform 600ms cubic-bezier(0.845, 0.11, 0, 1);
  transition: transform 600ms cubic-bezier(0.845, 0.11, 0, 1), -webkit-transform 600ms cubic-bezier(0.845, 0.11, 0, 1);
}

.ani--shuffle {
  opacity: 0;
}

.ani--shuffle.is-parsed {
  opacity: 1;
}

.ani--scale {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 3600ms ease-out;
  transition: -webkit-transform 3600ms ease-out;
  transition: transform 3600ms ease-out;
  transition: transform 3600ms ease-out, -webkit-transform 3600ms ease-out;
}

.ani--scale:not(.show) {
  -webkit-transform: translate3d(80%, 40%, 0) scale(1.2);
          transform: translate3d(80%, 40%, 0) scale(1.2);
}

.paral {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

#nav {
  height: 100px;
  width: 100vw;
  top: 0;
  position: absolute;
  z-index: 10;
}

#nav .inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  top: 36px;
}

@media screen and (max-width: 1300px) {
  #nav .inner {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#nav .logo {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  font-size: 28px;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 4px;
}

@media screen and (max-width: 1300px) {
  #nav .logo {
    font-size: 2.15385rem !important;
  }
}

@media screen and (max-width: 1300px) {
  #nav .logo {
    font-size: 1.53846rem !important;
  }
}

#nav .links {
  -ms-grid-column-span: 4;
  -ms-grid-column: 3;
      grid-column: 3 / span 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#nav .links .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#nav .links .link a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1300px) {
  #nav .links .link a {
    font-size: 1.07692rem !important;
  }
}

#header {
  position: relative;
  padding-top: -webkit-calc(128px + 40vh);
  padding-top: calc(128px + 40vh);
  overflow: hidden;
}

#header .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#1B2735), to(#131315));
  background: -webkit-linear-gradient(#1B2735, #131315);
  background: linear-gradient(#1B2735, #131315);
  z-index: -2;
}

#header .stars__inner {
  position: absolute;
  height: 142vmax;
  width: 142vmax;
  top: -21vmax;
  left: -21vmax;
}

#header .stars__inner:nth-child(1) {
  background: -webkit-linear-gradient(left, #2b2b30 82px, transparent 1%) center, -webkit-linear-gradient(#2b2b30 82px, transparent 1%) center, white;
  background: linear-gradient(90deg, #2b2b30 82px, transparent 1%) center, linear-gradient(#2b2b30 82px, transparent 1%) center, white;
  background-size: 83px 83px;
  opacity: 1;
}

#header .stars__inner:nth-child(2) {
  background: -webkit-linear-gradient(left, #131315 119px, transparent 1%) center, -webkit-linear-gradient(#131315 119px, transparent 1%) center, white;
  background: linear-gradient(90deg, #131315 119px, transparent 1%) center, linear-gradient(#131315 119px, transparent 1%) center, white;
  background-size: 120px 120px;
  opacity: 0.6;
  -webkit-animation: rotate 580.25s linear infinite;
          animation: rotate 580.25s linear infinite;
}

#header .stars__inner:nth-child(3) {
  background: -webkit-linear-gradient(left, #131315 139px, transparent 1%) center, -webkit-linear-gradient(#131315 139px, transparent 1%) center, white;
  background: linear-gradient(90deg, #131315 139px, transparent 1%) center, linear-gradient(#131315 139px, transparent 1%) center, white;
  background-size: 140px 140px;
  opacity: 0.4;
  -webkit-animation: rotate 280.75s linear infinite;
          animation: rotate 280.75s linear infinite;
}

#header .big-text {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/images/ui/big-spaced.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}

#header .planet {
  position: absolute;
  top: 18vw;
  left: 13vw;
  width: 100vw;
  height: 100vw;
  -webkit-border-radius: 100vw;
          border-radius: 100vw;
  background: -webkit-radial-gradient(at 80% 38%, #E2E3EA 0%, #1E1E26 50%);
  background: radial-gradient(at 80% 38%, #E2E3EA 0%, #1E1E26 50%);
  overflow: hidden;
  -webkit-box-shadow: -28px -25px 200px -50px rgba(0, 0, 0, 0.5), -28px -25px 80px -50px rgba(255, 255, 255, 0.2);
          box-shadow: -28px -25px 200px -50px rgba(0, 0, 0, 0.5), -28px -25px 80px -50px rgba(255, 255, 255, 0.2);
}

#header .planet__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/comp/moon_crop.jpg);
  background-size: 102%;
  background-position: center;
  opacity: 0.8;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotate 250s linear infinite;
          animation: rotate 250s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

#header .planet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(at 80% 38%, #E2E3EA 0%, #1E1E26 50%);
  background: radial-gradient(at 80% 38%, #E2E3EA 0%, #1E1E26 50%);
  mix-blend-mode: hard-light;
  opacity: 1;
}

#header .fly {
  position: absolute;
  width: 15vw;
  height: 12vw;
  left: -33vw;
  top: 35vw;
  background-image: url(/images/ui/fly.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: fly 300s cubic-bezier(0.095, 0.74, 0, 1) infinite;
          animation: fly 300s cubic-bezier(0.095, 0.74, 0, 1) infinite;
  -webkit-transform-origin: 80vw 105vw;
      -ms-transform-origin: 80vw 105vw;
          transform-origin: 80vw 105vw;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    opacity: 0;
  }
}

@keyframes fly {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    opacity: 0;
  }
}

#header .fade {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 50vw;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 21, 0)), color-stop(75%, #131315));
  background: -webkit-linear-gradient(rgba(19, 19, 21, 0), #131315 75%);
  background: linear-gradient(rgba(19, 19, 21, 0), #131315 75%);
  z-index: 0;
}

#header .masonry {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[14];
      grid-template-rows: repeat(14, 64px);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  #header .masonry {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#header .masonry .intro {
  -ms-grid-column-span: 5;
  -ms-grid-column: 1;
      grid-column: 1 / span 5;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1 / span 3;
}

#header .masonry .form {
  -ms-grid-column-span: 5;
  -ms-grid-column: 7;
      grid-column: 7 / span 5;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1 / span 3;
  line-height: 1;
}

#header .masonry .form .inner {
  margin-top: 20px;
  background: #131315;
  padding: 20px;
}

#header .masonry .form .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #68686C;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#header .masonry .form .select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  cursor: pointer;
  font-size: 32px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#header .masonry .form .select:hover, #header .masonry .form .select.selected {
  color: #E51C30;
}

#header .masonry .form .select:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1300px) {
  #header .masonry .form .select {
    font-size: 2.46154rem !important;
  }
}

#header .masonry .form .select .from {
  font-size: 14px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1300px) {
  #header .masonry .form .select .from {
    font-size: 1.07692rem !important;
  }
}

#header .masonry .form .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#header .masonry .form .bottom .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .masonry .form .bottom .field:first-child {
  margin-right: 20px;
}

#header .masonry .timer {
  -ms-grid-column-span: 1;
  -ms-grid-column: 12;
      grid-column: 12 / span 1;
  -ms-grid-row-span: 6;
  -ms-grid-row: 1;
      grid-row: 1 / span 6;
  position: relative;
}

#header .masonry .timer__inner {
  position: absolute;
  left: 100%;
  width: 435px;
  height: 83.41667px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#header .masonry .featured {
  -ms-grid-column-span: 3;
  -ms-grid-column: 5;
      grid-column: 5 / span 3;
  -ms-grid-row-span: 5;
  -ms-grid-row: 5;
      grid-row: 5 / span 5;
}

#header .masonry .news {
  -ms-grid-column-span: 5;
  -ms-grid-column: 8;
      grid-column: 8 / span 5;
  -ms-grid-row-span: 4;
  -ms-grid-row: 7;
      grid-row: 7 / span 4;
}

#header .masonry .stats {
  -ms-grid-column-span: 6;
  -ms-grid-column: 7;
      grid-column: 7 / span 6;
  -ms-grid-row-span: 2;
  -ms-grid-row: 11;
      grid-row: 11 / span 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header .masonry .stats > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

#header .masonry .stats > *:last-child {
  margin-right: 0;
}

#header .masonry .stats .card {
  background: #68686C;
  text-align: center;
}

#intro {
  position: relative;
}

#intro .bg {
  width: 110vw;
  height: 70vw;
  position: absolute;
  top: -33vw;
  left: -5vw;
  background-image: url(/images/comp/trans2.png);
  background-size: 100% auto;
  background-position: center;
}

#intro .bg:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 20vw;
  width: 110vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 21, 0)), color-stop(75%, #131315));
  background: -webkit-linear-gradient(rgba(19, 19, 21, 0), #131315 75%);
  background: linear-gradient(rgba(19, 19, 21, 0), #131315 75%);
  z-index: 0;
}

#intro .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[8];
      grid-template-rows: repeat(8, 64px);
}

@media screen and (max-width: 1300px) {
  #intro .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#intro .content .section-title {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  position: relative;
}

#intro .content .section-title .line-text {
  position: absolute;
  left: 100%;
  width: 400px;
  height: 83.41667px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#intro .content .blurb {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2 / span 3;
  -ms-grid-row-span: 6;
  -ms-grid-row: 1;
      grid-row: 1 / span 6;
}

#intro .content .blurb p {
  margin-bottom: 1.5em;
}

#why .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[8];
      grid-template-rows: repeat(8, 64px);
}

@media screen and (max-width: 1300px) {
  #why .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#why .content .image {
  -ms-grid-column-span: 4;
  -ms-grid-column: 1;
      grid-column: 1 / span 4;
  -ms-grid-row-span: 5;
  -ms-grid-row: 1;
      grid-row: 1 / span 5;
  background-image: url(/images/comp/spacex.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

#why .content .image:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 2vw;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 21, 0)), to(#131315));
  background: -webkit-linear-gradient(rgba(19, 19, 21, 0), #131315);
  background: linear-gradient(rgba(19, 19, 21, 0), #131315);
  z-index: 0;
}

#why .content .section-title {
  -ms-grid-column-span: 12;
  -ms-grid-column: 6;
      grid-column: 6 / span 12;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
}

#why .content .point {
  position: relative;
}

#why .content .point--one {
  -ms-grid-column-span: 3;
  -ms-grid-column: 6;
      grid-column: 6 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 2;
      grid-row: 2 / span 2;
}

#why .content .point--two {
  -ms-grid-column-span: 3;
  -ms-grid-column: 10;
      grid-column: 10 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 2;
      grid-row: 2 / span 2;
}

#why .content .point--three {
  -ms-grid-column-span: 3;
  -ms-grid-column: 6;
      grid-column: 6 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 4;
      grid-row: 4 / span 2;
}

#why .content .point__number {
  position: absolute;
  font-size: 50px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  color: #68686C;
  left: -20px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1300px) {
  #why .content .point__number {
    font-size: 3.84615rem !important;
  }
}

#planets {
  position: relative;
}

#planets .planet {
  position: absolute;
  top: -22vh;
  left: 60vw;
  width: 80vw;
  height: 80vw;
  -webkit-border-radius: 80vw;
          border-radius: 80vw;
  background: -webkit-radial-gradient(at 30% 30%, #E2E3EA 0%, #1E1E26 50%);
  background: radial-gradient(at 30% 30%, #E2E3EA 0%, #1E1E26 50%);
  overflow: hidden;
  -webkit-box-shadow: -5px 20px 120px 0px rgba(129, 102, 83, 0.2);
          box-shadow: -5px 20px 120px 0px rgba(129, 102, 83, 0.2);
  opacity: 0;
  -webkit-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

#planets .planet__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transition: -webkit-transform 1ms 600ms linear;
  transition: -webkit-transform 1ms 600ms linear;
  transition: transform 1ms 600ms linear;
  transition: transform 1ms 600ms linear, -webkit-transform 1ms 600ms linear;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#planets .planet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
  background: radial-gradient(at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.6) 50%);
}

#planets .planet:nth-child(1) .planet__inner {
  background-image: url(/images/comp/moon_crop.png);
  background-size: 102% auto;
}

#planets .planet:nth-child(2) .planet__inner {
  background-image: url(/images/comp/mars.jpg);
  background-size: 102% auto;
}

#planets .planet:nth-child(3) .planet__inner {
  background-image: url(/images/comp/venus.jpg);
  background-size: 111.5% auto;
}

#planets .planet:nth-child(4) .planet__inner {
  background-image: url(/images/comp/jupiter3.jpg);
  background-size: 78% auto;
  background-position: -5% center;
}

#planets .planet.show {
  opacity: 1;
  -webkit-transition: opacity 1800ms linear;
  transition: opacity 1800ms linear;
}

#planets .planet.show .planet__inner {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 60s ease-out;
  transition: -webkit-transform 60s ease-out;
  transition: transform 60s ease-out;
  transition: transform 60s ease-out, -webkit-transform 60s ease-out;
}

#planets .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[11];
      grid-template-rows: repeat(11, 64px);
}

@media screen and (max-width: 1300px) {
  #planets .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#planets .content .nav {
  -ms-grid-column-span: 5;
  -ms-grid-column: 2;
      grid-column: 2 / span 5;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
  font-size: 38px;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -6px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  #planets .content .nav {
    font-size: 2.92308rem !important;
  }
}

@media screen and (max-width: 1300px) {
  #planets .content .nav {
    font-size: 2.46154rem !important;
  }
}

#planets .content .nav__item {
  display: inline-block;
  position: relative;
  color: #68686C;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  cursor: pointer;
}

#planets .content .nav__item:hover {
  color: #FFFFFF;
}

#planets .content .nav__item:after {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 110%;
  left: -5%;
  height: 12px;
  background: red;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: -webkit-transform 200ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: transform 200ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
  transition: transform 200ms cubic-bezier(0.72, 0.005, 0.905, 0.195), -webkit-transform 200ms cubic-bezier(0.72, 0.005, 0.905, 0.195);
}

#planets .content .nav__item.active {
  color: #FFFFFF;
}

#planets .content .nav__item.active:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 600ms 200ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: -webkit-transform 600ms 200ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 200ms cubic-bezier(0.095, 0.74, 0, 1);
  transition: transform 600ms 200ms cubic-bezier(0.095, 0.74, 0, 1), -webkit-transform 600ms 200ms cubic-bezier(0.095, 0.74, 0, 1);
}

#planets .content .section-title {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 3;
      grid-row: 3 / span 1;
  position: relative;
  height: 64px;
}

#planets .content .section-title .line-text {
  position: absolute;
  left: -webkit-calc(100% + 40px);
  left: calc(100% + 40px);
  width: 320px;
  height: 83.41667px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#planets .content .slides {
  -ms-grid-column-span: 4;
  -ms-grid-column: 3;
      grid-column: 3 / span 4;
  -ms-grid-row-span: 4;
  -ms-grid-row: 3;
      grid-row: 3 / span 4;
  position: relative;
}

#planets .content .slides .slide {
  position: absolute;
  top: 0;
}

#planets .content .slides .slide__heading {
  opacity: 0;
  pointer-events: none;
}

#planets .content .slides .slide__heading.show, #planets .content .slides .slide__heading.prev {
  opacity: 1;
}

#planets .content .slides .slide__description {
  margin: 2em 0;
}

#planets .content .slides .slide__stats li {
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0.5em;
}

#planets .content .slides .slide__stats li span:first-child {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.5em;
}

#planets .content .indicator {
  -ms-grid-column-span: 2;
  -ms-grid-column: 2;
      grid-column: 2 / span 2;
  -ms-grid-row-span: 1;
  -ms-grid-row: 9;
      grid-row: 9 / span 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
  #planets .content .indicator {
    font-size: 1.53846rem !important;
  }
}

#planets .content .next {
  -ms-grid-column-span: 1;
  -ms-grid-column: 7;
      grid-column: 7 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 9;
      grid-row: 9 / span 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#expect .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[12];
      grid-template-rows: repeat(12, 64px);
}

@media screen and (max-width: 1300px) {
  #expect .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#expect .content .section-title {
  -ms-grid-column-span: 6;
  -ms-grid-column: 1;
      grid-column: 1 / span 6;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
      grid-row: 1 / span 1;
}

#expect .content .intro {
  -ms-grid-column-span: 4;
  -ms-grid-column: 1;
      grid-column: 1 / span 4;
  -ms-grid-row-span: 3;
  -ms-grid-row: 2;
      grid-row: 2 / span 3;
}

#expect .content .point {
  position: relative;
}

#expect .content .point--one {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 4;
      grid-row: 4 / span 2;
}

#expect .content .point--two {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 6;
      grid-row: 6 / span 2;
}

#expect .content .point--three {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2 / span 3;
  -ms-grid-row-span: 2;
  -ms-grid-row: 8;
      grid-row: 8 / span 2;
}

#expect .content .point__number {
  position: absolute;
  font-size: 82px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
  color: #68686C;
  left: -60px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1300px) {
  #expect .content .point__number {
    font-size: 6.30769rem !important;
  }
}

#expect .mission {
  -ms-grid-column-span: 6;
  -ms-grid-column: 7;
      grid-column: 7 / span 6;
  -ms-grid-row-span: 5;
  -ms-grid-row: 5;
      grid-row: 5 / span 5;
}

#recruits {
  position: relative;
}

#recruits .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[13];
      grid-template-rows: repeat(13, 64px);
}

@media screen and (max-width: 1300px) {
  #recruits .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#recruits .content .big-heading {
  font-size: 262px;
  line-height: 0.76;
  text-transform: uppercase;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #BB0518;
  font-weight: 700;
  -ms-grid-column-span: 8;
  -ms-grid-column: 1;
      grid-column: 1 / span 8;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1 / span 3;
  margin-left: -10px;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  #recruits .content .big-heading {
    font-size: 20.15385rem !important;
  }
}

#recruits .content .section-title {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 4;
      grid-row: 4 / span 1;
  position: relative;
}

#recruits .content .section-title .line-text {
  position: absolute;
  top: -1em;
  left: 0;
  width: 570px;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#recruits .content .card--one {
  -ms-grid-column-span: 5;
  -ms-grid-column: 3;
      grid-column: 3 / span 5;
  -ms-grid-row-span: 5;
  -ms-grid-row: 3;
      grid-row: 3 / span 5;
}

#recruits .content .card--two {
  -ms-grid-column-span: 4;
  -ms-grid-column: 4;
      grid-column: 4 / span 4;
  -ms-grid-row-span: 3;
  -ms-grid-row: 8;
      grid-row: 8 / span 3;
}

#recruits .content .card--two .card__bg {
  width: 50%;
  left: 50%;
}

#recruits .content .card--three {
  -ms-grid-column-span: 5;
  -ms-grid-column: 8;
      grid-column: 8 / span 5;
  -ms-grid-row-span: 3;
  -ms-grid-row: 2;
      grid-row: 2 / span 3;
}

#recruits .content .card--three .card__bg {
  width: 50%;
  left: 50%;
}

#recruits .content .card--four {
  -ms-grid-column-span: 5;
  -ms-grid-column: 8;
      grid-column: 8 / span 5;
  -ms-grid-row-span: 5;
  -ms-grid-row: 5;
      grid-row: 5 / span 5;
}

#cta {
  position: relative;
}

#cta .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-color: #131315;
  background-image: url(/images/comp/launch.png);
  background-position: bottom left;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
}

#cta .bg:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(19, 19, 21, 0)), color-stop(75%, #131315));
  background: -webkit-linear-gradient(left, rgba(19, 19, 21, 0), #131315 75%);
  background: linear-gradient(90deg, rgba(19, 19, 21, 0), #131315 75%);
  z-index: 0;
}

#cta .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[12];
      grid-template-rows: repeat(12, 64px);
}

@media screen and (max-width: 1300px) {
  #cta .content {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#cta .content .intro {
  -ms-grid-column-span: 3;
  -ms-grid-column: 4;
      grid-column: 4 / span 3;
  -ms-grid-row-span: 5;
  -ms-grid-row: 1;
      grid-row: 1 / span 5;
}

#cta .content .intro p {
  margin-top: 36px;
}

#cta .content .form {
  -ms-grid-column-span: 5;
  -ms-grid-column: 8;
      grid-column: 8 / span 5;
  -ms-grid-row-span: 5;
  -ms-grid-row: 1;
      grid-row: 1 / span 5;
}

#cta .content .form .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 20px;
}

#cta .content .form .select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 280px;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  cursor: pointer;
  font-size: 32px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#cta .content .form .select:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1300px) {
  #cta .content .form .select {
    font-size: 2.46154rem !important;
  }
}

#cta .content .form .select .from {
  font-size: 14px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1300px) {
  #cta .content .form .select .from {
    font-size: 1.07692rem !important;
  }
}

#cta .content .form .select .bot {
  position: absolute;
  bottom: 20px;
  text-align: right;
  display: inline-block;
  right: 20px;
}

#cta .content .form .select:hover, #cta .content .form .select.selected {
  background: red;
}

#cta .content .form .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#cta .content .form .bottom .field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cta .content .form .bottom .field:first-child {
  margin-right: 20px;
}

#footer {
  background: #131315;
  height: 100px;
  width: 100vw;
  padding: 70px 0;
}

#footer .inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1240px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: (85px)[12];
      grid-template-columns: repeat(12, 85px);
  -ms-grid-rows: (64px)[5];
      grid-template-rows: repeat(5, 64px);
}

@media screen and (max-width: 1300px) {
  #footer .inner {
    width: 92vw;
    -ms-grid-columns: (calc( ( 92vw - (16px * 11) ) / 12))[12];
        grid-template-columns: repeat(12, -webkit-calc( ( 92vw - (16px * 11) ) / 12));
        grid-template-columns: repeat(12, calc( ( 92vw - (16px * 11) ) / 12));
    grid-column-gap: 16px;
  }
}

#footer .logo {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
      grid-column: 1 / span 1;
  font-size: 28px;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 6.5px;
}

@media screen and (max-width: 1300px) {
  #footer .logo {
    font-size: 2.15385rem !important;
  }
}

@media screen and (max-width: 1300px) {
  #footer .logo {
    font-size: 2.30769rem !important;
  }
}

#footer .head {
  font-size: 20px;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1300px) {
  #footer .head {
    font-size: 1.53846rem !important;
  }
}

#footer .nav {
  -ms-grid-column-span: 4;
  -ms-grid-column: 3;
      grid-column: 3 / span 4;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1/ span 3;
}

#footer .dest {
  -ms-grid-column-span: 4;
  -ms-grid-column: 5;
      grid-column: 5 / span 4;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1/ span 3;
}

#footer .subscribe {
  -ms-grid-column-span: 3;
  -ms-grid-column: 9;
      grid-column: 9 / span 3;
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1/ span 3;
}

#footer .subscribe-form {
  -ms-grid-column-span: 4;
  -ms-grid-column: 9;
      grid-column: 9 / span 4;
  -ms-grid-row-span: 3;
  -ms-grid-row: 3;
      grid-row: 3/ span 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .subscribe-form .email {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 47px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  font-size: 16px;
}

@media screen and (max-width: 1300px) {
  #footer .subscribe-form .email {
    font-size: 1.23077rem !important;
  }
}

#footer .subscribe-form .submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#footer .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
}

#footer .link a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 1300px) {
  #footer .link a {
    font-size: 1.23077rem !important;
  }
}

#footer .copy, #footer .terms, #footer .terms a {
  color: #68686C;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
}

#footer .copy {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
      grid-column: 1 / span 3;
  -ms-grid-row-span: 1;
  -ms-grid-row: 5;
      grid-row: 5/ span 1;
}

#footer .terms {
  -ms-grid-column-span: 3;
  -ms-grid-column: 10;
      grid-column: 10 / span 3;
  -ms-grid-row-span: 1;
  -ms-grid-row: 5;
      grid-row: 5/ span 1;
  text-align: right;
}
