@font-face {
  font-family: 'Facon';
  src: url("/Facon.eot");
  src: local("Facon"), url("/Facon.eot?#iefix") format("embedded-opentype"), url("/Facon.woff") format("woff"), url("/Facon.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Earth Orbiter Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Earth Orbiter Regular"), url("/earthorbiter.woff") format("woff");
}

::-webkit-scrollbar {
  width: 0px;
}

* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scrollbar-width: 0px;
}

body {
  font-family: poppins, sans-serif;
  font-size: 16px;
  color: #CB007B;
  background-color: #1d1e1f;
}

.main {
  position: fixed;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title {
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 35px;
  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;
  width: 100vw;
  height: 15rem;
  font-family: 'Earth Orbiter Regular', sans-serif;
  font-weight: 600;
  font-size: 135px;
}

.title div {
  overflow: visible;
}

.reward-title {
  text-align: center;
  font-family: 'Earth Orbiter Regular', sans-serif;
  letter-spacing: 15px;
  font-weight: 600;
  font-size: 75px;
  margin-bottom: 5rem;
}

.reward-success {
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 3rem;
  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;
}

.reward-success img {
  width: 35%;
  height: 100%;
}

.reward-punshline {
  height: auto;
}

.reward-punshline span {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
  color: #CB007B;
}

.reward-link a {
  color: #CB007B;
  text-decoration: none;
}

.subtitle {
  color: #99B0C2;
  margin-top: -1rem;
  margin-bottom: 5rem;
  font-size: 22px;
}

.address {
  overflow: hidden;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  height: auto;
  margin: 4rem 0 4rem 0;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border: solid #99B0C2 5px;
  border-radius: 1000rem;
}

.address img {
  margin-right: 1.5rem;
  width: 4rem;
  height: 4rem;
}

.address textarea {
  cursor: pointer;
  height: 45px;
  width: 15.5rem;
  font-family: poppins;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  resize: none;
  border: none;
  outline: none;
  background-color: transparent;
  color: #99B0C2;
  font-size: 30px;
  overflow: hidden;
}

.address:hover {
  cursor: pointer;
}

.address-info {
  position: relative;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  background-color: #000;
  border-radius: 10px;
  width: 11rem;
  height: 1.8rem;
  text-align: center;
  margin-top: -3.5rem;
  padding-bottom: 0.5rem;
}

.info-align {
  color: #99B0C2;
  font-size: 13px;
  padding: 0 0.5rem 0 0.5rem;
  max-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.social-cont {
  overflow: hidden;
}

.social {
  overflow: visible;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social a {
  width: 100%;
  height: 100%;
}

.social svg {
  overflow: visible;
  width: 6rem;
  height: 6rem;
  fill: #99B0C2;
  margin: 10rem 2.5rem 0 2.5rem;
}

.legal {
  margin: 0 0.5rem 0 0.5rem;
  margin-top: 100vh;
  position: relative;
  z-index: 50;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.legal a {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.legal a:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #CB007B;
}

.left {
  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;
}

.mid {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #6D7175;
}

.right {
  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;
}

.legal-cont a {
  margin: 0 0.5rem 0 0.5rem;
  color: #99B0C2;
  text-decoration: none;
}

.stars {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #1d1e1f url("/media/stars.png") repeat center center;
}

.stars, .twinkling {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.twinkling {
  z-index: 1;
  background: transparent url("/media/twinkling_2.png") repeat top center;
  -webkit-animation: move-twink-back 200s linear infinite;
          animation: move-twink-back 200s linear infinite;
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

.rocket {
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  z-index: 2;
}

.rocket img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 9rem;
  height: 9rem;
}

.rocket_path {
  position: fixed;
  top: 20vh;
  height: 50vh;
  width: 110vw;
  left: -5vw;
  z-index: 2;
}

.hide {
  display: none;
}

.moinfo {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  width: auto;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

.moinfo svg {
  width: 2.2rem;
  height: 2.2rem;
}

.moinfo div {
  font-size: 13px;
  color: #6D7175;
  margin-right: 1rem;
  height: 3rem;
  width: 8rem;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper {
  color: #99B0C2;
  width: 100vw;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sector {
  position: relative;
  width: 70rem;
}

.sector h1 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.sector h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.sector h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.sector p {
  margin: 0.5rem 0 1rem 0.5rem;
}

.sector a {
  color: #99B0C2;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.sector a:hover {
  color: #CB007B;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.act-as-link {
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.act-as-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #CB007B;
}

.hidden {
  display: none;
}

.hyphen {
  margin: 0 0 1rem 0;
  position: relative;
  width: 70rem;
  height: 1px;
  background-color: #99B0C2;
}

.embed-wrapper {
  height: 720px;
  width: 1280px;
}

.embed-container {
  position: relative;
  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;
  overflow: hidden;
  height: 100%;
  min-width: 100%;
}

.embed-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.skip-section {
  color: #99B0C2;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  height: auto;
}

.skip-section button {
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  margin-left: 1.5rem;
  padding: 8px 18px;
  border: 3px solid #99B0C2;
  border-radius: 15px;
  outline: none;
  background-color: transparent;
  color: #CB007B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.skip-section button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

@media screen and (max-width: 1260px) {
  .sector {
    width: 55rem;
  }
  .hyphen {
    width: 55rem;
  }
}

@media screen and (max-width: 1000px) {
  .sector {
    width: 35rem;
  }
  .hyphen {
    width: 35rem;
  }
}

@media screen and (max-width: 650px) {
  .sector {
    width: 80vw;
  }
  .sector h1 {
    font-size: 17px;
  }
  .sector h2 {
    font-size: 15px;
  }
  .sector h3 {
    font-size: 13px;
  }
  .sector p {
    font-size: 10px;
  }
  .hyphen {
    width: 80vw;
  }
}

.goback {
  position: fixed;
  z-index: 4;
  top: 1rem;
  left: 1rem;
}

.goback a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.goback div {
  color: #99B0C2;
}

.goback-arr {
  overflow: hidden;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.5rem;
}

.goback-arr img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1550px) {
  .title {
    letter-spacing: 10px;
  }
  .embed-wrapper {
    height: 405px;
    width: 720px;
  }
}

@media screen and (max-width: 1290px) {
  .title {
    font-size: 100px;
  }
}

@media screen and (max-width: 920px) {
  .title {
    font-size: 70px;
  }
  .rocket {
    display: none;
  }
  .legal {
    margin-top: 96vh;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .title {
    font-size: 50px;
    margin: 0;
  }
  .address {
    margin: 0 0 5rem 0;
  }
  .address textarea {
    font-size: 29px;
  }
  .address img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .social svg {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 570px) {
  .legal {
    height: 5rem;
  }
  .mid {
    display: none;
  }
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  .address {
    margin: 0 0 2rem 0;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  }
  .address textarea {
    font-size: 20px;
    width: 10.2rem;
    height: 1.9rem;
  }
  .social svg {
    width: 2.5rem;
    height: 2.5rem;
    margin: 1rem 1.5rem 0 1.5rem;
  }
}

@media screen and (max-width: 350px) {
  .title {
    font-size: 20px;
    height: 10rem;
  }
}

@media screen and (max-width: 280px) {
  .title {
    font-size: 13px;
  }
  .address {
    margin: 0 0 2rem 0;
  }
}

@media screen and (max-height: 1100px) {
  .embed-wrapper {
    height: 450px;
    width: 800px;
  }
  .reward-success {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */