.landing-navbar-base,
.landing-navbar-base * {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.landing-navbar-base .container {
  top: 80px;
  padding-top: 20px;
}
.landing-navbar-base .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: white;
}
.landing-navbar-base .inner .nav-right {
  text-align: right;
}
.landing-navbar-base .inner .site-brand,
.landing-navbar-base .inner .site-brand a {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.landing-navbar-base .inner .site-brand img,
.landing-navbar-base .inner .site-brand a img {
  height: 40px;
}
.landing-navbar-base .inner .site-brand .logo,
.landing-navbar-base .inner .site-brand a .logo {
  color: white;
  font-weight: 300;
  padding-left: 10px;
  font-size: 25px;
}
.landing-navbar-base .inner .nav-menu {
  font-weight: 300;
  font-size: 15px;
  margin: 8px;
}
.landing-navbar-base .inner .nav-menu a {
  text-decoration: none;
  color: inherit;
}
.landing-navbar-base .inner .nav-menu a:not(:last-child) {
  margin-right: 25px;
}
.landing-navbar-base .inner .nav-menu span {
  padding: 8px 15px 10px 15px;
  cursor: pointer;
  border-radius: 1020px;
}
.landing-navbar-base .inner .nav-menu span:hover {
  color: black;
  background: white;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.intro-chapter-base,
.intro-chapter-base * {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.intro-chapter-base {
  min-height: 400px;
}
.intro-chapter-base .intro-title {
  margin: auto;
}
.intro-chapter-base .container {
  padding-left: 50px;
  padding-right: 50px;
}
.intro-chapter-base .container .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.intro-chapter-base .container .content {
  margin-top: 100px;
  color: white;
}
@media (max-width: 767px) {
.intro-chapter-base .container .content {
    margin-top: 60px !important;
}
}
.intro-chapter-base .container .content p {
  margin-top: 40px;
}
.intro-chapter-base .container .content .sign-up-btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
.intro-chapter-base {
    margin-top: 100px;
}
}
@media (max-width: 767px) {
.intro-chapter-base {
    min-height: 300px;
    padding-top: 20px;
}
.intro-chapter-base .container .content {
    margin-top: 80px;
}
}
.ipad-base {
  margin-top: 100px;
}
.ipad-base .ipad {
  position: relative;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 414px;
  height: 284px;
  border-radius: 30px;
  background: #fff;
  box-shadow: inset 0 4px 7px 1px #ffffff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
}
.ipad-base .ipad .screen {
  overflow: hidden;
  width: calc(100% - 38px * 2);
  height: calc(100% - 8px * 2);
  position: relative;
  top: 8px;
  margin: auto;
  border: 2px solid #eff1f5;
  border-radius: 5px;
}
.ipad-base .ipad .screen img {
  width: 100%;
  height: 100%;
}

.feature-icon-base.show-badge .circle .fa {
  margin-top: 8px !important;
}
.feature-icon-base {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
}
.feature-icon-base .icon {
  position: relative;
  margin: 0 20px;
  width: 56px;
  height: 87px;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature-icon-base .icon.yellow {
  background: -webkit-linear-gradient(top left, #ffeb3b 0%, #fbc02d 100%);
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}
.feature-icon-base .icon.orange {
  background: -webkit-linear-gradient(top left, #ffc107 0%, #f57c00 100%);
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}
.feature-icon-base .icon.pink {
  background: -webkit-linear-gradient(top left, #f48fb1 0%, #d81b60 100%);
  background: linear-gradient(to bottom right, #f48fb1 0%, #d81b60 100%);
  color: #dc306f;
}
.feature-icon-base .icon.red {
  background: -webkit-linear-gradient(top left, #f4511e 0%, #b71c1c 100%);
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}
.feature-icon-base .icon.purple {
  background: -webkit-linear-gradient(top left, #ab47bc 0%, #4527a0 100%);
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}
.feature-icon-base .icon.teal {
  background: -webkit-linear-gradient(top left, #4db6ac 0%, #00796b 100%);
  background: linear-gradient(to bottom right, #4db6ac 0%, #00796b 100%);
  color: #34a297;
}
.feature-icon-base .icon.blue {
  background: -webkit-linear-gradient(top left, #4fc3f7 0%, #2196f3 100%);
  background: linear-gradient(to bottom right, #4fc3f7 0%, #2196f3 100%);
  color: #259af3;
}
.feature-icon-base .icon.blue-dark {
  background: -webkit-linear-gradient(top left, #1976d2 0%, #283593 100%);
  background: linear-gradient(to bottom right, #1976d2 0%, #283593 100%);
  color: #1c68c5;
}
.feature-icon-base .icon.green {
  background: -webkit-linear-gradient(top left, #cddc39 0%, #8bc34a 100%);
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}
.feature-icon-base .icon.green-dark {
  background: -webkit-linear-gradient(top left, #4caf50 0%, #1b5e20 100%);
  background: linear-gradient(to bottom right, #4caf50 0%, #1b5e20 100%);
  color: #00944a;
}
.feature-icon-base .icon.silver,
.feature-icon-base .icon.white,
.feature-icon-base .icon {
  background: -webkit-linear-gradient(top left, #e0e0e0 0%, #bdbdbd 100%);
  background: linear-gradient(to bottom right, #e0e0e0 0%, #bdbdbd 100%);
  color: #9e9e9e;
}
.feature-icon-base .icon.gold {
  background: -webkit-linear-gradient(top left, #e6ce6a 0%, #b7892b 100%);
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}
.feature-icon-base .icon::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.feature-icon-base .icon::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.feature-icon-base .icon::before,
.feature-icon-base .icon::after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.feature-icon-base .icon .circle {
  width: 53px;
  height: 53px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.feature-icon-base .icon .circle .fa {
  font-size: 26px;
  margin-top: 14px;
}
.feature-icon-base .icon .circle .custom-icon {
  font-size: 20px;
  margin-top: 12px;
}
.feature-icon-base .icon .badge-label {
  text-align: center;
  position: absolute;
  border-radius: 3px;
  padding: 3px 5px 2px 5px;
  width: 90px;
  z-index: 11;
  color: #fff;
  bottom: 10px;
  left: 50%;
  margin-left: -45px;
  font-size: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: -webkit-linear-gradient(top left, #555 0%, #333 100%);
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
}

@-webkit-keyframes floating {
0% {
    -webkit-transform: translateY(0px) rotateY(350deg);
            transform: translateY(0px) rotateY(350deg);
}
50% {
    -webkit-transform: translateY(20px) rotateY(350deg);
            transform: translateY(20px) rotateY(350deg);
}
100% {
    -webkit-transform: translateY(0px) rotateY(350deg);
            transform: translateY(0px) rotateY(350deg);
}
}
@keyframes floating {
0% {
    -webkit-transform: translateY(0px) rotateY(350deg);
            transform: translateY(0px) rotateY(350deg);
}
50% {
    -webkit-transform: translateY(20px) rotateY(350deg);
            transform: translateY(20px) rotateY(350deg);
}
100% {
    -webkit-transform: translateY(0px) rotateY(350deg);
            transform: translateY(0px) rotateY(350deg);
}
}
.engine-chapter-base,
.engine-chapter-base * {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.engine-chapter-base {
  margin-top: 10px;
  padding-top: 40px;
  min-height: 400px;
}
@media (min-width: 992px) {
.engine-chapter-base {
    margin-top: 80px !important;
    padding-top: 30px;
}
.engine-chapter-base .content {
    margin-top: 10px;
}
}
@media (min-width: 768px) {
.engine-chapter-base {
    margin-top: 30px;
}
}
@media (max-width: 767px) {
.engine-chapter-base {
    min-height: 300px;
    padding-top: 0;
    margin-top: 0;
}
.engine-chapter-base .section-header {
    padding-top: 20px;
}
.engine-chapter-base .feature-icon-base {
    display: none;
}
}
.engine-chapter-base .container {
  padding-left: 50px;
  padding-right: 50px;
}
.engine-chapter-base .container .content {
  text-align: right;
  color: black;
}
.engine-chapter-base .engine-card-base {
  margin-right: 0;
  margin-left: auto;
  position: relative;
  height: 300px;
  width: 260px;
  -webkit-perspective: 600px;
          perspective: 600px;
}
.engine-chapter-base .engine-card-base .engine-card {
  position: absolute;
  -webkit-perspective: 600px;
          perspective: 600px;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
@media (min-width: 1200px) {
.engine-chapter-base .engine-card-base .engine-card:nth-child(1) .card {
    left: -280px !important;
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(2) .card {
    left: -120px !important;
}
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(1) {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(1) .card {
  left: -140px;
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(1) .card .inner {
  opacity: 0.6;
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(2) {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(2) .card {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  left: -60px;
  width: 340px;
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(2) .card .inner {
  opacity: 0.8;
}
.engine-chapter-base .engine-card-base .engine-card:nth-child(3) .card {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.engine-chapter-base .engine-card-base .engine-card .card {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 300px;
  width: 260px;
  border-radius: 20px;
  background: white;
  -webkit-transform: rotateY(350deg);
          transform: rotateY(350deg);
  -webkit-animation: floating 8s infinite;
          animation: floating 8s infinite;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.engine-chapter-base .engine-card-base .engine-card .card .inner {
  border-radius: 20px;
  box-shadow: inset 0 4px 7px 1px #ffffff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
}
.engine-chapter-base .engine-card-base .engine-card .card .inner img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
.engine-chapter-base .section-header .feature-icon-base {
    margin-right: -63px;
}
.engine-chapter-base .section-header * {
    display: inline-block;
}
.engine-chapter-base .section-header h2 {
    position: relative;
    top: -33px;
    margin-right: 10px;
    margin-bottom: 0;
}
.engine-chapter-base .content p {
    margin-right: -17px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.engine-chapter-base {
    padding-top: 60px;
}
.engine-chapter-base .engine-card-base {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
}
@media (max-width: 767px) {
.engine-chapter-base {
    padding-top: 0px;
}
.engine-chapter-base .container .content {
    text-align: center;
    margin-top: -40px;
}
.engine-chapter-base .engine-card-base {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin: auto;
}
}

.feature-chapter-base .content {
  margin-top: 50px;
}
@media (max-width: 767px) {
.feature-chapter-base .content {
    margin-top: 80px;
}
}
@media (min-width: 768px) {
.feature-chapter-base {
    margin-top: -20px;
}
.feature-chapter-base .icon-set {
    margin-left: -13px;
    margin-top: -13px;
}
.feature-chapter-base .inner > div {
    padding-left: 0;
    padding-right: 0;
}
.feature-chapter-base .inner > div .content {
    padding-top: 17px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.feature-chapter-base .inner > div:last-child .content {
    border-left: 2px solid white;
    margin-left: -1px;
}
}
@media (min-width: 768px) {
.feature-chapter-base {
    text-align: left;
}
}
@media (max-width: 767px) {
.feature-chapter-base {
    text-align: center;
}
}
.feature-chapter-base .feature-icon-base:first-child {
  z-index: 2;
}
.feature-chapter-base .feature-icon-base:nth-child(2) {
  z-index: 1;
}
.feature-chapter-base .feature-icon-base:not(:first-child) {
  margin-left: -50px;
}
.feature-chapter-base .question-icon {
  font-weight: 500;
}
.feature-chapter-base .question-icon span:first-child {
  position: relative;
  right: -2px;
}
.feature-chapter-base .question-icon span:last-child {
  font-size: 16px;
  position: relative;
  top: -13px;
}

.author-chapter-base {
  margin-top: 30px;
}
@media (min-width: 768px) {
.author-chapter-base {
    margin-top: 30px;
}
.author-chapter-base .playground-iframe img {
    height: 400px;
}
}
.author-chapter-base .content {
  margin-top: 50px;
}
.author-chapter-base .playground-demo-base {
  margin-top: 30px;
}
@media (max-width: 767px) {
.author-chapter-base .playground-demo-base {
    margin-top: 15px;
}
.author-chapter-base .playground-demo-base .playground-iframe img {
    width: 100%;
}
}
.author-chapter-base .playground-demo {
  margin-top: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.author-chapter-base .playground-demo .playground-iframe {
  background: white;
  position: relative;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: auto;
}

.developer-chapter-base {
  margin-top: 130px;
  background: rgba(255, 255, 255, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  /* Standard syntax */
}
.developer-chapter-base > .container > .inner {
  margin-top: -45px;
}
.developer-chapter-base #we-hire {
  padding-bottom: 60px;
}
.developer-chapter-base #we-hire > p:first-child {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #dddddd;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  background-color: #f7f9fc !important;
}
body #landing-app {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  cursor: default;
}

@media (max-width: 767px) {
.landing-navbar-base {
    display: none;
}
#landing-app {
    padding-top: 60px;
}
#landing-app .header {
    height: 600px !important;
}
}
#landing-app {
  opacity: 1 !important;
}
#landing-app .header {
  height: 760px;
  position: relative;
  top: -80px;
}
#landing-app .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
#landing-app .container {
    width: 750px;
}
}
@media (min-width: 992px) {
#landing-app .container {
    width: 970px;
}
}
@media (min-width: 1200px) {
#landing-app .container {
    width: 1170px;
}
}
#landing-app .body {
  position: relative;
  margin-top: -300px;
}

.background-image-icon[data-v-3943fe8c] {
  position: absolute;
  pointer-events: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
.background-rvs[data-v-3943fe8c] {
  top: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: 0%;
  transform-origin: 0%;
  background: white;
}
@media (min-width: 1750px) {
.background-rvs[data-v-3943fe8c] {
    height: 1220px !important;
}
}
@media (min-width: 1200px) {
.background-rvs[data-v-3943fe8c] {
    height: 1150px;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.background-rvs[data-v-3943fe8c] {
    height: 1130px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.background-rvs[data-v-3943fe8c] {
    height: 1070px;
}
}
@media (max-width: 767px) {
.background-rvs[data-v-3943fe8c] {
    height: 990px;
}
}
.background-rvs *[data-v-3943fe8c] {
  box-sizing: border-box;
}
.background[data-v-3943fe8c] {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  background: -webkit-linear-gradient(240deg, #222222 15%, #373737 70%, #3c4859 94%);
  background: linear-gradient(-150deg, #222222 15%, #373737 70%, #3c4859 94%);
}
.background *[data-v-3943fe8c] {
  box-sizing: border-box;
}
@media (max-width: 767px) {
.background span[data-v-3943fe8c] {
    opacity: 0;
}
}
.background span[data-v-3943fe8c] {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: absolute;
  height: 190px;
  width: 33.33333%;
}
.background span[data-v-3943fe8c]:nth-child(1) {
  display: none;
  top: 0;
  right: -16.66666%;
  background: #373737;
}
.background .background span[data-v-3943fe8c]:nth-child(2) {
  top: 0;
  right: 16.66666%;
  left: auto;
  bottom: auto;
  background: #2e2e2e;
}
.background span[data-v-3943fe8c]:nth-child(3) {
  right: 49.99999%;
  bottom: auto;
  left: auto;
  background: #222222;
}
.background span[data-v-3943fe8c]:nth-child(4) {
  top: 380px;
  left: -16.66666%;
  background: #383d44;
}
.background span[data-v-3943fe8c]:nth-child(5) {
  right: 0;
  bottom: 0;
  background: #2e2e2e;
}

@font-face {
  font-family: TypoRound;
  font-weight: normal;
  src: url(https://h5mota.com/assets/Typo_Round_Regular.1a899395b.otf) format('opentype');
}
#landing-app h1 {
  font-weight: 500;
  font-size: 40px;
  color: white;
}
#landing-app h2 {
  color: #1da09c;
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#landing-app a {
  text-decoration: none;
}
#landing-app p.link {
  margin-top: 15px;
  opacity: 1 !important;
  cursor: pointer;
  color: #0088cc;
}
#landing-app p.link :hover {
  color: #3fbbff;
}
#landing-app p {
  margin-top: 15px;
  margin: auto;
  max-width: 600px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 0.03em;
}
#landing-app .content p {
  opacity: 0.5;
  font-weight: 400;
}
#landing-app .h5mota {
  font-family: TypoRound, sans-serif;
}

