:root {
  --black: #003c25;
  --dim-grey: #003c25;
  --purple: #2b9228;
  --white: white;
  --light-purple: #eff2ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

h4 {
  color: var(--black);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
}

ul {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.6;
}

li {
  color: var(--dim-grey);
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.menu-button.mobile {
  align-self: center;
  display: none;
}

.button {
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: transform .4s;
}

.button:hover {
  transform: translate(0, -10px);
}

.button.dark {
  opacity: 1;
  color: #fff;
  background-color: #4c14e9;
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: transform .4s;
  display: block;
}

.button.dark:hover {
  transform: translate(0, -3px);
}

.button.dark.menu {
  display: none;
}

.button.full_width.w--current {
  display: block;
}

.dropdown_menu {
  padding-top: 0;
  padding-bottom: 0;
}

.image-21 {
  width: 30px;
}

.button_wrapper {
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 100;
  opacity: 1;
  object-fit: fill;
  background-color: #354463;
  border: 0 solid #000;
  border-bottom: 1px solid #eff2ff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation_wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-link {
  color: #272727;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  transition: color .4s, background-color .4s;
}

.dropdown-link:hover {
  color: #272727;
  background-color: #eff2ff;
}

.dropdown-link.w--current {
  color: #4c14e9;
  background-color: #eff2ff;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dropdown-link.w--current:hover {
  color: #272727;
}

.nav-link {
  float: left;
  color: #272727;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .4s;
}

.nav-link:hover {
  color: #4c14e9;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.nav-link.w--current {
  color: #4c14e9;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.menu {
  color: #fff;
  font-size: 18px;
}

.nav-link.menu:active {
  color: #7e4e4e;
}

.dropdown_list {
  background-color: #fff;
  display: none;
}

.dropdown_list.w--open {
  border: 1px solid #eff2ff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 1px 1px 4px rgba(105, 105, 105, .1);
}

.navigation_menu {
  display: flex;
}

.logo_link {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.logo_link.w--current {
  margin-top: 0;
}

.solution_accordion_wrapper {
  display: none;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

.datatable_text.bold {
  font-weight: 700;
}

.small_datatable_line {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.small_datatable_line_atom {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.action {
  justify-content: flex-start;
  width: 50%;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.datatable_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.privacy_content_wrapper {
  background-color: var(--white);
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

.list-privacy {
  color: #696969;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 25px;
}

.list-privacy.small {
  font-size: 14px;
  line-height: 22px;
}

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.read_more_text {
  color: #4c14e9;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.center {
  color: #696969;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.container {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container.header {
  justify-content: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.small_dt_header {
  background-color: rgba(105, 105, 105, .1);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.small_datatable_header_atom {
  justify-content: center;
  width: 25%;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.action {
  justify-content: flex-start;
  width: 50%;
  padding: 16px;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_icon {
  width: auto;
  max-width: 32px;
  height: auto;
  max-height: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.intro_wrapper {
  text-align: center;
}

.header_section_wrapper {
  align-items: flex-start;
  display: flex;
}

.sticky_menu_item {
  color: #003c25;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: #4c14e9;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.datatable_line_atom {
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.service_provider {
  flex-direction: column;
  width: 18%;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.data_give {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.data_collect {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_line {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.divider {
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.divider._2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.divider._2.mobile {
  display: none;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.privacy_choices_rights {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.how_and_why, .privacy-bloc.our-role, .privacy-bloc.datatype, .privacy-bloc.third_parties, .privacy-bloc.making_policy_great, .privacy-bloc.data_storage, .privacy-bloc.cookies {
  flex-direction: column;
}

.datatable_mobile {
  display: none;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.mini_button {
  color: var(--white);
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #4c14e9;
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.mini_button.modal {
  margin-top: 10px;
}

.privacy_section {
  background-color: var(--light-purple);
  margin-top: 80px;
  padding: 100px 20px;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.datatable_header {
  background-color: rgba(105, 105, 105, .1);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_header_atom {
  align-items: center;
  width: 22%;
  height: 100%;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.data_collect, .datatable_header_atom.data_give {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.check {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.on {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.off {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.sticky_menu_wrapper {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  height: 500px;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.small_data_table {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small_data_table._2 {
  margin-bottom: 8px;
}

.modal_privacy_content_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-template {
  text-align: center;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.privacy_link_footer {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  transition: color .3s;
}

.privacy_link_footer:hover {
  color: #4c14e9;
}

.text_icon_privacy {
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.social_links_wrapper {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.footer_link {
  color: #003c25;
  text-align: left;
  cursor: pointer;
  border: 0 #000;
  max-width: 140px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer_link:hover {
  color: #4c14e9;
  border-bottom: 2px #4c14e9;
  text-decoration: none;
}

.footer_column {
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
  height: auto;
  padding-bottom: 16px;
  display: flex;
}

.modal_privacy {
  z-index: 2147483647;
  background-color: rgba(39, 39, 39, .7);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.h2_modal_privacy {
  margin-top: 0;
  display: none;
}

.close {
  cursor: pointer;
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cross_icon {
  width: 16px;
}

.privacy_grid_modal {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
}

.footer_section {
  background-color: #fff;
  border-top: 1px solid #eff2ff;
  padding: 0 20px;
  position: relative;
}

.modal_privacy_item_header {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vertical_divider {
  color: #272727;
  background-color: rgba(105, 105, 105, .1);
  width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.column-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns {
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.modal-bg {
  z-index: 99999999;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.modal_privacy_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: -24px;
  line-height: 22px;
  display: flex;
}

.link_block_social {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.modal_privacy_icon {
  max-width: 20px;
  max-height: 20px;
  margin-top: 11px;
  margin-right: 16px;
}

.button_span_light {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.cta_button_wrapper {
  width: 100%;
}

.footer-column-info {
  flex-direction: column;
  display: flex;
}

.social_icon {
  opacity: .6;
  filter: invert();
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  transition: background-color .2s;
  display: flex;
}

.social_icon:hover {
  opacity: 1;
}

.social_icon.linkedin_icon {
  opacity: 1;
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 0;
  padding-top: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.linkedin_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-style: solid;
  border-color: #eff2ff;
  width: 40px;
  height: 40px;
}

.social_icon.twitter_icon {
  opacity: 1;
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.twitter_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-color: #eff2ff;
}

.social_icon.youtube_icon {
  opacity: 1;
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: 0;
  transition: opacity .4s;
  position: relative;
  overflow: hidden;
}

.social_icon.youtube_icon:hover {
  opacity: 1;
  background-color: #eff2ff;
  border-style: solid;
  border-color: #eff2ff;
  border-radius: 0;
}

.body {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
}

.paragraph_centered {
  text-align: left;
}

.logo.footer {
  height: 40px;
}

.icon-3 {
  color: var(--white);
}

.headline-lrg {
  color: #fff;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-size: 30px;
  line-height: 56px;
}

.headline-lrg.blue {
  color: #354463;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.blue-sentence-link {
  color: #354463;
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
}

.blue-sentence-link:hover {
  opacity: .5;
}

.div-block {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.text-block {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.text-block.home-hero {
  right: auto;
}

.m-t-24 {
  margin-top: 24px;
}

.white-hero-div {
  background-color: #fff;
  padding: 76px 64px 119px;
  position: relative;
}

.white-hero-div.home {
  width: 50%;
}

.white-hero-div.absolute {
  width: 70%;
  margin-top: 1px;
  margin-bottom: -264px;
  padding-top: 60px;
  padding-bottom: 70px;
  position: absolute;
  top: -72px;
  bottom: 0;
  right: 0;
}

.contain {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.contain.relative {
  margin-top: 0;
  padding-top: 96px;
  padding-bottom: 80px;
  position: relative;
  top: 237px;
}

.block-tag {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #354463;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tag.center {
  margin-top: -23px;
  margin-left: 0;
  position: static;
  left: 36%;
}

.block-tag.white {
  color: #354463;
  background-color: #fff;
  margin-left: 0;
  position: static;
}

.hero-brush-text {
  color: #fff;
  width: 296px;
  max-width: 100%;
  margin-top: 30px;
  font-size: 72px;
  line-height: 76px;
}

.flex-hor-left-middle {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-hor-left-middle.stretch-on-tablet {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 60px;
}

.home-hero-section {
  background-image: linear-gradient(rgba(53, 68, 99, .4), rgba(53, 68, 99, .4)), url('../images/Cruxule-Solutions-Private-Limited1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 128px;
  padding-bottom: 128px;
}

.div-block-4 {
  margin-top: -16px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-2 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.take-action-link {
  color: #354463;
  text-decoration: none;
}

.heading-sm {
  color: #354463;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

.take-action-section {
  background-color: #c1f7d5;
}

.take-action-row {
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  position: relative;
}

.take-action-column {
  float: left;
  flex: 1;
  width: 100%;
}

.take-action-column.one {
  padding-left: 0;
  padding-right: 56px;
}

.take-action-column.three {
  margin-left: 0;
  padding-left: 28px;
  padding-right: 0;
}

.take-action-column.two {
  padding-left: 0;
  padding-right: 28px;
}

.take-action-column.four {
  margin-left: 0;
  padding-left: 56px;
}

.text-block-5 {
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.underline {
  background-color: #354463;
  width: 0%;
  height: 1px;
  margin-bottom: 10px;
}

.m-b-30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-7 {
  float: none;
  max-width: 100%;
}

.what-we-do-section {
  background-color: #354463;
  padding-top: 88px;
  padding-bottom: 160px;
}

.what-we-do-image {
  z-index: 10;
  background-image: url('../images/Cruxule-Solutions-Private-Limited2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 224px;
  margin-left: 10%;
  position: absolute;
}

.what-we-do-image.three {
  background-image: url('../images/Cruxule-Solutions-Private-Limited3.png');
}

.what-we-do-image.two {
  background-image: url('../images/Cruxule-Solutions-Private-Limited6.png');
}

.div-block-26 {
  justify-content: space-around;
  max-width: 100%;
  display: flex;
}

.cta-btn {
  color: #354463;
  background-color: #c1f7d5;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s, color .2s;
}

.cta-btn:hover {
  color: #c1f7d5;
  background-color: #354463;
}

.left-float {
  float: left;
}

.what-we-do-col {
  float: left;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.what-we-do-col.center, .what-we-do-col.last {
  max-width: 100%;
}

.m-b-60 {
  margin-top: 0;
  margin-bottom: 60px;
}

.what-we-do-col-bg {
  text-align: left;
  background-color: #fff;
  width: 90%;
  margin-top: 30px;
  padding: 220px 30px 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.col-wrap {
  float: left;
  width: auto;
}

.col-wrap.middle {
  margin-left: 60px;
  margin-right: 60px;
}

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

.twitter-circle {
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-twitter-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.twitter-circle:hover {
  background-color: #c1f7d5;
  border: 2px solid #354463;
}

.twitter-circle.home {
  margin-bottom: 16px;
}

.social-wrap {
  float: left;
  text-align: left;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 50px;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.did-you-know-div {
  background-color: #fff;
  width: 100%;
  margin-bottom: 60px;
  padding: 55px 64px;
  position: relative;
}

.brush-text {
  color: #354463;
  max-width: 100%;
  margin-top: 30px;
  font-size: 72px;
  line-height: 50px;
}

.facebook-circle {
  background-color: #c1f7d5;
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  border: 2px solid #c1f7d5;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  margin-right: 7px;
  transition: border-color .2s;
}

.facebook-circle:hover {
  border-color: #354463;
}

.text-block-7 {
  z-index: 2;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 26%;
}

.text-block-7.climate-change-stats {
  right: auto;
}

.text-block-7.about {
  right: 0%;
}

.did-you-know-content-wrap {
  float: left;
}

.climate-hunger-section {
  background-image: url('../images/Cruxule-Solutions-Private-Limited7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.m-b-50 {
  margin-top: 0;
  margin-bottom: 50px;
}

.plus-span {
  margin-left: 5px;
  display: inline-block;
}

.flex-vert-top-left {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4-copy {
  margin-top: -23px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span {
  color: #184b44;
}

.text-span-2 {
  color: #209e39;
}

.grid {
  grid-template-columns: minmax(200px, 1fr);
}

.bold-text {
  font-size: 30px;
}

.bold-text-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.heading-sm-2 {
  color: #354463;
  margin-top: 14px;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

.about-hero-section {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(53, 68, 99, .29)), url('../images/Cruxule-Solutions-Private-Limited.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-28 {
  margin-top: -16px;
  margin-left: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-28.about {
  top: -2%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.headline-lrg-2 {
  color: #fff;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  font-size: 25px;
  line-height: 56px;
}

.heading-sm-3 {
  color: #354463;
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}

.heading-sm-3.white {
  color: #fff;
}

.values-icon {
  max-width: 200px;
}

.mission-values-section {
  background-color: #354463;
  padding-top: 88px;
  padding-bottom: 160px;
}

.values-col {
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.values-col.second-row {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.white-text {
  color: #fff;
}

.m-b-10 {
  margin-top: 0;
  margin-bottom: 10px;
}

.legal_basis_wrapper-space {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone14-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 90.2%;
  height: 95.8%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.mockup-subtitle {
  color: #ffebb7;
  letter-spacing: -.01em;
  max-width: 24em;
  margin: 1em auto;
  font-size: 1.4em;
  line-height: 1.4;
}

.mockup-title-wrapper {
  text-align: center;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 7em;
}

.mockup-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #ffd2a9, #ff9500);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6em;
  font-weight: 600;
  line-height: .95;
}

.mockup-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-wrapper.is-first {
  margin-top: -4em;
}

.mockup-overlap {
  height: 25em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-intro-mockups {
  background-color: #ececec;
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.iphone14-image {
  width: 100%;
}

.text-span-3 {
  color: var(--white);
}

.section {
  background-color: #354463;
  width: 100vw;
}

.columns-2 {
  width: 100%;
}

.column-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-22 {
  margin-top: -14vh;
  margin-bottom: 140px;
}

.dpwnpad {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-2 {
  margin-top: 100px;
}

.container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.container-4 {
  background-image: url('../images/C5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  margin-left: 20px;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.dpwnpad-copy {
  margin-top: -50vh;
}

.container-6 {
  width: 80%;
  height: 100%;
  padding-top: 160px;
}

.bold-text-3 {
  color: #fff;
}

.text-span-4 {
  color: #0f0;
}

.greentext {
  color: #40ff00;
}

.text-span-5 {
  color: #69c527;
}

.heading {
  color: #fff;
  font-size: 30px;
}

.heading-sm-2-white {
  color: #fff;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.heading-2 {
  font-size: 30px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 10px;
  font-family: Open Sans, sans-serif;
}

.section-2 {
  height: 50vh;
}

.container-7 {
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.heading-3 {
  color: #439a46;
  text-align: center;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.div-block-31 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.image-23 {
  margin-top: 23px;
}

.div-block-31-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-3 {
  height: 500px;
}

.heading-4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.contactus {
  background-color: #c1f7d5;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #272727;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    display: block;
  }

  .menu-button.w--open {
    color: #272727;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.mobile {
    color: #fff;
  }

  .menu-button.mobile.w--open {
    z-index: 100;
  }

  .button.dark {
    display: block;
  }

  .button.dark.menu {
    margin-top: 20px;
    display: block;
  }

  .dropdown_menu {
    display: none;
  }

  .image-21 {
    background-color: var(--white);
    color: #fff;
  }

  .icon-2 {
    margin: 0 0 0 4px;
    position: static;
  }

  .navbar {
    width: 100%;
    height: 99px;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .accordion_menu_content {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .navigation_menu_wrapper {
    z-index: 0;
    color: #272727;
    object-fit: fill;
    background-color: #fff;
    border: 0 #eff2ff;
    border-radius: 5px;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0%;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-link:hover {
    color: #4c14e9;
    border-radius: 0;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.menu {
    color: #272727;
    text-align: center;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .nav-link.menu:hover {
    color: #4c14e9;
  }

  .nav-link.menu._2 {
    width: auto;
  }

  .nav-link.menu.sub_menu {
    font-size: 18px;
    font-weight: 400;
  }

  .nav-link.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion_trigger_menu {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation_menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 60px 0% 0;
    display: flex;
  }

  .solution_accordion_wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .container {
    width: 90%;
  }

  .container.header {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .divider._2.mobile {
    display: block;
  }

  .datatable_mobile {
    display: none;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_header {
    justify-content: space-between;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_header_atom.data_collected_shared {
    align-items: center;
    width: 26%;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    flex-wrap: wrap;
    width: 26%;
    overflow: visible;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .small_data_table {
    display: none;
  }

  .small_data_table._2 {
    display: flex;
  }

  .column-3 {
    justify-content: space-between;
  }

  .footer_link {
    text-align: left;
  }

  .footer_column {
    width: 30%;
  }

  .modal-bg {
    width: 95%;
  }

  .footer-column-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .social_icon {
    cursor: pointer;
  }

  .headline-lrg {
    font-size: 28px;
    line-height: 36px;
  }

  .blue-sentence-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    margin-bottom: 90px;
  }

  .white-hero-div, .white-hero-div.home {
    width: 100%;
  }

  .white-hero-div.absolute {
    width: 100%;
    margin-top: 60px;
    position: relative;
    bottom: 0;
  }

  .contain {
    width: 660px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .block-tag.center {
    margin-left: 0;
  }

  .hero-brush-text {
    margin-top: 0;
  }

  .flex-hor-left-middle.tablet-reverse {
    flex-direction: column-reverse;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    align-items: stretch;
  }

  .home-hero-section {
    background-image: linear-gradient(rgba(53, 68, 99, .31), rgba(53, 68, 99, .31)), url('../images/Cruxule-Solutions-Private-Limited1.png');
    background-position: 0 0, 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .take-action-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .take-action-column {
    margin-bottom: 40px;
  }

  .take-action-column.one {
    width: 50%;
    padding-right: 64px;
  }

  .take-action-column.three {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 64px;
  }

  .take-action-column.two {
    padding-left: 64px;
    padding-right: 0;
  }

  .take-action-column.four {
    margin-bottom: 0;
    padding-left: 64px;
  }

  .div-block-7 {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .what-we-do-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .what-we-do-image {
    height: 200px;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .cta-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-do-col {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .what-we-do-col.last {
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .social-wrap {
    margin-left: 0;
  }

  .did-you-know-div {
    padding: 30px 32px;
  }

  .brush-text {
    width: 100%;
    font-size: 44px;
    line-height: 46px;
  }

  .climate-hunger-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex-vert-top-left {
    flex: 0 auto;
    align-items: flex-start;
    width: 25%;
    margin-right: 64px;
  }

  .div-block-4-copy {
    margin-left: 32px;
  }

  .headline-lrg-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-sm-3.white {
    font-size: 22px;
    line-height: 28px;
  }

  .mission-values-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .values-col {
    max-width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .values-col.second-row {
    margin-top: 15px;
  }

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-title {
    font-size: 4em;
  }

  .mockup-wrapper.is-first {
    margin-top: -2.5em;
  }

  .mockup-overlap {
    height: 34vw;
  }
}

@media screen and (max-width: 767px) {
  .button.dark.menu {
    margin-top: 20px;
  }

  .button_wrapper {
    display: block;
  }

  .navbar {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_menu_content {
    align-items: center;
  }

  .navigation_menu_wrapper {
    z-index: 0;
  }

  .nav-link {
    display: block;
  }

  .nav-link.menu.sub_menu {
    justify-content: center;
    display: flex;
  }

  .nav-link.menu.sub_menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation_menu {
    align-items: center;
    height: 80%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .logo_link {
    padding-left: 0;
  }

  .solution_accordion_wrapper {
    align-items: center;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .small_datatable_line {
    justify-content: space-between;
    display: flex;
  }

  .small_datatable_line_atom {
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.action {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
  }

  .datatable_wrapper {
    display: none;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .container {
    width: 90%;
  }

  .container.header {
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small_dt_header {
    background-color: rgba(105, 105, 105, .1);
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .small_datatable_header_atom {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.action {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .privacy_icon {
    width: auto;
    max-width: 24px;
    max-height: 24px;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .divider._2.mobile {
    display: block;
  }

  .datatable_mobile {
    width: 100%;
    display: block;
  }

  .privacy_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }

  .small_data_table {
    width: 100%;
    display: block;
  }

  .column-3 {
    flex-direction: row;
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .footer_column {
    align-items: flex-start;
    width: 100%;
  }

  .privacy_grid_modal {
    flex-direction: column;
    display: flex;
  }

  .footer_section {
    overflow: hidden;
  }

  .footer_wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .vertical_divider {
    height: 200px;
  }

  .column-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-column-info {
    align-items: flex-start;
    width: 60%;
    margin-bottom: 0;
  }

  .flex-hor-left-middle {
    flex-flow: column;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .take-action-row {
    flex-direction: column;
    display: flex;
  }

  .social-wrap {
    margin-left: 50px;
  }

  .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .brush-text {
    width: 75%;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-bottom: 64px;
  }

  .values-col {
    max-width: 50%;
  }

  .mockup-title {
    font-size: 3em;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .mockup-wrapper.is-first {
    margin-top: -6.6em;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    order: 1;
    width: 52%;
  }
}

@media screen and (max-width: 479px) {
  .menu-button.mobile {
    padding: 0;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark {
    text-align: center;
  }

  .button.dark.w--current {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .button.dark.menu {
    text-align: center;
  }

  .image-21 {
    width: 30px;
  }

  .button_wrapper {
    display: none;
  }

  .navbar {
    height: auto;
    position: fixed;
  }

  .accordion_menu_content {
    align-items: center;
    width: 100%;
  }

  .navigation_menu_wrapper {
    z-index: 0;
    box-shadow: none;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 0 8%;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    color: #4c14e9;
    display: block;
  }

  .nav-link.menu {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
  }

  .nav-link.menu.sub_menu {
    justify-content: center;
    padding: 10px 20px 20px;
  }

  .nav-link.menu.sub_menu.w--current {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .navigation_menu {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 80%;
    margin-top: 0;
    display: flex;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .container {
    width: 90%;
  }

  .container.header {
    height: auto;
    padding: 24px 20px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .datatable_category_name, .datatable_category_name.center {
    font-size: 9px;
  }

  .datatable_mobile {
    width: auto;
  }

  .mini_button.modal {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .privacy_section {
    margin-top: 78px;
    padding-left: 0;
    padding-right: 0;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .read_more_line {
    margin-left: 0;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }

  .social_links_wrapper {
    margin-top: 24px;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer_column {
    align-items: center;
    padding-bottom: 0;
  }

  .modal_privacy {
    display: none;
  }

  .h2_modal_privacy {
    text-align: center;
  }

  .cross_icon {
    max-width: none;
  }

  .privacy_grid_modal {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .modal_privacy_item_header {
    flex-direction: column;
  }

  .vertical_divider {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .column-4 {
    flex-direction: column;
    align-items: center;
  }

  .modal-bg {
    width: 90%;
  }

  .modal_privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .headline-lrg {
    font-size: 22px;
    line-height: 28px;
  }

  .white-hero-div {
    text-align: center;
    padding: 50px 30px 30px;
  }

  .block-tag {
    text-align: center;
  }

  .hero-brush-text {
    font-size: 44px;
    line-height: 46px;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    flex-direction: column;
    align-items: center;
  }

  .div-block-4 {
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .take-action-column.one {
    margin-bottom: 24px;
    padding-right: 12px;
  }

  .take-action-column.three {
    padding-right: 12px;
  }

  .take-action-column.two {
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .take-action-column.four {
    padding-left: 12px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .what-we-do-image {
    width: 80%;
    margin-right: 10%;
  }

  .div-block-27 {
    text-align: center;
  }

  .left-float.center-on-mobile {
    float: none;
  }

  .what-we-do-col-bg {
    text-align: center;
    width: 100%;
    padding-top: 200px;
  }

  .twitter-circle {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .social-wrap {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .did-you-know-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .facebook-circle {
    margin-left: 5px;
  }

  .did-you-know-content-wrap {
    width: 100%;
  }

  .div-block-4-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .heading-sm-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .about-hero-section {
    z-index: 1;
    position: static;
  }

  .div-block-28 {
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .headline-lrg-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-sm-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .values-col {
    text-align: center;
    max-width: 75%;
  }

  .div-block-29 {
    text-align: center;
  }

  .heading-sm-2-white {
    font-size: 18px;
    line-height: 22px;
  }
}

#w-node-_17026c46-87d2-c8f9-29af-8be8f180f446-2f51a508 {
  grid-area: Lateral-Menu;
}

#w-node-_17026c46-87d2-c8f9-29af-8be8f180f45d-2f51a508 {
  grid-area: Content;
}

#w-node-_17026c46-87d2-c8f9-29af-8be8f180f446-039375a1 {
  grid-area: Lateral-Menu;
}

#w-node-_17026c46-87d2-c8f9-29af-8be8f180f45d-039375a1 {
  grid-area: Content;
}


