@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400..900&display=fallback");
@import url("https://fonts.googleapis.com/css2?family=Quantico&display=fallback");
:root {
  --page-padding: calc(22px + 4vw);
  --text-color-dark: #0a0b09;
  --text-color-light: #fff;
  --dark-background-color: #11110e;
  --background-orange-color: #ffc107;
}
body {
  width: 100%;
  color: var(--text-color-dark);
  font-family: 'Montserrat', sans-serif;
}
body.dark {
  color: var(--text-color-light);
}
body h1 {
  font-size: 2.5rem;
  font-weight: 900;
}
body h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2em;
}
@media (max-width: 800px) {
  body h2 {
    font-size: 1.7rem;
  }
}
body h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1em;
}
@media (max-width: 800px) {
  body h3 {
    font-size: 1rem;
  }
}
body a,
body a:link,
body a:visited,
body a:active,
body a:hover {
  text-decoration: none;
  color: inherit;
}
body menu a:hover {
  border: none;
}
body .hidden {
  display: none;
}
body .btn {
  border-radius: 0;
}
body #pageContainer {
  position: relative;
  padding: 1rem 2vw;
}
body #pageContainer .pageToolbar {
  float: right;
}
body section {
  position: relative;
  padding: 1rem 2vw;
  width: calc(100vw - (var(--page-padding) * 2));
}
body#home {
  background-color: var(--dark-background-color);
  padding-bottom: 20rem;
}
body#home h1 {
  font-size: 3.6vw;
  font-weight: 900;
}
body#home h2 {
  font-size: 3.4vw;
  font-weight: 700;
}
body#home h3 {
  font-size: 1.7vw;
  font-weight: 600;
}
body#home .discover-button button {
  border-radius: 0;
  font-family: 'Quantico', sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 1px;
  padding: 0 1.24em;
  background-color: #bfb36e;
  border: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 0.55em), calc(100% - 0.5em) 100%, 0% 100% /* bottom left */);
}
body#home .discover-button button:first-child {
  position: absolute;
  transform: translateX(4px) translateY(4px);
  background: #655d2d;
  background: linear-gradient(90deg, #655d2d 0%, #797036 100%);
}
body#home .background-group-1 {
  background-color: #2d2e2c;
  background: linear-gradient(180deg, #2d2e2c 0%, #21211f 94%, #2d2e2c 94%);
}
body#home .background-group-2 {
  padding-top: 19.2vw;
  background: linear-gradient(180deg, #2d2e2c 0%, #21211f 100%);
  padding-bottom: 8vw;
}
body#home .background-group-3 {
  padding-top: 3.3vw;
  background: linear-gradient(180deg, #2d2e2c 0%, #11110e 100%);
}
body#home section {
  position: relative;
  margin: 0 var(--page-padding);
  padding: 1rem 2vw;
  width: calc(100vw - (var(--page-padding) * 2));
}
body#home section#banner {
  height: 60.5vw;
  border-left: 1px solid var(--text-color-light);
  background: #bbb9b2;
  background-size: contain;
  overflow: hidden;
}
body#home section#banner > header {
  height: 3.5rem;
}
body#home section#banner > header menu {
  flex-basis: 58.5vw;
}
body#home section#banner > main {
  display: grid;
  grid-template-columns: 14.9% 35% 47% 3%;
  height: 55vw;
}
body#home section#banner > main > .sidebar > div {
  font-family: 'Quantico', sans-serif;
  font-size: 1.33rem;
  line-height: 1.2;
  color: var(--text-color-dark);
  white-space: nowrap;
}
body#home section#banner > main > .sidebar > div .arrow {
  display: inline-block;
  width: 4.6rem;
  border-top: 2px solid #999;
  margin-bottom: 3px;
}
body#home section#banner > main > .sidebar > div .point {
  display: inline-block;
  transform: translateX(-2px) translateY(1px);
  font-size: 1rem;
  color: #8b8c88;
}
body#home section#banner > main > .sidebar.left > div {
  transform: rotate(-90deg) translateX(-33.3vw) translateY(-3.3vw);
}
body#home section#banner > main > .sidebar.right > div {
  transform: rotate(-90deg) translateX(-39vw) translateY(0.5vw);
  letter-spacing: 1px;
}
body#home section#banner > main > .sidebar.right > div .arrow {
  width: 5rem;
  margin-bottom: 5px;
}
body#home section#banner > main > .sidebar.right > div .point {
  transform: translateX(4px) translateY(-1px);
  font-size: 1rem;
}
body#home section#banner > main > .heading h1 {
  font-weight: 900;
  font-size: 7.2vw;
  line-height: 0.91;
  margin: 10.3vw 0 0 0;
}
body#home section#banner > main > .heading .discover-button {
  margin: 4.6vw 0 0 0;
}
body#home section#banner > main > .graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
body#home section#banner > main > .graphic img {
  width: 33vw;
  margin: -5.5vw 0 0 -3vw;
  opacity: 0.6;
}
body#home section#banner > .social-media {
  display: inline-flex;
  float: right;
  margin-top: -4.7rem;
  z-index: 1;
  position: relative;
}
body#home section#banner > .social-media img {
  margin: 0 0.22rem;
  width: 1.24rem;
}
body#home section.product {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body#home section.product .tablet {
  background: transparent url("/img/auro/tablet.png") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  text-align: center;
}
body#home section.product .tablet img {
  width: 51vw;
  margin: 2vw 2.5vw 2.5vw 1.5vw;
  border: 2vw solid #0a0b0b;
}
body#home section.product .blurb {
  width: 26%;
  line-height: 2.2;
}
body#home section.product .blurb h2 {
  font-family: 'Quantico', sans-serif;
}
body#home section.product#cloud49 {
  margin-top: -6.25vw;
}
body#home section.product#jetstoves {
  margin-top: 4rem;
}
body#home section.product#jetstoves img {
  width: 49vw;
  margin: 4vw 3.5vw 4.5vw 2.5vw;
  border: none;
}
body#home section#heading {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
body#home section#heading h1 {
  font-size: 7.6vw;
  line-height: 0.85;
  margin-right: 10vw;
  padding: 0 2.5vw;
}
body#home section#heading .discover-button {
  margin-bottom: 1vw;
}
body#home section#mezosphere {
  margin-top: 13rem;
}
body#home section#mezosphere img {
  width: 52vw;
  margin: 1.5vw 2vw 2.2vw 1vw;
}
body#home section#stage-project {
  margin-top: 4.2rem;
}
body#home section#stage-project img {
  width: 49vw;
  margin: 3.5vw 3.5vw 4vw 2.5vw;
  border: none;
}
body#home section#discover {
  margin-top: 9.7vw;
  text-align: center;
}
@media (max-width: 830px) {
  body#home .discover-button button {
    font-size: 0.7rem;
  }
  body#home section {
    margin: 0;
    width: 100%;
  }
  body#home section#banner {
    height: 67vw;
    border-left: none;
  }
  body#home section#banner > img {
    display: none;
  }
  body#home section#banner > main {
    height: auto;
  }
  body#home section#banner > main > .sidebar {
    visibility: hidden;
  }
  body#home section#banner > main > .heading h1 {
    margin-top: 5vw;
  }
  body#home section#banner > main > .graphic img {
    margin: -11vw 0 0 0;
  }
  body#home section#banner > .social-media {
    flex-direction: column;
    margin-top: -6rem;
  }
  body#home section#banner > .social-media img {
    margin: 0 0.22rem;
    width: 1rem;
  }
  body#home section.product {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body#home section.product .blurb {
    width: auto;
  }
  body#home section.product .blurb h2 {
    margin-top: 1rem;
  }
  body#home section#cloud49 {
    margin-top: -10vw;
  }
  body#home section#cloud49 .tablet img {
    width: 80vw;
    margin: 3vw 4.5vw 3.5vw 2vw;
  }
  body#home section#jetstoves {
    margin-top: 2rem;
  }
  body#home section#jetstoves img {
    width: 93%;
    margin: 6% 4.5% 6.5% 2.5%;
  }
  body#home section#heading .discover-button {
    margin-bottom: 2.5vw;
  }
  body#home section#mezosphere {
    margin-top: 5rem;
  }
  body#home section#mezosphere img {
    width: 94%;
    margin: 3.5% 4% 4.2% 2%;
  }
  body#home section#stage-project img {
    width: 86%;
    margin: 6.5% 6.5% 7.5% 5%;
  }
  body#home section#discover {
    margin-top: 3rem;
  }
}
body#home footer {
  position: relative;
  margin-top: 29.8vw;
  background: #bbb9b2;
  background-size: contain;
  overflow: hidden;
}
body#home footer > header {
  margin-top: 8.2rem;
  justify-content: space-evenly;
  padding: 0 7vw 0 4.5vw;
}
body#home footer > header img.logo {
  width: 12.8rem;
  margin: 1rem;
}
body#home footer > header menu {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body#home footer > header menu a {
  color: var(--text-color-dark);
}
body#home footer > .sidebars {
  display: flex;
  justify-content: space-between;
  height: 15.9rem;
  align-items: flex-start;
}
body#home footer > .sidebars > div > div {
  font-family: 'Quantico', sans-serif;
  font-size: 1.33rem;
  line-height: 1.2;
  color: var(--text-color-dark);
  white-space: nowrap;
}
body#home footer > .sidebars > div > div .arrow {
  display: inline-block;
  width: 4.6rem;
  border-top: 2px solid #999;
  margin-bottom: 3px;
}
body#home footer > .sidebars > div > div .point {
  display: inline-block;
  transform: translateX(-2px) translateY(1px);
  font-size: 1rem;
  color: #8b8c88;
}
body#home footer > .sidebars > div.left > div {
  transform: rotate(-90deg) translateX(0) translateY(calc(24vw - 20.4rem));
}
body#home footer > .sidebars > div.right > div {
  transform: rotate(-90deg) translateX(-4.7vw) translateY(calc(22rem - 24vw));
  letter-spacing: 1px;
}
body#home footer > .sidebars > div.right > div .arrow {
  width: 5rem;
  margin-bottom: 5px;
}
body#home footer > .sidebars > div.right > div .point {
  transform: translateX(4px) translateY(-1px);
  font-size: 1rem;
}
body#home footer > .social-media {
  display: inline-flex;
  float: right;
  margin: -0.3vw 7.8vw 2.3vw 0;
}
body#home footer > .social-media img {
  margin: 0 0.22rem;
  width: 1.24rem;
}
@media (max-width: 960px) {
  body#home footer > .sidebars {
    display: none;
  }
  body#home footer > .social-media img {
    margin: 0 0.22rem;
    width: 1rem;
  }
}
body#home #mockup {
  width: 1280px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  display: none;
}
body#home #mockup-opacity {
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 1270px) and (max-width: 1290px) {
  body#home #mockup,
  body#home #mockup-opacity {
    display: initial;
  }
}
body#about {
  background: #bbb9b2;
  background-size: contain;
  width: 100%;
}
body#about section {
  position: relative;
  padding: 1rem 2vw;
  width: 100%;
}
body#about section h2 {
  text-align: center;
  color: #fff;
  margin: 4rem 0;
}
body#about section#people h2 {
  color: #f2ede0;
}
body#about section#people > main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body#about section#people > main > * {
  margin: 4vw;
}
body#about section#people > main .profile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
body#about section#people > main .profile .photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33vw;
  min-width: 15rem;
  max-width: 20rem;
  text-align: center;
  font-family: 'Quantico', sans-serif;
  margin: 1em;
}
body#about section#people > main .profile .photo img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  box-shadow: 0 0 40px 0 #999;
  margin-bottom: 0.5rem;
  background-color: #bbb9b2;
  filter: sepia(40%);
}
body#about section#people > main .profile .blurb {
  margin: 1em;
  width: 42vw;
}
body#about section#people > main .profile .blurb p {
  font-size: 1.1rem;
}
body#about section#people > main .profile .blurb a {
  border-bottom: 1px dashed var(--text-color-dark);
}
body#about section#people > main .graphic {
  width: 60vw;
  height: 6rem;
  filter: grayscale(75%);
  opacity: 0.6;
}
body#about section#contact {
  margin-top: 4rem;
  text-align: center;
  color: var(--text-color-light);
}
body#about section#contact form {
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
  text-align: left;
}
body#about section#copyright {
  color: var(--text-color-dark);
}
@media (max-width: 830px) {
  body#about section#people main {
    flex-direction: column;
  }
  body#about section#people main .profile {
    width: 80vw;
  }
  body#about section#people main .profile .blurb {
    width: 80vw;
  }
  body#about section#people main .profile#james {
    flex-direction: column-reverse;
  }
}
body#blog.posts {
  background: linear-gradient(180deg, #2d2e2c 0%, #11110e 100%);
}
body#blog.posts header,
body#blog.posts .pageHeading,
body#blog.posts #blogPostToolbar,
body#blog.posts #copyright {
  color: var(--text-color-light);
}
body#blog.posts #blogPostToolbar {
  background-color: #666;
  border: none;
  padding: 1vw;
}
body#blog.posts .ck-content {
  background-color: #fff;
}
#blog .pageHeading h1 {
  text-align: center;
}
#blog .categoriesList {
  margin: 2rem 0;
  justify-content: center;
  font-family: 'Quantico', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}
