ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

.l-body {
  height: 100%;
  color: #fff;
  font-family: Outfit, sans-serif;
}

.l-hero {
  height: 100vh;
  padding: 60px 10%;
  position: relative;
}

.c-hero-image {
  width: 70%;
  height: 70%;
  background-image: linear-gradient(to right, #2c3791, rgba(0, 0, 0, 0) 75%), url('../images/space-shuttle.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  align-self: flex-end;
  transform: rotate(-4deg);
}

.c-hero-overlay {
  z-index: 5;
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-hero-left {
  z-index: 10;
  width: 50%;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.c-logo-horizontal {
  max-width: 420px;
  margin-bottom: 60px;
  display: block;
}

.c-hero-tagline {
  margin-bottom: 60px;
  display: block;
}

.c-arrow-button {
  color: #fff;
  white-space: nowrap;
  background-color: #2c3791;
  border-radius: 10px;
  align-items: center;
  padding: 10px 32px;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.c-arrow-button:hover {
  background-color: #4e62ad;
}

.c-button-arrow {
  height: 14px;
  margin-left: 15px;
}

.c-hero-content {
  height: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.l-about {
  padding: 100px 10%;
  position: relative;
  overflow: hidden;
}

.c-about-content {
  z-index: 5;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-intro {
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.c-intro-content {
  z-index: 5;
  width: 70%;
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

.c-intro-heading {
  margin-bottom: 40px;
  display: block;
}

.c-font-weight-semibold {
  font-weight: 600;
}

.c-about-image {
  width: 35%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(12, 32, 48, .1), #000), url('../images/takeoff.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(5deg);
}

.l-gradient-container {
  background-image: linear-gradient(45deg, #0c2030, #2c3791);
  overflow: hidden;
}

.c-service-offering {
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.c-service-type {
  color: #bfc4df;
  flex: 0 50%;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 26px;
}

.c-service-heading {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.c-cta {
  background-color: #0c2030;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.c-background-circle {
  width: 150vw;
  height: 150vw;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 50%;
  position: absolute;
  top: -90vw;
  bottom: auto;
  left: -35vw;
  right: auto;
}

.c-cta-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.c-cta-button {
  color: #fff;
  background-image: linear-gradient(to right, #501367, #2c3791);
  border-radius: 10px;
  align-items: center;
  padding: 10px 32px;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.c-cta-button:hover {
  background-image: linear-gradient(to right, #2c3791, #501367);
}

.c-divider-line {
  height: 2px;
  background-color: #2c3791;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.l-footer {
  background-color: #0c2030;
  padding: 100px 10%;
}

.l-footer-content {
  max-width: 1080px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-footer-about {
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.c-footer-links {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-footer-link {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.c-footer-link:hover {
  color: #bfc4df;
}

.c-footer-link.mb-20, .c-footer-link.mb-20.w--current {
  margin-bottom: 20px;
}

.c-legal {
  color: #bfc4df;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.l-contact {
  z-index: 0;
  min-height: 100vh;
  background-color: #000;
  background-image: url('../images/astronaut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  padding: 60px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-blue-circle {
  z-index: -1;
  width: 200vw;
  height: 200vw;
  background-color: rgba(44, 55, 145, .9);
  border-radius: 50%;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.l-navbar {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.c-navbar-logo {
  width: 30%;
  margin-right: 25px;
}

.c-navbar-links {
  display: flex;
}

.c-nav-link {
  color: #fff;
  margin-left: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.c-nav-link:hover {
  color: #bfc4df;
}

.c-nav-divider {
  height: 2px;
  background-color: #bfc4df;
  flex: 1;
}

.l-content-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.c-form-block {
  width: 468px;
}

.c-form-element, .c-column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-form-field {
  height: 40px;
  border: 1px #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
}

.c-textarea {
  min-height: 180px;
  border: 1px #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
}

.c-submit-button {
  background-color: #4e62ad;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.c-columns {
  align-items: center;
  display: flex;
}

.c-say-hello {
  width: 75%;
  align-self: flex-start;
  margin-bottom: 40px;
}

.c-email-text {
  align-self: flex-start;
  font-size: 24px;
  line-height: 24px;
}

.c-form-success {
  background-color: #0c2030;
  border-radius: 10px;
  font-size: 18px;
}

.c-form-error {
  text-align: center;
  background-color: #0c2030;
  border-radius: 10px;
}

.c-form-embed {
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .c-hero-image {
    height: 60%;
    background-position: 0 0, 80%;
  }

  .c-logo-horizontal {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .c-hero-tagline {
    margin-bottom: 40px;
  }

  .c-intro-content {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .c-about-image {
    height: 60%;
    top: 20%;
  }

  .c-service-type {
    font-size: 18px;
    line-height: 24px;
  }

  .c-background-circle {
    top: -25vw;
    left: -30vw;
  }

  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-footer-about {
    width: 40%;
  }

  .c-footer-links {
    width: 50%;
  }

  .c-navbar-logo {
    width: 40%;
  }

  .c-nav-link {
    font-size: 20px;
    line-height: 20px;
  }

  .c-form-block {
    width: auto;
  }

  .c-column {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-columns {
    align-items: flex-start;
  }

  .c-say-hello {
    width: 100%;
  }

  .c-email-text {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-about {
    padding: 60px 40px;
  }

  .c-intro {
    margin-bottom: 60px;
  }

  .c-intro-content {
    width: 75%;
  }

  .c-about-image {
    background-position: 0 0, 0%;
  }

  .c-cta-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .c-footer-link {
    font-size: 20px;
    line-height: 20px;
  }

  .l-contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-contact.advertising-requests {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-blue-circle {
    top: 0%;
    bottom: auto;
    left: auto;
    right: -25%;
  }

  .c-nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .c-nav-divider {
    display: none;
  }

  .c-column {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-columns {
    flex-direction: column;
  }

  .c-say-hello {
    width: 75%;
    align-self: center;
    margin-bottom: 20px;
  }

  .c-email-text {
    text-align: center;
    align-self: center;
  }

  .c-form-embed {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .l-hero {
    height: auto;
  }

  .c-hero-image {
    width: 100%;
    height: 200px;
    background-image: linear-gradient(45deg, #2c3791 10%, rgba(0, 0, 0, 0) 75%), url('../images/space-shuttle.jpg');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .c-hero-left {
    width: 100%;
    position: static;
  }

  .c-logo-horizontal {
    margin-bottom: 20px;
  }

  .c-arrow-button {
    font-size: 20px;
    line-height: 24px;
  }

  .c-intro-content {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .c-intro-heading {
    margin-bottom: 20px;
  }

  .c-about-image {
    width: 100%;
    height: 200px;
    background-position: 0 0, 0 0;
    position: relative;
  }

  .c-service-offering {
    flex-flow: column;
  }

  .c-service-type {
    flex-basis: auto;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .c-service-heading {
    font-size: 18px;
  }

  .c-cta {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-background-circle {
    width: 200vw;
    height: 200vw;
    top: -30vw;
    left: -50vw;
  }

  .c-cta-text {
    margin-bottom: 20px;
  }

  .c-cta-button {
    font-size: 20px;
    line-height: 24px;
  }

  .l-footer-content {
    flex-direction: column;
  }

  .c-footer-logo {
    margin-bottom: 20px;
  }

  .c-footer-about {
    width: auto;
    margin-bottom: 40px;
  }

  .c-footer-links {
    width: auto;
  }

  .l-contact {
    min-height: auto;
    background-image: linear-gradient(rgba(44, 55, 145, .9), rgba(44, 55, 145, .9)), url('../images/astronaut.jpg');
    background-position: 0 0, 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 20px;
  }

  .c-blue-circle {
    display: none;
  }

  .l-navbar {
    margin-bottom: 40px;
  }

  .c-navbar-logo {
    width: 100%;
    margin-right: 0;
  }

  .c-navbar-links {
    display: none;
  }

  .c-column {
    padding-left: 0;
    padding-right: 0;
  }
}


