body {
  background-color: #121212;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.89;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 1.42;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-size: 1.11em;
  line-height: 1.88;
}

.page_wrapper {
  position: relative;
}

.section {
  position: relative;
  z-index: 1;
}

.section.is--hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d001b), color-stop(42%, rgba(13, 0, 27, 0)));
  background-image: linear-gradient(180deg, #0d001b, rgba(13, 0, 27, 0) 42%);
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 5.9em 7.57em 5.9em 10.42em;
}

.container.is--hero {
  padding-top: 7em;
}

.container.is--assets {
  padding-top: 9.72em;
}

.container.is--rewards {
  padding-top: 1.6em;
}

.container.is--wallet {
  padding-top: 4.86em;
}

.container.ia--nav {
  padding-top: 3.75em;
  padding-right: 5.21em;
  padding-bottom: 3.13em;
}

.container.is--footer {
  padding-top: 8.68em;
  padding-bottom: 2.15em;
  padding-left: 11.11em;
}

.hero_outer_wrapper {
  position: relative;
  padding-top: 3.26em;
  padding-right: 6.2em;
  padding-left: 7.99em;
}

.hero_flex {
  position: relative;
  z-index: 1;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero_image_block {
  position: relative;
  width: 27%;
}

.hero_image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 1.74em;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
}

.hero_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63.4%;
  -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;
}

.pink_text {
  color: #e122aa;
}

.spacer {
  width: 1.04em;
  height: 1.04em;
}

.hero_text {
  font-size: 1.67em;
  line-height: 1.96;
}

.hero_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.56em;
  padding: 0.9em 1.81em 0.9em 1.46em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 0.69em;
  background-color: rgba(18, 18, 18, 0.2);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.hero_button:hover {
  border-color: rgba(225, 34, 170, 0.3);
  opacity: 0.8;
}

.playstore_icon {
  width: 1.67em;
  margin-right: 0.76em;
}

.hero_btn_text {
  font-size: 0.9em;
  line-height: 1.38;
  font-weight: 500;
}

.hero_bg_rectangle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 110%;
  max-width: none;
  margin-top: -3%;
  margin-left: -5%;
}

.hero_bg_rectangle.is--mobile {
  display: none;
}

.hero_circle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 7.64em;
  height: 7.64em;
  margin-right: -3.06em;
  margin-bottom: -2.26em;
  border-radius: 100vw;
  background-color: #ca33d1;
  box-shadow: 0 11px 36px 5px rgba(173, 38, 134, 0.44);
}

.assets_flex {
  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;
}

.assets_content_block {
  width: 52.8%;
}

.list {
  margin-top: 2.08em;
  margin-bottom: 1.39em;
  padding-left: 0px;
  opacity: 0.8;
  list-style-type: none;
}

.list.is--rewards {
  margin-top: 2.78em;
  margin-bottom: 3.13em;
}

.list.is--wallet {
  margin-top: 1.94em;
  margin-bottom: 4.1em;
}

.list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.43em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list_item.is--last {
  margin-bottom: 0em;
}

.checkbox_icon {
  width: 1.88em;
  margin-top: 0.1em;
  margin-right: 0.9em;
}

.button {
  padding: 0.83em 1.74em 0.9em;
  border-radius: 0.56em;
  background-image: linear-gradient(135deg, #ad2686, #a705c3 35%, #bc0274 65%, #662d91);
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-image: linear-gradient(315deg, #ad2686, #a705c3 35%, #bc0274 65%, #662d91);
}

.button.is--40pxmargin {
  margin-left: 2.78em;
}

.button_text {
  font-size: 1.04em;
  line-height: 1.2;
  font-weight: 500;
}

.asset_image_wrap {
  position: relative;
  width: 43%;
}

.asset_mobile_img {
  position: relative;
  z-index: 2;
  display: block;
  width: 53%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.74em;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
}

.asset_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 35.07em;
  height: 35.07em;
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ad2686;
  border-radius: 100vw;
  background-color: rgba(11, 11, 18, 0.75);
  box-shadow: 0 13px 33px 0 rgba(173, 38, 134, 0.25);
}

.asset_circle_small {
  position: absolute;
  left: auto;
  top: -5%;
  right: 3%;
  bottom: auto;
  width: 11.25em;
  height: 11.25em;
  border-radius: 100vw;
  background-color: #361349;
}

.rewards_section_wrap {
  position: relative;
  padding-right: 10.21em;
  padding-bottom: 5.56em;
  padding-left: 7.29em;
}

.reward_flex {
  position: relative;
  z-index: 1;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rewards_image_block {
  position: relative;
  width: 27%;
}

.rewards_image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 1.74em;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
}

.rewarda_circle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 8.33em;
  height: 8.33em;
  margin-right: -2.99em;
  margin-bottom: -1.88em;
  border-radius: 100vw;
  background-color: #c131c8;
  opacity: 0.2;
}

.rewards_content_block {
  width: 60%;
  padding-bottom: 1.94em;
}

.rewards_section_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 110%;
  max-width: none;
  margin-top: 2.1%;
  margin-left: -5%;
}

