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;
}
/* 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;
}
@font-face {
  font-family: "Mona Sans";
  src: url(/fonts/Mona-Sans.woff2) format("woff2 supports variations"), url(/fonts/Mona-Sans.woff2) format("woff2-variations");
  font-display: swap;
  font-stretch: 75% 125%;
  font-weight: 200 900; }

:root {
  --primary-white: #F2EFE4;
  --primary-yellow: #D2AD66;
  --secondary-red: #C24257;
  --tertiary-blue: #254165;
  --max-width: 1420px; }

h2.section-heading {
  margin: 1em auto;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 300;
  font-stretch: 125%;
  letter-spacing: 7.18px;
  text-align: center;
  line-height: 1.25em; }

body {
  background: #1D1D1D;
  font-family: "Mona Sans", sans-serif;
  color: #D9CDB5; }
  body a {
    color: #F2EFE4;
    text-decoration: underline;
    text-decoration-color: #C24257; }

p {
  margin-bottom: 1.25em; }

.header {
  text-align: left; }
  .header .nav-placeholder {
    height: 56px; }
  .header .nav-container {
    transition: top 0.3s; }
    .header .nav-container.animating-sticky {
      position: fixed;
      z-index: 1;
      top: -68px;
      padding: 6px 0;
      width: 100%;
      background: #0A0A0A; }
      .header .nav-container.animating-sticky .logo img {
        height: 36px;
        margin: 10px 0; }
    .header .nav-container.nav-container.sticky {
      top: 0; }
    .header .nav-container > nav {
      margin: 0 auto;
      max-width: var(--max-width);
      display: flex;
      gap: 30px;
      position: relative;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 4px; }
      @media screen and (max-width: 1100px) {
        .header .nav-container > nav {
          gap: 10px; } }
      .header .nav-container > nav .spacer {
        flex: 4;
        display: none; }
        @media screen and (max-width: 1100px) {
          .header .nav-container > nav .spacer {
            display: block; } }
      .header .nav-container > nav ul.top-menu {
        flex: 2;
        display: flex;
        justify-content: space-between;
        background-color: #0A0A0A;
        border-radius: 12px;
        height: 56px;
        gap: 0;
        max-width: 680px;
        flex-basis: 680px;
        flex-shrink: 0; }
        @media screen and (max-width: 1100px) {
          .header .nav-container > nav ul.top-menu {
            display: none; } }
        .header .nav-container > nav ul.top-menu li {
          display: block; }
    .header .nav-container button.menu-toggle {
      display: none;
      background: none;
      border: none;
      color: #D9CDB5;
      font-size: 1.5em;
      padding: 0 1em;
      cursor: pointer; }
      @media screen and (max-width: 1100px) {
        .header .nav-container button.menu-toggle {
          display: block; } }
    @media screen and (max-width: 500px) {
      .header .nav-container .violator {
        height: 36px; }
        .header .nav-container .violator > div {
          border-radius: 8px;
          height: 36px; }
          .header .nav-container .violator > div > div {
            border-radius: 8px; }
        .header .nav-container .violator a {
          padding: 0 1.5em;
          line-height: 36px; } }
  .header .logo {
    flex: 1;
    text-align: right;
    padding-left: 1em; }
    .header .logo a img {
      transition: transform 0.5s; }
      @media screen and (max-width: 500px) {
        .header .logo a img {
          height: 36px; } }
    .header .logo a:hover img {
      transform: scale(1.04); }

.header .nav-container > nav .top-menu a,
.header .violator a,
.cta-btn a {
  color: #D9CDB5;
  text-decoration: none;
  padding: 0 3em;
  line-height: 56px;
  display: block;
  font-stretch: 100%;
  font-weight: 500;
  transition: color 0.3s, transform 0.3s, font-weight 0.3s, text-shadow 0.15s, height 0.15s, line-height 0.15s, padding 0.15s; }

.header .nav-container > nav .top-menu a:hover,
.header .violator a:hover,
.cta-btn a:hover {
  color: #F2EFE4;
  transform: translate3d(0, -2px, 0);
  text-shadow: 0.5px 0.5px 0 #C24257, 0.5px 1.5px 0 #C24257;
  font-weight: 600; }

.header .violator a:hover,
.cta-btn a:hover {
  text-shadow: 1px 1px 0 #254165, 1px 2px 0 #254165; }

.header .violator,
.cta-btn {
  height: 56px;
  flex: 1; }

.header .violator > div,
.cta-btn > div {
  display: inline-block;
  position: relative;
  border-radius: 12px;
  background-color: #254165;
  transform: rotate(1deg) translateY(2px);
  height: 56px;
  transition: transform 0.3s, height 0.3s; }

.header .violator > div > div,
.cta-btn > div > div {
  display: inline-block;
  border-radius: 12px;
  background-color: #C24257;
  transform: rotate(-1deg) translateY(-2px);
  transition: transform 0.3s; }

.header .violator > div:hover,
.cta-btn > div:hover {
  transform: rotate(1deg) translateY(4px) scale(1.04); }

.header .violator > div:hover > div,
.cta-btn > div:hover > div {
  transform: rotate(-1deg) translateY(-4px); }

#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #0A0A0A; }
  #mobile-menu.open {
    display: block; }

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.container {
  text-align: center;
  padding-top: 64px;
  /* min-height: 5500px; */
  background: #1D1D1D url(/assets/retro_poster_bg-7e617f8770d641f6c59651368fc2cd73de1218c4474d615537f28b04ef473549.webp) no-repeat;
  flex: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.0333s, padding-top 0.3s;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1100px) {
    .container {
      padding-top: 32px; } }
