/* #region Import */
/* #region  Fonts */
/* #endregion  Fonts */
/* #region  Colors */
/* #endregion  Colors */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hr8hwu");
  src: url("../fonts/icomoon.eot?hr8hwu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hr8hwu") format("truetype"), url("../fonts/icomoon.woff?hr8hwu") format("woff"), url("../fonts/icomoon.svg?hr8hwu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e904";
}

.icon-map-pin:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-user:before {
  content: "\e907";
}

.icon-close-outline:before {
  content: "\e903";
}

.icon-camera:before {
  content: "\e900";
  color: #9c9db9;
}

.icon-emoji:before {
  content: "\e901";
  color: #9c9db9;
}

.icon-menu:before {
  content: "\e902";
  color: #8880fe;
}

/* #region RESPONSIVE =========================== */
/* #endregion =================================== */
.main-btn {
  background: #7a73ff;
  background: linear-gradient(140deg, #7a73ff 0%, #5049ff 100%);
  color: #fff !important;
  border-radius: 20px;
  padding: 14px 25px !important;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.second-btn {
  border: 1px solid #6D66FF;
  color: #6D66FF;
  border-radius: 17px;
  padding: 10px 20px !important;
  font-weight: 500;
}

.download-btn {
  border: 1px solid black;
  font-size: .9rem;
  color: black;
  border-radius: 20px;
  padding: 16px 25px !important;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .download-btn {
    padding: 14px 25px !important;
  }
}

.download-btn img {
  margin-right: .5rem;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .container {
    max-width: 1400px !important;
  }
}

/* #endregion Import */
/* #region GLOBAL */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

body {
  overflow-x: hidden;
}

p,
a {
  color: #888888;
  line-height: 1.65rem;
  font-size: 0.9rem;
}

span {
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
}

h3,
h4,
h5,
h6 {
  margin: 0;
}

.emoji-img {
  width: 40px;
  height: auto;
}

@-webkit-keyframes pull-up {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-top: 140px;
  }

  100% {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0px;
  }
}

@keyframes pull-up {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-top: 140px;
  }

  100% {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0px;
  }
}

.animate-me {
  -webkit-animation: pull-up 1s ease-in;
  animation: pull-up 1s ease-in;
}

/* #endregion Global */
/* #region HOME ============================ */
/* #region Navbar */
#main-nav .bg-light {
  background-color: #fff !important;
}

#main-nav .nav-link {
  padding: 14px 25px !important;
}

#main-nav #main-menu {
  border: none;
  background-color: transparent;
}

@media (min-width: 1200px) and (max-width: 3000px) {
  #main-nav #main-menu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-nav #main-menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #main-nav #main-menu {
    display: none;
  }
}

#main-nav #main-menu:focus {
  outline: none;
  border: none;
}

#main-nav #main-menu i {
  font-size: 1.4rem;
}

.menu-right {
  right: -800px;
  z-index: 5000;
}

.menu-right .backBtn {
  text-align: left;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-right .backBtn i {
  font-size: 2.4rem;
  margin-left: 1rem;
  color: #7A73FF;
}

.menu-right .backBtn span {
  margin-top: .2rem;
  margin-left: .2rem;
  color: #a5a5a5;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-right {
    right: -1200px;
  }
}

.menu {
  border-right: 1px solid #fafafa;
  background-color: #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 620px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .menu {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu {
    display: none;
  }
}

.menu a {
  display: block;
  color: #000;
  padding: 16px;
  text-decoration: none;
  position: relative;
  z-index: 11;
  font-size: 0.9rem;
}

.menu i {
  font-size: 1rem;
}

.menu .nav-link {
  width: 100%;
  text-align: center;
  font-size: 1rem !important;
}

.menu .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-right.right-open {
  right: 0;
}

/* #endregion Navbar */
/* #region Hero section */
#hero-section {
  height: 70vh;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #hero-section {
    height: 95vh;
  }
}

@media (max-width: 575.98px) {
  #hero-section {
    height: unset;
    overflow: hidden;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section {
    height: unset;
    overflow: hidden;
    margin-bottom: 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section {
    height: 49vh;
    overflow: hidden;
    margin-bottom: 0rem;
  }
}

#hero-section .row,
#hero-section .col-6 {
  height: 100%;
}

