@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:400,500");
.h1 {
  font: 2.2rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  color: #fff; }

.h2 {
  font: 1.2rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  color: #fff; }

.body {
  margin-top: 1em;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9); }

.list {
  font-size: 1rem;
  color: #fff; }

.list li {
  margin-bottom: 2em;
  font-size: 1rem;
  font-weight: bold; }

.list-header {
  text-align: center;
  margin: 2rem auto 2rem; }

.list-container {
  margin: 0 auto 2em;
  width: 75%;
  background-color: rgba(3, 10, 21, 0.9);
  box-shadow: 0 3px 30px 2px rgba(0, 0, 0, 0.3);
  border-radius: 1.6em;
  padding: 3rem 2rem 3rem 2rem; }

html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-size: 100%;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  background: url("../img/world.svg") no-repeat fixed center center;
  background-size: cover;
  scroll-behavior: smooth; }

.is-center, .is-right-center, .is-left-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.is-right-center {
  justify-content: flex-end; }

.is-left-center {
  justify-content: flex-start; }

.purple-filled, .white-filled, .outlined {
  padding: 0.8em 3em;
  border-radius: 0.5em;
  font: 0.6rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: transform 0.3s; }

.purple-filled:hover, .white-filled:hover, .outlined:hover {
  color: #fff;
  transform: scale(1.05); }

.purple-filled:focus, .white-filled:focus, .outlined:focus {
  outline: none; }

.purple-filled {
  color: #fff;
  border: 2px solid #5127fb;
  background-color: #5127fb;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.6); }

.purple-filled:hover {
  color: #fff; }

.white-filled {
  color: #5127fb;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.6); }

.white-filled:hover {
  color: #5127fb; }

.outlined {
  background: none;
  border: 2px solid #fff; }

.outlined:hover {
  background-color: #fff;
  color: #030a15; }

@media screen and (max-width: 768px) {
  html, body {
    background: #060b24; }

  .list-container {
    width: 100%;
    border-radius: 0; } }
@media screen and (min-width: 2000px) {
  html, body {
    font-size: 140%; } }
.nav {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px; }

.links a {
  font-size: 0.65rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 0.6rem;
  padding: 1em 1.6em; }

.links a:hover {
  color: #060b24;
  background-color: #fff;
  box-shadow: 0 3px 16px 1px rgba(255, 255, 255, 0.15);
  border-radius: 5px; }

.branding {
  width: 8rem;
  height: 2rem;
  margin-left: 9vw;
  transition: transform 0.2s; }

.branding:hover {
  transform: scale(1.1); }

.contact {
  margin-right: 9vw; }

@media screen and (min-width: 2000px) {
  .nav {
    height: 260px; } }
.footer {
  background-color: #030a15;
  background-size: cover;
  box-shadow: 0 2px 27px 8px rgba(0, 0, 0, 0.3);
  padding: 5rem 0 15rem; }

.footer-container {
  width: 80%;
  margin: 0 auto; }

.footer-branding {
  width: 8rem;
  height: 2rem;
  transition: transform 0.2s; }

.footer-branding:hover {
  transform: scale(1.1); }

.footer-header {
  margin: 0.2em 0 0.5em;
  font: 0.8rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.footer-links li a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s; }

.footer-links li a:hover {
  color: #fff; }

.footer-links li a:hover::after {
  margin-left: 0.6em;
  content: "←";
  color: #74ffe4;
  font-weight: bold;
  font-family: sans-serif; }

.footer-copyright {
  width: 130px;
  margin: 0 auto; }

.copyright {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 768px) {
  .footer-container {
    text-align: center; }

  .footer-branding {
    margin: auto 0; }

  .copyright {
    padding-bottom: 2rem; } }
.landing {
  height: 100%; }

.slogan-container {
  width: 40%;
  background-color: rgba(3, 10, 21, 0.9);
  box-shadow: 0 3px 30px 2px rgba(0, 0, 0, 0.3);
  border-radius: 1.3em;
  padding: 2rem; }

.slogan-body {
  margin: 0.6em 0 1em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 400; }

@media screen and (max-width: 768px) {
  .slogan-container {
    width: 100%;
    border-radius: 0; } }
#about {
  padding-top: 5rem;
  height: 100vh;
  background: url("../img/waves.svg") no-repeat;
  background-size: cover; }

.about-container {
  padding-top: 16%;
  width: 55%;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center; }

.about-header {
  margin-bottom: 1.2em; }

.media {
  margin-top: 1.6rem; }

.media a img {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.3em;
  transition: all 0.2s; }

.media a img:hover {
  padding: 0.2em;
  background-color: #5127fb;
  box-shadow: 0 3px 25px 2px rgba(0, 0, 0, 0.65);
  border-radius: 0.4em;
  transform: scale(1.3); }

@media screen and (max-width: 768px) {
  .about-container {
    width: 80%; } }
.tech-container {
  width: 100%;
  margin: 0 auto;
  padding: 7rem 5rem;
  background-color: #030a15;
  box-shadow: 0 2px 27px 8px rgba(0, 0, 0, 0.3); }

.tech-header {
  text-align: center;
  margin: 0 auto 2rem; }

.tech-space {
  height: 6rem; }

.list li p img {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.6em; }

@media screen and (max-width: 768px) {
  .tech-container {
    padding: 7rem 2rem; } }
#team {
  margin-top: 10rem; }

.teams .list-container .column .bio a img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0 0 0.5em;
  transition: transform 0.2s; }

.teams .list-container .column .bio a img:hover {
  transform: scale(1.15); }

.teams .list-container .column .bio p {
  padding-top: 0.4em;
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.7; }

.bio {
  text-align: center; }

.member {
  font: 0.9rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9); }

.member:hover {
  color: rgba(255, 255, 255, 0.9); }

#investors .list-container .columns .column {
  display: flex;
  justify-content: center;
  align-items: center; }

.tab {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  color: #fff;
  overflow: hidden; }

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font: 0.9rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  line-height: 3;
  cursor: pointer; }

.tab label:hover {
  color: rgba(255, 255, 255, 0.7); }

.tab-content {
  max-height: 0;
  overflow: hidden;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: max-height 0.35s; }

.tab-content p {
  margin: 1em;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8); }

.tab input:checked ~ .tab-content {
  max-height: 10em; }

.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  transition: all 0.35s; }

.tab input[type=checkbox] + label::after {
  content: "+"; }

.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg); }

.newsletter {
  margin-top: 7rem;
  height: 80vh;
  background: url("../img/waves.svg");
  background-size: cover; }

.newsletter-container {
  width: 55%;
  padding-top: 9rem;
  margin: 0 auto;
  text-align: center; }

.email-container {
  padding-top: 1.2rem; }

#email {
  width: 12rem;
  margin-right: 1em;
  padding: 0.8em 3em;
  border-radius: 0.5em;
  font: 0.6rem Montserrat, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Segoe UI, Arial, sans-serif;
  color: #5127fb;
  white-space: nowrap;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.6); }

#email::placeholder {
  color: #5127fb;
  text-transform: uppercase; }

#email:focus {
  outline: none;
  transform: scale(1.1);
  margin-right: 2em; }

@media screen and (max-width: 768px) {
  .newsletter-container {
    width: 90%; } }

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