@-webkit-keyframes spin_space_objects {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin_space_objects {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rover_drive {
  0% {
    transform: scaleX(1);
    left: 1rem; }
  50% {
    transform: scaleX(1);
    left: calc(100% - 100px - 1rem);
    bottom: -0.75rem; }
  51% {
    transform: scaleX(-1); }
  100% {
    transform: scaleX(-1);
    left: 1rem; } }
@keyframes rover_drive {
  0% {
    transform: scaleX(1);
    left: 1rem; }
  50% {
    transform: scaleX(1);
    left: calc(100% - 100px - 1rem);
    bottom: -0.75rem; }
  51% {
    transform: scaleX(-1); }
  100% {
    transform: scaleX(-1);
    left: 1rem; } }
@-webkit-keyframes planet_float {
  0% {
    top: -50px;
    left: -50px; }
  25% {
    top: -55px;
    left: -40px; }
  50% {
    top: -40px;
    left: -35px; }
  75% {
    top: -35px;
    left: -55px; }
  100% {
    top: -50px;
    left: -50px; } }
@keyframes planet_float {
  0% {
    top: -50px;
    left: -50px; }
  25% {
    top: -55px;
    left: -40px; }
  50% {
    top: -40px;
    left: -35px; }
  75% {
    top: -35px;
    left: -55px; }
  100% {
    top: -50px;
    left: -50px; } }
@-webkit-keyframes rocket_shake {
  0% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(2px); } }
@keyframes rocket_shake {
  0% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(2px); } }
.callout-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem; }
  @media (max-width: 800px) {
    .callout-wrap {
      margin-top: 0;
      flex-direction: column; } }

.callout {
  margin-top: 10vh; }
  @media (max-width: 800px) {
    .callout {
      margin: 2rem auto 2rem;
      text-align: center; } }
  .callout .callout-text {
    font-size: 2em;
    font-weight: 100;
    color: #fff;
    line-height: 1.2; }
    .callout .callout-text span {
      display: block;
      font-weight: 700; }
      @media (max-width: 800px) {
        .callout .callout-text span {
          display: inline-block; } }

.space-objects {
  position: relative;
  width: 66%; }
  @media (max-width: 800px) {
    .space-objects {
      width: 100%; } }
  .space-objects img {
    display: block;
    -webkit-animation: spin_space_objects 60s linear infinite;
            animation: spin_space_objects 60s linear infinite;
    margin-bottom: -55%; }
    @media (max-width: 800px) {
      .space-objects img {
        margin-bottom: -80%; } }
  .space-objects .points-example {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    line-height: 1; }
    @media (max-width: 800px) {
      .space-objects .points-example {
        display: none; } }
    .space-objects .points-example span {
      display: block; }
    .space-objects .points-example .points-example-number {
      font-size: 3.5em;
      font-weight: 900;
      color: #2ecc40; }
    .space-objects .points-example .points-example-text {
      font-size: 1.25em;
      text-transform: uppercase; }
    .space-objects .points-example .points-example-added {
      color: #2ecc40; }

.content-area {
  margin: 0 0.5rem; }

.hp-mission {
  background-color: #fff;
  padding: 3rem 2rem 5rem; }

.hp-mission-inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  @media (max-width: 570px) {
    .hp-mission-inner {
      flex-direction: column; } }
  .hp-mission-inner h2 {
    margin: 0;
    text-align: center; }
    @media (max-width: 570px) {
      .hp-mission-inner h2 {
        margin-bottom: 1rem; } }
  .hp-mission-inner p {
    margin: 0; }
  .hp-mission-inner .hp-mission-content {
    padding-left: 2rem; }
    @media (max-width: 570px) {
      .hp-mission-inner .hp-mission-content {
        padding-left: 0; } }

.how-it-works {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem; }
  .how-it-works h2 {
    text-align: center;
    margin: 4rem 0; }

.how-it-works-section {
  display: flex;
  align-items: flex-end;
  margin: 3rem 0;
  position: relative; }
  @media (max-width: 760px) {
    .how-it-works-section {
      display: block; } }
  .how-it-works-section:nth-child(1) .how-it-works-section-thumbnail {
    position: relative;
    z-index: 1; }
  @media (min-width: 760px) {
    .how-it-works-section:nth-child(2) {
      flex-direction: row-reverse; }
      .how-it-works-section:nth-child(2) .how-it-works-section-text {
        padding: 0 2rem 1rem 0; } }
  .how-it-works-section:nth-child(2) .how-it-works-section-thumbnail {
    position: relative; }

.how-it-works-section-thumbnail {
  height: 0;
  padding-top: 56.25%;
  background: #fff;
  box-shadow: 0 0.5rem 0.65rem -0.25rem rgba(0, 0, 0, 0.075);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #663399; }
  @media (min-width: 760px) {
    .how-it-works-section-thumbnail {
      width: 50%;
      padding-top: 28.125%; } }

.how-it-works-section-text {
  padding: 0 0 1rem 2rem; }
  @media (min-width: 760px) {
    .how-it-works-section-text {
      width: 50%; } }
  @media (max-width: 760px) {
    .how-it-works-section-text {
      margin: 2rem auto;
      max-width: 500px; } }
  .how-it-works-section-text .how-it-works-step {
    display: inline-block;
    font-size: 0.8em;
    background: #663399;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5em;
    width: 1.5em;
    border-radius: 200px;
    margin-bottom: 0; }

.purple-planet {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  -webkit-animation: planet_float 4s linear infinite;
          animation: planet_float 4s linear infinite; }

.rover {
  position: absolute;
  bottom: -1.25rem;
  left: 1rem;
  width: 100px;
  -webkit-animation: rover_drive 10s linear infinite;
          animation: rover_drive 10s linear infinite; }

.how-it-works-callout {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 760px) {
    .how-it-works-callout {
      padding: 0 0 3rem; } }

.hiw-solar-system {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 300px;
  -webkit-animation: spin_space_objects 60s linear infinite;
          animation: spin_space_objects 60s linear infinite; }
  @media (max-width: 600px) {
    .hiw-solar-system {
      width: 210px;
      bottom: -70px; } }

.hp-roadmap {
  background: #fff;
  position: relative; }

.hp-roadmap-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 2rem 5rem; }
  .hp-roadmap-inner h2 {
    text-align: center; }

.hp-roadmap-content {
  display: flex;
  align-items: center; }
  @media (max-width: 670px) {
    .hp-roadmap-content {
      flex-direction: column; } }

.hp-roadmap-text {
  padding: 1rem; }
  @media (min-width: 670px) {
    .hp-roadmap-text {
      width: 50%; } }

.hp-roadmap-ideas {
  width: 100%;
  padding: 1rem; }
  @media (min-width: 670px) {
    .hp-roadmap-ideas {
      width: 50%; } }
  .hp-roadmap-ideas ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .hp-roadmap-ideas ul li {
      padding: 0;
      margin: 0.25rem 0 0;
      list-style: none;
      font-style: italic;
      color: #663399; }
      .hp-roadmap-ideas ul li:nth-child(1) {
        text-align: right;
        margin-right: 7rem; }
      .hp-roadmap-ideas ul li:nth-child(2) {
        text-align: left;
        margin-left: 8rem; }
      .hp-roadmap-ideas ul li:nth-child(3) {
        text-align: right;
        margin-right: 5rem; }
      .hp-roadmap-ideas ul li:nth-child(4) {
        text-align: left;
        margin-left: 2rem; }
      .hp-roadmap-ideas ul li:nth-child(5) {
        text-align: right;
        margin-right: 2rem; }
      @media (max-width: 880px) {
        .hp-roadmap-ideas ul li {
          text-align: left !important;
          margin: 1rem 0 0 0 !important; } }

.footer-decoration img {
  -webkit-animation: rocket_shake 0.05s alternate infinite;
          animation: rocket_shake 0.05s alternate infinite; }

/*# sourceMappingURL=home.css.map */