@media (max-width: 575.98px) {

  #hero-section .row,
  #hero-section .col-6 {
    height: unset;
  }
}

#hero-section .d-mob-show {
  display: none;
}

@media (max-width: 575.98px) {
  #hero-section .d-mob-show {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .d-mob-show {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .d-mob-show {
    display: block;
  }
}

@media (max-width: 575.98px) {
  #hero-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#hero-section p {
  color: #888888;
  margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
  #hero-section p {
    text-align: center;
    margin-bottom: 1.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section p {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #hero-section .btns-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .btns-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#hero-section .title {
  margin-bottom: 1rem;
}

@-webkit-keyframes move-title {
  0% {
    left: 0px;
  }

  100% {
    left: 45px;
  }
}

@keyframes move-title {
  0% {
    left: 0px;
  }

  100% {
    left: 45px;
  }
}

@-webkit-keyframes reveal-emoji {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
  }

  100% {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
  }
}

@keyframes reveal-emoji {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
  }

  100% {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
  }
}

@-webkit-keyframes underline-title {
  0% {
    border-bottom: 0px solid transparent;
  }

  100% {
    border-bottom: 3px solid #FFD55D;
  }
}

@keyframes underline-title {
  0% {
    border-bottom: 0px solid transparent;
  }

  100% {
    border-bottom: 3px solid #FFD55D;
  }
}

@media (max-width: 575.98px) {
  #hero-section .title {
    margin-top: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0px;
  }

  #hero-section .title h1 {
    text-align: center;
  }

  #hero-section .title section {
    height: 90px;
  }

  #hero-section .title .emoji-img.emoji-img-mob {
    display: inline-block !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title {
    margin-top: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .title {
    margin-top: .6rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #hero-section .title .emoji-img.emoji-img-mob {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title section {
    height: 70px;
  }

  #hero-section .title section h1 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .title section {
    height: 70px;
  }

  #hero-section .title section h1 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title h1 {
    text-align: center;
  }
}

#hero-section .title .moving-title {
  position: absolute;
  top: 0;
  -webkit-animation: move-title 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: move-title 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media (max-width: 575.98px) {
  #hero-section .title .moving-title {
    -webkit-animation: unset;
    animation: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title .moving-title {
    -webkit-animation: unset;
    animation: unset;
  }
}

#hero-section .title .moving-title strong {
  -webkit-animation: underline-title 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: underline-title 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 3.55s;
  animation-delay: 3.55s;
}

@media (max-width: 575.98px) {
  #hero-section .title .moving-title strong {
    -webkit-animation: unset;
    animation: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title .moving-title strong {
    -webkit-animation: unset;
    animation: unset;
  }
}

#hero-section .title .emoji-img {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: reveal-emoji 1.4s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: reveal-emoji 1.4s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@media (max-width: 575.98px) {
  #hero-section .title .emoji-img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .title .emoji-img {
    display: none;
  }
}

#hero-section .hero-stage {
  position: absolute;
  top: 15vh;
  right: 18vw;
  width: 600px;
  height: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%) scale(0.2);
    transform: translate(-10%) scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%) scale(0.2);
    transform: translate(-10%) scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    top: 3vh;
  }

  100% {
    opacity: 1;
    top: 6vh;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    top: 3vh;
  }

  100% {
    opacity: 1;
    top: 6vh;
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    top: 46vh;
  }

  100% {
    opacity: 1;
    top: 15vh;
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    top: 46vh;
  }

  100% {
    opacity: 1;
    top: 15vh;
  }
}

@media (max-width: 575.98px) {
  #hero-section .hero-stage {
    right: unset;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .hero-stage {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .hero-stage {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  #hero-section .hero-stage {
    right: 14vw;
  }
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #hero-section .hero-stage {
    right: 1.6vw;
  }
}

#hero-section .hero-stage .hero-scene {
  position: relative;
  width: 100%;
  height: 260vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hero-section .hero-stage .hero-scene .white-bg {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(36%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 36%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 400px;
}

#hero-section .hero-stage .hero-scene .map {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0vh;
  left: 50%;
  -webkit-animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

#hero-section .hero-stage .hero-scene .signals {
  width: 80%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

#hero-section .hero-stage .hero-scene .notification {
  width: 40%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 6vh;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: slide 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: slide 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  opacity: 0;
}

#hero-section .hero-stage .hero-scene .hero-pulse {
  width: 20%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 15vh;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  opacity: 0;
}

#hero-section .hero-stage .hero-scene .hero-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  width: 300px;
  z-index: 10;
  margin-top: -170vh;
  -webkit-animation: slide-up 2s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: slide-up 2s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

#hero-section .hero-stage-mob {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10%) scale(0.2);
    transform: translate(-10%) scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    top: 3vh;
  }

  100% {
    opacity: 1;
    top: 6vh;
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    top: 46vh;
  }

  100% {
    opacity: 1;
    top: 15vh;
  }
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #hero-section .hero-stage-mob {
    right: 5vw;
  }
}

@media (max-width: 575.98px) {
  #hero-section .hero-stage-mob {
    right: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .hero-stage-mob {
    right: unset;
  }
}

#hero-section .hero-stage-mob .hero-scene-mob {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob {
    margin-top: 0rem;
  }
}

#hero-section .hero-stage-mob .hero-scene-mob .map {
  position: absolute;
  width: 210%;
  z-index: -1;
  left: 50%;
  -webkit-animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .map {
    width: 150%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .map {
    width: 160%;
  }
}

#hero-section .hero-stage-mob .hero-scene-mob .signals {
  width: 130%;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .signals {
    width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .signals {
    width: 100%;
  }
}

#hero-section .hero-stage-mob .hero-scene-mob .notification {
  width: 240px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: slide 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: slide 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  opacity: 0;
}

#hero-section .hero-stage-mob .hero-scene-mob .hero-pulse {
  width: 30%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 26vh;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 1s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .hero-pulse {
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-section .hero-stage-mob .hero-scene-mob .hero-pulse {
    width: 20%;
  }
}

#hero-section .hero-stage-mob .hero-scene-mob .hero-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  width: 300px;
  z-index: 10;
  -webkit-animation: slide-up 2s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: slide-up 2s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

/* #endregion Hero section */
/* #region What is Signal App */
#as-featured-in,
#what-is-app {
  padding-top: 3vh;
  padding-bottom: 6vh;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {

  #as-featured-in .container,
  #what-is-app {
    padding: 0px;
    height: unset;
    overflow: hidden;
  }
  #as-featured-in .container .colored-box {
    flex-direction: column;
  }

  #as-featured-in .container .colored-box h2 {
    margin-right: 0 !important;
  }

  #as-featured-in .container .colored-box img.logo-20-min {
    margin-left: 0 !important;
    margin-top: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  #as-featured-in .container,
  #what-is-app {
    width: 100%;
    max-width: 100%;
    height: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3vh;
    padding-top: 0vh;
  }

  #as-featured-in .remove-padding,
  #what-is-app .remove-padding {
    padding: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  #as-featured-in .container,
  #what-is-app {
    padding-bottom: 3vh;
    padding-top: 0vh;
    width: 100%;
    max-width: 100%;
    height: unset;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3vh;
    padding-top: 0vh;
  }

  #as-featured-in .remove-padding,
  #what-is-app .remove-padding {
    padding: 0px !important;
  }
}

#as-featured-in .colored-box {
  z-index: 20;
  background-image: url("/img/as-featured-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  border-radius: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 6rem;
  position: relative;
}

#as-featured-in .colored-box img.logo-20-min {
  width: 150px;
  -webkit-animation: logo-pulse .9s ease-in-out infinite;
  animation: logo-pulse .9s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#what-is-app .colored-box {
  z-index: 20;
  background-image: url("/img/bg/how-it-works-bg.png"), url("/img/bg/what-bg.png");
  background-position: 65% center, center center;
  background-size: 30%, cover;
  background-repeat: no-repeat, no-repeat;
  border-radius: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8rem 6rem;
  position: relative;
}

@media (max-width: 575.98px) {

  #as-featured-in .colored-box,
  #what-is-app .colored-box {
    padding: 9rem 1rem;
  }
}

#as-featured-in .colored-box h2,
#what-is-app .colored-box h2 {
  font-weight: 500;
  color: #fff;
  margin-bottom: .8rem;
}

@-webkit-keyframes heart-pulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

