article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto !important;
  text-align: center;
}

.l-module,
.scroll-wrapper {
  max-width: 1140px;
  margin: 1rem auto !important;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: yellow;
  color: black;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: '\201C''\201D''\2018''\2019';
}

sub {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  margin: 0;
  border: 0;
}

input:focus {
  outline: none;
}

button,
input {
  line-height: normal;
}

button,
html input[type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 1em;
}

body {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  color: #fff;
  font-family: 'Reem Kufi', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #006db6;
  font-weight: 400;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration: none;
  color: white;
}

a.inline-link:hover,
a.inline-link:focus,
a.inline-link:visited:hover,
a.inline-link:visited:focus {
  color: #90caf9;
  opacity: 1;
}

a.grey-link,
a.grey-link:visited {
  color: #767676;
}

a.grey-link:hover,
a.grey-link:focus,
a.grey-link:visited:hover,
a.grey-link:visited:focus {
  color: #959595;
}

a.banner-link,
a.banner-link:visited {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  padding: 1em;
  width: 100%;
  display: block;
  color: #ff3366;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  -webkit-transition: ease-out, 0.2s, -webkit-transform;
  transition: ease-out, 0.2s, -webkit-transform;
  transition: transform, ease-out, 0.2s;
  transition: transform, ease-out, 0.2s, -webkit-transform;
}

a.banner-link:hover,
a.banner-link:focus,
a.banner-link:visited:hover,
a.banner-link:visited:focus {
  -webkit-transform: translateY, 5px;
  transform: translateY, 5px;
}