main {
  padding: 0 1em;
  flex: 1; }

section:not(.full-width) {
  margin: 0 auto;
  max-width: 1420px; }

.two-column {
  display: flex;
  gap: 2em; }
  .two-column div {
    flex: 5; }
    .two-column div.wide-column {
      flex: 7; }

section.cta h2 span:nth-child(1) {
  display: block;
  text-transform: uppercase;
  font-stretch: 125%;
  font-size: 35px;
  letter-spacing: 7.18px; }

section.cta h2 span:nth-child(2) {
  display: block;
  text-transform: none;
  font-family: "Grape Nuts";
  font-size: 47px;
  margin: 0.5em auto;
  color: #D2AD66; }

section.cta fieldset {
  margin: 6em auto calc(32px + 1em) auto;
  border: 1px dotted #D2AD66;
  border-radius: 12px;
  max-width: 340px;
  height: 100px;
  text-align: center; }

section.cta fieldset legend {
  text-transform: uppercase;
  font-size: 21px;
  font-stretch: 125%;
  letter-spacing: 1.6px;
  padding: 0 0.5em;
  margin: 0 auto; }

section.cta fieldset .shim {
  margin: 0 auto;
  background-color: #1D1D1D;
  height: 3px;
  width: 194px;
  transform: translateY(79px); }

section.cta .cta-btn {
  text-transform: uppercase;
  transform: translateY(52px);
  font-stretch: 100%;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 4px; }

section.cta h2 {
  line-height: 57px;
  font-size: 32px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  font-stretch: 125%;
  margin: 0.5em auto; }

section.cta {
  margin: 4em auto;
  padding-bottom: 250pxa; }

.pre-footer {
  position: relative;
  aspect-ratio: 1923/280;
  background: transparent url(/assets/lunar_surface-fad03aa9acd571be34996736953484d7c63b4f34734ada5ae90851b6c836518e.png) no-repeat bottom center;
  background-size: contain; }

footer {
  min-height: 100px;
  background-color: #48423A; }

footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    footer nav {
      flex-direction: column;
      gap: 2em;
      text-align: center; } }
footer nav ul {
  display: flex;
  gap: 2em; }
  @media screen and (max-width: 768px) {
    footer nav ul {
      flex-direction: column; } }
footer nav ul li a {
  color: #D9CDB5;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.34px;
  display: block;
  line-height: 2em;
  transition: color 0.3s, transform 0.3s, font-weight 0.3s, text-shadow 0.15s; }

footer nav ul li a:hover {
  color: #F2EFE4;
  transform: translateY(-2px);
  text-shadow: 0.5px 0.5px 0 #C24257, 0.5px 1.5px 0 #C24257; }

footer nav img {
  transition: transform 0.5s; }

footer nav a.logo:hover img {
  transform: scale(1.04); }

footer .copyright,
footer .latin-mission {
  text-transform: uppercase;
  text-align: center;
  padding: 2em 0 1em 0; }

footer .copyright {
  font-stretch: 125%;
  letter-spacing: 2.34px;
  font-size: 12px;
  opacity: 0.8; }

footer .latin-mission {
  font-size: 9px;
  letter-spacing: 2px;
  opacity: 0.37; }
main section.elevator-pitch {
  margin: 5em auto; }

section.elevator-pitch h1 {
  text-transform: uppercase; }

section.elevator-pitch h1 span {
  display: block;
  margin: 36px 0; }

section.elevator-pitch h1 span:nth-child(1),
section.elevator-pitch h1 span:nth-child(3) {
  font-size: 21px;
  font-weight: 200;
  font-stretch: 100%;
  color: #f8e9c7;
  letter-spacing: 4px;
  filter: blur(5px);
  transition: font-weight 3s, font-stretch 3s, letter-spacing 3s, filter 2s, color 3s; }

section.elevator-pitch h1 span:nth-child(2) {
  font-size: 47px;
  font-weight: 200;
  font-stretch: 100%;
  letter-spacing: 5px;
  filter: blur(5px);
  transition: font-weight 3s 0.3s, font-stretch 3s 0.3s, letter-spacing 3s 0.3s, filter 2s 0.3s; }

section.elevator-pitch h1 span:nth-child(3) {
  transition: font-weight 3s 0.6s, font-stretch 3s 0.6s, letter-spacing 3s 0.6s, filter 2s 0.6s, color 3s 0.6s; }

body.run-animation section.elevator-pitch h1 span:nth-child(1),
body.run-animation section.elevator-pitch h1 span:nth-child(3) {
  font-weight: 300;
  font-stretch: 125%;
  letter-spacing: 5px;
  filter: blur(0);
  color: #D2AD66; }

body.run-animation section.elevator-pitch h1 span:nth-child(2) {
  font-weight: 250;
  font-stretch: 125%;
  letter-spacing: 8px;
  filter: blur(0); }

section.video > div {
  background-color: #0A0A0A;
  aspect-ratio: 17/9;
  border-radius: 54px;
  overflow: hidden;
  transition: border-radius 0.5s; }
  @media screen and (max-width: 1100px) {
    section.video > div {
      border-radius: 26px; } }
section.video > div video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

main section.ideas {
  margin: 8em -1em;
  background: rgba(10, 10, 10, 0.85);
  padding: 4em 1em; }
  main section.ideas h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
    font-stretch: 125%;
    letter-spacing: 7.18px;
    text-align: left;
    line-height: 1.25em;
    margin: 0.75em 0; }
  main section.ideas .two-column {
    max-width: var(--max-width);
    margin: 0 auto; }
    main section.ideas .two-column > div {
      min-height: 200px; }
    main section.ideas .two-column p {
      text-align: left;
      line-height: 1.5em;
      letter-spacing: 1.1px; }

section.capabilities {
  margin: 8em auto; }
  section.capabilities .columns {
    display: flex;
    gap: 3em; }
    @media screen and (max-width: 940px) {
      section.capabilities .columns {
        flex-direction: column;
        gap: 0; }
        section.capabilities .columns > div {
          margin: 1em 0; } }
    section.capabilities .columns > div {
      flex: 1;
      background-color: rgba(22, 22, 22, 0.85);
      border-radius: 64px;
      padding: 1em 3em;
      min-height: 200px;
      box-shadow: -2px -2px 0 #254165, 2px 2px 0 #C24257; }
    section.capabilities .columns ul li {
      text-align: left;
      display: flex;
      gap: 28px;
      margin: 1em 0;
      align-items: center; }
      section.capabilities .columns ul li h2 {
        margin-bottom: 6px;
        font-size: 16px;
        font-stretch: 115%;
        letter-spacing: 1.19px;
        font-weight: 500; }
      section.capabilities .columns ul li p {
        font-size: 14px;
        letter-spacing: 0.19px;
        color: #625D54; }

.pre-footer .lem {
  width: 25%;
  min-width: 240px;
  position: absolute;
  left: 15%;
  bottom: 0px; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
