@accent 1: #1f1a9b;
@complementary 1: #d8820e;
@font-face {
  font-family: 'Work Sans';
  src: url('/assets/fonts/WorkSans-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
}
:target {
  scroll-margin-top: 100px;
}
b,
strong {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 48px;
}
a {
  color: #342bde;
  text-decoration: none;
}
.site_width {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site_width.full {
  max-width: 100%;
}
.site_width.L {
  max-width: 1200px;
}
.site_width.M {
  max-width: 900px;
}
.site_width.S {
  max-width: 600px;
}
.cta_button {
  padding: 10px 20px;
  border-radius: 99px;
  text-decoration: none;
  line-height: 1em;
  background-color: #342bde;
  color: #fff;
  border: none;
  font-weight: 500;
}
.cta_button.white {
  background-color: #fff;
  color: #342bde;
}
.cta_button.white.outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cta_button.outline {
  background-color: transparent;
  border: 1px solid #342bde;
  color: #342bde;
}
.cta_button.large {
  padding: 15px 30px;
  font-size: 18px;
}
.jupiter_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #342bde;
}
.jupiter_header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
}
.jupiter_header nav .logo {
  width: 220px;
}
.jupiter_header nav .menu_container ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jupiter_header nav .menu_container ul li a {
  color: #fff;
  text-decoration: none;
}
.jupiter_header nav .menu_container .cta_button {
  background-color: #fff;
  color: #342bde;
  padding: 10px 20px;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 600;
}
.jupiter_header nav .menu_container .center_menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.jupiter_header nav .burger_trigger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}
.jupiter_header nav .burger_trigger span {
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.jupiter_header nav .burger_trigger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.jupiter_header nav .burger_trigger.active span:nth-child(2) {
  opacity: 0;
}
.jupiter_header nav .burger_trigger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.jupiter_header.fixed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.jupiter_header.fixed nav {
  padding: 20px 30px;
}
@media (max-width: 990px) {
  .jupiter_header nav {
    padding: 15px 20px;
  }
  .jupiter_header nav .logo {
    width: 170px;
  }
  .jupiter_header nav .burger_trigger {
    display: flex;
  }
  .jupiter_header nav .menu_container {
    display: none;
    background-color: #342bde;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .jupiter_header nav .menu_container .center_menu {
    position: relative;
    left: 0;
    transform: none;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: -40px;
  }
  .jupiter_header nav .menu_container.active {
    display: flex;
  }
  .jupiter_header nav .menu_container ul {
    flex-direction: column;
    width: 100%;
  }
  .jupiter_header nav .menu_container ul li {
    margin: 0;
  }
  .jupiter_header.fixed nav {
    padding: 15px 20px;
  }
}
section {
  position: relative;
}
section .title_and_subtitle {
  margin: 0 auto;
  margin-bottom: 40px;
  width: calc(100% - 40px);
  max-width: 600px;
  text-align: center;
}
section .horizont_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
section .horizont_bottom.reverse {
  transform: rotate(180deg);
  bottom: 7px;
}
section#hero {
  color: #fff;
}
section#hero .background {
  background-color: #342bde;
  position: relative;
}
section#hero .background .site_width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 170px 0 390px 0;
}
section#hero .background .site_width h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 68px);
}
section#hero .background .site_width .subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 670px;
  font-weight: 300;
}
section#hero .background .site_width .subtitle strong {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
section#hero .background .site_width .ctas {
  display: flex;
  gap: 20px;
}
section#hero .dashboard_mockup_container {
  margin: -310px auto 0 auto;
  display: block;
  position: relative;
  text-align: center;
  z-index: 9;
}
section#hero .dashboard_mockup_container .screens {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 680px;
  height: 100%;
  overflow: hidden;
}
section#hero .dashboard_mockup_container .screens img {
  width: 100%;
}
section#hero .dashboard_mockup_container .laptop_mockup {
  position: relative;
  z-index: 10;
}
section#how_it_works {
  text-align: center;
  padding-bottom: 120px;
}
section#how_it_works .steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section#how_it_works .steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #f8f7ff;
  padding: 55px 40px 40px 40px;
  border-radius: 15px;
  width: 280px;
  box-sizing: border-box;
  position: relative;
}
section#how_it_works .steps li .step_number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #342bde;
  color: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
}
section#how_it_works .steps li .step_icon {
  width: 160px;
  aspect-ratio: 2/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#how_it_works .steps li .step_icon img {
  max-width: 160px;
  height: auto;
  max-height: 80px;
}
section#how_it_works .steps li h3 {
  margin: 0;
  color: #373737;
  line-height: 1.1em;
}
section#how_it_works .steps .arrow_line img {
  width: 100px;
}
section#how_it_works .cta_button {
  margin: 50px 0 0 0;
  display: inline-block;
}
section#reports {
  background-color: #fafafa;
  padding: 150px 0;
  margin-top: -4.7vw;
}
section#reports .reports_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}
section#reports .reports_list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
section#reports .reports_list li .report_icon {
  width: 55px;
  aspect-ratio: 1/1;
}
section#reports .reports_list li .report_icon img {
  width: 100%;
  height: auto;
}
section#reports .reports_list li h3 {
  margin: 0;
  margin-bottom: 3px;
  color: #373737;
  line-height: 1.1em;
}
section#reports .reports_list li p {
  margin: 0;
  color: #b6b6b6;
  line-height: 1.2em;
}
section#reports .more_reports_soon {
  margin: 40px auto;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  color: #373737;
  font-weight: 600;
}
section#reports .cta_button {
  margin: 50px auto 0 auto;
  display: table;
}
section#faq {
  padding: 70px 0 130px 0;
  margin-bottom: -4.7vw;
}
section#faq .faq-grid .faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
section#faq .faq-grid .faq-question {
  cursor: pointer;
  padding: 15px;
  margin: 0;
  position: relative;
}
section#faq .faq-grid .faq-question::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
section#faq .faq-grid .faq-question.active::after {
  transform: translateY(-50%) rotate(45deg);
}
section#faq .faq-grid .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}
section#faq .faq-grid .faq-answer p {
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 990px) {
  section#hero .background .site_width {
    padding-top: 100px;
    padding-bottom: 41.4vw;
  }
  section#hero .dashboard_mockup_container {
    margin-top: -32.3vw;
  }
  section#hero .dashboard_mockup_container .screens {
    top: 2.5%;
    width: 70%;
  }
  section#hero .dashboard_mockup_container .laptop_mockup {
    width: 100%;
  }
  section#how_it_works {
    padding-bottom: 80px;
  }
  section#how_it_works .steps {
    flex-direction: column;
  }
  section#how_it_works .steps .arrow_line {
    display: none;
  }
  section#reports {
    padding: 70px 0;
  }
  section#reports .reports_list {
    flex-direction: column;
  }
  section#reports .reports_list li {
    width: 100%;
  }
  section#faq {
    padding-bottom: 80px;
  }
  section#faq .faq-grid .faq-question {
    padding: 15px 35px 15px 15px;
  }
}
footer {
  background-color: #342bde;
  color: #fff;
  padding: 170px 0 20px 0;
}
footer .footer_columns {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
footer .footer_columns .footer_column {
  width: 25%;
}
footer .footer_columns .footer_column.one {
  width: 50%;
}
footer .footer_columns .footer_column.one .logo {
  max-width: 330px;
}
footer .footer_columns .footer_column h4 {
  margin: 0 0 20px 0;
}
footer .footer_columns .footer_column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer_columns .footer_column ul li a {
  color: #fff;
  text-decoration: none;
}
footer .legal {
  text-align: center;
  font-size: 12px;
  margin-top: 100px;
  opacity: 0.5;
}
@media (max-width: 990px) {
  footer {
    padding-top: 80px;
    margin-top: -5.3vw;
  }
  footer .footer_columns {
    flex-direction: column;
  }
  footer .footer_columns .footer_column {
    width: 100%;
  }
  footer .footer_columns .footer_column.one {
    width: 100%;
  }
}
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup .popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px 35px 35px 35px;
  box-sizing: border-box;
  border: 1px solid #888;
  width: calc(100% - 40px);
  max-width: 500px;
  border-radius: 15px;
  text-align: center;
}
.popup .popup-content h2 {
  margin-top: 0;
}
.popup .popup-content .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 9px;
  color: #b6b6b6;
}
.popup .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin: -20px;
}
.popup form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup form input {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 990px) {
  .popup .popup-content {
    padding: 35px 25px 25px 25px;
  }
  .popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin: -29px -10px 0 0;
  }
}
