:root {
  --_neoscore---darken_bg: #090d10;
  --_neoscore---neo_yellow: #f1c40f;
  --_neoscore---neo_orange: #f39c12;
  --_neoscore---neoscore_main_font: Montserrat, sans-serif;
  --_neoscore---dark_bg: #121a21;
  --_neoscore---light_bg: #17222b;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.neoscore_main_wrapper {
  flex-flow: column;
  display: flex;
}

.neoscore_hero {
  background-color: var(--_neoscore---darken_bg);
}

.neoscore_hero_images {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.neoscore_hero_images2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.neoscore_tip {
  border: 1.5px solid var(--_neoscore---neo_yellow);
  background-image: linear-gradient(180deg, var(--_neoscore---neo_orange), var(--_neoscore---neo_yellow));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
}

.neoscore_tip_icon {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-right: 6px;
}

.neoscore_tip_text {
  color: var(--_neoscore---darken_bg);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.neoscore_hero_section_about {
  background-color: var(--_neoscore---darken_bg);
  background-image: linear-gradient(#00000ab3, #00000ab3), url('../images/neoscore_bg.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 168px 64px 154px;
}

.neoscore_hero_content {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.neoscore_hero_title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-family: var(--_neoscore---neoscore_main_font);
  text-align: center;
}

.heading.neoscore_hero_title_h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.text-span {
  color: var(--_neoscore---neo_orange);
}

.neoscore_hero_title_h1 {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 36px;
  font-size: 64px;
  line-height: 120%;
}

.neoscore_hero_title_h1_marked {
  color: var(--_neoscore---neo_orange);
  text-shadow: 5px 5px 20px var(--_neoscore---neo_orange);
}

.neoscore_paragraph {
  color: #fff;
  text-align: center;
  width: 70vw;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.neoscore_hero_images_file {
  width: 83px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.neoscore_cta_btn {
  background-color: var(--_neoscore---neo_orange);
  background-image: linear-gradient(180deg, var(--_neoscore---neo_orange), var(--_neoscore---neo_yellow));
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 30px auto 0;
  transition: all .2s;
  display: flex;
}

.neoscore_cta_btn:hover {
  transform: scale(1.1);
}

.text-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image {
  width: 24px;
}

.div-block {
  z-index: 10;
  border: 1px solid #fff;
  border-bottom-color: #fff3;
  width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.neoscore_header {
  z-index: 10;
  background-color: var(--_neoscore---darken_bg);
  color: var(--_neoscore---darken_bg);
  border: 0 solid #fff;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.neoscore_header_logo {
  width: 50px;
  margin-left: 0;
}

.neoscore_header_menu {
  margin-left: 80px;
  margin-right: 20px;
}

.neoscore_header_menu_link {
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.neoscore_header_menu_link:hover {
  color: var(--_neoscore---neo_orange);
  -webkit-text-stroke-color: var(--_neoscore---neo_orange);
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.neoscore_header_left {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.neoscore_header_cta {
  margin-right: 20px;
}

.neoscore_header_cta_link {
  border: 1px solid var(--_neoscore---neo_yellow);
  background-color: var(--_neoscore---neo_orange);
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 13px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.neoscore_header_cta_link.first {
  border-top-color: var(--_neoscore---neo_orange);
  border-right-color: var(--_neoscore---neo_orange);
  border-bottom-color: var(--_neoscore---neo_orange);
  border-left-color: var(--_neoscore---neo_orange);
  color: var(--_neoscore---neo_orange);
  -webkit-text-stroke-color: var(--_neoscore---neo_orange);
  cursor: pointer;
  background-color: #0000;
  transition-property: background-color, color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
}

.neoscore_header_cta_link.first:hover {
  background-color: var(--_neoscore---neo_orange);
  color: #000;
}

.neoscore_header_cta_link.second {
  border-color: var(--_neoscore---neo_orange);
  background-color: var(--_neoscore---neo_orange);
  color: var(--_neoscore---darken_bg);
  cursor: pointer;
  transition: opacity .2s;
}

.neoscore_header_cta_link.second:hover {
  border-color: var(--_neoscore---neo_orange);
  background-color: var(--_neoscore---neo_orange);
  opacity: .8;
  transform: translate(0);
}

.neoscore_mockup_section {
  background-image: linear-gradient(180deg, var(--_neoscore---darken_bg), var(--_neoscore---dark_bg));
  display: flex;
}

.neoscore_mockup_image_laptop {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.neoscore_cta_link_about {
  width: 200px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.neoscore_main_features_section {
  background-color: var(--_neoscore---light_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.neoscore_small_tip {
  border: 1.5px solid var(--_neoscore---neo_yellow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  padding: 7px;
  display: flex;
}

.neoscore_small_tip_icon {
  width: 20px;
  height: 20px;
  margin-left: 1px;
  margin-right: 5px;
}

.neoscore_small_tip_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.neoscore_hero_title_h2 {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 36px;
  font-size: 48px;
  line-height: 120%;
}

.neoscore_hero_title_h2_marked {
  color: var(--_neoscore---neo_orange);
  text-shadow: 5px 5px 20px var(--_neoscore---neo_orange);
}

.neoscore_small_paragraph {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 17px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.neoscore_features_image {
  width: 65vw;
  margin-top: 47px;
  margin-bottom: 47px;
}

.neoscore_main_features_col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: auto;
  margin-top: 45px;
}

.neoscore_main_features_line {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 260px;
  margin-bottom: 22px;
}

.neoscore_main_feature_block {
  background-color: var(--_neoscore---dark_bg);
  border-radius: 13px;
  flex-flow: column;
  width: 44%;
  padding: 22px 22px 120px;
  display: flex;
  position: relative;
}

.neoscore_main_feature_block_title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.neoscore_main_feature_block_desc {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-4 {
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-5 {
  text-align: left;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.neoscore_main_feature_block_image {
  height: 130px;
  margin-bottom: 0;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.neoscore_main_feature_block_large {
  background-color: var(--_neoscore---dark_bg);
  border-radius: 13px;
  flex-flow: column;
  width: 54%;
  padding: 22px 22px 120px;
  display: flex;
  position: relative;
}

.neoscore_main_features_line_inverted {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 260px;
  margin-bottom: 22px;
}

.neoscore_modules_section {
  background-color: var(--_neoscore---dark_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 77px;
  display: flex;
  overflow: hidden;
}

.neoscore_modules_blocks {
  align-items: stretch;
  margin-top: 49px;
}

.neoscore_module_block {
  background-color: var(--_neoscore---darken_bg);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 24px;
  transition: transform .2s;
  display: flex;
}

.neoscore_module_block:hover {
  transform: scale(1.02);
}

.neoscore_module_block_image {
  width: 60px;
  margin-bottom: 12px;
}

.neoscore_module_block_title {
  color: #fff;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.neoscore_module_block_title_span {
  color: var(--_neoscore---neo_orange);
}

.neoscore_module_block_paragraph {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.neoscore_module_block_link {
  color: #fff;
  cursor: pointer;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.neoscore_module_block_link:hover {
  color: var(--_neoscore---neo_orange);
  transform: translate(5px);
}

.neoscore_main_features_section-copy {
  background-color: var(--_neoscore---light_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.neoscore_stats_section {
  background-color: var(--_neoscore---light_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 84px;
  display: flex;
}

.neoscore_stats_list {
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 42px;
}

.neoscore_stat_block {
  border: 3px solid var(--_neoscore---neo_orange);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  min-width: 120px;
  height: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 18px 10px;
  display: flex;
}

.neoscore_stat_block_value {
  color: var(--_neoscore---neo_orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.neoscore_stat_block_label {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.neoscore_price_section {
  background-color: var(--_neoscore---dark_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 77px;
  display: flex;
  overflow: hidden;
}

.neoscore_price_plans_list {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  padding: 0;
}

.neoscore_price_plan {
  background-color: var(--_neoscore---darken_bg);
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 364px;
  height: 565px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 26px 26px;
  transition: transform .2s;
  display: flex;
}

.neoscore_price_plan:hover {
  transform: scale(1.02);
}

.neoscore_price_plan_title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.neoscore_price_plan_title_span {
  color: var(--_neoscore---neo_orange);
}

.neoscore_price_plan_price {
  color: #fff;
  letter-spacing: .2vw;
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.neoscore_price_plan_price_span {
  letter-spacing: 0;
  padding-left: 1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.neoscore_price_plan_features {
  margin-top: 0;
}

.neoscore_price_plan_feature {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
}

.neoscore_price_plan_feature_check {
  width: 24px;
  height: 24px;
}

.neoscore_price_plan_feature_text {
  color: #fff;
  padding-left: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.neoscore_price_plan_feature_text_span {
  font-weight: 700;
}

.neoscore_price_plan_cta {
  background-color: var(--_neoscore---neo_orange);
  border-radius: 7px;
}

.link {
  background-color: var(--_neoscore---neo_orange);
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .8;
}

.neoscore_price_plan_main {
  background-color: var(--_neoscore---darken_bg);
  box-shadow: 0 0 50px -4px var(--_neoscore---neo_orange);
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  height: 600px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 26px 26px;
  transition: transform .2s;
  display: flex;
}

.neoscore_price_plan_main:hover {
  transform: scale(1.02);
}

.image-6 {
  width: 56px;
}

.neoscore_quote_icon {
  width: 56px;
  margin-top: 36px;
}

.neoscore_quote_section {
  background-color: var(--_neoscore---light_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 70px;
  display: none;
}

.neoscore_quote {
  margin-top: 24px;
}

.neoscore_quote_text {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.neoscore_quote_author {
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.neoscore_quote_author_pp {
  border-radius: 100%;
  width: 56px;
}

.neoscore_quote_author_infos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 17px;
  display: flex;
}

.neoscore_quote_author_info_name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.neoscore_quote_author_info_job {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.neoscore_cta_section {
  background-color: var(--_neoscore---dark_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 61px;
  display: flex;
}

.neoscore_cta_block {
  background-color: var(--_neoscore---darken_bg);
  box-shadow: 0 0 50px -14px var(--_neoscore---neo_orange);
  border-radius: 12px;
  width: 60%;
  margin-top: 51px;
  padding: 39px;
}

.neoscore_hero_title_h1_small {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 36px;
  font-size: 48px;
  line-height: 120%;
}

.neoscore_hero_title_small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.neoscore_hero_images_file_small {
  width: 83px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.neoscore_footer {
  background-color: var(--_neoscore---dark_bg);
  border-top: 1px solid #fff3;
  flex-flow: column;
  height: auto;
  padding: 60px;
  display: flex;
}

.neoscore_footer_top {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.neoscore_footer_bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.neoscore_copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.neoscore_footer_link {
  color: #fff;
  cursor: pointer;
  margin: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.neoscore_footer_link:hover {
  color: var(--_neoscore---neo_orange);
}

.neoscore_social {
  flex-flow: column;
  margin-right: 124px;
  display: flex;
}

.neoscore_footer_logo {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.neoscore_social_links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.neoscore_social_link_image {
  cursor: pointer;
  width: 36px;
  transition: opacity .2s;
}

.neoscore_social_link_image:hover {
  opacity: .8;
}

.neoscore_social_link_image.fb {
  display: block;
}

.neoscore_social_link_image.x, .neoscore_social_link_image.ytb {
  display: none;
}

.neoscore_footer_links_section {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.neoscore_footer_links_category {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.neoscore_footer_links_link {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.neoscore_footer_links_link:hover {
  color: var(--_neoscore---neo_orange);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.neoscore_2nd_page_section {
  background-color: var(--_neoscore---dark_bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  padding-bottom: 77px;
  display: flex;
}

.neoscore_2nd_page_title {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 120%;
}

.paragraph {
  color: #fff;
  width: 90%;
  font-family: Montserrat, sans-serif;
}

.neoscore_text {
  color: #fff;
  width: 90%;
  margin: 19px 0 19px 5%;
  font-family: Montserrat, sans-serif;
}

.neoscore_title {
  color: #fff;
  width: 90%;
  margin-top: 41px;
  margin-left: 5%;
  font-family: Montserrat, sans-serif;
}

.neoscore_mockup_image_mobile {
  width: 60vw;
  margin: 60px auto 9px;
}

.neoscore_mockup_image_laptop-copy, .neoscore_mockup_image_tv {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.neoscore_mockup_image_full {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.neoscore_detailed_feature_section_left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--_neoscore---light_bg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 64px;
  display: flex;
}

.neoscore_detailed_feature_desc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.neoscore_detailed_feature_image {
  width: 500px;
  max-width: 47%;
  height: auto;
}

.neoscore_detailed_feature_title {
  color: #fff;
  width: auto;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.neoscore_detailed_feature_description {
  color: #fff;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.neoscore_detailed_feature_list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.neoscore_detailed_feature_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.neoscore_detailed_feature_item_icon {
  width: 32px;
  height: 32px;
}

.neoscore_detailed_feature_item_data_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
}

.neoscore_detailed_feature_item_data_desc {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.neoscore_detailed_feature_section_right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--_neoscore---dark_bg);
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 64px;
  display: flex;
}

.neoscore_small_tip_feature {
  border: 1.5px solid var(--_neoscore---neo_yellow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 7px;
  display: flex;
}

.neoscore_hero_content_about {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.neoscore_hero_section {
  background-color: var(--_neoscore---darken_bg);
  padding-top: 168px;
  padding-bottom: 40px;
}

.neoscore_hero_title_about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.neoscore_hero_title_h1_about {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 36px;
  font-size: 64px;
  line-height: 120%;
}

.neoscore_paragraph_about {
  color: #fff;
  text-align: left;
  width: 70vw;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.neoscore_cta_btn_about {
  background-color: var(--_neoscore---neo_orange);
  background-image: linear-gradient(180deg, var(--_neoscore---neo_orange), var(--_neoscore---neo_yellow));
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 30px auto 0;
  transition: all .2s;
  display: flex;
}

.neoscore_cta_btn_about:hover {
  transform: scale(1.1);
}

.neoscore_cta_link {
  width: 300px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.neoscore_-about_category {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: var(--_neoscore---light_bg);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 100px;
  display: flex;
}

.neoscore_about_category_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.neoscore_hero_title_h2_uncentered {
  font-family: var(--_neoscore---neoscore_main_font);
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 120%;
}

.neoscore_small_paragraph_uncentered {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.neoscore_timeline {
  width: auto;
  height: 100%;
}

.neoscore_-about_category_dark {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: var(--_neoscore---dark_bg);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 100px;
  display: flex;
}

.neoscore_about_category_blocs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.neoscore_about_category_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
}

.neoscore_about_category_block_legend {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.neoscore_about_category_block_stat {
  color: var(--_neoscore---neo_orange);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.neoscore_about_category_line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.neoscore_about_vision_line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.neoscore_about_vision_block {
  background-color: var(--_neoscore---darken_bg);
  box-shadow: 0 0 20px -6px var(--_neoscore---neo_orange);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 340px;
  height: 240px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 32px;
  display: flex;
}

.neoscore_about_vision_block_nb {
  color: var(--_neoscore---neo_orange);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.neoscore_about_vision_block_legend {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.neoscore_about_profile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.neoscore_about_profile_image {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .neoscore_hero_images {
    margin-left: 10px;
    margin-right: 10px;
  }

  .neoscore_tip_icon {
    width: 18px;
    height: 18px;
  }

  .neoscore_tip_text {
    font-size: 13px;
  }

  .neoscore_hero_title_h1 {
    font-size: 48px;
  }

  .neoscore_paragraph {
    font-size: 16px;
  }

  .text-block {
    font-size: 13px;
  }

  .neoscore_header_menu {
    margin-left: 17px;
  }

  .neoscore_cta_link_about {
    width: 220px;
    height: 32px;
  }

  .neoscore_small_tip_icon {
    width: 18px;
    height: 18px;
  }

  .neoscore_small_tip_text {
    font-size: 13px;
  }

  .neoscore_hero_title_h2 {
    width: 80%;
    font-size: 38px;
  }

  .neoscore_small_paragraph {
    width: 80%;
    font-size: 16px;
  }

  .neoscore_main_features_col {
    width: 80vw;
  }

  .neoscore_main_feature_block_title {
    font-size: 20px;
  }

  .neoscore_main_feature_block_desc {
    font-size: 14px;
  }

  .neoscore_modules_blocks {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .neoscore_module_block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .neoscore_stats_list {
    flex-flow: wrap;
  }

  .neoscore_stat_block {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .neoscore_price_plans_list {
    flex-flow: wrap;
  }

  .neoscore_price_plan, .neoscore_price_plan_main {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .neoscore_cta_block {
    width: 80%;
  }

  .neoscore_hero_title_h1_small {
    font-size: 32px;
  }

  .neoscore_footer {
    padding: 30px;
  }

  .neoscore_copyright, .neoscore_footer_link {
    font-size: 13px;
  }

  .neoscore_footer_logo {
    width: 60px;
    height: 60px;
  }

  .neoscore_social_link_image {
    width: 30px;
  }

  .neoscore_footer_links_category {
    font-size: 14px;
  }

  .neoscore_footer_links_link, .neoscore_footer_links_link.w--current {
    font-size: 13px;
  }

  .neoscore_mockup_image_full {
    width: 80vw;
  }

  .neoscore_detailed_feature_section_left {
    flex-flow: column;
  }

  .neoscore_detailed_feature_desc {
    width: 90%;
  }

  .neoscore_detailed_feature_image {
    width: 90%;
    max-width: 90%;
  }

  .neoscore_detailed_feature_section_right {
    flex-flow: column;
  }

  .neoscore_hero_title_h1_about {
    font-size: 48px;
  }

  .neoscore_paragraph_about {
    font-size: 16px;
  }

  .neoscore_cta_link {
    width: 220px;
    height: 32px;
  }

  .neoscore_-about_category {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .neoscore_about_category_content {
    justify-content: center;
    align-items: center;
  }

  .neoscore_hero_title_h2_uncentered {
    text-align: center;
    width: 100%;
    font-size: 38px;
  }

  .neoscore_small_paragraph_uncentered {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .neoscore_-about_category_dark {
    flex-flow: column;
  }

  .neoscore_about_vision_block {
    width: 270px;
    height: 192px;
  }
}

@media screen and (max-width: 767px) {
  .neoscore_tip_icon {
    width: 16px;
    height: 16px;
  }

  .neoscore_tip_text {
    font-size: 11px;
    line-height: 120%;
  }

  .neoscore_hero_title_h1 {
    font-size: 32px;
  }

  .neoscore_paragraph {
    font-size: 13px;
  }

  .neoscore_hero_images_file {
    width: 60px;
  }

  .text-block {
    font-size: 11px;
  }

  .image {
    width: 18px;
  }

  .neoscore_header {
    border-right-width: 0;
  }

  .neoscore_header_cta_link.second {
    display: none;
  }

  .neoscore_mockup_section {
    overflow: hidden;
  }

  .neoscore_mockup_image_laptop {
    width: 100%;
    margin-top: 38px;
    margin-bottom: 29px;
    transform: scale(1.4);
  }

  .neoscore_cta_link_about {
    width: 180px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .neoscore_main_features_col {
    width: 90vw;
  }

  .neoscore_main_feature_block_title {
    font-size: 18px;
  }

  .neoscore_main_feature_block_desc {
    font-size: 13px;
  }

  .neoscore_main_feature_block_image {
    height: 100px;
  }

  .neoscore_stats_list {
    width: 90vw;
  }

  .neoscore_price_plan {
    width: 90%;
    height: auto;
  }

  .link {
    margin-top: 72px;
  }

  .neoscore_price_plan_main {
    width: 90%;
    height: auto;
  }

  .neoscore_hero_title_h1_small {
    font-size: 28px;
  }

  .neoscore_footer_top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 34px;
  }

  .neoscore_footer_bottom {
    flex-flow: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .neoscore_social {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .neoscore_footer_links_section {
    justify-content: center;
    align-items: center;
  }

  .neoscore_footer_links_category {
    font-size: 16px;
  }

  .neoscore_footer_links_link, .neoscore_footer_links_link.w--current {
    font-size: 14px;
  }

  .neoscore_mockup_image_full {
    width: 90vw;
  }

  .neoscore_detailed_feature_section_left, .neoscore_detailed_feature_section_right {
    padding: 30px;
  }

  .neoscore_hero_title_about {
    justify-content: center;
    align-items: center;
  }

  .neoscore_hero_title_h1_about {
    text-align: center;
    font-size: 32px;
  }

  .neoscore_paragraph_about {
    text-align: center;
    font-size: 13px;
  }

  .neoscore_cta_link {
    width: 180px;
    height: 28px;
  }

  .neoscore_-about_category {
    padding: 49px 50px;
  }

  .neoscore_-about_category_dark {
    justify-content: center;
    align-items: center;
    padding: 50px;
  }

  .neoscore_about_vision_line {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .neoscore_hero_images {
    display: none;
  }

  .neoscore_tip {
    font-size: 12px;
  }

  .neoscore_hero_section_about {
    padding: 111px 5% 60px;
  }

  .neoscore_hero_title_h1 {
    width: 95%;
    font-size: 44px;
    font-weight: 800;
  }

  .neoscore_paragraph {
    width: 80vw;
    font-size: 18px;
  }

  .neoscore_cta_btn {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 14px;
  }

  .image {
    width: 22px;
  }

  .neoscore_header_menu {
    display: none;
  }

  .neoscore_cta_link_about {
    width: 80%;
    height: 42px;
  }

  .neoscore_small_tip {
    margin-left: 12px;
    margin-right: 12px;
  }

  .neoscore_small_tip_text {
    font-size: 14px;
    line-height: 150%;
  }

  .neoscore_hero_title_h2 {
    width: 90%;
    font-size: 44px;
  }

  .neoscore_small_paragraph {
    width: 90%;
  }

  .neoscore_main_features_line {
    flex-flow: column;
    height: auto;
  }

  .neoscore_main_feature_block {
    width: 100%;
    margin-bottom: 19px;
  }

  .neoscore_main_feature_block_large {
    width: 100%;
  }

  .neoscore_main_features_line_inverted {
    flex-flow: column;
    height: auto;
  }

  .neoscore_module_block {
    width: 90%;
  }

  .neoscore_stat_block {
    width: 90%;
    min-width: 120px;
    margin-left: 0;
    margin-right: 0;
  }

  .neoscore_price_section {
    padding-bottom: 30px;
  }

  .neoscore_price_plans_list {
    margin-top: 22px;
  }

  .neoscore_price_plan {
    width: 90%;
    height: auto;
  }

  .link {
    margin-top: 47px;
  }

  .neoscore_price_plan_main {
    width: 90%;
    height: auto;
  }

  .neoscore_quote_text {
    width: 90%;
    font-size: 22px;
  }

  .neoscore_quote_author {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .neoscore_quote_author_infos {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .neoscore_quote_author_info_job {
    text-align: center;
  }

  .neoscore_copyright {
    text-align: center;
    margin-bottom: 8px;
  }

  .neoscore_mockup_image_full {
    width: 100vw;
  }

  .neoscore_detailed_feature_section_left {
    padding: 30px 10px 10px;
  }

  .neoscore_detailed_feature_desc {
    justify-content: center;
    align-items: center;
  }

  .neoscore_detailed_feature_title {
    text-align: center;
    font-size: 32px;
  }

  .neoscore_detailed_feature_description {
    text-align: center;
    font-size: 16px;
  }

  .neoscore_detailed_feature_item_icon {
    width: 28px;
    height: 28px;
  }

  .neoscore_detailed_feature_item_data_title {
    font-size: 14px;
  }

  .neoscore_detailed_feature_item_data_desc {
    font-size: 13px;
  }

  .neoscore_detailed_feature_section_right {
    padding: 30px 10px 10px;
  }

  .neoscore_small_tip_feature {
    margin-left: 12px;
    margin-right: 12px;
  }

  .neoscore_hero_section {
    padding-top: 111px;
  }

  .neoscore_hero_title_h1_about {
    width: 95%;
    font-size: 44px;
    font-weight: 800;
  }

  .neoscore_paragraph_about {
    width: 80vw;
    font-size: 18px;
  }

  .neoscore_cta_btn_about {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .neoscore_cta_link {
    width: 80%;
    height: 42px;
  }

  .neoscore_-about_category {
    padding: 40px 5%;
  }

  .neoscore_hero_title_h2_uncentered {
    width: 90%;
    font-size: 44px;
  }

  .neoscore_small_paragraph_uncentered {
    width: 90%;
  }

  .neoscore_-about_category_dark {
    padding: 40px 5%;
  }
}