#blog .categoriesList > * {
  margin: 1rem 0.5rem;
  background-color: var(--background-orange-color);
  border: 1px solid var(--background-orange-color);
  padding: 0 1rem;
  border-radius: 1rem;
}
#blog .categoriesList > *:not(.selected):hover a {
  color: var(--text-color-dark);
}
#blog .categoriesList > * .selected {
  font-weight: bold;
}
#blog .categoriesList .addCategoryButton {
  padding: 0.2rem 1rem;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid var(--bs-green);
  border-radius: 1rem;
  background-color: transparent;
  box-shadow: none;
}
#blog .categoriesList .addCategoryButton:not(.selected):hover {
  background-color: var(--bs-green);
  color: var(--bs-light);
}
#blog .categories a {
  opacity: 0.7;
  border: none;
  line-height: 3em;
  text-transform: uppercase;
  font-family: 'Quantico', sans-serif;
  padding: 0 1em;
}
#blog,
.posts {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: center;
}
#blog .ck-content,
.posts .ck-content {
  text-align: initial;
}
@media (min-width: 2000px) {
  #blog,
  .posts {
    padding: 1rem 0;
  }
}
#blog h1,
.posts h1 {
  text-align: center;
  margin-bottom: 1em;
}
#blog > h2,
.posts > h2 {
  font-size: 4.4vw;
  font-weight: 700;
  margin-bottom: 5vw;
  flex-basis: 100%;
}
@media (max-width: 800px) {
  #blog > h2,
  .posts > h2 {
    font-size: 2.2rem;
  }
}
#blog .preview,
.posts .preview {
  position: relative;
  margin: 2.1vw auto;
  width: 77vw;
  height: 25vw;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 799px) {
  #blog .preview,
  .posts .preview {
    margin: 3rem auto;
    flex-wrap: wrap;
    height: auto;
  }
}
@media (min-width: 1700px) {
  #blog .preview,
  .posts .preview {
    width: 36vw;
    height: 12vw;
  }
}
@media (min-width: 3700px) {
  #blog .preview,
  .posts .preview {
    margin: 1vw auto;
    width: 30vw;
    height: 10vw;
  }
}
#blog .preview .introImage,
.posts .preview .introImage {
  background-image: none !important;
  height: inherit;
}
@media (max-width: 799px) {
  #blog .preview .introImage,
  .posts .preview .introImage {
    width: 100%;
    height: auto;
  }
}
#blog .preview .introImage img,
.posts .preview .introImage img {
  height: inherit;
}
@media (max-width: 799px) {
  #blog .preview .introImage img,
  .posts .preview .introImage img {
    height: auto;
    max-height: initial;
    width: 100%;
  }
}
#blog .preview.controls,
.posts .preview.controls {
  background-color: transparent;
  justify-content: center;
}
#blog .preview .blurb,
.posts .preview .blurb {
  margin: 0 auto;
  padding: 0 10%;
  color: var(--text-color-dark);
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 799px) {
  #blog .preview .blurb,
  .posts .preview .blurb {
    margin: 2rem auto;
  }
}
@media (min-width: 1700px) {
  #blog .preview .blurb,
  .posts .preview .blurb {
    padding: 0 2vw;
  }
}
#blog .preview .blurb h3,
.posts .preview .blurb h3 {
  font-size: 206%;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#blog .preview .blurb h3 a,
.posts .preview .blurb h3 a {
  border: none;
}
#blog .preview .blurb .arrow,
.posts .preview .blurb .arrow {
  display: none;
}
#blog .preview .blurb .more,
.posts .preview .blurb .more {
  color: #69bfa8;
}
#blog .preview .blurb .more i,
.posts .preview .blurb .more i {
  display: none;
}
#blog a.load-more,
.posts a.load-more {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  flex-basis: 100%;
  opacity: 0.7;
}
#blog a.load-more i,
.posts a.load-more i {
  font-size: 2.5rem;
}
#blog .preview:nth-child(odd) .blurb .more,
.posts .preview:nth-child(odd) .blurb .more {
  color: #e381a6;
}
body#discover {
  background-color: var(--dark-background-color);
  background: linear-gradient(180deg, #191a18 0%, #535351 100%);
}
body#discover h1 {
  font-size: 5vw;
  text-align: center;
}
@media (max-width: 830px) {
  body#discover h1 {
    font-size: 2rem;
  }
}
body#discover h3 {
  font-size: 3vw;
}
@media (max-width: 830px) {
  body#discover h3 {
    font-size: 1.4rem;
  }
}
body#discover img#banner {
  width: 100%;
}
body#discover header {
  top: 1rem;
  width: 100%;
}
body#discover header img.hamburger {
  display: none;
}
body#discover #productivity {
  padding-top: 8vw;
}
body#discover #productivity #contact {
  margin: 8rem auto;
  width: auto;
}
body#discover #productivity #contact p.call-to-action {
  opacity: 0.7;
  text-align: center;
}
body#discover #productivity #contact .squeeze {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#discover #productivity #contact .squeeze > * {
  flex-basis: 47%;
  max-width: 42rem;
  margin: 1rem;
}
@media (max-width: 830px) {
  body#discover #productivity #contact .squeeze > * {
    flex-basis: 100%;
  }
}
body#discover #productivity #contact .squeeze .offer {
  margin-top: 2rem;
  padding: 2em;
  background-color: var(--background-orange-color);
  border-radius: 0.3rem;
  color: var(--text-color-dark);
}
body#discover #productivity #contact .squeeze .offer .footnote {
  font-size: 0.8em;
}
body#discover #productivity #contact .squeeze .alert {
  margin-top: 1rem;
}
body#discover section {
  position: relative;
  padding: 1rem 2vw;
  width: 100%;
}
body#discover section#signup-banner {
  padding: 0;
  background: #bbb9b2;
  background-size: cover;
  overflow: hidden;
}
body#discover section#signup-banner > main {
  display: flex;
  align-items: center;
  text-align: center;
}
body#discover section#signup-banner > main h1 {
  flex-basis: 50%;
  line-height: 1;
  margin: 0 2% 0 4%;
}
body#discover section#signup-banner > main img {
  width: 28vw;
  max-width: 80%;
  margin: 0 auto -11vw;
}
@media (max-width: 830px) {
  body#discover section#signup-banner {
    background-image: none;
  }
  body#discover section#signup-banner > main {
    flex-wrap: wrap;
  }
  body#discover section#signup-banner > main h1 {
    flex-basis: auto;
    margin: 1.6em 1em;
  }
  body#discover section#signup-banner > main img {
    width: 70vw;
    margin-bottom: -30vw;
  }
}
body#discover section.product {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body#discover section.product .tablet {
  background: transparent url("/img/auro/tablet.png") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  text-align: center;
}
body#discover section.product .tablet img {
  width: 51vw;
  margin: 1.2vw 2.5vw 2.5vw 1.5vw;
  border: 2vw solid #0a0b0b;
}
body#discover section.product .blurb {
  width: 30%;
  line-height: 2.2;
}
body#discover section.product .blurb h3 {
  margin: 1em 0;
}
body#discover section.product#cloud49 {
  margin-top: 4rem;
}
body#discover section.product#stage-project {
  margin-top: 2rem;
}
body#discover section.product#stage-project img {
  width: 49vw;
  margin: 3.5vw 3.5vw 4vw 2.5vw;
  border: none;
}
body#discover #signup h1 {
  margin: 4vw 0 30vw;
}
body#discover #signup .signup-for {
  display: none;
}
body#discover #copyright a.signup {
  display: none;
}
@media (max-width: 830px) {
  body#discover section {
    margin: 0;
    width: 100%;
  }
  body#discover section.product {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body#discover section.product .blurb {
    width: auto;
  }
  body#discover section.product .blurb h2 {
    margin-top: 1rem;
  }
  body#discover section#cloud49 .tablet img {
    width: 80vw;
    margin: 3vw 4.5vw 3.5vw 2vw;
  }
  body#discover section#stage-project img {
    width: 86%;
    margin: 6.5% 6.5% 7.5% 5%;
  }
}
#signup {
  padding: 1em 2vw;
  font-size: 1.3rem;
  background: var(--dark-background-color) url("/img/auro/signup-bg.jpg") bottom center no-repeat;
  background-size: cover;
  background-position-x: center;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
#signup h1,
#signup p,
#signup a {
  color: #fff !important;
  margin: 10px 0 10px 0;
}
#signup h1.privacy,
#signup p.privacy,
#signup a.privacy {
  color: #fff !important;
  margin: 20px 0 10px 0;
  font-size: 0.55rem;
}
#signup .signup-for::before {
  content: 'to get insights into startups, marketing, productivity, and web tech.';
}
#signup form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1em 2vw;
}
#signup form input[type=text] {
  margin: 0.5em auto;
}
#signup form #signupGroups {
  font-weight: bold;
  display: flex;
  margin: 1em 0.5em;
  flex-basis: 100%;
}
#signup form #signupGroups > * {
  margin: 0 0 0 0.7em;
}
#signup form #submitContainer {
  flex-basis: 100%;
  text-align: right;
  margin-top: 4vh;
}
