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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #383838;
}

.button.intro-button {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 21px 25px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: #000;
  background-image: url('../images/desktop-wallet.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: transparent;
  font-weight: 700;
}

.button.intro-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.button.feature-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: red;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.button.feature-button:hover {
  background-color: #e31064;
}

.button.dark {
  background-color: red;
}

.button.dark:hover {
  background-color: #3bcdeb;
}

.button.intro-button-copy {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 11px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: #1e0e97;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.intro-button-copy:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 29px;
  padding-bottom: 30px;
  background-color: #000;
}

.hero {
  height: 800px;
  background-color: #2f3d40;
  opacity: 1;
}

.hero-container {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 230px;
  padding-bottom: 0px;
  background-color: transparent;
}

.hero-text-block {
  position: relative;
  z-index: 500;
  width: 540px;
  float: left;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.hero-title.title-2 {
  margin-top: 21px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.hero-title.word {
  display: inline-block;
  margin-right: 14px;
  font-size: 37px;
  font-weight: 900;
}

.hero-button {
  display: inline-block;
  width: 150px;
  height: 50px;
  margin-right: 6px;
  padding: 40px 0px 0px 10px;
  border-radius: 3px;
  background-color: #000;
  background-image: url('../images/poweredbyVGW.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.44);
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: transparent;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #000;
}

.hero-button._2 {
  padding-top: 40px;
  padding-left: 10px;
  background-color: #000;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.7);
  color: transparent;
  font-size: 20px;
}

.hero-button._2:hover {
  background-color: #000;
}

.hero-image {
  position: absolute;
  top: 215px;
  right: 0px;
  height: 440px;
  margin-left: 0px;
}

.hero-image.macbook {
  position: absolute;
  top: 185px;
  right: -285px;
  display: none;
  height: 440px;
}

.hero-image.phone-white {
  top: 223px;
  right: -105px;
  height: 420px;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.47);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #000), color-stop(93%, rgba(23, 14, 206, 0.56))), url('../images/CRback.png');
  background-image: linear-gradient(180deg, #000 17%, rgba(23, 14, 206, 0.56) 93%), url('../images/CRback.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  opacity: 1;
  font-size: 48px;
}

.section {
  margin-top: 0px;
  margin-bottom: -25px;
  padding-top: 37px;
  padding-bottom: 3px;
  background-color: #fff;
}

.section.tint {
  margin-top: 0px;
  padding-bottom: 60px;
  border-style: none;
  background-color: #fff;
}

.section.products {
  display: block;
  height: 490px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  background-color: #fff;
  color: #fff;
}

.section.brands-section {
  margin-top: -3px;
  padding-bottom: 32px;
}

.section.dark {
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #292929;
  color: #fff;
}

.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}

.section-title-block.centered {
  text-align: center;
}

.section-title-block.testimonials {
  margin-bottom: 55px;
}

.section-title {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-title.subtitle {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
}

.brand-logo {
  display: inline-block;
  width: 10.2%;
  margin-right: 2%;
  margin-bottom: 12px;
  margin-left: 2%;
  opacity: 0.4;
}

.container {
  position: relative;
  margin-top: 70px;
  margin-bottom: -3px;
  text-align: center;
}

.container.centered {
  margin-top: 10px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  text-align: center;
}

.section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #08f;
}

.section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
}

.section-divider-line.models-divider {
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: red;
  color: #f60000;
  text-align: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 14px;
}

.nav-link:hover {
  color: #fff;
}

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

.logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
}

.logo-container:hover {
  text-shadow: 0 0 16px #fff;
}

.intro-row {
  margin-bottom: 45px;
}

.intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-column-title.subtitle {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}

.intro-button-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 111px;
  text-align: center;
}

.intro-button-line {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  width: 100%;
  height: 1px;
  margin-top: -48px;
  background-color: #e0e0e0;
}

.intro-icon {
  height: 65px;
  margin-bottom: 27px;
}

.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}

.link:hover {
  color: #000;
}

.link.below-paragraph {
  display: block;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: red;
  text-decoration: none;
}

