#main_menu_outer,
footer {
  display: none !important;
}
body {
  background-color: #fdfaff;
  padding-top: 0;
}
.sign_in {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
#hero .hero_flex {
  max-width: 996px !important;
  margin: 0 auto;
}

.intro_content {
  max-width: 589px !important;
  width: 100% !important;
}
.download_buttons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.offer_outer {
  max-width: 996px;
  border-radius: 20px;
  position: relative;
}
.download_buttons .cta_has_sub .sub_menu_hover {
  top: 0;
}

.offer_outer h5 img {
  margin-left: 8px;
  vertical-align: top;
}

.features .item:before {
  content: '';
  width: 24px;
  height: 10px;
  margin-right: 4px;
  background: url('../imgs/icon_check_green_sm.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.offer_outer .img_wrapper {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.download_offer_outer {
  border-radius: 20px;
  padding: 16px 16px 24px 16px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.promo_code {
  display: table;
  text-align: center;
  margin-bottom: 24px;
  border: 1px dashed #614efa;
  font-size: 32px;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .sign_in .btn {
    display: none;
  }
  .intro_image {
    display: none;
  }
  .download_buttons {
    display: none;
  }
  .offer_outer {
    padding-bottom: 144px;
    max-width: 500px !important;
  }
  .offer_outer h5 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin: 0 auto 16px auto;
  }
  .offer_outer h5 img {
    flex: 0 0 35px;
  }
  .offer_outer .img_wrapper {
    right: unset;
    transform: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .offer_outer .img_wrapper img {
    width: 300px;
    height: auto;
  }
  .features .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
  }
  .intro_content {
    margin-bottom: 0;
  }
  .features .item::before {
    flex: 0 0 14px;
    transform: translateY(10px);
  }
  h5 {
    max-width: 335px;
    margin: 0 auto;
  }
  .offer_outer {
    padding: 24px 24px 135px 24px;
  }
  ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body {
    padding-bottom: 60px;
  }
  ul li {
    font-size: 18px !important;
  }
  ul {
    margin-bottom: 0 !important;
  }
  .download_offer_outer {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .download_offer_outer {
    margin-top: 24px;
  }
  ul {
    margin-bottom: 0;
  }
  ul li {
    font-size: 15px !important;
  }
}