@keyframes heart-pulse {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

#what-is-app .colored-box .pulse-heart {
  position: absolute;
  -webkit-animation: heart-pulse .9s ease-in-out infinite;
  animation: heart-pulse .9s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#what-is-app .colored-box .pulse-heart.ph-1 {
  top: 60%;
  left: 5%;
}

@media (max-width: 575.98px) {
  #what-is-app .colored-box .pulse-heart.ph-1 {
    top: 75%;
    left: -7%;
  }
}

#what-is-app .colored-box .pulse-heart.ph-2 {
  top: -14%;
  left: 27%;
}

@media (max-width: 575.98px) {
  #what-is-app .colored-box .pulse-heart.ph-2 {
    top: -2%;
    left: 73%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #what-is-app .colored-box .pulse-heart.ph-2 {
    top: 4%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #what-is-app .colored-box .pulse-heart.ph-2 {
    top: 11%;
  }
}

#what-is-app .colored-box .pulse-heart.ph-3 {
  top: 5%;
  left: 13%;
}

#what-is-app .colored-box .pulse-heart.ph-4 {
  top: 11%;
  left: 0%;
}

#what-is-app .colored-box .pulse-heart.ph-5 {
  top: 69%;
  right: 2%;
}

#what-is-app .colored-box .pulse-heart.ph-6 {
  top: 11%;
  right: 9%;
}

#what-is-app .colored-box .pulse-heart.ph-7 {
  top: -11%;
  right: 23%;
}

@media (max-width: 575.98px) {
  #what-is-app .colored-box .pulse-heart.ph-7 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #what-is-app .colored-box .pulse-heart.ph-7 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #what-is-app .colored-box .pulse-heart.ph-7 {
    top: 29%;
  }
}

#what-is-app .colored-box .pulse-heart.ph-8 {
  bottom: 11%;
  right: 35%;
}

#what-is-app .colored-box .marked-text {
  color: #fff;
  background: #7a73ff;
  background: linear-gradient(139deg, #7a73ff 0%, #4840ff 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .2rem .7rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}

#what-is-app .colored-box p {
  color: rgba(255, 255, 255, 0.7);
}

/* #endregion What is Signal App */
/* #region How it works */
#how-it-works {
  padding-top: 6vh;
  padding-bottom: 6vh;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/img/bg/how-it-works-bg.png");
  background-repeat: no-repeat;
  background-position: 200px;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #how-it-works {
    height: 90vh;
  }
}

@media (max-width: 575.98px) {
  #how-it-works {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 3vh;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works {
    height: unset;
    padding-bottom: 3vh;
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  #how-it-works h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  #how-it-works p {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works p {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works p {
    text-align: center;
  }
}

#how-it-works .d-mob-show {
  display: none;
}

@media (max-width: 575.98px) {
  #how-it-works .d-mob-show {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works .d-mob-show {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .d-mob-show {
    display: block;
  }
}

@media (max-width: 575.98px) {
  #how-it-works .how-work-element {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works .how-work-element {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .how-work-element {
    display: none;
  }
}

#how-it-works .how-it-works-stage {
  position: absolute;
  top: -7vw;
  right: 5.6vw;
  width: 600px;
  height: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #how-it-works .how-it-works-stage {
    top: 1vh;
  }
}

@media (max-width: 575.98px) {
  #how-it-works .how-it-works-stage {
    height: 500px;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works .how-it-works-stage {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .how-it-works-stage {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  #how-it-works .how-it-works-stage {
    right: 1.6vw;
  }
}

#how-it-works .how-it-works-stage .how-it-works-scene {
  position: relative;
  width: 100%;
  height: 260vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#how-it-works .how-it-works-stage .how-it-works-scene .map {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0vh;
  left: 50%;
  -webkit-animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

#how-it-works .how-it-works-stage .how-it-works-scene .hw-element {
  position: absolute;
  width: 44%;
  z-index: -1;
  top: 20vh;
  left: 52%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#how-it-works .how-it-works-stage .how-it-works-scene .hero-pulse {
  width: 20%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 11vh;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#how-it-works .how-it-works-stage-mob {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  top: -7vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #how-it-works .how-it-works-stage-mob {
    top: 1vh;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .how-it-works-stage-mob {
    margin-top: 6rem;
  }
}