.link.below-paragraph:hover {
  color: #000;
  text-decoration: underline;
}

.link.footer-link {
  display: block;
  color: #a8a8a8;
}

.link.footer-link:hover {
  color: #fff;
}

.link.footer-text-link:hover {
  color: #fff;
}

.image-section-overlay {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.74);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #000), to(rgba(23, 14, 206, 0.56))), url('../images/CRback.png');
  background-image: linear-gradient(180deg, #000 18%, rgba(23, 14, 206, 0.56)), url('../images/CRback.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

.image-section-overlay._2 {
  padding-top: 49px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(31, 28, 95, 0.15))), url('../images/CRback.png');
  background-image: linear-gradient(180deg, #000, rgba(31, 28, 95, 0.15)), url('../images/CRback.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

._2-column-row {
  padding-bottom: 20px;
}

.large-phone-mockup {
  position: absolute;
  left: -173px;
  top: -168px;
  height: 795px;
  margin-left: 98px;
}

.column-title-block {
  margin-bottom: 21px;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  width: 24px;
  margin-right: 13px;
  float: left;
}

.check-list-item {
  margin-bottom: 10px;
}

.check-list-item.last {
  margin-bottom: 0px;
}

.checklist-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-title.subtitle {
  font-size: 17px;
  font-weight: 300;
}

.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.feature-block {
  position: relative;
  padding: 25px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
}

.feature-block:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.features-row {
  margin-top: 51px;
}

.footer {
  padding-top: 75px;
  background-color: #000;
  color: #b3b3b3;
}

.bottom-footer {
  margin-top: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #292929;
  text-align: center;
}

.bottom-footer-text {
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 12px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.column-title.subtitle {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}

.large-column-title {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 39px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.models-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 14px;
  float: left;
}

.models-slider {
  display: inline-block;
  width: 570px;
  height: 300px;
  float: right;
  background-color: transparent;
}

.models-slide {
  text-align: center;
}

.model-image {
  height: 300px;
}

.model-image.iphone {
  height: 280px;
  margin-top: 16px;
}

.model-image.ipad {
  margin-top: 18px;
}

.model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}

.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #ff0505;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.model-slider-arrow {
  width: 40px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}

.model-slider-arrow:hover {
  opacity: 1;
}