.rewards_section_bg.is--mobile {
  display: none;
}

.wallet_flex {
  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;
}

.wallet_content_block {
  width: 50%;
}

.wallet_image_wrap {
  position: relative;
  width: 43%;
}

.wallet_mobile_img {
  position: relative;
  z-index: 2;
  display: block;
  width: 53%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.74em;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.5);
}

.wallet_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 35.07em;
  height: 35.07em;
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ad2686;
  border-radius: 100vw;
  background-color: rgba(11, 11, 18, 0.75);
  box-shadow: 0 13px 33px 0 rgba(173, 38, 134, 0.25);
}

.wallet_circle_small {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: -10%;
  width: 11.25em;
  height: 11.25em;
  border-radius: 100vw;
  background-color: #361349;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
  background-image: url('../images/navbar-bg.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand {
  width: 11.18em;
}

.logo {
  width: 100%;
}

.nav_link {
  margin-left: 1.11em;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1.11em;
  line-height: 1.5;
}

.nav_link:hover {
  color: #e122aa;
}

.nav_menu {
  width: 77%;
}

.nav_flex {
  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;
}

.nav_socials_wrap {
  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;
}

.nav_links_wrap {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_social_link {
  width: 2.5em;
  margin-right: 2.08em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.nav_social_link:hover {
  color: #e122aa;
}

.social_icon {
  height: 2.5em;
}

.footer_links_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.17em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_links_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -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;
}

.footer_links_column.is--social {
  width: 28%;
}

.footer_links_column.is--email {
  width: 26%;
}

.footer_links_column_title {
  margin-bottom: 1.25em;
  font-size: 1.39em;
  line-height: 1.45;
  text-transform: uppercase;
}

.footer_link {
  margin-bottom: 0.35em;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer_link:hover {
  opacity: 1;
}

.footer_socials_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

.footer_social_link {
  width: 2.5em;
  margin-right: 1.3em;
  margin-bottom: 1.3em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.footer_social_link:hover {
  color: #e122aa;
}

.footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.47em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_logo {
  width: 15.83em;
  margin-right: 10.28em;
}

.newsletter_wrap {
  width: 41%;
  text-align: center;
}

.newsletter_title {
  font-size: 2.08em;
  line-height: 1.2;
  font-weight: 500;
}

.newsletter_form_block {
  margin-top: 0.69em;
  margin-bottom: 0px;
}

.newsletter_form {
  position: relative;
}

.input_field {
  min-height: 4.97em;
  margin-bottom: 0px;
  padding: 1.58em 1.11em 1.3em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0.56em;
  background-color: rgba(24, 12, 38, 0.5);
  color: #fff;
  font-size: 1.11em;
  line-height: 1.88;
}

.input_field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(225, 34, 170, 0.5);
}

.submit_button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 86%;
  margin-top: auto;
  margin-right: 0.42em;
  margin-bottom: auto;
  padding: 1.08em 2.78em;
  border-radius: 0.56em;
  background-color: transparent;
  background-image: linear-gradient(135deg, #ad2686, #a705c3 40%, #bc0274 66%, #662d91);
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  font-size: 1.11em;
  line-height: 1.88;
}

.submit_button:hover {
  background-image: linear-gradient(315deg, #ad2686, #a705c3 40%, #bc0274 66%, #662d91);
}

.copyright_text {
  opacity: 0.5;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.body_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.3vw;
  }

  h1 {
    font-size: 2.3em;
    line-height: 1.8;
  }

  h2 {
    font-size: 2.3em;
  }

  .container {
    padding-right: 4em;
    padding-left: 4em;
  }

  .container.is--rewards {
    padding-bottom: 4em;
  }

  .container.ia--nav {
    padding-top: 2.95em;
    padding-right: 4em;
    padding-bottom: 2.23em;
  }

  .container.is--footer {
    padding-left: 4em;
  }

  .hero_outer_wrapper {
    padding-top: 1.96em;
    padding-right: 3em;
    padding-left: 3.5em;
  }

  .hero_content_wrap {
    width: 65%;
  }

  .hero_text {
    font-size: 1.5em;
  }

  .list.is--rewards {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .list_item {
    margin-bottom: 1.8em;
  }

  .asset_circle {
    width: 30em;
    height: 30em;
  }

  .asset_circle_small {
    right: 4%;
    width: 9em;
    height: 9em;
  }

  .rewards_section_wrap {
    padding-right: 4em;
    padding-left: 3em;
  }

  .rewards_content_block {
    width: 61%;
  }

  .rewards_section_bg {
    margin-top: 6.1%;
  }

  .wallet_circle {
    width: 30em;
    height: 30em;
  }

  .wallet_circle_small {
    bottom: -7%;
    width: 9em;
    height: 9em;
  }

  .brand {
    width: 14.5em;
  }

  .nav_link {
    margin-right: 1em;
    margin-left: 1em;
    font-size: 1.4em;
  }

  .nav_menu {
    width: 100%;
    padding: 3em 4em;
    background-color: #000;
  }

  .nav_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav_socials_wrap {
    margin-bottom: 1.5em;
  }

  .nav_social_link {
    width: 3em;
    margin-right: 1.5em;
    margin-left: 1.5em;
  }

  .social_icon {
    height: 3em;
  }

  .footer_socials_wrap {
    width: 100%;
  }

  .footer_social_link {
    width: 3em;
  }

  .footer_logo {
    width: 13em;
    margin-right: 4.5em;
  }

  .newsletter_wrap {
    width: 51%;
  }

  .menu_button {
    margin-top: 0.3em;
    padding: 0px;
    font-size: 3.1em;
  }

  .menu_button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 2em;
  }

  .container {
    padding-top: 5em;
    padding-right: 3em;
    padding-left: 3em;
  }

  .container.is--hero {
    padding-top: 6em;
  }

  .container.is--assets {
    padding-top: 6.42em;
  }

  .container.is--wallet {
    padding-bottom: 5em;
  }

  .container.ia--nav {
    padding-right: 3em;
  }

  .container.is--footer {
    padding-top: 6em;
    padding-bottom: 1.5em;
    padding-left: 3em;
  }

  .hero_outer_wrapper {
    padding-right: 2em;
    padding-left: 2em;
  }

  .hero_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero_image_block {
    width: 100%;
    max-width: 350px;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
  }

  .hero_image {
    border-radius: 3.3em;
  }

  .hero_content_wrap {
    width: 100%;
  }

  .hero_text {
    font-size: 1.3em;
  }

  .hero_button {
    margin-top: 0.9em;
  }

  .hero_bg_rectangle {
    display: none;
  }

  .hero_bg_rectangle.is--mobile {
    display: block;
    width: 106%;
    margin-left: -2%;
  }

  .hero_circle {
    width: 9.7em;
    height: 9.7em;
  }

  .assets_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .assets_content_block {
    width: 100%;
  }

  .asset_image_wrap {
    width: 100%;
    max-width: 450px;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
  }

  .asset_circle_small {
    top: -5%;
    right: 10%;
  }

  .rewards_section_wrap {
    padding: 4em 2em 0em;
  }

  .reward_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .rewards_image_block {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .rewards_content_block {
    width: 100%;
    padding-bottom: 3em;
  }

  .rewards_section_bg {
    display: none;
  }

  .rewards_section_bg.is--mobile {
    display: block;
    margin-top: 0%;
  }

  .wallet_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wallet_content_block {
    width: 100%;
  }

  .wallet_image_wrap {
    width: 100%;
    max-width: 450px;
    margin-top: 3em;
  }

  .nav_link {
    margin-bottom: 1em;
  }

  .nav_menu {
    padding-right: 3em;
    padding-left: 3em;
  }

  .nav_links_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav_social_link {
    margin-right: 1em;
    margin-left: 1em;
  }

  .footer_links_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_links_column {
    width: 50%;
  }

  .footer_links_column.is--social {
    width: 50%;
    margin-top: 15px;
  }

  .footer_links_column.is--email {
    width: 50%;
    margin-top: 15px;
  }

  .footer_flex {
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_logo {
    margin-right: 0em;
    margin-bottom: 20px;
  }

  .newsletter_wrap {
    width: 100%;
  }

  .menu_button {
    margin-top: 0.25em;
    font-size: 2.9em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.8em;
  }

  .container {
    padding-top: 3.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .container.is--hero {
    padding-top: 5em;
  }

  .container.is--assets {
    padding-top: 5em;
  }

  .container.is--rewards {
    padding-bottom: 3em;
  }

  .container.is--wallet {
    padding-top: 3.5em;
  }

  .container.ia--nav {
    padding-top: 2.6em;
    padding-right: 1.5em;
    padding-bottom: 2.1em;
  }

  .container.is--footer {
    padding-top: 5em;
    padding-left: 1.5em;
  }

  .hero_image_block {
    margin-top: 2.5em;
    font-size: 3vw;
  }

  .hero_image {
    border-radius: 8vw;
  }

  .asset_image_wrap {
    font-size: 2.8vw;
  }

  .asset_mobile_img {
    width: 70%;
  }

  .rewards_image_block {
    font-size: 2.9vw;
  }

  .rewards_image {
    border-radius: 8vw;
  }

  .wallet_image_wrap {
    font-size: 2.8vw;
  }

  .wallet_mobile_img {
    width: 70%;
  }

  .brand {
    width: 12.6em;
  }

  .nav_menu {
    padding-bottom: 2.5em;
  }

  .nav_socials_wrap {
    max-width: 250px;
    margin-bottom: 0.8em;
    -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;
  }

  .nav_social_link {
    margin-bottom: 1em;
  }

  .footer_links_column {
    width: 100%;
  }

  .footer_links_column.is--social {
    width: 100%;
  }

  .footer_links_column.is--email {
    width: 100%;
  }

  .newsletter_title {
    font-size: 1.5em;
  }

  .newsletter_form_block {
    margin-top: 0.9em;
  }

  .newsletter_form {
    text-align: center;
  }

  .input_field {
    margin-bottom: 10px;
  }

  .submit_button {
    position: relative;
    margin-right: 0em;
  }

  .menu_button {
    font-size: 2.4em;
  }
}

