/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sub_title, .section-features .title, .section-advantage .title, .section-social .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 40px;
  color: #163c87;
  text-align: center; }
  .sub_title span, .section-features .title span, .section-advantage .title span, .section-social .title span {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
    display: block;
    padding-top: 10px; }

.flex_center, .init_btn, .section-hero .row .col-right .chat-btn, .section-hero .row .col-right .watch-video, .video-wrapper .close_popup, .section-features .row .col .features .learn_more, .section-features .row .col .features .feature-detail .close, .section-banner .row .col .chat-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.column_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.flex_start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.flex_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.absolute_center, .section-features .row .col .features .learn_more {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%); }

.init_btn, .section-hero .row .col-right .chat-btn, .section-hero .row .col-right .watch-video, .video-wrapper .close_popup, .section-features .row .col .features .learn_more, .section-features .row .col .features .feature-detail .close, .section-banner .row .col .chat-btn {
  border: none;
  border-radius: 8px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  cursor: pointer; }
  .init_btn:hover, .section-hero .row .col-right .chat-btn:hover, .section-hero .row .col-right .watch-video:hover, .video-wrapper .close_popup:hover, .section-features .row .col .features .learn_more:hover, .section-features .row .col .features .feature-detail .close:hover, .section-banner .row .col .chat-btn:hover {
    opacity: .9; }
  .init_btn:active, .section-hero .row .col-right .chat-btn:active, .section-hero .row .col-right .watch-video:active, .video-wrapper .close_popup:active, .section-features .row .col .features .learn_more:active, .section-features .row .col .features .feature-detail .close:active, .section-banner .row .col .chat-btn:active {
    opacity: .7; }
  .init_btn img, .section-hero .row .col-right .chat-btn img, .section-hero .row .col-right .watch-video img, .video-wrapper .close_popup img, .section-features .row .col .features .learn_more img, .section-features .row .col .features .feature-detail .close img, .section-banner .row .col .chat-btn img {
    margin-left: 5px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none; }
  a:visited {
    color: rgba(0, 0, 0, 0.5); }
  a:hover {
    color: black; }

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  position: relative; }

img {
  max-width: 100%; }

.main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 30px;
  left: 0px;
  height: 60px;
  z-index: 99; }
  .main-navigation .logo {
    margin-top: -15px; }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px;
    align-items: center;
    margin-right: 10px; }
    .main-navigation ul li {
      list-style: none;
      padding: 0px;
      margin: 0px;
      font-weight: 300;
      font-size: 12px; }
      .main-navigation ul li a {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 20px; }
        .main-navigation ul li a.active {
          font-weight: 700;
          border-bottom: 5px solid #FFF; }

.section-hero {
  width: 100vw;
  min-height: 100vh;
  background: url(/assets/img/avatar3d.jpg) no-repeat;
  background-size: cover;
  cursor: default;
  position: relative; }
  .section-hero .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh; }
    .section-hero .row .col-left {
      flex-basis: 50%; }
    .section-hero .row .col-right {
      flex-basis: 50%; }
      .section-hero .row .col-right .ada_mobile {
        display: none; }
      .section-hero .row .col-right .main-title {
        font-size: 0px; }
        .section-hero .row .col-right .main-title img {
          border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
      .section-hero .row .col-right .main-desc {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 40px;
        margin-top: 25px;
        max-width: 480px; }
      .section-hero .row .col-right .chat-btn {
        background: #f87b13;
        color: #FFF; }
      .section-hero .row .col-right .watch-video {
        background: transparent;
        color: rgba(0, 0, 0, 0.6);
        box-shadow: none; }
  .section-hero .mouse {
    width: 50px;
    height: 90px;
    border: 3px solid #333;
    border-radius: 60px;
    position: absolute;
    right: 60px;
    bottom: 20px;
    transform: scale(0.5); }
    .section-hero .mouse::before {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #333;
      border-radius: 50%;
      opacity: 1;
      animation: wheel 2s infinite;
      -webkit-animation: wheel 2s infinite; }
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px; } }
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px; } }
body.hidden {
  overflow: hidden !important; }

