body {
  font-family: "Rubik", sans-serif;
  margin: 0;
  background-color: #1f2451;
}

a {
  text-decoration: none;
  color: unset;
}

h1 {
  margin-top: 50px;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  width: 670px;
}
h1 strong {
  font-weight: 500px;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: white;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

header,
footer {
  color: white;
}

header {
  background-color: #1f2451;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 64px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  header {
    background-color: #202552;
  }
}
@media only screen and (max-width: 500px) {
  header {
    background-color: #212652;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
}
@media only screen and (max-width: 890px) {
  header .header_inner {
    width: 70%;
  }
}
header .header_inner h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: left;
  width: unset;
}
@media only screen and (max-width: 767px) {
  header .header_inner h1 {
    font-size: 30px;
  }
}
header .header_inner .language_switcher {
  all: unset;
  padding: 5px;
  height: 30px;
  margin-top: 25px;
  position: relative;
  z-index: 3;
  width: 35px;
}
header .header_inner .language_switcher div {
  width: unset;
}
header .header_inner .language_switcher div ul {
  border-radius: 2px;
}
header .header_inner .language_switcher div ul li a {
  background-color: #1f2451 !important;
  color: white !important;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
}
header .header_inner .language_switcher div ul li a :hover {
  background-color: white;
  color: #1f2451;
}
header .header_inner .language_switcher div ul li a::after {
  display: none;
}
header .header_inner .language_switcher div ul li ul li a {
  background-color: #1f2451 !important;
  color: white !important;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
}
header .header_inner .language_switcher div ul li ul li a :hover {
  background-color: white;
  color: #1f2451;
}

