.float_left {
  float: left;
}

._100-_width {
  width: 100%;
}

.float_right {
  float: right;
}

.display_hidden {
  display: none;
}

.no_overflow {
  overflow: hidden;
}

.height_auto {
  height: auto;
}

.clear_float_right {
  clear: right;
}

.display_inline {
  display: inline;
}

.spacing_vertical_5px {
  height: 5px;
}

.spacing_vertical_75px {
  height: 75px;
}

.spacing_vertical_25px {
  height: 25px;
  clear: both;
}

.spacing_vertical_50px {
  height: 50px;
}

.spacing_vertical_40px {
  height: 40px;
  clear: both;
}

.spacing_vertical_30px {
  height: 30px;
}

.spacing_vertical_10px {
  height: 10px;
}

.spacing_vertical_15px {
  height: 15px;
}

.spacing_vertical_20px {
  height: 20px;
  clear: both;
}

.spacing_vertical_200px {
  height: 200px;
}

.spacing_vertical_150px {
  height: 150px;
}

.no_right_padding {
  padding-right: 0px;
}

.main_width_1100px {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.spacing_vertical_35px {
  height: 35px;
}

.left_align {
  text-align: left;
}

.spacing_vertical_70px {
  height: 70px;
}

.right_padding_350px {
  padding-right: 350px;
}

.no_right_margin {
  margin-right: 0px;
}

.spacing_vertical_17px {
  height: 17px;
}

.clear_float_left {
  clear: left;
}

.uppercase {
  text-transform: uppercase;
}

.open_sans_semi_bold {
  font-family: 'Open Sans', sans-serif;
  color: #1a4067;
  font-weight: 600;
}

.spacing_vertical_60px {
  height: 60px;
}

.old_header_content {
  padding: 16px 30px;
}

.header_menu {
  float: right;
}

.header_link {
  padding-top: 15px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
}

.header_link:hover {
  color: #23a9e7;
}

.breadcrumb_content {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 20px;
}

.breadcrumb_link_old {
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #23a9e7;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.breadcrumb_link_old:hover {
  text-decoration: underline;
}

.breadcrumb_link_old.w--current {
  display: block;
  color: #4d4d4d;
  cursor: default;
}

.breadcrumb_link_old.w--current:hover {
  text-decoration: none;
}

.tabs_menu {
  border-bottom: 1px solid #ededed;
}

.tabs_content {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(89, 89, 89, .5);
  border-radius: 3px;
  background-color: #fff;
}

.tab_button {
  background-color: transparent;
  color: #23a9e7;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}

.tab_button:hover {
  border-bottom: 3px solid #2bb8f6;
}

.tab_button.w--current {
  border-bottom: 3px solid #2bb8f6;
  background-color: transparent;
  color: #7a7a7a;
}

.gray_strip {
  max-width: 100%;
  background-color: #f5f5f5;
}

.intro_box {
  padding: 20px 30px 30px;
  border: 2px dotted #3a9cc3;
}

.intro_box.h_417px {
  height: 417px;
}

.body {
  background-color: #f5f5f5;
}

.white_background {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.line_gray_-e1e1e1 {
  height: 1px;
  border-bottom: 1px solid #e1e1e1;
}

.tab_pane_column_1 {
  width: 680px;
  padding-right: 12px;
  float: left;
}

.tab_pane_column_2 {
  width: 410px;
  padding-left: 12px;
  float: left;
  border-left: 1px none #e1e1e1;
}

.form_wrapper {
  margin-bottom: 0px;
}

.form_wrapper.inline {
  display: inline-block;
}

.select_field {
  width: 150px;
  margin-bottom: 0px;
  padding: 5px 5px 5px 0px;
  border: 1px none #e1e1e1;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #616161;
  font-size: 13px;
  line-height: 18px;
}

.select_field:hover {
  background-image: -webkit-linear-gradient(270deg, #fafbfd, #fafbfd);
  background-image: linear-gradient(180deg, #fafbfd, #fafbfd);
}

.select_field:focus {
  border-color: #e1e1e1;
}

.select_field.right_column_field_settings {
  width: 349px;
  margin-left: 10px;
  float: left;
}

.select_field.redundant-fields {
  background-image: none;
}

.old_footer_content {
  padding: 16px 30px;
}

.form_label {
  color: #4d4d4d;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.checkboxes_panel {
  margin-bottom: 10px;
}

.column_1_50 {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.column_2_50 {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.submit_button {
  display: block;
  width: 140px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  cursor: pointer;
}

.submit_button:hover {
  background-color: #fafbfd;
}

.submit_button.button_centred_settings {
  display: block;
  width: 177px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #23a9e7;
  color: #fff;
  text-align: center;
}

.footer_text {
  color: #7c7c7c;
  font-size: 13px;
  line-height: 24px;
}

.footer_link {
  font-family: Lato, sans-serif;
  color: #3594ba;
  font-size: 14px;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.results_header {
  margin-bottom: 20px;
  float: right;
}

.results_header_text {
  margin-right: 10px;
  margin-left: 20px;
  float: left;
  color: #4d4d4d;
  line-height: 29px;
}

.results_header_button {
  padding: 0px 8px;
  float: left;
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  color: #4d4d4d;
  line-height: 29px;
}

.results_header_button:hover {
  background-color: #fafbfd;
}

.results_header_button.no_right_border {
  border-right-style: none;
}

.results_header_button.width_62px {
  width: 62px;
}

.results_header_button.width_104px {
  width: 104px;
}

.dropdown_icon {
  margin-right: 8px;
}

.input_field {
  width: 308px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 8px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(89, 89, 89, .5);
  border-radius: 2px;
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 19px;
  font-weight: 400;
}

.input_field:focus {
  border-color: #23a9e7;
}

.input_field.no_bottom_margin {
  margin-bottom: 0px;
}

.dropdown_link_simple {
  padding: 0px 5px;
  color: #4d4d4d;
  font-size: 13px;
  cursor: default;
}

.dropdown_link_simple:hover {
  background-color: #208ffe;
}

.dropdown_list {
  background-color: #fff;
}

.dropdown_list.w--open {
  margin-top: 36px;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #23a9e7 #e1e1e1 #e1e1e1;
  background-color: #fff;
}

.form_title {
  margin-bottom: 15px;
  color: #999;
  font-weight: 700;
}

.results_header_dropdown {
  float: left;
}

.dropdown_list_simple {
  border: 1px solid #23a9e7;
}

.dropdown_list_simple.w--open {
  margin-top: 31px;
  border-color: #4d90fe #4d90fe #4d90fe #208ffe;
  background-color: #fff;
}

.dropdown_link {
  font-size: 17px;
  line-height: 18px;
}

.dropdown_link:hover {
  background-color: #f5f5f5;
}

.dropdown_link:focus {
  background-color: #23a9e7;
  color: #fff;
}

.results_block {
  display: block;
  width: 818px;
  padding: 15px;
  border-top: 1px solid #ededed;
}

.results_block:hover {
  background-color: #f5f5f5;
}

.results_block.bottom_border {
  border-bottom: 1px solid #ededed;
}

.results_block_logo {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  float: left;
}

.results_block_logo.logo_techstars2 {
  background-image: url('../images/logo_techstars.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.results_block_logo.logo_eleven {
  background-image: url('../images/eleven_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.ycombinator_logo {
  background-image: url('../images/ycombinator-logo-fb889e2e.png');
  background-position: 50% 50%;
  background-size: contain;
}

.results_block_logo.logo_launchub {
  background-image: url('../images/launchhub_logo_big.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.logo_500startups {
  background-image: url('../images/500-black.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.logo_techrunch {
  background-image: url('../images/techcrunch.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.logo_mashable {
  background-image: url('../images/header_logo.v2.us.dark-9f775fba3e1140cab3876dac5399dd28.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.logo_fi {
  background-image: url('../images/Founder-Institute.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_logo.logo_influencive {
  background-image: url('../images/Logo_Black_Large_Slogan_901.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.results_block_title {
  margin-bottom: 5px;
  color: #23a9e7;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.results_block_column_2 {
  width: 593px;
  margin-left: 25px;
  float: left;
}

.results_block_data {
  margin-bottom: 15px;
  color: #4d4d4d;
  line-height: 22px;
  text-align: justify;
  text-decoration: none;
}

.breadcrum_divider {
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  font-family: Oswald, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 21px;
}

.publisher_profile_info_block {
  padding: 60px 60px 40px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: #fff;
}

.results_block_subtitle {
  margin-bottom: 7px;
  color: #23a9e7;
  font-size: 15px;
}

.results_ratings {
  margin-bottom: 10px;
  float: left;
}

.img_rating_logo {
  display: inline-block;
  float: left;
  text-decoration: none;
}

.img_rating_logo.user_rating_img {
  margin-right: 20px;
  margin-left: -15px;
  padding-top: 4px;
}

.img_rating_logo.right_margin_2px {
  margin-right: 20px;
}

.img_rating_logo.quantcast_settings {
  margin-top: 3px;
}

.results_ratings_text {
  margin-top: 5px;
  margin-left: 10px;
  float: left;
  color: #7a7a7a;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
}

.header_logo_link.w--current {
  cursor: default;
}

.column_1_profile {
  width: 120px;
  margin-right: 60px;
  float: left;
}

.column_2_profile {
  width: 998px;
  float: left;
}

.column_2-1_profile {
  width: 350px;
  margin-right: 40px;
  float: left;
}

.url_profile {
  color: #23a9e7;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
}

.url_profile:hover {
  text-decoration: underline;
}

.site_description_website {
  color: #999;
  font-size: 13px;
  line-height: 20px;
}

.title_profile {
  color: #7a7a7a;
  font-size: 35px;
  line-height: 42px;
}

.logo_profile {
  display: block;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 48%, .2);
}

.column_2-2_profile {
  width: 350px;
  margin-right: 40px;
  float: left;
}

.column_2-3_profile {
  width: 348px;
  float: left;
}

.title_19px {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}

.title_19px.bottom_margin_20px {
  margin-bottom: 20px;
}

.title_19px.lower_margin {
  margin-bottom: 20px;
}

.title_19px.colour_white {
  color: #fff;
}

.regular_text_profile {
  color: #7a7a7a;
  line-height: 23px;
}

.regular_text_profile.right_column_text_settings {
  padding-top: 9px;
  float: left;
}

.img_network_profile {
  height: 35px;
}

.subtitle_big_profile {
  color: #7a7a7a;
  font-size: 26px;
  line-height: 30px;
}

.gray_divider_line {
  height: 1px;
  border-bottom: 1px solid #ededed;
}

.align_center {
  text-align: center;
}

.results_pane {
  display: block;
}

.width_800px_centred {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.no_left_padding {
  padding-left: 0px;
}

.display_block {
  display: block;
}

.tag_outline {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  padding: 2px 5px 1px;
  border: 1px solid #d9dde0;
  border-radius: 10px;
  cursor: pointer;
}

.lightbox_audience_device {
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.f-device_stats {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coloured_box_devices_stats {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.coloured_box_devices_stats.orange {
  background-color: #ed561b;
}

.coloured_box_devices_stats.green {
  background-color: #50b432;
}

.coloured_box_devices_stats.blue {
  background-color: #058dc7;
}

.legend_devices_stats {
  margin-right: 25px;
  float: left;
}

.img_lightbox_devices {
  margin-top: -55px;
  float: left;
}

.c1_advertiser_header {
  width: 120px;
  margin-right: 30px;
  float: left;
}

.c2_advertiser_header {
  float: left;
}

.inside_column_element {
  min-height: 105px;
}

.two_column_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column_1_flex {
  width: 550px;
  padding-right: 20px;
}

.column_2_flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.investing_roadmap_block {
  margin-right: -10px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: 1px dotted #4dbdeb;
}

.investing_roadmap_flex_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column_flex_holder_investing_roadmap {
  width: 312.5px;
  padding-right: 30px;
}

.heading_investing_roadmap_block {
  margin-bottom: 10px;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 700;
}

.heading_investing_block_column {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.regular_list {
  margin-bottom: -5px;
  padding-left: 16px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  list-style-type: disc;
}

.regular_list.bottom_margin_min_10 {
  margin-bottom: -10px;
}

.regular_list_item {
  margin-bottom: 5px;
}

.regular_list_item.numbered {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.regular_list_item.bottom_margin_10 {
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #df990c;
  border-radius: 5px;
  background-color: #fff6e0;
}

.outline_block {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 1px solid hsla(0, 0%, 48%, .5);
  font-size: 13px;
}

.outline_block._2 {
  margin-left: 40px;
}

.outline_block._3 {
  margin-left: 70px;
}

.old_regular_text {
  color: #7a7a7a;
}

.filters_background_roadmap {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #f5f5f5;
}

.trigger_show_hide-roadmap_overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filter_item {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.dummy_mockup_old {
  width: 13px;
  height: 13px;
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  border: 1px solid #7a7a7a;
}

.filter_text {
  display: inline-block;
  color: #7a7a7a;
}

.filters_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col_1_filters {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #7a7a7a;
}

.arrow_filters {
  width: 21px;
  height: 24px;
  margin-right: 7px;
}

.breadcrumb_link {
  color: #e4dfdf;
}

.breadcrumb_link.w--current {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  cursor: default;
}

.cycle_diagram {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_flexbox_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding-top: 37px;
  padding-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test_flexbox_div {
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
}

.test_flexbox_div:hover {
  -webkit-perspective-origin: 127% 80%;
  perspective-origin: 127% 80%;
}

.test_flexbox_div.hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: max-width 650ms cubic-bezier(.755, .05, .855, .06);
  transition: max-width 650ms cubic-bezier(.755, .05, .855, .06);
}

.test_flexbox_div.hover:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 57% 50%;
  perspective-origin: 57% 50%;
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.test_flexbox_div.hover.brandvertisor {
  position: relative;
  z-index: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
}

.test_flexbox_div.hover.brandvertisor:hover {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.test_flexbox_div.hover.brandvertisor:active {
  opacity: 1;
}

.test_flexbox_div.opacity {
  opacity: 0.65;
}

.test_flexbox_div.opacity:hover {
  opacity: 1;
}

.test_flexbox_box {
  width: 300px;
  height: 400px;
  max-width: 100%;
}

.test_flexbox_box.border_round {
  width: auto;
  height: auto;
  border: 5px solid #5992b8;
  border-radius: 34px;
}

.test_flexbox_box_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 22px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(203, 225, 253, .45);
}

.test_flexbox_box_background.border_round {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(28, 163, 71, .5);
  border-radius: 20px;
  background-color: #fff;
}

.test_flexbox_box_background.border_round.brandvertisor {
  width: 182px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-width: 3px;
  background-color: #fff;
}

.test_flexbox_box_title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #5992b8;
  font-size: 18px;
  line-height: 20px;
}

.test_flexbox_box_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.test_flexbox_box_column_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  padding-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #c8deec;
}

.test_flexbox_box_column_left.test_flexbox_box_column_left_border {
  border-top: 1px solid #c8deec;
}

.test_flexbox_box_column_right {
  padding-left: 5px;
  color: #a03434;
}

.test_section_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pros {
  font-family: Oswald, sans-serif;
  color: #8cd0a3;
}

.cons {
  font-family: Oswald, sans-serif;
}

.test_section_header {
  padding-left: 50px;
  border-color: rgba(89, 146, 184, .73) rgba(89, 146, 184, .73) rgba(89, 146, 184, .32);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.test_section_header_div {
  height: 70px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.test_sectionone_pic_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 85px;
  padding-left: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jessie-title {
  padding-top: 13px;
  padding-left: 41px;
  font-family: Oswald, sans-serif;
  color: #8ed1a3;
  font-size: 19px;
  text-align: center;
}

.test_sectionone_text_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test_sectionone_text {
  width: 600px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-right: 22px;
  font-family: Lato, sans-serif;
  color: #1399cd;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
}

.test_sectionone_text.test_sectionone_text_padding {
  width: 552px;
  margin-bottom: 20px;
  padding: 5px 8px;
  border: 1px solid #1399d3;
  border-radius: 10px;
  font-size: 20px;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}

.test_sectionone_text.test_sectionone_text_padding.smaller-border {
  width: 514px;
}

.quotation-marks {
  position: relative;
  bottom: -27px;
  padding: 0px 25px 0px 0px;
  font-family: Varela, sans-serif;
  font-size: 84px;
}

.test_sectiontwo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 46px;
  padding-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5992b8;
}

.test_section_whatis {
  margin-bottom: 32px;
  padding-right: 485px;
  padding-bottom: 0px;
  padding-left: 211px;
  border-bottom-color: #e9ffff;
}

.test_section_whatis_text_div {
  float: right;
  border-color: #159ace;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.test_section_whatis_text_heading {
  margin-bottom: 4px;
  padding-bottom: 0px;
  border-bottom: 4px solid #8ed1a3;
  font-family: Oswald, sans-serif;
  color: #5197d5;
}

.test_sectiontwo_text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .74);
  font-size: 21px;
  line-height: 41px;
  text-align: center;
}

.test_sectiontwo_text.test_sectiontwo_text_size {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.test_sectiontwo_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5992b8;
}

.test_section_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.test_section_last_text_div {
  width: 900px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.test_section_last_text_div.hidden-text {
  width: 1000px;
  padding: 25px 70px;
  border: 5px solid #8ed1a3;
  border-radius: 14px;
}

.test_section_last_text {
  margin-bottom: 1px;
  font-family: Oswald, sans-serif;
  color: #3b769c;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
}

.test_section_last_text.hidden-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.test_section_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5992b8;
}

.test_section_footer_text_left {
  padding-top: 25px;
  padding-bottom: 25px;
}

.test_section_footer_text_right {
  padding-top: 25px;
  padding-bottom: 25px;
}

.test_section_footer_text {
  color: #fff;
}

.test_sectiontwo_pic {
  width: 431px;
  height: 226px;
  max-width: none;
  border: 4px solid #fff;
  border-radius: 16px;
}

.underscore {
  text-decoration: underline;
}

.arrow {
  position: relative;
  left: 35px;
  top: 97px;
  bottom: 184px;
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 255px;
  font-weight: 100;
}

.test_sectiotwo_header_div {
  padding-right: 100px;
  padding-left: 100px;
}

.white {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.quotation-marks-4 {
  position: relative;
  left: -77px;
  top: 115px;
  right: 7px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 41px;
  font-style: normal;
  text-align: center;
}

.test_sectiontwo_pic_description {
  margin-top: -31px;
  margin-left: 518px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

.header_content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4dbdeb;
}

.footer {
  border-top: 2px solid #dde8e8;
  background-color: #f0f7f7;
}

.question_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.answer_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big_title {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: 1px;
}

.comparison_inner_box {
  width: 192px;
  margin-bottom: 45px;
  padding: 15px;
  background-color: #f0f7f7;
}

.comparison_inner_box.borders {
  border-top: 4px solid #6994ba;
  border-bottom: 4px solid #6994ba;
}

.summary_block {
  margin-bottom: 30px;
}

.arrow_down_flat_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px dotted #6994ba;
}

.question_inner_box {
  width: 232px;
  height: 95px;
  padding: 10px;
  border: 1px solid #4dbdeb;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.question_inner_box.extra_width {
  width: 575px;
}

.question_inner_box.extra_width_2 {
  width: 290px;
}

.text_special {
  font-family: Lato, sans-serif;
  color: #6994ba;
  font-size: 16px;
  line-height: 16px;
}

.text_special.colour_5d6769 {
  color: #5d6769;
}

.question_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.arrow_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_box_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo_180px {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.logo_110px {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo_110px.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo_110px.grayscale.opacity {
  opacity: 0.45;
}

.presentation_summary_text {
  display: block;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #6994ba;
  border-bottom: 3px solid #6994ba;
  font-family: Lato, sans-serif;
  color: #5d6769;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.comparison_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.comparison_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular_text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.regular_text.extra_dark {
  color: #646464;
}

.regular_text.align_centre_height {
  height: 45px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #616161;
  text-align: center;
}

.regular_text._12px_italic {
  color: #616161;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}

.regular_text._12px {
  font-size: 12px;
  line-height: 17px;
}

.regular_text.p1 {
  position: absolute;
  top: 4px;
  right: -63px;
}

.regular_text.p2 {
  position: relative;
  top: -157px;
  right: -179px;
}

.regular_text.p3 {
  position: relative;
  left: 49px;
  top: 5px;
  right: -44px;
  bottom: 0px;
}

.regular_text.p5 {
  position: relative;
  left: -21px;
  top: -367px;
  color: #2c9e43;
}

.regular_text.p4 {
  position: relative;
  left: -42px;
  top: -203px;
  bottom: -199px;
}

.regular_link {
  font-family: Lato, sans-serif;
  color: #3594ba;
  text-decoration: none;
}

.regular_link:hover {
  text-decoration: underline;
}

.regular_link.font_13px_centred {
  display: block;
  width: 132px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px dotted #3594ba;
  font-size: 13px;
  cursor: pointer;
}

.regular_link.font_13px_centred:hover {
  text-decoration: none;
}

.divider_dashed {
  height: 1px;
  border: 1px dashed #4dbdeb;
}

.logo_container_presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 35px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small_text {
  font-family: Lato, sans-serif;
  color: #5d6769;
  font-size: 14px;
  line-height: 20px;
}

.small_text.justify {
  text-align: justify;
}

.divider_dotted {
  height: 1px;
  border-top: 1px dotted #6994ba;
}

.text_emphasis {
  color: #bd1d3d;
}

.breadcrumb_text {
  color: #e4dfdf;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
}

.gray_divider_dde8e8 {
  border: 1px solid #dde8e8;
}

.h-roboto_slab_36px_5d6769 {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 36px;
  line-height: 43px;
  font-weight: 300;
}

.h-roboto_slab_36px_5d6769.colour_89d6f3 {
  color: #89d6f3;
}

.roadmap_details_section {
  margin-bottom: 15px;
  border-bottom: 1px dotted #dde8e8;
}

.grid_investor_relations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_investor_relations {
  overflow: auto;
  width: 535px;
  height: 280px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 65, 84, .35);
  background-color: #f0f7f7;
  box-shadow: 0 0 10px 0 rgba(4, 65, 84, .7);
}

.dummy_box_investor_relations {
  width: 535px;
  height: 245px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.gray_background_investor_relations {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #ececec;
}

.blue_background_map_of_focus {
  padding-top: 30px;
  background-image: -webkit-linear-gradient(270deg, #044154, rgba(7, 69, 89, .9) 77%, #2e85a8);
  background-image: linear-gradient(180deg, #044154, rgba(7, 69, 89, .9) 77%, #2e85a8);
}

.title_24px {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}

.title_24px.white_centred {
  color: #f5f5f5;
  text-align: center;
}

.title_24px.uppercase_centred {
  text-align: center;
  text-transform: uppercase;
}

.title_24px.font_weight_400 {
  font-weight: 400;
}

.box_holder_focus_growth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-bottom: -40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.box_focus_growth {
  width: 340px;
  height: 220px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f0f7f7;
}

.footer_column {
  width: 180px;
  margin-right: 50px;
  margin-bottom: 50px;
}

.footer_title {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #5d6769;
  font-size: 14px;
  font-weight: 700;
}

.tab_button_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 120px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: rgba(89, 89, 89, .65);
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.tab_button_home:hover {
  border-color: rgba(89, 89, 89, .5);
  color: rgba(89, 89, 89, .75);
}

.tab_button_home.w--current {
  border-color: rgba(89, 89, 89, .5);
  background-color: #fff;
  color: rgba(89, 89, 89, .75);
}

.gray_background_home {
  margin-top: -31px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.tabs_menu_home {
  margin-right: -30px;
  margin-bottom: -30px;
}

.navbar {
  display: block;
  max-width: 1100px;
  margin: 10px auto;
  background-color: transparent;
}

.nav_link {
  font-family: Lato, sans-serif;
  color: #778283;
  font-size: 14px;
  font-weight: 400;
}

.nav_link:hover {
  color: #4d5455;
}

.nav_link.blue {
  color: #4dbdeb;
  font-weight: 700;
}

.nav_link.blue:hover {
  color: #299ac9;
}

.diagram_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-bottom: -25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.diagram_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 290px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #3a9cc3;
  border-right: 1px solid #3a9cc3;
  border-bottom: 1px solid #3a9cc3;
}

.arrow_holder_diagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_diagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.border {
  padding: 5px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .28);
}

._2_columns_how_it_works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_how_it_works {
  width: 535px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.publisher_thumbnail {
  width: 147px;
  height: 147px;
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .15);
  text-decoration: none;
}

.title_diagram {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3a9cc3;
  text-align: center;
  text-transform: uppercase;
}

.search_options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 5px 20px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ededed;
}

.box_search_options {
  width: 200px;
  margin-right: 15px;
  padding-left: 15px;
  border-left: 1px dotted #ededed;
}

.box_search_options.no_left_border {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left-style: none;
}

.checkbox_field {
  color: #616161;
  font-size: 13px;
  line-height: 18px;
}

.i-object {
  display: none;
}

.title_17 {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 17px;
  font-weight: 400;
}

.search_block {
  width: 753px;
  margin-left: 85px;
}

.logos_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-bottom: -30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-filter: grayscale(100%) contrast(38%) brightness(139%);
  filter: grayscale(100%) contrast(38%) brightness(139%);
}

.link_bl-logos {
  margin-right: 30px;
  margin-bottom: 25px;
}

.img-logos_home {
  height: 35px;
}

.background_1d6b87 {
  background-color: #1d6b87;
}

.text_46px_555 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
}

.text_46px_555.colour_89d6f3 {
  color: #89d6f3;
}

.text_46px_555.colour_white {
  color: #fff;
  font-weight: 300;
}

.row_pricing_lander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow_down_borders_lander {
  border-top: 90px solid #99a2a3;
  border-right: 140px solid transparent;
  border-left: 140px solid transparent;
}

.arrow_down_200px {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.final_step_form_wrapper_lander {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: #dde8e8;
}

.final_step_form_wrapper_lander.background_pink {
  background-color: #ffdede;
}

.final_step_form_wrapper_lander.mod_ecommerce {
  border-width: 1px;
  border-color: rgba(4, 65, 84, .3);
  background-color: #fff;
}

.final_step_form_wrapper_lander.f0f7f7 {
  background-color: #f0f7f7;
}

.pricing_wrapper_lander {
  display: block;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #dde8e8;
}

.pricing_wrapper_lander.mod_ecommerce {
  border-width: 1px;
  border-color: rgba(4, 65, 84, .3);
  background-color: #fff;
}

.col_1_pricing_wrapper {
  display: block;
  width: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: left;
}

.col_1_pricing_wrapper.top_border {
  border-top: 1px solid #fff;
}

.col_1_pricing_wrapper.top_border.mod_ecommerce {
  border-top-color: rgba(4, 65, 84, .3);
}

.col_1_pricing_wrapper.mod_ecommerce {
  border-right-color: rgba(4, 65, 84, .3);
  border-bottom-color: rgba(4, 65, 84, .3);
  border-left-color: rgba(4, 65, 84, .3);
}

.col_2_pricing_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.col_2_pricing_wrapper.top_border {
  border-top: 1px solid #fff;
}

.col_2_pricing_wrapper.top_border.mod_ecommerce {
  border-top-color: rgba(4, 65, 84, .3);
}

.col_2_pricing_wrapper.mod_ecommerce {
  border-right-color: rgba(4, 65, 84, .3);
  border-bottom-color: rgba(4, 65, 84, .3);
}

.col_3_pricing_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  padding: 15px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.col_3_pricing_wrapper.top_border {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
}

.col_3_pricing_wrapper.top_border.mod_ecommerce {
  border-top-color: rgba(4, 65, 84, .3);
}

.col_3_pricing_wrapper.mod_ecommerce {
  border-right-color: rgba(4, 65, 84, .3);
  border-bottom-color: rgba(4, 65, 84, .3);
}

.col_5_pricing_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.col_5_pricing_wrapper.top_border {
  border-top: 1px solid #fff;
}

.col_5_pricing_wrapper.top_border.mod_ecommerce {
  border-top-color: rgba(4, 65, 84, .3);
}

.col_5_pricing_wrapper.mod_ecommerce {
  border-right-color: rgba(4, 65, 84, .3);
  border-bottom-color: rgba(4, 65, 84, .3);
}

.checkbox_pricing_lander {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.diagram_arrow_pricing_lander {
  margin-right: -5px;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 10px solid #fff;
}

.diagram_arrow_pricing_lander.mod_ecommerce {
  position: relative;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: rgba(4, 65, 84, .1);
}

.diagram_arrow_pricing_lander.less_height {
  position: absolute;
  left: -11px;
  top: -32px;
  bottom: 0px;
  border-top-width: 32px;
  border-bottom-width: 32px;
}

.inverse_arrow_pricing_lander {
  border-top: 33px solid #fff;
  border-bottom: 33px solid #fff;
  border-left: 10px solid transparent;
}

.inverse_arrow_pricing_lander.less_height {
  position: absolute;
  top: -32px;
  right: -1px;
  bottom: 0px;
  border-top-width: 32px;
  border-bottom-width: 32px;
}

.inverse_arrow_pricing_lander.mod_ecommerce {
  position: relative;
  border-top-color: rgba(4, 65, 84, .1);
  border-bottom-color: rgba(4, 65, 84, .1);
}

.diagram_block_pricing_lander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding: 7px 5px 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 17px;
}

.diagram_block_pricing_lander.mod_ecommerce {
  border-top: 1px solid rgba(4, 65, 84, .1);
  border-bottom: 1px solid rgba(4, 65, 84, .1);
  border-left: 1px solid rgba(4, 65, 84, .1);
}

.diagram_block_pricing_lander.mod2_ecommerce {
  border-top: 1px solid rgba(4, 65, 84, .1);
  border-bottom: 1px solid rgba(4, 65, 84, .1);
}

.background_f0f7f7 {
  background-color: #f0f7f7;
}

.title_pricing_lander {
  font-family: 'Roboto Slab', sans-serif;
  color: #5d6769;
  font-size: 13px;
  font-weight: 700;
}

.checkbox {
  position: absolute;
  display: none;
  width: 15px;
  height: 15px;
  margin-left: 0px;
  border-style: solid;
  border-color: #000;
  opacity: 0;
}

.text_price_fugures_lander {
  font-family: 'Roboto Slab', sans-serif;
  color: #044154;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.text_price_fugures_lander.smaller_print {
  font-size: 13px;
  line-height: 15px;
}

.button_pricing_lander {
  display: block;
  width: 82px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #89d6f3;
  border-radius: 3px;
  background-color: transparent;
  color: #89d6f3;
  font-weight: 700;
}

.txt_field-pricing_lander {
  border: 1px solid #dde8e8;
  color: #616161;
  font-size: 12px;
  line-height: 17px;
}

.txt_field-pricing_lander.mod_ecommerce {
  border-color: rgba(4, 65, 84, .3);
}

.textarea-pricing_lander {
  min-height: 100px;
  border: 1px solid #dde8e8;
  color: #616161;
  font-size: 12px;
  line-height: 17px;
}

.textarea-pricing_lander.mod_ecommerce {
  border-color: rgba(4, 65, 84, .3);
}

.line_dde8e8 {
  height: 1px;
  border-top: 1px solid #dde8e8;
}

.footer_lander_link_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link_block_lander {
  margin-right: 20px;
}

.footer_lander_link {
  font-family: Lato, sans-serif;
  color: #778283;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.footer_lander_link:hover {
  text-decoration: underline;
}

.footer_content_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_lander_copyright_text {
  font-family: Lato, sans-serif;
  color: #909c9e;
  font-size: 12px;
  line-height: 12px;
}

.intro_text_lander {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #f5f5f5;
  font-size: 15px;
  line-height: 18px;
}

.holder_bullets_lander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_1_bullets_lander {
  width: 460px;
  padding-right: 10px;
}

.col_2_bullets_lander {
  width: 460px;
  padding-left: 10px;
}

.small_print_lander {
  font-size: 11px;
  line-height: 14px;
}

.form_wr-lander {
  margin-bottom: 0px;
}

.width_920px_centred {
  display: block;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.case_study_block_lander {
  padding: 15px;
  border-radius: 5px;
  background-color: #dde8e8;
}

.field-label {
  position: absolute;
  width: 25px;
  height: 20px;
}

.empty-custom-checkbox {
  position: static;
  display: block;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .54);
  border-radius: 2px;
  background-color: #fff;
  text-align: left;
}

.checked-linkedin-checkbox {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 1;
}

.checked-pr-box {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.checked-email-box {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.checked-facebook-checkbox {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.checkbox-2 {
  display: none;
}

.checked-massmedia-box {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.checked-retargeting-box {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.checked-automation-box {
  position: relative;
  left: -2px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../images/tick.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.error-message {
  margin-top: 0px;
  background-color: transparent;
}

.success-message {
  background-color: transparent;
}

.intro_box_diff_paddings {
  padding: 20px 15px 15px 30px;
  border: 2px dotted #3a9cc3;
}

.grid_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.box_contact {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}

.title_22px_blue {
  color: #2ca6d6;
  font-size: 22px;
  line-height: 26px;
}

.social_media_holder_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social_media_link_contact {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form_wrapper_contact {
  margin-bottom: 0px;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.txt_field_contact {
  margin-bottom: 0px;
  color: #616161;
  font-size: 13px;
  line-height: 18px;
}

.txt_area_contact {
  min-height: 243px;
  margin-bottom: 0px;
  color: #616161;
  font-size: 13px;
  line-height: 18px;
}

.submit_button_contact {
  float: right;
  border: 1px solid #b2b2b2;
  background-color: #fafafa;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
}

.submit_button_contact:hover {
  background-color: #ddd;
}

.col_1_contact {
  margin-right: 15px;
  margin-bottom: -30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col_2_contact {
  margin-bottom: -30px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background_eef5f5 {
  background-color: #eef5f5;
}

.background_044154 {
  background-color: #044154;
}

.width_40px_centred {
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
}

.arrow_down_044154 {
  border-top: 20px solid #044154;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.logos_block_ecommerce_lander {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus_mark_ecommerce_lander {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 300;
}

.logo_ecommerce_lander {
  width: 180px;
}

.spacing_vertical_100px {
  height: 100px;
}

.width_950px_centred {
  display: block;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.lato_28px_white {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.lato_28px_white.text_align_center {
  font-weight: 400;
  text-align: center;
}

.lato_19px_white {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
}

.lato_19px_white.text_align_centre {
  font-family: Lato, sans-serif;
  text-align: center;
}

.text_30px_555 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.arrow_down_eef5f5 {
  border-top: 20px solid #eef5f5;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.text_28px_gray_bold {
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}

.arrow_down_white {
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.text_30px_white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.h-roboto_slab_35px_555 {
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

.button_orange_ecommerce_lander {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 31px 10px 30px;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: #e4b34f;
  border-radius: 3px;
  background-color: #ffd262;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #552600;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.button_orange_ecommerce_lander:hover {
  background-color: #ffe08c;
}

.background_white_row_1 {
  background-color: #fff;
}

.background_1d6b87_row_1 {
  background-color: #1d6b87;
}

.background_f0f7f7_row_2 {
  background-color: #f0f7f7;
}

.background_block_f3f3f3_l3 {
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.line_gray_ddd {
  height: 1px;
  border-top: 1px solid #ddd;
}

.background_f8f8f8_row_1 {
  background-color: #f8f8f8;
}

.background_block_white_l3 {
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
}

.background_044154_row_1 {
  background-color: #044154;
}

.background_block_f0f7f7_l3 {
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #f0f7f7;
}

.background_eef5f5_row_2 {
  background-color: #eef5f5;
}

.background_block_325157_l2 {
  padding: 30px 40px;
  background-color: #325157;
}

.background_block_f0f7f7_l2 {
  padding: 30px 40px;
  background-color: #f0f7f7;
}

.background_32353e_row_1 {
  background-color: #32353e;
}

.background_block_white_v2_l3 {
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

.holder_table_adv_channels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_adv_channels {
  width: 334px;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs-vertical_v1_l2.width_282px {
  width: 282px;
}

.tabs_menu-v_v1_l2 {
  float: left;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 5px;
}

.tab_button-v_v1_l2 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  line-height: 14px;
  text-decoration: none;
}

.tab_button-v_v1_l2:hover {
  background-color: #f3f3f3;
}

.tab_button-v_v1_l2.w--current {
  background-color: #f3f3f3;
}

.tab_button-v_v1_l2.title_tab {
  background-color: #4dbdeb;
  color: #fff;
  cursor: default;
}

.h-roboto_slab_18px {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.title_col_adv_channels {
  padding-bottom: 40px;
}

.h-roboto_slab_16px {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.diagram_element_hierarcy {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-bottom: 1px solid #3a9cc3;
  border-left: 1px solid #000;
}

.padding_left_22px {
  padding-left: 22px;
}

.spacing_vertical_3px {
  height: 3px;
}

.flex_h_start_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.padding_left_50px {
  padding-left: 50px;
}

.padding_left_115px {
  padding-left: 115px;
}

.h-roboto_slab_14px {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.background_block_white_l4 {
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
}

.flex_h_start_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dummy_radio_button {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  margin-bottom: 2px;
  float: left;
  border: 1px solid #7a7a7a;
  border-radius: 6.5px;
}

.menu_button_dfeeee_l2 {
  display: block;
  padding: 10px 15px;
  background-color: #dfeeee;
  text-decoration: none;
}

.lato_14px {
  padding: 10px;
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 14px;
  line-height: 22px;
}

.text_arial_12px {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #616161;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.link_12px_arial {
  color: #3594ba;
  text-decoration: none;
}

.right_border_adv_channels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 249px;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px dotted #3a9cc3;
}

.menu_button_white_blue_l2 {
  display: block;
  padding: 10px 15px;
  border: 1px solid #3a9cc3;
  background-color: transparent;
  text-decoration: none;
}

.menu_button_white_blue_l2:hover {
  background-color: rgba(58, 156, 195, .15);
}

.line_gray_ccc {
  height: 1px;
  border-top: 1px solid #ccc;
}

.line_gray_dde8e8 {
  height: 1px;
  border-top: 1px solid #dde8e8;
}

.background_fff7e7_row_2 {
  border-style: none;
  border-color: #dfdfdf;
  border-radius: 3px;
  background-color: #fff7e7;
}

.line_gray_e5e5e5_2px {
  height: 1px;
  border-top: 2px solid #e5e5e5;
}

.roboto_slab_46px_white {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 69px;
  font-weight: 300;
}

.lato_20px_white {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.roboto_slab_46px_555 {
  font-family: 'Roboto Slab', sans-serif;
  color: #555;
  font-size: 46px;
  line-height: 69px;
  font-weight: 300;
}

.lato_20px {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 20px;
  line-height: 30px;
}

.lato_20px.line_h20px {
  line-height: 20px;
}

.secondry_navbar_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2nd_navbar_button {
  padding: 20px;
  border-bottom: 2px solid #f0f7f7;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

._2nd_navbar_button:hover {
  color: rgba(0, 0, 0, .7);
}

.background_block_dfeeee_l2 {
  padding: 30px 40px;
  background-color: #dfeeee;
}

.row_1_proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box_short_proposal {
  width: 100%;
  padding: 25px;
  background-color: #dfeeee;
}

.box_short_proposal.h225px {
  height: 225px;
}

.box_long_proposal {
  padding: 25px;
  background-color: #dfeeee;
}

.circle_white_border_1fbce3_d40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1fbce3;
  border-radius: 20px;
  background-color: #fff;
}

.margin_right_10px {
  margin-right: 10px;
}

.v_arrow_holder_proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow_dfeeee_v_30px {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #dfeeee;
}

.col_1_proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.col_2_proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow_dfeeee_h_20px {
  width: 20px;
  border-top: 20px solid #dfeeee;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.list-lato_14px {
  margin-bottom: -5px;
  padding-left: 16px;
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 14px;
  line-height: 22px;
  list-style-type: disc;
}

.margin_left_17px {
  margin-left: 17px;
}

.flex_h_center_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col_middle_pricing_proposal {
  width: 500px;
  margin-right: 20px;
  margin-left: 15px;
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  background-color: #fff;
}

.col_side_pricing_proposal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row_pricing_proposal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.5px;
  border-bottom: 1px dotted #dfdfdf;
}

.row_pricing_proposal.last_row {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.col_1_pricing_proposal {
  width: 230px;
  margin-right: 20px;
  padding-bottom: 7.5px;
  border-right: 1px dotted #dfdfdf;
}

.col_2_pricing_proposal {
  width: 50%;
  padding-bottom: 7.5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lato_18px {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 18px;
  line-height: 26px;
}

.lato_18px.center_adjustments {
  margin-left: -1px;
  line-height: 18px;
}

.circle_white_d24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.lato_16px_272733 {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 16px;
  line-height: 24px;
}

.flex_h_center_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-lato_14px {
  font-family: Lato, sans-serif;
  color: #3594ba;
  font-size: 14px;
  line-height: 22px;
}

.link-lato_14px:hover {
  text-decoration: underline;
}

.flex_h_end_stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button_transparent_lato {
  height: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #778283;
  line-height: 14px;
  text-decoration: none;
}

.button_transparent_lato:hover {
  border-bottom: 4px solid #dde8e8;
  color: #424a4f;
}

.flex_v_center_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v_line {
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  border-left: 2px solid #dde8e8;
}

.lato_22px {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 22px;
  line-height: 30px;
}

.background_block_white_round_angled {
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  background-color: #fff;
}

.cell_proposal_roadmap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px dotted #dfdfdf;
  border-bottom: 1px dotted #dfdfdf;
}

.cell_proposal_roadmap.no_bottom_border {
  border-bottom-style: none;
}

.last_cell_proposal_roadmap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #dfdfdf;
  border-bottom: 1px dotted #dfdfdf;
}

.last_cell_proposal_roadmap.no_bottom_border {
  border-bottom-style: none;
}

.full_page_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.width_700px_centred {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.h-roboto_slab_36px_272733 {
  font-family: 'Roboto Slab', sans-serif;
  color: #272733;
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
}

.background_block_f0f7f7_l1 {
  padding: 60px;
  border: 2px solid #dbe3e3;
  background-color: #f0f7f7;
}

.link-lato_16px {
  font-family: Lato, sans-serif;
  color: #3594ba;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-lato_16px:hover {
  text-decoration: underline;
}

.txt_field-dde8e8_l1 {
  height: 44px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dde8e8;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 16px;
}

.txt_field-dde8e8_l1:focus {
  border-color: #909c9e;
}

.txt_field-dbe3e3_l1 {
  height: 44px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border: 1px solid #dbe3e3;
  border-radius: 2px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 16px;
}

.txt_field-dbe3e3_l1:focus {
  border-color: #99a2a3;
  box-shadow: 0 0 5px 0 #dbe3e3;
}

.select_field-dbe3e3_l1 {
  height: 44px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border: 1px solid #dbe3e3;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 16px;
  line-height: 16px;
}

.select_field-dbe3e3_l1:focus {
  border-color: #99a2a3;
  box-shadow: 0 0 5px 0 #dbe3e3;
}

.txt_field-1d6b87_l1 {
  height: 47px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #1d6b87;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 19px;
  line-height: 19px;
}

.txt_field-1d6b87_l1:focus {
  border-color: #99a2a3;
  box-shadow: 0 0 8px 0 rgba(102, 175, 233, .6), inset 0 1px 1px 0 rgba(0, 0, 0, .08);
}

.select_field-1d6b87_l1 {
  height: 47px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #1d6b87;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 19px;
  line-height: 19px;
}

.select_field-1d6b87_l1:focus {
  border-color: #66afe9;
  box-shadow: 0 0 8px 0 rgba(102, 175, 233, .6), inset 0 1px 1px 0 rgba(0, 0, 0, .08);
}

.width_500px_centred {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.width_600px_centred {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.link-lato_18px {
  font-family: Lato, sans-serif;
  color: #3594ba;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.link-lato_18px:hover {
  text-decoration: underline;
}

.txt_field-ccc_l1 {
  height: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .08);
  -webkit-transition: border 150ms ease-in-out, box-shadow 150ms ease-in-out;
  transition: border 150ms ease-in-out, box-shadow 150ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 18px;
  line-height: 18px;
}

.txt_field-ccc_l1:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08), 0 0 8px 0 rgba(102, 175, 233, .6);
}

.select_field-ccc_l1 {
  height: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .08), 0 0 8px 0 rgba(102, 175, 233, .6);
  -webkit-transition: border 150ms ease-in-out, text-shadow 150ms ease-in-out;
  transition: border 150ms ease-in-out, text-shadow 150ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #616161;
  font-size: 18px;
  line-height: 18px;
}

.select_field-ccc_l1:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
}

.submit_button-ccc_l1 {
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #dab10d;
  border-radius: 4px;
  background-color: #f1c40f;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.submit_button-ccc_l1:hover {
  border-color: #a08209;
  background-color: #cba50c;
}

.submit_button-ccc_dark_background_l1 {
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #dab10d;
  border-radius: 4px;
  background-color: #f1c40f;
  font-family: Lato, sans-serif;
  color: #a82315;
  font-size: 18px;
  line-height: 18px;
}

.submit_button-ccc_dark_background_l1:hover {
  border-color: #a08209;
  background-color: #cba50c;
  color: #fff;
}

.submit_button-dbe3e3_l1 {
  border: 1px solid #3594ba;
  border-radius: 2px;
  background-color: #4dbdeb;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.submit_button-dbe3e3_l1:hover {
  border-bottom-color: #4dbdeb;
  box-shadow: 1px 1px 0 0 #3594ba, 0 1px 0 0 #3594ba, 0 0 0 0 #3594ba;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lato_24px {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 24px;
  line-height: 35px;
}

.lato_26px {
  font-family: Lato, sans-serif;
  color: #272733;
  font-size: 26px;
  line-height: 40px;
}

.width_900px_centred {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="scroll-reveal"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="scrol-reveal-right"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="question-show-up"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="question-show-up2"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media (max-width: 991px) {
  .main_width_1100px {
    width: auto;
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs_content {
    width: 100%;
    margin-top: 30px;
    float: left;
  }
  .intro_box {
    border-width: 1px;
  }
  .results_header_text {
    margin-bottom: 10px;
  }
  .results_header_button {
    margin-bottom: 10px;
  }
  .results_header_button.no_right_border {
    margin-bottom: 10px;
  }
  .results_header_button.width_104px {
    margin-bottom: 10px;
  }
  .publisher_profile_info_block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_19px {
    font-size: 17px;
    line-height: 21px;
  }
  .c2_advertiser_header {
    width: 546px;
  }
  .two_column_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column_1_flex {
    width: 100%;
    padding-right: 0px;
  }
  .column_2_flex {
    width: auto;
    max-width: 550px;
    padding-top: 0px;
  }
  .test_flexbox_div.opacity {
    opacity: 1;
  }
  .test_flexbox_box.border_round {
    width: 137px;
  }
  .test_flexbox_box_background.border_round.brandvertisor {
    width: 127px;
  }
  .pros {
    font-size: 11px;
  }
  .cons {
    font-size: 11px;
  }
  .jessie-title {
    font-size: 16px;
  }
  .test_sectionone_text {
    width: 400px;
    font-size: 14px;
  }
  .test_sectiontwo {
    padding-right: 36px;
  }
  .test_section_whatis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .test_section_whatis_text_heading {
    width: 342px;
  }
  .test_sectiontwo_text {
    margin-left: 45px;
    font-size: 16px;
  }
  .test_sectiontwo_div {
    padding-right: 97px;
  }
  .test_section_last_text_div.hidden-text {
    width: 750px;
    padding-right: 41px;
    padding-left: 41px;
  }
  .test_section_last_text.hidden-text {
    font-size: 16px;
  }
  .test_sectiontwo_pic {
    padding-top: 0px;
  }
  .big_title {
    font-size: 32px;
    line-height: 40px;
  }
  .text_special {
    font-size: 14px;
  }
  .footer_box_holder {
    margin-right: -20px;
  }
  .comparison_box {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .regular_text._12px {
    font-size: 11px;
  }
  .h-roboto_slab_36px_5d6769 {
    font-size: 30px;
    line-height: 35px;
  }
  .grid_investor_relations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dummy_box_investor_relations {
    display: none;
  }
  .title_24px {
    font-size: 22px;
    line-height: 27px;
  }
  .box_holder_focus_growth {
    margin-right: -15px;
  }
  .box_focus_growth {
    margin-right: 15px;
  }
  .footer_column {
    margin-right: 20px;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab_button_home {
    width: 130px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15.5px;
    line-height: 15.5px;
  }
  .tabs_menu_home {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .diagram_holder {
    margin-right: -30px;
    margin-bottom: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .diagram_box {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  ._2_columns_how_it_works {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box_search_options {
    margin-bottom: 15px;
  }
  .title_17 {
    font-size: 15px;
    line-height: 18px;
  }
  .search_block {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text_46px_555 {
    font-size: 40px;
    line-height: 45px;
  }
  .final_step_form_wrapper_lander {
    width: auto;
    max-width: 500px;
  }
  .pricing_wrapper_lander {
    width: auto;
    max-width: 920px;
    padding: 10px;
  }
  .col_1_pricing_wrapper {
    width: 30px;
  }
  .col_2_pricing_wrapper {
    width: 48px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .col_3_pricing_wrapper {
    width: 769px;
    padding-left: 7px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col_5_pricing_wrapper {
    width: 74px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }
  .diagram_block_pricing_lander {
    font-size: 9.5px;
    line-height: 15px;
  }
  .title_pricing_lander {
    font-size: 12px;
  }
  .text_price_fugures_lander {
    font-size: 12px;
  }
  .text_price_fugures_lander.smaller_print {
    font-size: 12px;
  }
  .intro_text_lander {
    width: auto;
    max-width: 700px;
    font-size: 13px;
    line-height: 15px;
  }
  .col_1_bullets_lander {
    width: auto;
    max-width: 460px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col_2_bullets_lander {
    width: auto;
    max-width: 460px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .width_920px_centred {
    width: auto;
    max-width: 920px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 5px 5px 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .strip_hamburger {
    height: 3px;
    margin-bottom: 3px;
    background-color: #778283;
  }
  .intro_box_diff_paddings {
    border-width: 1px;
  }
  .grid_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box_contact {
    height: auto;
  }
  .col_1_contact {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .col_2_contact {
    width: 100%;
    margin-left: 0px;
  }
  .width_950px_centred {
    width: auto;
    max-width: 950px;
  }
}

@media (max-width: 767px) {
  .title_19px {
    font-size: 16px;
    line-height: 20px;
  }
  .c1_advertiser_header {
    margin-bottom: 10px;
  }
  .c2_advertiser_header {
    width: 346px;
  }
  .investing_roadmap_flex_holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column_flex_holder_investing_roadmap {
    margin-bottom: 10px;
  }
  .test_flexbox_section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .test_flexbox_div {
    width: 100px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .test_flexbox_box.border_round {
    width: 100px;
    border-width: 2px;
  }
  .test_flexbox_box_background.border_round {
    padding-right: 0px;
    padding-left: 0px;
    border-width: 1px;
    border-radius: 31px;
  }
  .test_flexbox_box_background.border_round.brandvertisor {
    width: 96px;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    border-width: 1px;
    border-radius: 26px;
  }
  .test_flexbox_box_title {
    font-size: 14px;
  }
  .test_flexbox_box_column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .test_flexbox_box_column_left {
    margin-left: 0px;
    font-size: 8px;
  }
  .test_flexbox_box_column_right {
    font-size: 8px;
  }
  .pros {
    font-size: 9px;
  }
  .cons {
    font-size: 9px;
  }
  .test_section_header {
    padding-left: 0px;
  }
  .test_sectionone_pic_div {
    padding-right: 30px;
    padding-left: 59px;
  }
  .jessie-title {
    padding-left: 0px;
    font-size: 13px;
  }
  .test_sectionone_text_div {
    padding-top: 0px;
  }
  .test_sectionone_text {
    padding-right: 78px;
    font-size: 12px;
  }
  .test_sectiontwo {
    width: auto;
  }
  .test_section_whatis {
    padding-left: 0px;
  }
  .test_section_whatis_text_heading {
    width: auto;
    font-size: 27px;
  }
  .test_sectiontwo_text {
    font-size: 12px;
  }
  .test_sectiontwo_div {
    width: auto;
    padding-right: 0px;
  }
  .test_section_last_text_div.hidden-text {
    width: 563px;
    padding: 0px 23px;
  }
  .test_section_last_text.hidden-text {
    font-size: 14px;
  }
  .test_sectiontwo_pic {
    max-width: none;
  }
  .arrow {
    padding-right: 43px;
    font-size: 123px;
  }
  .header_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .answer_block {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .big_title {
    font-size: 28px;
    line-height: 33px;
  }
  .footer_box_holder {
    margin-right: -10px;
    padding-top: 20px;
  }
  .presentation_summary_text {
    width: auto;
    max-width: 540px;
  }
  .h-roboto_slab_36px_5d6769 {
    font-size: 25px;
    line-height: 30px;
  }
  .title_24px {
    font-size: 20px;
    line-height: 26px;
  }
  .box_holder_focus_growth {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_focus_growth {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_column {
    margin-right: 10px;
  }
  ._2_columns_how_it_works {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box_how_it_works {
    width: auto;
    max-width: 535px;
    margin-right: 0px;
  }
  .text_46px_555 {
    font-size: 30px;
    line-height: 35px;
  }
  .arrow_down_borders_lander {
    border-top-width: 50px;
    border-right-width: 70px;
    border-left-width: 70px;
  }
  .arrow_down_200px {
    width: 140px;
  }
  .diagram_arrow_pricing_lander {
    border-top-width: 40px;
    border-bottom-width: 40px;
  }
  .diagram_arrow_pricing_lander.less_height {
    left: -11px;
    top: -39px;
    border-top-width: 39px;
    border-bottom-width: 39px;
  }
  .inverse_arrow_pricing_lander {
    border-top-width: 40px;
    border-bottom-width: 40px;
  }
  .inverse_arrow_pricing_lander.less_height {
    top: -39px;
    right: -1px;
    border-top-width: 39px;
    border-bottom-width: 39px;
  }
  .diagram_block_pricing_lander {
    height: 80px;
  }
  .intro_text_lander {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 479px) {
  .main_width_1100px {
    padding-right: 5px;
    padding-left: 5px;
  }
  .intro_box {
    padding: 5px 10px 15px;
  }
  .form_wrapper.inline {
    display: block;
  }
  .input_field {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .title_19px {
    font-size: 14px;
    line-height: 18px;
  }
  .c1_advertiser_header {
    float: none;
  }
  .c2_advertiser_header {
    width: auto;
    max-width: 346px;
    float: none;
  }
  .test_flexbox_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .test_section_one {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .test_sectionone_pic_div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .jessie-title {
    padding-left: 16px;
  }
  .test_sectionone_text_div {
    padding-left: 51px;
  }
  .test_sectionone_text {
    font-size: 12px;
  }
  .test_section_whatis {
    padding-left: 0px;
  }
  .test_section_whatis_text_heading {
    width: auto;
    font-size: 22px;
  }
  .test_section_last_text.hidden-text {
    font-size: 13px;
  }
  .big_title {
    font-size: 22px;
    line-height: 25px;
  }
  .text_special {
    font-size: 13px;
    line-height: 14px;
  }
  .footer_box_holder {
    margin-right: 0px;
  }
  .h-roboto_slab_36px_5d6769 {
    font-size: 21px;
    line-height: 26px;
  }
  .grid_investor_relations {
    margin-right: 0px;
  }
  .box_investor_relations {
    width: 100%;
    max-width: 535px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_24px {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_column {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tab_button_home {
    width: 100%;
    height: 45px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .tabs_menu_home {
    margin-right: 0px;
    margin-bottom: -10px;
  }
  .diagram_holder {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .diagram_box {
    margin-right: 0px;
  }
  .publisher_thumbnail {
    width: 134px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .title_17 {
    font-size: 13px;
    line-height: 15px;
  }
  .title_17.display_inline {
    display: block;
    margin-bottom: 15px;
  }
  .search_block {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text_46px_555 {
    font-size: 28px;
    line-height: 33px;
  }
  .row_pricing_lander {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing_wrapper_lander {
    padding: 5px 10px 5px 5px;
  }
  .col_1_pricing_wrapper {
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .col_1_pricing_wrapper.top_border {
    display: none;
  }
  .col_2_pricing_wrapper {
    margin-bottom: 5px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right-style: none;
    border-bottom-style: none;
  }
  .col_2_pricing_wrapper.top_border {
    display: none;
  }
  .col_3_pricing_wrapper {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    border-right-style: none;
    border-bottom-style: none;
  }
  .col_3_pricing_wrapper.top_border {
    display: none;
  }
  .col_3_pricing_wrapper.mod_ecommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_5_pricing_wrapper {
    width: 100%;
    border-right-style: none;
    border-bottom-style: dotted;
  }
  .col_5_pricing_wrapper.top_border {
    display: none;
  }
  .checkbox_pricing_lander {
    margin-left: 0px;
  }
  .diagram_arrow_pricing_lander.mod_ecommerce {
    margin-right: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .inverse_arrow_pricing_lander.mod_ecommerce {
    display: none;
  }
  .diagram_block_pricing_lander {
    padding: 0px 0px 0px 5px;
  }
  .diagram_block_pricing_lander.mod_ecommerce {
    padding-left: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 13px;
    text-align: center;
  }
  .diagram_block_pricing_lander.mod2_ecommerce {
    padding-left: 0px;
    border-top-style: none;
    border-bottom-style: none;
    font-size: 13px;
    text-align: center;
  }
  .text_price_fugures_lander {
    font-size: 15px;
  }
  .text_price_fugures_lander.smaller_print {
    font-size: 15px;
  }
  .holder_bullets_lander {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col_1_bullets_lander {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .col_2_bullets_lander {
    padding-left: 0px;
  }
  .case_study_block_lander {
    font-size: 13px;
  }
  .intro_box_diff_paddings {
    padding: 5px 5px 5px 15px;
  }
  .logos_block_ecommerce_lander {
    display: none;
  }
}