.page-header {
  background-image: url('../images/BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.contact {
  background-image: url('../images/BG-1.jpg');
}

.page-header._404-page {
  height: 100%;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 175px;
  padding-bottom: 105px;
  background-color: rgba(29, 48, 66, 0.29);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #000), to(rgba(7, 5, 128, 0.55))), url('../images/CRback.png');
  background-image: linear-gradient(180deg, #000 52%, rgba(7, 5, 128, 0.55)), url('../images/CRback.png');
  background-position: 0px 0px, 50% 132%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.page-header-overlay.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #000), to(rgba(27, 12, 143, 0.28))), url('../images/CRback.png');
  background-image: linear-gradient(180deg, #000 48%, rgba(27, 12, 143, 0.28)), url('../images/CRback.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2569px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.page-header-overlay._404-page {
  height: 100%;
  padding-top: 25%;
  background-position: 0% 134%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.page-header-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.page-header-title.subtitle {
  margin-bottom: 0px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.page-header-container.centered {
  text-align: center;
}

.page-header-container.always-centered {
  text-align: center;
}

.column-left {
  padding-right: 90px;
}

.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: red;
  color: #fff;
}

.info-column-left {
  padding-right: 100px;
}

.info-image-block {
  position: absolute;
  top: -35px;
  right: -80px;
  z-index: 20;
  width: 625px;
}

.info-image-block.left {
  left: -160px;
  top: -35px;
  right: auto;
}

.info-tooltip-block {
  position: absolute;
  left: 0px;
  top: 106px;
}

.info-tooltip-block._2 {
  left: auto;
  top: 180px;
  right: 0px;
  text-align: right;
}

.info-tooltip-block._3 {
  left: -100px;
}

.info-tooltip-line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: #ff0101;
}

.info-tooltip-line._2 {
  width: 260px;
}

.info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 4px solid red;
  border-radius: 100%;
  background-color: #fff;
}

.info-tooltip-circle.left {
  left: 0px;
  top: -9px;
  right: auto;
  border-color: red;
}

.info-tooltip-text {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.testimonial-block {
  position: relative;
  min-height: 120px;
  margin-top: 13px;
  padding-top: 27px;
  padding-left: 125px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  opacity: 1;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 100%;
}

.testimonial-name {
  display: inline-block;
  margin-top: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}

.info-column-right {
  padding-left: 45px;
}

.footer-column {
  text-align: left;
}

.footer-link {
  color: #919191;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
}

.footer-list-item {
  margin-bottom: 6px;
}

.footer-list-text {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}

.footer-gray-social-block:hover {
  opacity: 1;
}

.photo-section {
  background-image: url('../images/background2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-section-overlay {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(0, 0, 0, 0.58);
  background-image: url('../images/WebBackground.png.jpg');
  background-position: 0px 0px;
  background-size: 2569px;
  color: #fff;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.features-block {
  position: relative;
  padding-top: 4px;
  padding-left: 44px;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  background-color: rgba(0, 152, 255, 0);
  opacity: 0.3;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.feature-paragraph {
  color: #a8a8a8;
}

.facts-section {
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 6px;
  background-color: #fff;
}

.facts-column {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c1c1c;
  text-align: center;
}

.facts-column:hover {
  color: #e31064;
}

.facts-title {
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 38px;
  font-weight: 900;
}

.facts-title.description {
  margin-top: 14px;
  color: #737373;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.clients-title {
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.clients-col-left {
  padding-right: 25px;
}

.clients-col-right {
  padding-left: 25px;
}

.process-bar-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.process-bar {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 61.2%, 0.49);
}

.process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: red;
}

.process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.process-bar-title.number {
  float: right;
  opacity: 0.4;
}

.hero-buttons-wrapper {
  margin-top: 25px;
}

.small-link-icon {
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}

.dropdown {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 30px;
  color: hsla(0, 0%, 100%, 0.65);
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 13px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #e31064;
  color: #fff;
}

.dropdown-link.w--current {
  color: #26acc7;
}

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

.paragraph {
  color: #000;
}

.paragraph-2 {
  color: #000;
}

.bold-text-2 {
  text-align: left;
}

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

.section-2 {
  background-color: #fff;
}

.heading {
  text-align: center;
}

.paragraph-3 {
  font-weight: 400;
  text-align: center;
}

.section-3 {
  background-color: #fff;
}

.section-4 {
  background-color: #fff;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.section-5 {
  background-color: #fff;
}

.heading-4 {
  text-align: center;
}

.section-6 {
  background-color: #fff;
}

.heading-5 {
  text-align: center;
}

.image {
  text-align: center;
}

.columns {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.section-7 {
  background-color: #fff;
}

.heading-6 {
  font-weight: 900;
  text-align: center;
}

.link-block {
  width: 600px;
  height: 250px;
  background-image: url('../images/Google_Play_Store_logo_block.png');
  background-position: 50% 50%;
  background-size: 525px;
  background-repeat: no-repeat;
}

.link-block-2 {
  width: 600px;
  height: 250px;
  background-image: url('../images/App-Store.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-2 {
  background-color: #fff;
}

.section-8 {
  background-color: #fff;
}

.heading-7 {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section-9 {
  margin-top: 0px;
  padding-top: 49px;
  background-color: #fff;
}

.heading-8 {
  color: #000;
  font-weight: 900;
  text-align: center;
}

.section-10 {
  background-color: #fff;
}

.facebook {
  color: #fff;
}

.section-11 {
  padding-top: 20px;
  background-color: #fff;
}

.heading-9 {
  padding-top: 40px;
  font-weight: 900;
  text-align: center;
}

.paragraph-11 {
  font-size: 20px;
  text-align: center;
}

.section-12 {
  background-color: #000;
  background-image: url('../images/background2.jpg');
  background-position: 0px 0px;
  background-size: 2569px;
}

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

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

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

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

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

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

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

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

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

.heading-10 {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.column {
  margin-top: 2px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}

.column-2 {
  margin-top: 2px;
  margin-bottom: 3px;
}

.column-3 {
  margin-top: 2px;
  margin-bottom: 3px;
}

.column-4 {
  margin-top: 1px;
  margin-bottom: 13px;
}

.body {
  background-image: url('../images/background2.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.section-13 {
  background-color: #fff;
}

.heading-11 {
  color: #000;
  font-weight: 900;
  text-align: center;
}

.html-embed {
  overflow: hidden;
  background-color: #fff;
  color: #000;
}

.container-3 {
  background-color: #fff;
}

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

.heading-12 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 8px;
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  text-align: left;
}

.heading-13 {
  margin-top: 13px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.slider {
  background-color: transparent;
}

.slide {
  overflow: visible;
  width: 500px;
  margin-right: 1px;
  margin-left: auto;
}

.image-9 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-4 {
  margin-top: -44px;
  margin-bottom: 32px;
}

.heading-14 {
  text-align: center;
}

.heading-15 {
  text-align: center;
}

.container-5 {
  margin-bottom: 32px;
}

.heading-16 {
  color: #000;
}

.paragraph-14 {
  color: #000;
}

.paragraph-15 {
  color: #000;
  text-align: center;
}

.image-10 {
  margin-top: 16px;
  margin-bottom: -79px;
  text-align: center;
}

.heading-17 {
  margin-top: -19px;
  color: #000;
  font-weight: 800;
  text-align: center;
}

.heading-18 {
  text-align: center;
}

.container-6 {
  margin-top: 200px;
  margin-bottom: 20px;
}

.container-7 {
  margin-top: 35px;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.image-11 {
  border: 1px none #000;
  text-align: center;
}

.image-12 {
  border: 1px solid transparent;
  border-radius: 12px;
}

.image-13 {
  border: 1px solid transparent;
  border-radius: 12px;
}

.image-14 {
  border: 1px solid transparent;
  border-radius: 12px;
  color: transparent;
}

.paragraph-16 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.paragraph-17 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.paragraph-18 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.container-8 {
  text-align: center;
}

.button-2 {
  margin-top: 22px;
  margin-bottom: 6px;
  padding: 21px 100px 43px;
  border-radius: 15px;
  background-color: #000;
  background-image: url('../images/desktop-wallet.png');
  background-position: 0px 0px;
  background-size: contain;
  color: transparent;
  text-align: left;
}

.column-11 {
  text-align: center;
}

.column-12 {
  text-align: center;
}

.container-9 {
  margin-top: 67px;
}

.column-13 {
  text-align: right;
}

.column-14 {
  text-align: right;
}

.column-15 {
  text-align: center;
}

.column-16 {
  text-align: center;
}

.column-17 {
  text-align: center;
}

.column-18 {
  text-align: center;
}

.image-15 {
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
}

.image-16 {
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
}

.button-3 {
  padding: 8px 127px 63px 30px;
  background-color: transparent;
  background-image: url('../images/App-Store.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.button-4 {
  margin-top: -22px;
  padding: 70px 100px 30px 89px;
  background-color: transparent;
  background-image: url('../images/Google_Play_Store_logo_block.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: transparent;
}

.columns-3 {
  margin-top: -54px;
}

.button-5 {
  margin-top: 41px;
  border-radius: 9px;
  background-color: #fd0004;
  font-size: 20px;
}

.column-19 {
  text-align: center;
}

.heading-19 {
  text-align: center;
}

.paragraph-19 {
  padding-top: 19px;
  font-weight: 500;
}

.image-17 {
  text-align: center;
}

.column-20 {
  text-align: center;
}

.column-21 {
  border: 1px solid #000;
  border-radius: 15px;
  text-align: center;
}

.image-18 {
  border-radius: 20px;
}

.column-22 {
  text-align: center;
}

.image-19 {
  border-radius: 20px;
}

.column-23 {
  text-align: center;
}

.image-20 {
  border-radius: 20px;
}

.column-24 {
  text-align: center;
}

.heading-20 {
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
}

.heading-21 {
  line-height: 23px;
}

.paragraph-20 {
  padding-top: 10px;
}

.paragraph-21 {
  padding-top: 10px;
}

.paragraph-22 {
  padding-top: 10px;
}

.heading-22 {
  text-align: center;
}

.column-25 {
  text-align: center;
}

.heading-23 {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 900;
}

.paragraph-23 {
  margin-top: 10px;
}

.column-26 {
  text-align: center;
}

.heading-24 {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 900;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
}

.icon {
  color: hsla(0, 0%, 100%, 0.65);
}

.dropdown-2 {
  border-radius: 6px;
}

.dropdown-link-2 {
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.dropdown-link-3 {
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.dropdown-link-4 {
  background-color: #fff;
  color: #000;
  text-align: center;
}

.dropdown-link-5 {
  background-color: #fff;
  text-align: center;
}

.body-2 {
  margin-bottom: -25px;
}

.container-10 {
  margin-top: 44px;
}

.container-11 {
  text-align: center;
}

.container-12 {
  padding-bottom: 92px;
}

.columns-4 {
  padding-bottom: 20px;
}

.image-22 {
  padding-bottom: 20px;
}

.container-14 {
  padding-top: 20px;
}

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

.paragraph-24 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.paragraph-25 {
  color: #fff;
}

.heading-26 {
  margin-top: -54px;
}

.heading-27 {
  margin-top: -63px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.section-14 {
  background-color: #fff;
}

.heading-28 {
  text-align: center;
}

.paragraph-26 {
  text-align: center;
}

.dropdown-link-6 {
  background-color: #fff;
  text-align: center;
}

.image-25 {
  text-align: center;
}

.container-15 {
  text-align: center;
}

html.w-mod-js *[data-ix="hero-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-title-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="hero-title-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

html.w-mod-js *[data-ix="hero-button-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

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

html.w-mod-js *[data-ix="hero-image-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="hero-image-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="model-title-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}

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

html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

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

html.w-mod-js *[data-ix="stats-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}

html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
  }
  .hero-container {
    padding-top: 124px;
  }
  .hero-text-block {
    width: 400px;
  }
  .hero-title {
    font-size: 17px;
  }
  .hero-title.title-2 {
    font-size: 20px;
    line-height: 27px;
  }
  .hero-title.word {
    font-size: 47px;
  }
  .hero-button {
    padding-top: 40px;
    padding-left: 0px;
  }
  .hero-button._2 {
    padding-top: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .hero-image {
    top: 147px;
    height: 400px;
  }
  .hero-image.macbook {
    top: 117px;
    right: -318px;
    height: 390px;
  }
  .hero-image.phone-white {
    top: 159px;
    height: 370px;
  }
  .hero-overlay {
    margin-bottom: 0px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .section {
    position: relative;
    left: 0px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: auto;
    padding: 0px auto auto 0px;
    clear: left;
  }
  .section.products {
    height: 360px;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 45px;
  }
  .section-title-block.testimonials {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .section-title.subtitle {
    font-size: 19px;
    line-height: 17px;
  }
  .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .container {
    margin-top: 0px;
    margin-bottom: auto;
    padding-bottom: 1px;
  }
  .container.centered {
    margin-top: 29px;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #26acc7;
  }
  .intro-row {
    margin-bottom: 32px;
  }
  .intro-column {
    padding-top: auto;
  }
  .intro-button-wrapper {
    margin-top: 0px;
  }
  .image-section-overlay {
    padding-right: 45px;
    padding-bottom: 0px;
    padding-left: 45px;
  }
  .image-section-overlay._2 {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 45px;
  }
  .large-phone-mockup {
    left: -202px;
    top: -58px;
    height: 655px;
  }
  .feature-block {
    padding: 15px;
  }
  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .models-text-block {
    width: 40%;
  }
  .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .model-image {
    height: 190px;
  }
  .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .page-header-overlay {
    padding: 160px 45px 70px;
  }
  .page-header-overlay._404-page {
    padding-top: 26%;
  }
  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .page-header-title.subtitle {
    font-size: 25px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block {
    padding: 25px;
  }
  .info-image {
    padding-top: 46px;
  }
  .info-image-block {
    top: -4px;
    right: -100px;
    width: 535px;
    text-align: center;
  }
  .info-image-block.left {
    top: -8px;
  }
  .info-tooltip-block {
    text-align: left;
  }
  .info-tooltip-block._2 {
    right: 70px;
  }
  .info-tooltip-line._2 {
    width: 200px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #e31064;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    background-color: #000;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section-overlay {
    padding: 90px 45px;
  }
  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .facts-title.description {
    font-size: 16px;
  }
  .clients-title {
    font-size: 21px;
  }
  .clients-col-left {
    padding-right: 18px;
  }
  .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .body {
    margin-bottom: 0px;
    background-color: #fdfdfd;
    background-image: none;
  }
  .heading-12 {
    margin-top: 22px;
  }
  .heading-13 {
    display: none;
    margin-top: 0px;
  }
  .image-9 {
    margin-bottom: auto;
  }
  .container-4 {
    margin-top: -51px;
  }
  .paragraph-15 {
    margin-bottom: 0px;
  }
  .image-10 {
    margin-bottom: auto;
    padding-bottom: 0px;
  }
  .heading-17 {
    margin-top: 44px;
  }
  .image-12 {
    padding-top: 40px;
    padding-bottom: auto;
  }
  .image-13 {
    margin-top: 40px;
    padding-top: 0px;
  }
  .image-14 {
    margin-top: 40px;
    padding-top: 0px;
  }
  .container-8 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .button-2 {
    margin-top: 38px;
  }
  .container-9 {
    margin-top: 3px;
  }
  .column-16 {
    margin-top: 20px;
  }
  .column-17 {
    margin-top: 20px;
  }
  .column-18 {
    margin-top: 20px;
  }
  .columns-3 {
    margin-top: 10px;
  }
  .button-5 {
    margin-top: 48px;
  }
  .image-18 {
    margin-top: 40px;
  }
  .image-19 {
    margin-top: 40px;
  }
  .image-20 {
    margin-top: 40px;
  }
  .image-21 {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 15px 25px;
  }
  .hero {
    height: 480px;
  }
  .hero-container {
    padding-top: 102px;
  }
  .hero-text-block {
    width: 50%;
  }
  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }
  .hero-title.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }
  .hero-button {
    width: 100%;
    margin-top: 13px;
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 9px;
    text-align: center;
  }
  .hero-button._2 {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .hero-image {
    height: 310px;
  }
  .hero-image.macbook {
    top: 127px;
    right: -246px;
    height: auto;
  }
  .hero-image.phone-white {
    height: 281px;
  }
  .hero-overlay {
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .section {
    margin-top: -3px;
    padding: 25px;
  }
  .section.products {
    height: auto;
    margin-bottom: -3px;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 25px;
  }
  .section-title-block.centered {
    margin-top: 41px;
  }
  .section-title-block.testimonials {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }
  .brand-logo {
    width: 17.5%;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .intro-column {
    padding-bottom: 25px;
  }
  .intro-column.last {
    padding-bottom: 0px;
  }
  .intro-button-wrapper {
    margin-top: 13px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .large-phone-mockup {
    position: static;
    width: 100%;
    height: auto;
  }
  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .footer {
    padding-top: 25px;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }
  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .model-image {
    width: auto;
    height: auto;
  }
  .model-image.ipad {
    margin-bottom: 3px;
  }
  .page-header._404-page {
    height: auto;
  }
  .page-header-overlay {
    padding: 100px 25px 45px;
  }
  .page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }
  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }
  .page-header-container.centered {
    text-align: left;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-image-block {
    position: static;
    width: 100%;
  }
  .testimonial-block {
    padding-top: 19px;
  }
  .info-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .photo-section-overlay {
    padding: 25px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .facts-section {
    padding: 25px;
  }
  .facts-column {
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 0px;
    text-align: left;
  }
  .facts-column.last {
    padding-bottom: 0px;
  }
  .facts-title {
    display: inline-block;
    width: 97px;
    margin-right: 22px;
    padding-bottom: 6px;
    float: left;
    border-radius: 2px;
    background-color: #292828;
    color: #fff;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }
  .facts-title.description {
    width: auto;
    margin-top: 7px;
    margin-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .clients-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .clients-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-buttons-wrapper {
    margin-top: 0px;
  }
  .image-9 {
    margin-bottom: 0px;
  }
  .heading-14 {
    text-align: center;
  }
  .heading-15 {
    text-align: center;
  }
  .heading-17 {
    margin-top: 60px;
  }
  .heading-18 {
    text-align: center;
  }
  .container-6 {
    margin-top: 105px;
    margin-bottom: 35px;
  }
  .container-7 {
    margin-top: -140px;
  }
  .column-5 {
    position: relative;
    margin-top: auto;
  }
  .column-6 {
    clear: none;
  }
  .image-14 {
    margin-top: 0px;
  }
  .paragraph-16 {
    text-align: center;
  }
  .paragraph-17 {
    text-align: center;
  }
  .paragraph-18 {
    text-align: center;
  }
  .container-8 {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .button-2 {
    margin-top: 13px;
  }
  .column-13 {
    margin-top: 38px;
  }
  .image-15 {
    margin-left: 20px;
  }
  .image-16 {
    margin-left: 20px;
  }
  .column-21 {
    margin-top: 60px;
  }
  .heading-22 {
    margin-top: 44px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .button.intro-button {
    padding-top: 11px;
    padding-bottom: 10px;
    background-color: red;
    background-image: none;
    color: #fff;
  }
  .button.dark {
    text-align: center;
  }
  .button.intro-button-copy {
    padding-top: 11px;
    padding-bottom: 10px;
    background-color: red;
    background-image: none;
    color: #fff;
  }
  .navbar {
    padding-left: 20px;
  }
  .hero {
    height: 400px;
    margin-bottom: 10px;
  }
  .hero-container {
    margin-bottom: 0px;
    padding-top: 84px;
  }
  .hero-text-block {
    width: 60%;
    line-height: 8px;
  }
  .hero-title {
    line-height: 18px;
  }
  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }
  .hero-button {
    width: 80%;
    height: 40px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    color: transparent;
    font-size: 14px;
  }
  .hero-button._2 {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 50%;
    background-size: cover;
    font-size: 13px;
    text-align: center;
  }
  .hero-image {
    top: 145px;
    right: -20px;
    height: 200px;
  }
  .hero-image.macbook {
    top: 130px;
    right: -150px;
    display: none;
    height: auto;
  }
  .hero-image.phone-white {
    top: 150px;
    right: -95px;
    display: none;
    height: 180px;
  }
  .hero-overlay {
    margin-bottom: 0px;
  }
  .section {
    left: 0px;
    margin-top: -13px;
    margin-bottom: 22px;
    padding: 20px 20px 0px;
    float: left;
  }
  .section.tint {
    margin-top: -22px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 13px;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .section-title {
    margin-top: 19px;
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }
  .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .container.centered {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .section-divider-line.models-divider {
    position: static;
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }
  .intro-column {
    padding-bottom: 15px;
  }
  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }
  .intro-button-wrapper {
    margin-top: -3px;
  }
  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }
  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
  }
  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }
  .image-section {
    background-color: #000;
    background-image: none;
    background-size: auto;
  }
  .image-section-overlay {
    overflow: hidden;
    padding-top: 56px;
  }
  .large-phone-mockup {
    margin-top: -70px;
    margin-left: 0px;
  }
  .column-title-block {
    margin-bottom: 14px;
  }
  .check-list-icon {
    width: 18px;
  }
  .check-list-item {
    margin-bottom: 7px;
  }
  .checklist-title {
    font-size: 12px;
    line-height: 13px;
  }
  .feature-title {
    line-height: 12px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .features-row {
    margin-top: 19px;
  }
  .column-title {
    text-align: center;
  }
  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .large-column-title {
    text-align: center;
  }
  .models-text-block {
    margin-top: 67px;
  }
  .model-image {
    height: auto;
  }
  .model-image.iphone {
    width: auto;
    height: auto;
  }
  .model-slider-title {
    font-size: 15px;
  }
  .model-slider-title.subtitle {
    font-size: 10px;
  }
  .page-header-overlay {
    padding: 75px 20px 26px;
  }
  .page-header-title {
    margin-bottom: 6px;
    padding-top: 6px;
  }
  .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .testimonial-block {
    margin-top: 17px;
    padding-top: 14px;
    padding-left: 0px;
    text-align: center;
  }
  .testimonial-image {
    position: static;
    margin-bottom: 14px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .footer-column {
    padding-top: 20px;
  }
  .footer-list-text {
    font-size: 13px;
  }
  .facts-section {
    padding: 20px;
  }
  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }
  .facts-title.description {
    font-size: 14px;
  }
  .clients-title {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .checklist-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
  .paragraph {
    text-align: center;
  }
  .text-block {
    text-align: left;
  }
  .heading {
    text-align: center;
  }
  .link-block {
    height: 150px;
    background-image: url('../images/Google_Play_Store_logo_block.png');
    background-position: 50% 50%;
    background-size: 340px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .link-block-2 {
    height: 150px;
  }
  .heading-7 {
    padding-right: 1px;
    padding-left: 1px;
    text-align: center;
  }
  .paragraph-4 {
    text-align: center;
  }
  .paragraph-5 {
    text-align: center;
  }
  .paragraph-6 {
    text-align: center;
  }
  .paragraph-7 {
    text-align: center;
  }
  .paragraph-8 {
    text-align: center;
  }
  .paragraph-9 {
    text-align: center;
  }
  .paragraph-10 {
    text-align: center;
  }
  .section-11 {
    display: inline;
  }
  .heading-9 {
    display: block;
    padding-top: 0px;
    color: transparent;
  }
  .paragraph-11 {
    background-color: #fff;
  }
  .heading-11 {
    background-color: #fff;
  }
  .paragraph-12 {
    padding-right: 3px;
    padding-left: 5px;
    text-align: center;
  }
  .paragraph-13 {
    padding-bottom: 16px;
    text-align: center;
  }
  .heading-12 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
  .heading-13 {
    display: none;
    margin-top: 29px;
    font-size: 20px;
    line-height: 20px;
  }
  .image-9 {
    margin-top: 40px;
  }
  .heading-14 {
    margin-top: 48px;
    text-align: center;
  }
  .heading-15 {
    text-align: center;
  }
  .container-6 {
    margin-top: 124px;
  }
  .column-5 {
    margin-top: auto;
  }
  .column-10 {
    margin-bottom: 19px;
  }
  .image-12 {
    padding-top: 10px;
  }
  .image-13 {
    margin-top: 25px;
    padding-top: 0px;
  }
  .image-14 {
    margin-top: 67px;
  }
  .container-8 {
    margin-top: 48px;
  }
  .columns-2 {
    margin-top: 22px;
  }
  .button-2 {
    display: block;
    margin-top: 19px;
    padding: 20px 60px 48px;
    background-color: #000;
    background-image: url('../images/desktop-wallet.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
  }
  .image-15 {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .image-16 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .button-3 {
    padding-top: 0px;
    padding-right: 63px;
    padding-left: 13px;
    background-size: contain;
  }
  .button-4 {
    padding-top: 43px;
    padding-right: 122px;
    padding-left: 0px;
    background-size: contain;
  }
  .container-13 {
    background-color: #fff;
  }
  .image-23 {
    margin-top: -10px;
  }
  .bold-text-3 {
    display: none;
  }
  .paragraph-25 {
    text-align: center;
  }
  .bold-text-4 {
    text-align: center;
  }
  .image-24 {
    padding-top: 40px;
  }
  .heading-27 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }
  .heading-28 {
    font-size: 25px;
  }
  .paragraph-26 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