.video-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  visibility: hidden;
  transform: translate(-52%, -52%) rotate3d(0, 0, 1, 3deg);
  opacity: 0;
  transition: transform cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, opacity cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  cursor: default;
  box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.1); }
  .video-wrapper .close_popup {
    position: absolute;
    right: -50px;
    top: -50px;
    background: transparent;
    box-shadow: none; }
    .video-wrapper .close_popup img {
      margin: 0px; }
  .video-wrapper iframe {
    border-radius: 10px;
    box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.2); }
  .video-wrapper.active {
    visibility: visible;
    transform: translate(-50%, -50%) rotate3d(0, 0, 1, 0deg);
    opacity: 1; }

.video-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: opacity cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s; }
  .video-overlay.active {
    visibility: visible;
    opacity: 1; }

.section-intro {
  background: rgba(0, 0, 0, 0.02); }
  .section-intro .row .col {
    background: url(/assets/img/bg2.png) no-repeat center;
    background-size: contain;
    cursor: default;
    width: 100%;
    min-height: 400px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%; }
    .section-intro .row .col p {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 2px;
      text-align: justify;
      color: rgba(0, 0, 0, 0.7); }

.section-features {
  background: url(/assets/img/features_bg.svg) no-repeat center;
  background-size: 70%;
  width: 100%;
  min-height: 100vh; }
  .section-features .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .section-features .row .col {
      flex-basis: 33%;
      padding: 20px;
      padding-bottom: 40px; }
      .section-features .row .col .features {
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 16px;
        background: #FFF;
        padding: 40px;
        cursor: pointer;
        position: relative; }
        .section-features .row .col .features h4.subtitle {
          color: #163c87;
          font-family: "DM Sans", sans-serif;
          font-weight: 400;
          line-height: 22px; }
        .section-features .row .col .features img.icon {
          margin-right: 30px; }
        .section-features .row .col .features h4.subtitle, .section-features .row .col .features img.icon {
          transition: filter cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
        .section-features .row .col .features .learn_more {
          background: #f87b13;
          color: #FFF;
          transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
          transition-delay: .2s;
          opacity: 0; }
        .section-features .row .col .features:hover h4.subtitle, .section-features .row .col .features:hover img.icon {
          filter: blur(5px); }
        .section-features .row .col .features:hover .learn_more {
          opacity: 1; }
        .section-features .row .col .features#feature1 .feature-detail {
          background: url(/assets/img/en/bg_feature1.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features#feature2 .feature-detail {
          background: url(/assets/img/en/bg_feature2.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features#feature3 .feature-detail {
          background: url(/assets/img/en/bg_feature3.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features#feature4 .feature-detail {
          background: url(/assets/img/en/bg_feature4.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features#feature5 .feature-detail {
          background: url(/assets/img/en/bg_feature5.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features#feature6 .feature-detail {
          background: url(/assets/img/en/bg_feature6.png) #f87b13 no-repeat center;
          background-size: cover;
          border-radius: 27px; }
        .section-features .row .col .features .feature-detail {
          position: fixed;
          width: calc(100vw - 100px);
          height: calc(100vh - 100px);
          left: 50px;
          top: 50px;
          overflow-y: auto;
          z-index: 99999;
          border-radius: 16px;
          visibility: hidden;
          transform: translateX(-10px) rotate3d(0, 0, 1, 3deg);
          opacity: 0;
          transition: transform cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, opacity cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
          cursor: default;
          box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.1); }
          .section-features .row .col .features .feature-detail .mobile-img {
            display: none; }
          .section-features .row .col .features .feature-detail .close {
            position: absolute;
            right: 20px;
            top: 20px;
            background: transparent;
            box-shadow: none; }
            .section-features .row .col .features .feature-detail .close img {
              margin: 0px; }
          .section-features .row .col .features .feature-detail .row {
            align-items: center;
            height: 100%; }
            .section-features .row .col .features .feature-detail .row .col-left {
              flex-basis: 40%; }
              .section-features .row .col .features .feature-detail .row .col-left h3 {
                color: white;
                font-family: "Lato", sans-serif;
                font-weight: 700;
                font-size: 35px;
                line-height: 50px; }
              .section-features .row .col .features .feature-detail .row .col-left p {
                font-family: "Lato", sans-serif;
                font-weight: 300;
                font-size: 20px;
                line-height: 30px;
                letter-spacing: 0px;
                color: white; }
            .section-features .row .col .features .feature-detail .row .col-right {
              flex-basis: 60%; }
        .section-features .row .col .features.active .feature-detail {
          visibility: visible;
          transform: translateX(0px) rotate3d(0, 0, 1, 0deg);
          opacity: 1; }

.section-advantage {
  background: rgba(0, 0, 0, 0.02); }
  .section-advantage p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    max-width: 550px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto; }
  .section-advantage .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }

.section-poweredby {
  background: url(/assets/img/powered_by_bg.svg) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 100vh; }
  .section-poweredby .powered_by_mobile {
    display: none; }
  .section-poweredby h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    text-align: center; }
  .section-poweredby .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 100px; }
    .section-poweredby .row .col .advantage p {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 25px;
      color: white;
      text-align: center;
      padding-top: 20px;
      max-width: 350px;
      padding-left: 20px;
      padding-right: 20px; }