.invision-logo {
  width: 16px;
  top: 3px;
  position: relative;
  padding: 0 5px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  line-height: 1.625em;
  margin-bottom: 0.82341em;
  font-size: 1.118em;
}
.header {
  font-weight: 300;
  font-size: 1.8em;
  -webkit-font-smoothing: auto;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media only screen and (min-width: 580px) {
  .header {
    font-size: 1.8em;
    line-height: 1.3;
  }
}

.l-module,
.l-module--spaced,
.l-module--wide {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

.l-module--spaced {
  padding: 2.05852em 0;
}

@media only screen and (min-width: 767px) {
  .l-module--spaced {
    padding: 2.47022em 0;
  }
}

.l-container--narrow {
  margin-top: 5px !important;
  padding-bottom: 0px;
}

.l-container,
.l-container--thin,
.l-container--wide,
.l-container--narrow,
.l-container--list,
.l-container--full {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow {
  overflow: visible !important;
}

.l-container--thin {
  padding: 0.82341em;
}

.l-container--wide,
.l-container--narrow {
  padding: 0.5em 2.7em;
}

@media only screen and (min-width: 767px) {
  .l-container--wide,
  .l-container--narrow {
    padding: 0.5em 2.05852em;
  }
}

.l-container--narrow {
  max-width: 900px;
}

.one-half {
  width: 100%;
  /* background: pink; */
}

@media only screen and (min-width: 767px) {
  .one-half {
    width: 50%;
  }
}

.grid1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: txt;
  width: 100%;
  margin: 0 auto;
  /*background: gray;*/
}

.grid2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: image;
  width: 100%;
  margin: 0 auto;
}

.app-store-button {
  width: 50%;
  /* background: white; */
}

.app-store-button img {
  width: 180px;
  /*background: purple;*/
}

.grid-container {
  padding: 0.5em 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1.7fr;
  grid-template-rows: 1.7fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'txt image' 'txt image';
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .grid-container {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .paragraph {
    margin: 0 20px;
    margin-bottom: 20px;
  }
}

.paragraph {
  margin-bottom: 40px;
  padding: 0 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media only screen and (min-width: 767px) {
  .three-col {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
}

.primary-btn {
  padding: 0.82341em;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 400;
  color: #000 !important;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875em;
  padding: 1em;
}

.primary-btn:hover {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #90caf9 !important;
  -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}

.apple {
  font-size: 1.25em;
  padding-right: 8px;
}

.logo {
  width: 4em;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
}

.logo p {
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .logo {
    margin: 0;
  }
  .logo p {
    margin-left: 2px;
  }
}

.footer-logo {
  width: 3.5em;
  margin: 0 auto;
}

.footer-logo p {
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .footer-logo {
    margin: 0;
  }
  .footer-logo p {
    margin-left: 2px;
  }
}

.footer .l-container--narrow {
  margin-top: 0px !important;
}

section {
  padding-bottom: 10px !important;
}

.controls-wrapper {
  padding-bottom: 20px !important;
}

.intro-text {
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;
  padding: 0 20px;
  /*background:orange;*/
}

@media only screen and (min-width: 767px) {
  .intro-text {
    margin-bottom: 0em;
    margin-top: 10%;
    max-width: 100%;
    /*background:purple;*/
    /*border-style:solid;*/
  }
}

.intro-text-wrapper {
  margin-bottom: 0.4044em;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
  /*border:thick:blue;*/
  /*border-style:dotted;*/
  /*background:green;*/
}

@media only screen and (min-width: 767px) {
  .intro-text-wrapper {
    text-align: left;
    width: 90%;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 25px;
    /*background:gray;*/
  }
}

.header-btn {
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  opacity: 0;
  /*background:red;*/
}

@media only screen and (max-width: 560px) {
  .primary-btn {
    font-size: 80%;
  }
  .header {
    font-size: 1.8em;
  }
  p {
    font-size: 100%;
  }
  .intro-text-wrapper {
    margin-top: 2rem;
  }
}

.max-width {
  max-width: 1000px;
  max-height: 1000px;
}

@media only screen and (max-width: 310px) {
  .primary-btn {
    font-size: 70%;
  }
}

.header-graphic {
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .header-graphic {
    text-align: right;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(-10em);
    transform: translateY(-10em);
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .header-graphic {
    padding-top: 50px;
  }
}

.phone-mockup {
  background: url('../img/android_frameless.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  width: 98%;
}

@media (max-width: 767px) {
  .phone-mockup {
    width: 100%;
  }
}

.show-phone {
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}

.show-logo {
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: all 0.35s ease-out 0.3s;
  transition: all 0.35s ease-out 0.3s;
}

.show-text {
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: all 0.35s ease-out 0.4s;
  transition: all 0.35s ease-out 0.4s;
}

.show-btn {
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.7s;
  -webkit-transition: all 0.5s ease-out 0.7s;
  transition: all 0.5s ease-out 0.7s;
}

@media only screen and (min-width: 767px) {
  .show-btn {
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.4s;
    -webkit-transition: all 0.5s ease-out 0.4s;
    transition: all 0.5s ease-out 0.4s;
  }
}

.video-wrapper {
  width: 85.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  z-index: -10;
}

.video-app {
  margin-top: 10px;
}

.divider {
  width: 100%;
  display: block;
  height: 2px;
  background: #e3e3e3;
  margin-bottom: 0.82341em;
  margin-top: 1.64681em;
  clear: both;
}

@media only screen and (min-width: 767px) {
  .divider {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cta-wrapper {
    margin-bottom: 20px;
  }
  .contact-link {
    text-align: center;
  }
  .contact-link .inline-link {
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width: 767px) {
  .contact-link {
    text-align: center;
  }
  .contact-link .inline-link {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
  }
}

.features {
  margin-top: 0.82341em;
}

.features-list li {
  color: #efefef;
  font-size: 1.118em;
  float: left;
  padding-bottom: 0.82341em;
}

@media only screen and (min-width: 767px) {
  .features-list li {
    padding-bottom: 0;
  }
  .button-down-wrapper {
    text-align: center;
    padding: 0 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.features-list li:before {
  content: '';
  background: url('../img/arrow.png') no-repeat left top;
  height: 20px;
  width: 30px;
  display: block;
  position: relative;
  top: -4px;
  float: left;
  background-size: 15px;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .button-down-wrapper {
    padding: 0px;
    font-size: 80%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .button-down-wrapper {
    padding: 0;
    font-size: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .button-down-wrapper {
    padding: 0;
    font-size: 65%;
    width: 100%;
  }
  .paragraph {
    margin: 0 auto;
    padding: 0 5px;
  }
}

.scroll-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.img-left-wrapper {
  grid-area: imgLeft;
  top: 0 !important;
  position: relative;
  z-index: 5;
  width: 100%;
}

.img-left {
  margin-top: 4%;
}

.text-right {
  grid-area: textRight;
  text-align: left;
  margin: auto !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

@media only screen and (min-width: 767px) {
  .img-left-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: imgLeft;
  }
  .text-right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: textRight;
  }
  .image-text-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'imgLeft textRight' 'imgLeft textRight';
    gap: 20px;
    padding: 1.625rem 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .text-right {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
  .image-text-wrapper {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section {
    padding-bottom: 20px !important;
  }
}

.layers-wrapper,
.canvas-wrapper,
.controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media only screen and (min-width: 960px) {
  .max-height {
    min-height: 570px;
    height: 100vh;
  }
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@media only screen and (min-width: 767px) and (-ms-high-contrast: active),
  only screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .text-right {
    grid-area: textRight;
    padding-top: 250px !important;
    padding-left: 20px;
  }
  .logo img {
    height: 64px;
  }
}

@media only screen and (max-width: 767px) and (-ms-high-contrast: active),
  only screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .text-right {
    grid-area: textRight;
    margin-top: 40 !important;
  }
  .logo img {
    height: 64px;
  }
}
/*# sourceMappingURL=style.css.map */