main {
  overflow-x: hidden;
  width: 100%;
  color: #1c1c1c;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero {
  width: 100%;
  height: 590px;
  background-color: #1f2451;
  color: rgba(255, 255, 255, 0.714674);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 890px) {
  .hero {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
    margin-top: -155px;
    height: 924px;
    background-position-x: 145%;
  }
}
.hero .hero_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 728px;
  height: 660px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero .hero_inner {
    width: unset;
    margin-top: -200px;
    align-items: center;
    height: unset;
  }
}
.hero .hero_inner .noted_logo_wave {
  position: absolute;
  width: 396px;
  height: 73px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero .hero_inner .noted_logo_wave {
    display: none;
  }
}
.hero .hero_inner .noted_logo_wave.en {
  top: 388px;
}
.hero .hero_inner .noted_logo_wave.zh-hans {
  top: 401px;
}
.hero .hero_inner .noted_logo_wave.zh-hant {
  top: 401px;
}
.hero .hero_inner .noted_logo_logo {
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 113px;
  height: 104px;
  top: 0;
  left: 0;
}
.hero .hero_inner .noted_logo_logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 106px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .noted_logo_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    position: static;
  }
  .hero .hero_inner .noted_logo_logo img {
    height: 79px;
    top: -5px;
    left: 150px;
    position: static;
  }
}
.hero .hero_inner .overlay_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero_inner .overlay_images .overlay_images-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero_inner .overlay_images .overlay_images-inner img {
  position: absolute;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgBook {
  top: 40px;
  left: 203px;
  height: 99px;
  width: 94px;
}
@media only screen and (max-width: 767px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgBook {
    bottom: 48px;
    left: -34px;
    top: unset;
  }
}
@media only screen and (max-width: 500px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgBook {
    bottom: 20px;
    left: -75px;
    transform: rotate(62deg);
  }
}
@media only screen and (max-width: 425px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgBook {
    bottom: 31px;
    left: -66px;
    transform: rotate(62deg);
    top: unset;
  }
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgBook2 {
  bottom: 266px;
  left: 262px;
  height: 109px;
  width: 111px;
}
@media only screen and (min-width: 768px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgBook2 {
    display: none;
  }
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgAstro {
  top: 118px;
  right: -128px;
  height: 177px;
  z-index: 1;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgAstro-mobile {
  display: none;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgMiPhone {
  display: none;
}
.hero .hero_inner .overlay_images .overlay_images-inner .watch {
  bottom: 200px;
  left: -175px;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc {
  top: 55px;
  left: 436px;
  height: 550px;
  width: 406px;
  display: none;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion {
  left: 436px;
  height: 520px;
  width: 385px;
  display: none;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion.en {
  display: initial;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc.zh-hant {
  display: initial;
}
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc.zh-hans {
  display: initial;
}
@media screen and (max-width: 840px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgAstro {
    right: -5vw;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .watch {
    right: 105px;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc {
    left: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgAstro {
    bottom: 0;
    top: unset;
    z-index: 1;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc {
    left: 53vw;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion.en,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc.en,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc.en {
    display: none;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion.zh-hans,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc.zh-hans,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc.zh-hans {
    display: none;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion.zh-hant,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_tc.zh-hant,
.hero .hero_inner .overlay_images .overlay_images-inner .imgCompanion_sc.zh-hant {
    display: none;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .watch {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .overlay_images .overlay_images-inner .imgAstro {
    display: none;
  }
  .hero .hero_inner .overlay_images .overlay_images-inner .imgAstro-mobile {
    display: initial;
    position: absolute;
    bottom: 135px;
    right: -22px;
    z-index: 1;
  }
}
.hero .hero_inner .hero_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .hero_text {
    align-items: center;
  }
}
.hero .hero_inner .hero_text h1 {
  width: 370px;
  text-align: left;
}
.hero .hero_inner .hero_text h1 strong {
  color: white;
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .hero_text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .hero_text h1 {
    font-size: 26px;
    width: 299px;
  }
}
.hero .hero_inner .hero_text .hero_subtext {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  height: 42px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  padding: 4px 10px;
  margin-bottom: 60px;
}
.hero .hero_inner .hero_text .hero_subtext h2 {
  margin: 8px;
  font-size: 21px;
}
@media only screen and (max-width: 425px) {
  .hero .hero_inner .hero_text .hero_subtext {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero_inner .hero_text .hero_subtext h2 {
    font-size: 15px;
  }
}
.hero .hero_inner .hero_links-desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hero .hero_inner .hero_links-desktop {
    display: none;
  }
}
.hero .hero_inner .hero_links-desktop .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .hero_inner .hero_links-desktop .get_apps {
  margin-bottom: 7.5px;
}
.hero .hero_inner .hero_links-desktop .google_play {
  margin-top: 7.5px;
}
.hero .hero_inner .hero_links-desktop a,
.hero .hero_inner .hero_links-desktop .get_apps {
  height: 45%;
  z-index: 1;
}
.hero .hero_inner .hero_links-desktop a :hover,
.hero .hero_inner .hero_links-desktop .get_apps :hover {
  cursor: pointer;
}
.hero .hero_inner .hero_links-desktop .get_apps :hover {
  cursor: initial;
}
.hero .hero_inner .hero_links-desktop div {
  height: 98px;
  width: auto;
  margin: 0 30px 0 0;
}
.hero .hero_inner .hero_links-desktop div img {
  border-radius: 5px;
}
.hero .hero_inner .hero_links-desktop a img,
.hero .hero_inner .hero_links-desktop div img {
  height: 100%;
}

.basic_features {
  width: 900px;
  margin-top: 190px;
  background-color: white;
}
.basic_features .basic_features-background {
  position: absolute;
  width: 100%;
  height: 2024px;
  background-color: white;
  top: 680px;
  left: 0;
}
@media only screen and (max-width: 890px) {
  .basic_features {
    width: 800px;
  }
  .basic_features .basic_features-background {
    top: 737px;
  }
}
@media only screen and (max-width: 767px) {
  .basic_features {
    margin-top: 50px;
  }
  .basic_features .basic_features-background {
    top: 835px;
    height: 1860px;
  }
}
.basic_features .single_feature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  position: relative;
  height: 340px;
}
.basic_features .single_feature .image,
.basic_features .single_feature .image-mobile {
  position: absolute;
  top: -48px;
  left: 70px;
  height: 384px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.basic_features .single_feature .text {
  width: 465px;
}
.basic_features .single_feature .text h1 {
  width: 100%;
  font-size: 34px;
  text-align: left;
}
@media only screen and (max-width: 890px) {
  .basic_features .single_feature .text h1 {
    font-size: 33px;
  }
}
.basic_features .single_feature .text h1 strong {
  font-weight: 500;
}
.basic_features .feature_recording {
  align-items: unset;
}
.basic_features .feature_recording .get_apps-mobile {
  display: none;
}
.basic_features .feature_recording .hero_links-mobile {
  display: none;
}
.basic_features .feature_recording .image {
  width: 261px;
}
@media only screen and (max-width: 890px) {
  .basic_features .feature_recording .image {
    width: 218px;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .basic_features .feature_recording {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: unset;
    height: 300px;
  }
  .basic_features .feature_recording.zh-hans, .basic_features .feature_recording.zh-hant {
    height: 250px;
  }
  .basic_features .feature_recording .get_apps-mobile {
    display: initial;
    position: absolute;
    top: -78px;
    z-index: 1;
    left: 260px;
    width: 279px;
    height: unset;
  }
  .basic_features .feature_recording .get_apps-mobile img {
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 14.62px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
  }
  .basic_features .feature_recording .hero_links-mobile {
    display: flex;
    justify-content: space-evenly;
    width: 311px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    margin-top: -135px;
  }
  .basic_features .feature_recording .hero_links-mobile a {
    width: 203px;
    height: 60px;
    z-index: 1;
    margin: 5px;
  }
  .basic_features .feature_recording .hero_links-mobile a :hover {
    cursor: pointer;
  }
  .basic_features .feature_recording .hero_links-mobile a img {
    height: 100%;
    width: 100%;
  }
  .basic_features .feature_recording .image {
    display: none;
  }
  .basic_features .feature_recording .image-mobile {
    position: absolute;
    top: -447px;
    left: 264px;
    height: 397px;
    width: 267px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .basic_features .feature_recording .text {
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .basic_features .feature_recording .text h1,
.basic_features .feature_recording .text p {
    text-align: center;
  }
  .basic_features .feature_recording .text h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .basic_features .feature_recording .text p {
    font-size: 15px;
    width: 295px;
  }
}
@media only screen and (max-width: 425px) {
  .basic_features .feature_recording .text {
    width: 370x;
  }
}
.basic_features .feature_timetag {
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}
.basic_features .feature_timetag .image {
  position: unset;
  width: 390px;
  height: 500px;
}
.basic_features .feature_timetag .text {
  width: 400px;
}
@media screen and (max-width: 830px) {
  .basic_features .feature_timetag .text {
    width: 270px;
  }
}
.basic_features .feature_timetag .text h1,
.basic_features .feature_timetag .text p {
  text-align: left;
}
.basic_features .feature_timetag .text h1 strong {
  font-weight: 300;
  color: #ff3557;
  background: rgba(255, 53, 87, 0.25);
  border-radius: 200px;
  padding: 3px 12px;
}
@media screen and (max-width: 767px) {
  .basic_features .feature_timetag .image {
    width: 370px;
    height: 370px;
    transform: rotate(7deg);
    position: absolute;
    right: 35px;
    left: unset;
    top: 10px;
  }
  .basic_features .feature_timetag .text {
    width: 300px;
    z-index: 1;
    margin-left: -50px;
  }
  .basic_features .feature_timetag .text h1 {
    font-size: 28px;
    line-height: 40px;
    width: 78%;
  }
  .basic_features .feature_timetag .text p {
    width: 200px;
  }
}
.basic_features .feature_android {
  height: 500px;
  margin-bottom: 200px;
  margin-right: 40px;
}
.basic_features .feature_android .text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 405px;
}
.basic_features .feature_android .text h1,
.basic_features .feature_android .text p {
  text-align: right;
}
.basic_features .feature_android .text p {
  width: 327px;
}
.basic_features .feature_android .image {
  height: 630px;
  width: 472px;
  top: 30px;
}
.basic_features .feature_android .image-mobile {
  display: none;
  height: 398px;
  width: 249px;
  top: 300px;
  left: 307px;
}
@media screen and (max-width: 900px) {
  .basic_features .feature_android .image {
    left: 45px;
  }
  .basic_features .feature_android .text {
    margin-bottom: 50px;
  }
  .basic_features .feature_android .text h1 {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .basic_features .feature_android {
    flex-direction: column;
    justify-content: flex-start;
    height: 650px;
    padding-left: 50px;
    margin-bottom: 0;
  }
  .basic_features .feature_android .image {
    display: none;
  }
  .basic_features .feature_android .image-mobile {
    display: initial;
    height: 520px;
    top: 285px;
    left: 279px;
    width: 322px;
  }
  .basic_features .feature_android .text {
    align-items: center;
  }
  .basic_features .feature_android .text h1,
.basic_features .feature_android .text p {
    text-align: center;
  }
  .basic_features .feature_android .text h1 {
    font-size: 28px;
    width: 336px;
    line-height: 40px;
  }
  .basic_features .feature_android .text p {
    width: 265px;
  }
}
.basic_features .upsell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 595px;
  margin-bottom: -65px;
  position: relative;
}
.basic_features .upsell h2 {
  color: #1c1c1c;
  line-height: 39px;
  font-size: 34px;
  max-width: 595px;
}
.basic_features .upsell h2 strong {
  font-weight: 500;
}
.basic_features .upsell.zh-hans h2 {
  max-width: 335px;
}
.basic_features .upsell.zh-hant h2 {
  max-width: 335px;
}
@media only screen and (max-width: 767px) {
  .basic_features .upsell h2 {
    font-size: 26px;
    line-height: 31px;
    max-width: 401px;
  }
  .basic_features .upsell.zh-hans h2 {
    max-width: 255px;
  }
  .basic_features .upsell.zh-hant h2 {
    max-width: 255px;
  }
}
@media only screen and (max-width: 414px) {
  .basic_features .upsell h2 {
    font-size: 24px;
    max-width: 384px;
  }
}
.basic_features .upsell .upsell_links-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 46px;
}
.basic_features .upsell .upsell_links-desktop a {
  height: 55px;
  z-index: 1;
}
.basic_features .upsell .upsell_links-desktop a :hover {
  cursor: pointer;
}
.basic_features .upsell .upsell_links-desktop .get_apps :hover {
  cursor: initial;
}
.basic_features .upsell .upsell_links-desktop div {
  height: 97px;
  width: auto;
  margin: 0 29px;
  z-index: 1;
}
.basic_features .upsell .upsell_links-desktop div img {
  border-radius: 5px;
  border: 1px solid #aaaaaa;
}
.basic_features .upsell .upsell_links-desktop a img,
.basic_features .upsell .upsell_links-desktop div img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .basic_features .upsell .upsell_links-desktop {
    display: none;
  }
}
.basic_features .upsell .upsell_links-mobile {
  display: flex;
  width: 315px;
  height: 95px;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin-bottom: -65px;
}
.basic_features .upsell .upsell_links-mobile .google_play {
  height: 45px;
  width: 145px;
}
.basic_features .upsell .upsell_links-mobile .google_play img {
  height: 100%;
  width: 100%;
}
.basic_features .upsell .upsell_links-mobile .mi_apps {
  height: 45px;
  width: 150px;
}
.basic_features .upsell .upsell_links-mobile .mi_apps img {
  height: 100%;
  width: 100%;
}
.basic_features .upsell .upsell_links-mobile .imgGetApps {
  height: 60px;
  width: 203px;
}
@media only screen and (min-width: 768px) {
  .basic_features .upsell .upsell_links-mobile {
    display: none;
  }
}

.noted-plus_features {
  width: 100%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
}
.noted-plus_features .noted-plus_features_inner {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noted-plus_features .plus-feature_single {
  display: flex;
  justify-content: space-between;
  height: 350px;
  width: 100%;
}
.noted-plus_features .plus-feature_single .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.noted-plus_features .plus-feature_single .text h1,
.noted-plus_features .plus-feature_single .text p {
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}
.noted-plus_features .plus-feature_single .text p {
  font-weight: 300;
}
.noted-plus_features .plus-feature_hero {
  flex-direction: column;
  align-items: center;
  height: 535px;
  position: relative;
  margin-bottom: 50px;
}
.noted-plus_features .plus-feature_hero .image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0px 10px 30px 20px black;
}
.noted-plus_features .plus-feature_hero .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  align-items: center;
}
.noted-plus_features .plus-feature_hero .text h1,
.noted-plus_features .plus-feature_hero .text p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.noted-plus_features .plus-feature_hero .text h1 {
  font-weight: 400;
  margin-bottom: 15px;
}
.noted-plus_features .plus-feature_hero .text h1 strong {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ff3557;
  font-weight: 400;
}
.noted-plus_features .plus-feature_hero .text p {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .noted-plus_features .plus-feature_hero {
    height: 400px;
    margin-top: 70px;
  }
  .noted-plus_features .plus-feature_hero .image {
    background-size: contain;
    width: 500px;
  }
  .noted-plus_features .plus-feature_hero .text {
    position: initial;
  }
  .noted-plus_features .plus-feature_hero .text h1 {
    font-size: 28px;
    width: 328px;
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .noted-plus_features .plus-feature_hero .image {
    width: 400px;
  }
}
.noted-plus_features .plus-feature_timetag {
  align-items: center;
}
.noted-plus_features .plus-feature_timetag .text {
  width: 350px;
  margin-left: 115px;
}
.noted-plus_features .plus-feature_timetag .text p {
  width: 99%;
}
.noted-plus_features .plus-feature_timetag strong {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  font-weight: 400;
  border-radius: 200px;
  padding: 3px 12px;
}
.noted-plus_features .plus-feature_timetag .animation {
  height: 198px;
  width: 300px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .noted-plus_features .plus-feature_timetag {
    flex-direction: column-reverse;
  }
  .noted-plus_features .plus-feature_timetag .text {
    margin-left: 0px;
  }
  .noted-plus_features .plus-feature_timetag .text h1,
.noted-plus_features .plus-feature_timetag .text p {
    text-align: center;
  }
  .noted-plus_features .plus-feature_timetag .animation {
    margin-right: 0;
  }
}
.noted-plus_features .plus-feature_themes {
  height: 300px;
  justify-content: center;
}
.noted-plus_features .plus-feature_themes .text {
  width: 290px;
}
.noted-plus_features .plus-feature_themes .themes_image-wrapper {
  position: relative;
  width: 50%;
}
.noted-plus_features .plus-feature_themes .themes_image-wrapper .themes_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 50px;
  width: 770px;
  height: 405px;
}
@media screen and (max-width: 768px) {
  .noted-plus_features .plus-feature_themes .themes_image-wrapper .themes_image {
    top: -10px;
    right: 10px;
    width: 670px;
    height: 352px;
  }
}
@media screen and (max-width: 767px) {
  .noted-plus_features .plus-feature_themes {
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: 600px;
    margin-bottom: -150px;
  }
  .noted-plus_features .plus-feature_themes .text {
    margin-top: 170px;
  }
  .noted-plus_features .plus-feature_themes .text h1,
.noted-plus_features .plus-feature_themes .text p {
    text-align: center;
  }
  .noted-plus_features .plus-feature_themes .text h1 {
    font-size: 28px;
  }
  .noted-plus_features .plus-feature_themes .themes_image-wrapper .themes_image {
    background-size: contain;
    top: -200px;
    right: -130px;
    width: 500px;
    height: 405px;
  }
}
@media screen and (min-width: 1441px) {
  .noted-plus_features .plus-feature_themes .themes_image-wrapper .themes_image {
    background-size: contain;
    right: 50px;
    width: 900px;
    height: 500px;
  }
}
@media screen and (min-width: 1700px) {
  .noted-plus_features .plus-feature_themes .themes_image-wrapper .themes_image {
    top: -160px;
    right: 50px;
    width: 52vw;
    height: 65vh;
  }
}
.noted-plus_features .plus-feature_skip {
  justify-content: center;
  align-items: center;
  height: 500px;
}
.noted-plus_features .plus-feature_skip .text {
  width: 242px;
  margin-left: 115px;
}
.noted-plus_features .plus-feature_skip .animation {
  height: 112px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .noted-plus_features .plus-feature_skip {
    flex-direction: column-reverse;
    height: 450px;
    justify-content: center;
  }
  .noted-plus_features .plus-feature_skip .text {
    margin-left: 0;
    margin-top: 30px;
    width: 60%;
  }
  .noted-plus_features .plus-feature_skip .text h1,
.noted-plus_features .plus-feature_skip .text p {
    text-align: center;
  }
  .noted-plus_features .plus-feature_skip .text h1 {
    font-size: 28px;
  }
}

.faqs_wrapper {
  width: 100%;
  max-width: 562px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  margin-bottom: 10px;
  background-color: white;
  padding-bottom: 10px;
}
.faqs_wrapper .faqs_wrapper-background {
  position: absolute;
  top: 4437px;
  left: 0px;
  width: 100%;
  height: 562px;
  background-color: white;
  z-index: -1;
}
@media only screen and (max-width: 890px) {
  .faqs_wrapper .faqs_wrapper-background {
    top: 4489px;
    height: 563px;
  }
}
@media only screen and (max-width: 767px) {
  .faqs_wrapper .faqs_wrapper-background {
    top: 4463px;
    height: 563px;
  }
}
.faqs_wrapper h2 {
  color: #1c1c1c;
}
.faqs_wrapper .links {
  display: flex;
}
.faqs_wrapper .links .icon {
  height: 84px;
  width: 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faqs_wrapper .links .wechat {
  border-radius: 10px;
  box-shadow: 2px 2px 9px -3px gray;
  height: 68px;
  width: 68px;
  margin: 4.5px 15px;
}
.faqs_wrapper .faqs {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  max-width: calc(100% - 100px);
}
.faqs_wrapper .faqs .text {
  margin-bottom: 18px;
}
.faqs_wrapper .faqs .text h2 {
  margin-bottom: 0;
  color: #666666;
}
.faqs_wrapper .faqs .text p {
  text-align: center;
}
.faqs_wrapper .faqs .text p a {
  text-decoration: underline;
}
.faqs_wrapper .faqs .text p a :hover {
  opacity: 0.5;
}
.faqs_wrapper .faqs .faq_single {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.faqs_wrapper .faqs .faq_single .faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 620px;
  height: 45px;
  background-color: #d8d8d840;
  border-radius: 18px;
  margin: 6px 0;
  padding: 0 25px;
  color: #545454;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.faqs_wrapper .faqs .faq_single .faq button {
  all: unset;
  width: 15px;
  height: 20px;
  cursor: pointer;
}
.faqs_wrapper .faqs .faq_single .faq button img {
  height: 10px;
  width: 17px;
  cursor: pointer;
}
.faqs_wrapper .faqs .faq_single .answer {
  color: #666666d9;
  font-weight: 300;
  font-size: 16px;
  margin: 20px 24px;
  width: 100%;
  max-width: 622px;
}
@media screen and (max-width: 700px) {
  .faqs_wrapper .faqs {
    width: 100%;
  }
  .faqs_wrapper .faqs .text p {
    text-align: center;
  }
  .faqs_wrapper .faqs .faq_single {
    width: 100%;
  }
  .faqs_wrapper .faqs .faq_single .faq {
    width: 100%;
    max-width: 620px;
  }
}

.rocket_footer {
  width: 100%;
  height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url("../css/assets/imgJoinUs.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1f2451;
}
.rocket_footer h2 {
  font-size: 32px;
  margin-top: 40px;
}
.rocket_footer h2 strong {
  font-weight: 500;
}
.rocket_footer .footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 550px;
}
.rocket_footer a {
  width: 168px;
  margin: 0 10px;
}
.rocket_footer a img {
  height: 100%;
  width: 100%;
  max-height: 50px;
}
@media only screen and (max-width: 767px) {
  .rocket_footer {
    background-image: url("../css/assets/imgJoinUs-mobile.svg");
    height: 300px;
  }
  .rocket_footer h2 {
    font-size: 22px;
  }
  .rocket_footer .footer_links {
    flex-direction: column;
    height: 55%;
  }
  .rocket_footer a {
    width: 150px;
    margin: 10px 0;
  }
}

footer {
  background-color: #090b22;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 236px;
}
footer .links {
  height: 30px;
  width: 230px;
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .links a {
  height: 100%;
  width: 100%;
  width: 32px;
  margin: 50px 0;
}
footer .links .weibo,
footer .links .zhihu {
  margin-bottom: 60px;
}
footer .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .text p {
  font-size: 20px;
  margin: 0 0 5px 0;
}
footer .text p small {
  color: #aaaaaa;
  font-size: 16px;
  margin: 0;
}
footer .text p a {
  color: #aaaaaa;
  text-decoration: none;
}
footer .text p a.hover {
  color: white !important;
}

.privacy_section {
  width: 100vw;
  background-color: white;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-top: 25px;
  margin-top: 25px;
}

.privacy_section-inner {
  background-color: white;
  text-align: left;
  padding: 30px;
  width: 80%;
}
@media only screen and (max-width: 890px) {
  .privacy_section-inner {
    width: 70%;
  }
}
.privacy_section-inner h1 {
  margin: 0 0 0 -15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.privacy_section-inner .last_updated {
  color: #212529;
  font-style: italic;
}
.privacy_section-inner .heading {
  font-weight: normal;
}
.privacy_section-inner .text br {
  content: "";
  display: block;
  margin: 10px 0;
}

#get_apps,
#mi_apps {
  display: none;
}/*# sourceMappingURL=style.css.map */