.section-social {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.02); }
  .section-social .desc {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7); }
  .section-social .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .section-social .row .col {
      flex-basis: 33%; }
      .section-social .row .col .social_item {
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 16px;
        text-align: center;
        width: 100%;
        max-width: 270px;
        background: white; }
        .section-social .row .col .social_item:hover {
          background: rgba(255, 255, 255, 0.5); }
        .section-social .row .col .social_item img {
          transform: translateY(-50%); }
        .section-social .row .col .social_item span {
          font-family: "DM Sans", sans-serif;
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          color: #163c87;
          text-align: center;
          transform: translateY(-100%); }
  .section-social .shake:hover {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%; }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.section-banner h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  text-align: center; }
  .section-banner h2 span {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    padding-bottom: 10px; }
.section-banner .row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .section-banner .row .col {
    background: url(/assets/img/bg4.png) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 390px; }
    .section-banner .row .col .chat-btn {
      background: #f87b13;
      color: #FFF; }

.copyrights {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 25px; }

@media screen and (max-width: 1200px) {
  .section-hero {
    background-position-x: 30%; } }
@media screen and (max-width: 1080px) {
  .section-features .row {
    margin-top: -30px; }
    .section-features .row .col {
      flex-basis: 50%;
      padding: 20px;
      padding-bottom: 10px; } }
@media screen and (max-width: 768px) {
  .video-wrapper iframe {
    width: 85vw;
    height: 50vh; }

  .section-intro hr {
    display: none; }

  .section-intro .row .col {
    background-size: 740%;
    padding-top: 40px;
    padding-bottom: 40px; }

  .main-navigation .logo {
    position: relative;
    overflow: hidden;
    margin-left: -38px; }

  .section-hero {
    background: url(/assets/img/avatar3d_mobile.jpg) no-repeat;
    background-size: cover; }
    .section-hero .row .col-left {
      flex-basis: 0%; }
    .section-hero .mouse {
      right: 50%;
      transform: translateX(50%) scale(0.5);
      bottom: 0px; }
    .section-hero .row {
      flex-direction: column;
      height: auto;
      min-height: 100vh;
      padding: 0px 20px; }
    .section-hero .row .col-right {
      flex-basis: 50%;
      backdrop-filter: blur(20px);
      background: rgba(255, 255, 255, 0.6);
      padding: 20px 40px;
      border-radius: 20px;
      padding-bottom: 20px;
      margin-top: 70px; }
      .section-hero .row .col-right .ada_mobile {
        display: block;
        transform: translateY(calc(-50% - 70px));
        margin: auto;
        max-width: 100px;
        margin-bottom: -90px; }
      .section-hero .row .col-right .main-desc {
        text-align: center;
        line-height: 27px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1px; }
      .section-hero .row .col-right .main-title {
        margin-top: -30px; }
        .section-hero .row .col-right .main-title img {
          max-height: 16vw; }
      .section-hero .row .col-right .cta {
        flex-direction: column;
        margin-top: -20px; }
      .section-hero .row .col-right .watch-video {
        padding-left: 8px;
        padding-right: 0px;
        margin-top: 20px; }

  .section-features .row {
    padding-left: 10px;
    padding-right: 10px; }
    .section-features .row .col {
      flex-basis: 50%;
      padding: 10px;
      padding-bottom: 10px; }
      .section-features .row .col .features {
        padding: 20px; }
        .section-features .row .col .features img.icon {
          margin-right: 10px;
          max-height: 40px;
          max-width: 40px; }
        .section-features .row .col .features .learn_more {
          height: 40px;
          padding-left: 15px;
          padding-right: 15px; }
        .section-features .row .col .features .feature-detail {
          width: 100vw;
          height: 100vh;
          left: 0px;
          top: 0px;
          border-radius: 0px !important;
          background-image: none !important; }
          .section-features .row .col .features .feature-detail .close {
            right: 5px;
            z-index: 99; }
          .section-features .row .col .features .feature-detail .row {
            margin-top: 0px;
            height: auto;
            padding-left: 20px;
            padding-right: 40px; }
            .section-features .row .col .features .feature-detail .row .col-left {
              flex-basis: 100%; }
              .section-features .row .col .features .feature-detail .row .col-left h3 {
                font-size: 25px;
                line-height: 30px;
                max-width: 87%;
                margin-top: 26px;
                margin-bottom: -60px; }
              .section-features .row .col .features .feature-detail .row .col-left p {
                font-size: 16px;
                line-height: 25px;
                text-align: justify;
                margin-bottom: -10px; }
            .section-features .row .col .features .feature-detail .row .col-right {
              flex-basis: 0%; }
          .section-features .row .col .features .feature-detail .mobile-img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: -30px;
            margin-bottom: 20px; }

  .copyrights {
    font-size: 16px;
    margin-top: -20px; }

  .section-banner .row {
    margin-top: -80px; }
    .section-banner .row .col .chat-btn {
      transform: scale(0.8) translateY(-60px);
      margin-top: 30px; }
    .section-banner .row .col h2 {
      font-size: 23px;
      line-height: 30px;
      margin-top: 45px; }
      .section-banner .row .col h2 span {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        padding-bottom: 5px; }

  .section-social {
    padding-left: 20px;
    padding-right: 20px; }
    .section-social .title {
      margin-top: -40px; }
    .section-social .desc br {
      display: none; }
    .section-social .row {
      padding-left: 20px;
      padding-right: 20px;
      flex-direction: column;
      margin-top: -50px;
      margin-bottom: -160px; }
      .section-social .row .col {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 140px; }

  .section-advantage .title {
    margin-top: -40px; }
  .section-advantage .row {
    padding-left: 20px;
    padding-right: 20px; }

  .sub_title, .section-features .title, .section-advantage .title, .section-social .title, .section-features .title, .section-advantage .title, .section-social .title {
    font-size: 30px; }

  .section-intro {
    padding: 0px; }

  .section-advantage img {
    opacity: 0;
    margin-top: 30vw; }

  .section-poweredby .powered_by {
    max-width: 100%;
    display: none; }
  .section-poweredby .powered_by_mobile {
    display: block;
    transform: translateY(-50%);
    margin-bottom: -90vw; }
  .section-poweredby h2 {
    padding: 0px 20px; }
  .section-poweredby .row {
    flex-direction: column;
    grid-gap: 60px; } }
@media screen and (max-width: 550px) {
  .video-wrapper iframe {
    width: 300px;
    height: 200px; }

  .section-intro .row .col {
    min-height: unset; }
    .section-intro .row .col p {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 1px; }

  .section-features {
    min-height: 80vh; }
    .section-features .row {
      margin-top: -40px; }
      .section-features .row .col {
        flex-basis: 100%;
        padding: 20px;
        padding-bottom: 10px; }
        .section-features .row .col .features {
          justify-content: flex-start; }
          .section-features .row .col .features .feature-detail .row .col-left h3 {
            font-size: 22px;
            max-width: 100%;
            margin-bottom: -40px;
            text-align: center;
            margin-top: 70px; }
          .section-features .row .col .features img.icon {
            margin-right: 30px; }
          .section-features .row .col .features .learn_more {
            height: 40px;
            padding-left: 15px;
            padding-right: 15px; }

  .section-poweredby h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -20px;
    margin-bottom: -10px; }
    .section-poweredby h2 br {
      display: none; } }

/*# sourceMappingURL=style.css.map */