#how-it-works .how-it-works-stage-mob .how-it-works-scene-mob {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .map {
  position: absolute;
  width: 210%;
  z-index: -1;
  top: 0vh;
  left: 50%;
  -webkit-animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .map {
    width: 140%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .map {
    width: 100%;
  }
}

#how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .hw-element {
  position: absolute;
  width: 260px;
  z-index: -1;
  bottom: 6vh;
  left: 51%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .hero-pulse {
  width: 30%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 14vh;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .hero-pulse {
    top: 10vh;
    width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .hero-pulse {
    top: 7vh;
    width: 15%;
  }
}

#how-it-works .how-it-works-stage-mob .how-it-works-scene-mob .hero-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  width: 300px;
  z-index: 10;
}

/* #endregion How it works */
/* #region Filters */
#filters {
  background-image: url(/img/filters/bg.png);
  background-position: -4vw;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 13rem;
  padding-bottom: 4rem;
}

@media (max-width: 575.98px) {
  #filters {
    background-position: top;
    background-size: cover;
  }

  #filters .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  #filters h2,
  #filters p {
    text-align: center;
  }

  #filters section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .7rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #filters {
    padding-top: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #filters {
    padding-top: 2rem;
    background-position: -14vw;
  }
}

#filters .filter-img {
  width: 75%;
}

@media (max-width: 575.98px) {
  #filters .filter-img {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #filters .filter-img {
    width: 95%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #filters .filter-img {
    width: 95%;
  }
}

#filters .filter-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 29px;
}

@media (max-width: 575.98px) {
  #filters .filter-slider {
    display: none;
  }
}

#filters .filter-slider .line {
  width: 100%;
  height: 3px;
  background-color: rgba(156, 157, 185, 0.2);
  border-radius: 20px;
}

#filters .filter-slider .circle {
  width: 30px;
  height: 30px;
  border: 7px solid #7A73FF;
  border-radius: 40px;
  position: absolute;
  top: 0;
  background-color: #fff;
}

#filters .filter-slider .circle.circle-1 {
  left: 10%;
}

#filters .filter-slider .circle.circle-2 {
  left: 50%;
}

#filters .filter-slider .line-active {
  height: 5px;
  background-color: #7A73FF;
  position: absolute;
  left: 10%;
  width: 42%;
}

/* #endregion Filters */
/* #region Messages */
.messages {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

@media (max-width: 575.98px) {
  .messages {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .messages:hover .mess-box {
    background-size: 80%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages:hover .chat .msg-1 {
    top: 0px;
    right: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages:hover .chat .msg-2 {
    top: 125px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages:hover .chat .msg-3 {
    top: 230px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages:hover .chat .msg-4 {
    top: 340px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages:hover .mess-box h2,
  .messages:hover .mess-box p {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.messages .mess-box {
  background-color: #FCFCFE;
  background-image: url("/img/elements/mess.png");
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: 40%;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 3.5rem;
  height: 500px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 575.98px) {
  .messages .mess-box {
    background-image: none;
    background-color: transparent;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .mess-box {
    background-image: none;
    background-color: transparent;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages .mess-box {
    background-image: none;
    background-color: transparent;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.messages .mess-box h2,
.messages .mess-box p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {

  .messages .mess-box h2,
  .messages .mess-box p {
    visibility: visible;
    opacity: 1;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .messages .mess-box h2,
  .messages .mess-box p {
    visibility: visible;
    opacity: 1;
    text-align: start;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .messages .mess-box h2,
  .messages .mess-box p {
    visibility: visible;
    opacity: 1;
    text-align: start;
  }
}

.messages .chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (max-width: 575.98px) {
  .messages .chat {
    height: 520px;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat {
    height: 520px;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages .chat {
    height: 520px;
    margin-top: 2rem;
  }
}

.messages .chat div[class^="message"] {
  margin-bottom: 1.7rem;
}

.messages .chat .message-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  min-width: 430px;
  width: 430px;
}

@media (max-width: 575.98px) {
  .messages .chat .message-left {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat .message-left {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages .chat .message-left {
    width: 100%;
    min-width: 100%;
  }
}

.messages .chat .message-left .chat-head-left {
  background-image: url("/img/elements/man-chat.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 4px solid #fff;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  position: relative;
}

.messages .chat .message-left .chat-head-left .active {
  width: 15px;
  height: 15px;
  background-color: #12E398;
  border-radius: 15px;
  border: 3px solid #fff;
  position: absolute;
  right: 5px;
  bottom: 8px;
}

.messages .chat .message-left .msg {
  background: #7a73ff;
  background: linear-gradient(22deg, #7a73ff 0%, #b364e8 100%);
  border-radius: 20px;
  padding: 1rem;
}

.messages .chat .message-left .msg p {
  color: #fff;
  font-size: .9rem;
  line-height: 1.3rem;
  margin-bottom: .4rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat .message-left .msg p {
    font-size: .7rem;
  }
}

.messages .chat .message-left .msg span {
  color: rgba(255, 255, 255, 0.7);
  font-size: .6rem;
}

.messages .chat .message-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  min-width: 430px;
  width: 430px;
}

@media (max-width: 575.98px) {
  .messages .chat .message-right {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat .message-right {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages .chat .message-right {
    width: 100%;
    min-width: 100%;
  }
}

.messages .chat .message-right .chat-head-right {
  background-image: url("/img/elements/woman-chat.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 4px solid #fff;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  position: relative;
}

.messages .chat .message-right .chat-head-right .active {
  width: 15px;
  height: 15px;
  background-color: #12E398;
  border-radius: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 5px;
  bottom: 8px;
}

.messages .chat .message-right .msg {
  text-align: right;
  border-radius: 20px;
  padding: 1rem;
  -webkit-box-shadow: 0px 0px 20px #f5f5f5;
  box-shadow: 0px 0px 20px #f5f5f5;
}

.messages .chat .message-right .msg p {
  font-size: .9rem;
  line-height: 1.3rem;
  margin-bottom: .4rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat .message-right .msg p {
    font-size: .7rem;
  }
}

.messages .chat .message-right .msg span {
  font-size: .6rem;
}

.messages .chat .message-right.typing .msg {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.messages .chat .message-right.typing p {
  margin: 0;
}

.messages .chat .msg-1 {
  top: -60px;
  right: -550px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.messages .chat .msg-2 {
  top: 345px;
  left: 540px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.messages .chat .msg-3 {
  top: 200px;
  left: 670px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.messages .chat .msg-4 {
  top: 340px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.messages .chat .type-text {
  background-color: #FCFCFE;
  border-radius: 20px;
  padding: 1.3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .messages .chat .msg-1 {
    top: 0px;
    right: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-2 {
    top: 125px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-3 {
    top: 230px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-4 {
    top: 340px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .messages .chat .msg-1 {
    top: 0px;
    right: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-2 {
    top: 125px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-3 {
    top: 230px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-4 {
    top: 340px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .messages .chat .msg-1 {
    top: 0px;
    right: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-2 {
    top: 125px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-3 {
    top: 230px;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .messages .chat .msg-4 {
    top: 340px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

/* #endregion Messages */
/* #region Scroll section */
.scrollContainer {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.white-bg {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(36%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 36%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 400px;
}

#phone-scene {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  float: right;
}

.demo {
  margin-bottom: -10px;
  z-index: -10;
  margin-top: 350px;
  width: 100%;
  height: 4500px;
  padding-top: 200px;
  position: relative;
}

@media (max-width: 575.98px) {
  .demo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .demo {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .demo {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .demo {
    height: 3500px;
  }
}

.demo h6 {
  color: #9C9DB9;
  margin-bottom: .2rem;
}

.demo p {
  color: #B8B8D4;
  line-height: .9rem;
}

.demo .main-text {
  opacity: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
  width: 40vw;
  left: 22vh;
}

.demo .main-text p {
  line-height: 1.65rem;
}

.demo .main-phone {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  left: 50%;
  height: 80vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

.demo .header-img {
  height: 20vh;
  position: -webkit-sticky;
  position: sticky;
  top: 12vh;
  left: 50%;
  margin-top: -660px;
  z-index: 0;
}

.demo .profile-img {
  height: 13vh;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  left: -50%;
  margin-top: -860px;
  z-index: 0;
  margin-left: -250px;
}

.demo .profile-user {
  width: 175px;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  left: 70%;
  margin-top: -540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.demo .profile-user h6 {
  font-size: 16px;
}

.demo .profile-user span {
  font-size: .6rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .profile-user {
    width: 130px;
  }
}

.demo .about-sec {
  width: 376px;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  left: 15.8%;
  margin-top: -540px;
  padding: 1.2rem;
  border-radius: 20px;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .about-sec {
    width: 291px;
    left: 14%;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .demo .about-sec {
    padding-left: 2rem;
    padding-right: 2.9rem;
  }
}

.demo .about-sec h6 {
  font-size: 1.1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .about-sec h6 {
    font-size: .9rem;
  }
}

.demo .about-sec p {
  font-size: .8rem;
  line-height: 1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .about-sec p {
    font-size: .65rem;
  }
}

.demo .status-sec {
  width: 403px;
  position: -webkit-sticky;
  position: sticky;
  top: 17vh;
  left: 11%;
  margin-bottom: -330px;
  padding: 1.2rem;
  border-radius: 20px;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .status-sec {
    width: 291px;
  }
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .demo .status-sec {
    padding-left: 2rem;
    padding-right: 2.9rem;
  }
}

.demo .status-sec h6 {
  font-size: 1.1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .status-sec h6 {
    font-size: .9rem;
  }
}

.demo .status-sec p {
  font-size: .8rem;
  line-height: 1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .status-sec p {
    font-size: .65rem;
  }
}

.demo .body-sec {
  width: 402px;
  position: -webkit-sticky;
  position: sticky;
  top: 16.7vh;
  left: 11%;
  padding: 1.2rem;
  border-radius: 20px;
}

.demo .body-sec .body-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .3rem;
}

.demo .body-sec .body-badge p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-right: .4rem;
  border: 1px solid #b9b9b9;
  padding: .2rem .4rem;
  border-radius: 40px;
}

@media (min-width: 1200px) and (max-width: 3000px) {
  .demo .body-sec {
    padding-left: 2rem;
    padding-right: 2.9rem;
  }
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .body-sec {
    width: 291px;
  }
}

.demo .body-sec h6 {
  font-size: 1.1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .body-sec h6 {
    font-size: .9rem;
  }
}

.demo .body-sec p {
  font-size: .8rem;
  line-height: 1rem;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  .demo .body-sec p {
    font-size: .65rem;
  }
}

.demo .nav-sec {
  height: 22vh;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  left: 50%;
  z-index: 0;
}

.demo .btn-sec {
  height: 22vh;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  left: 50%;
  z-index: 0;
}

#trigger-2 {
  position: absolute;
  top: 50%;
}

@media (min-width: 1200px) and (max-width: 1536.98px) {
  #trigger-2 {
    top: 60%;
  }
}

.your-profile-mob {
  overflow: hidden;
  display: none;
}

@media (max-width: 575.98px) {
  .your-profile-mob {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob {
    margin-top: 4rem;
    display: block;
  }
}

.your-profile-mob h2,
.your-profile-mob p {
  text-align: center;
}

.your-profile-mob .mob-phone-scene {
  width: 100%;
  height: 790px;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene {
    height: 660px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene {
    height: 660px;
  }
}

.your-profile-mob .mob-phone-scene h6 {
  margin-bottom: .4rem;
}

.your-profile-mob .mob-phone-scene p {
  text-align: start;
  font-size: 0.7rem;
  line-height: 1.4;
}

.your-profile-mob .mob-phone-scene .main-phone {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .main-phone {
    width: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .main-phone {
    width: 300px;
  }
}

.your-profile-mob .mob-phone-scene .header-img {
  width: 87%;
  margin-top: 21px;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -2;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .header-img {
    width: 38%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .header-img {
    width: 28%;
  }
}

.your-profile-mob .mob-phone-scene .head {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .head {
    width: 45%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .head {
    width: 34%;
  }
}

.your-profile-mob .mob-phone-scene .head .profile-img {
  width: 110px;
  margin-left: 29px;
  margin-top: -30px;
}

.your-profile-mob .mob-phone-scene .head .profile-user {
  width: 130px;
  margin-left: -10px;
  margin-top: -15px;
}

.your-profile-mob .mob-phone-scene .about-sec {
  width: 65%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .about-sec {
    width: 32%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .about-sec {
    width: 24%;
  }
}

.your-profile-mob .mob-phone-scene .status-sec {
  width: 65%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .status-sec {
    width: 32%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .status-sec {
    width: 24%;
  }
}

.your-profile-mob .mob-phone-scene .body-sec {
  width: 65%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .your-profile-mob .mob-phone-scene .body-sec {
    width: 32%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .your-profile-mob .mob-phone-scene .body-sec {
    width: 24%;
  }
}

.your-profile-mob .mob-phone-scene .body-sec .body-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .3rem;
}

.your-profile-mob .mob-phone-scene .body-sec .body-badge p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-right: .4rem;
  border: 1px solid #b9b9b9;
  padding: .2rem .4rem;
  border-radius: 40px;
}

.your-profile-mob .mob-phone-scene .nav-sec {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: -1;
}

.your-profile-mob .mob-phone-scene .btn-sec {
  position: absolute;
  bottom: 78px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* #endregion Scroll section */
/* #region Footer */
@-webkit-keyframes logo-pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes logo-pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

footer {
  background-color: #fff;
  z-index: 50;
}

@media (max-width: 575.98px) {
  footer {
    background-image: url("/img/bg/footer-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer {
    padding-top: 5rem;
    background-image: url("/img/bg/footer-bg.png");
    background-position: -220px 60%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

footer .container {
  z-index: 1000;
  background: #fff;
}

@media (max-width: 575.98px) {
  footer .container {
    background: transparent;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .container {
    background: transparent;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .container {
    background: transparent;
  }
}

footer .copy {
  font-size: .8rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .copy {
    margin-top: 7rem !important;
  }
}

@media (max-width: 575.98px) {
  footer .footer-bg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-bg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-bg {
    display: inline-block;
    width: 120%;
  }
}

@media (max-width: 575.98px) {
  footer h2 {
    text-align: center;
  }

  footer h2 .emoji-img {
    display: none;
  }
}

footer .download-btns-section .emoji-img {
  display: none;
}

@media (max-width: 575.98px) {
  footer .download-btns-section .emoji-img {
    display: inline-block;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  footer .download-btns-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .download-btns-section a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px 0px 1rem 0px !important;
  }
}

footer .footer-logo {
  position: absolute;
  -webkit-animation: logo-pulse .9s ease-in-out infinite;
  animation: logo-pulse .9s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media (max-width: 575.98px) {
  footer .footer-logo {
    position: relative;
    margin-bottom: 1.5rem;
  }
}

.links a {
  text-decoration: none;
  color: black;
  margin: 0px .7rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.links a:hover {
  color: #6D66FF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* #endregion Footer */
/* #endregion HOME ========================= */
/* #region TERMS OF USE ==================== */
/* #region Main */
@media (max-width: 575.98px) {
  .terms-hero {
    overflow: hidden;
  }
}

.terms-hero img {
  height: 400px;
}

@media (max-width: 575.98px) {
  .terms-hero img {
    height: unset;
    width: auto;
    height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #main {
    padding: 0px 6rem;
  }
}

#main h6 {
  margin-bottom: .7rem;
  font-size: .9rem;
}

#main p {
  margin-bottom: .6rem;
}

/* #endregion Main */
/* #endregion TERMS OF USE ================= */
/* #region CONTACT ========================= */
/* #region Main */
#contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#contact label {
  font-weight: 600;
  margin-bottom: .2rem;
}

#contact button {
  outline: none;
  border: none;
}

#contact .input-group {
  position: relative;
}

#contact .input-group input {
  border-radius: 5px;
  padding: 1.5rem 2rem;
  padding-left: 2.8rem;
  width: 100%;
  max-width: 100%;
}

#contact .input-group textarea {
  border-radius: 5px;
  padding: .8rem 2rem;
  padding-left: .8rem;
  width: 100%;
  max-width: 100%;
  height: 144px;
  min-height: 100%;
}

#contact .input-group i {
  position: absolute;
  left: .9rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* #endregion Main */
/* #endregion CONTACT ====================== */

/*# sourceMappingURL=style.css.map */



/* * DODATAK */

ol,
ul {
  list-style-position: inside;
}

.pdf_page .textlayer {
  overflow: hidden;
}