/* @font-face {
    font-family: 'Nexa-Bold';
    src: url('../fonts/Nexa-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') ;
  }
  @font-face {
    font-family: 'Nexa-Light';
    src: url('../fonts/Nexa-Light.woff') format('woff');
  } */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import '../fonts/fonts-style/stylesheet.css';

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Nexa', sans-serif;
  font-weight: lighter;
}

.uppercase {
  text-transform: uppercase;
  list-style: none;
}

main section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
/**************** HEADER ****************/
.top-bar {
  display: flex;
  position: fixed;
  z-index: 999;
  min-width: 100%;
  height: 48px;
  justify-content: space-between;
  opacity: 1;
  border: solid 1px #f5f5f5;
  background-color: #ffffff;
  align-items: center;
  top: 0;
}

.top-bar nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.top-bar nav ul li .top-menu-item {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.73;
  letter-spacing: 2.54px;
  color: #273d54;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top-bar nav ul li .top-menu-item:hover,
.top-bar nav ul li .top-menu-item:active {
  color: #58b554;
}
.logo-container {
  padding-left: 20px;
  cursor: pointer;
}
.logo-container .top-logo {
  width: 130px;
  height: auto;
}

header.top-bar nav {
  padding-right: 20px;
}
.separator {
  height: 8px;
  width: 1px;
  background-color: #979797;
}

/**************************************/

/************** HERO BG SECTION ************/
#myVideo {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 100%;
  width: auto;
  max-height: 680px;
  z-index: -100;
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 100%;
  background: black;
  opacity: 0.2;
  width: 100%;
  height: 680px;
  z-index: 100;
}

.hero-content {
  position: relative;
  text-align: center;
  z-index: 988;
  padding-top: 110px;
}

.hero-content h1 {
  font-family: 'Nexa', sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
}

.hero-content h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  background: #58b554;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px;
}

.hero-content p {
  font-size: 18px;

  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 35px;
}
.hero-content p strong {
  font-family: 'Nexa-Bold', sans-serif;
  font-weight: bold;
}

.hero-content a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #58b554;
  text-decoration: none;
  font-family: 'Nexa-Bold', sans-serif;
}
.hero-popup-button span img {
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.hero-popup-button span {
  display: inherit;
}
.hero-popup-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hero-popup-button a:active img,
.hero-popup-button a:hover img {
  margin-right: 5px;
}
.Rectangle-popup {
  display: none;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 0%;
  margin: 0 auto;
  right: 0%;
  background: transparent;
  transform: translateY(-50%);
}
.Rectangle-popup2 {
  display: none;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background: transparent;
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 0%;
  margin: 0 auto;
  right: 0%;
  background: transparent;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .Rectangle-popup2,
  .Rectangle-popup {
    max-width: 85%;
  }
}
#g-recaptcha-replace > div {
  display: inline-block;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 990;
  width: 100%;
  height: 100%;
  display: none;
}
.cover-visible {
  display: block !important;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.show {
  display: block !important;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.close {
  position: absolute;
  right: -45px;
  top: -9px;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  padding: 10px;
}
.close:before,
.close:after {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.close:hover:before,
.close:active:before,
.close:hover:after,
.close:active:after {
  background-color: #58b554;
}

@media (max-width: 767px) {
  .close {
    right: -10px;
    top: -45px;
  }
}

.close:before,
.close:after {
  position: absolute;
  left: 19px;
  content: ' ';
  height: 22px;
  width: 2px;
  top: 8px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.video-popup-open {
  z-index: 999;
  position: relative;
}

/**********************************/

/************* APP SHOWCASE SECTION ********************/
.app-showcase {
  display: flex;
  padding-top: 50px;
  z-index: 900;
  position: relative;
  justify-content: center;
}
section.app-showcase div {
  margin-right: -15px;
  margin-left: -15px;
}
.app-showcase div h2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.83px;
  text-align: center;
  color: #283e55;
  margin-top: 0px;
}

.app-showcase-mobile div h2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.83px;
  text-align: center;
  color: #283e55;
}
.app-showcase-mobile div p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  color: #5e5e5e;
}
.app-showcase div p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  color: #5e5e5e;
  padding-top: 25px;
}

.app-img-container {
  position: relative;
}

.app-showcase .app-img-container p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 17.5px;
  background-color: #59b554;
  padding: 10px 35px;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.left-app-screen .top {
  top: 100px;
  right: 40px;
}

.left-app-screen .middle {
  top: 35%;
  left: 40px;
}

.left-app-screen .bottom {
  top: 65%;
  left: 100px;
}
.center-app-screen .top {
  top: 50px;
  right: 40px;
}

.center-app-screen .middle {
  top: 24%;
  left: 40px;
}

.center-app-screen .bottom {
  top: 50%;
  left: 100px;
}
.right-app-screen .top {
  top: 120px;
  right: 40px;
}

.right-app-screen .middle {
  top: 42%;
  left: 40px;
}

.right-app-screen .bottom {
  top: 70%;
  right: 30px;
}
.app-img-container:hover p {
  visibility: visible;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#lottie {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
#lottie svg {
  height: 300px !important;
}
/****************************************/

/****************** CTA SECTON HOMEPAGE ***************/
section.call-to-action h2 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #283e55;
}

section.call-to-action p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
}

.call-to-action-button a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #273e55;
  text-decoration: none;
}

.call-to-action-button span img {
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.call-to-action-button span {
  display: inherit;
}

.call-to-action {
  padding-top: 120px;
  padding-bottom: 100px;
}
.call-to-action-button a:hover span img,
.call-to-action-button a:active span img {
  margin-right: 5px;
}
.app-showcase-mobile {
  display: none;
}
.slick-slide img {
  margin: 0 auto;
  width: 100%;
}
.slider-holder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  text-align: center;
  overflow: hidden;
  z-index: 990;
}

.slider-image {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.slick-slide {
  height: auto !important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  content: '';
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10.5px;
  height: 10.5px;
  border: solid 1px #d0d0d0;
  border-radius: 9px;
  background-color: #ffffff;
  position: relative;
  display: block;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}
li.slick-active button:before {
  background-color: #7d7d7d;
  border: solid 1px #7d7d7d;
}
.app-stores {
  padding-top: 30px;
  justify-content: center;
  display: flex;
}
.google-play-store-link {
  display: inline-block;
  margin-left: 13px;
}
.apple-store-link {
  display: inline-block;
  margin-right: 13px;
}
img.apple-store {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 169px;
}

img.google-play-store {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 169px;
}
/*******************************************/

/************ VIDEO POPUP SECTION *****************/

section.video-popup {
  background-size: cover;
  background: url(../images/play-video.jpg);
  text-align: center;
  min-height: 467px;
  display: flex;
  background-position: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  flex-direction: column;
  position: relative;
}
section.video-popup .font-ico-playing-fair {
  max-width: 464px;
  height: auto;
}
section.personal-data .font-ico-personal-data {
  max-width: 683px;
  height: auto;
}
/* image for redina devices */
@media only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  section.video-popup {
    background-image: url(../images/play-video@2x.jpg);
    background-size: auto 100%;
  }
}

.video-popup-button > a {
  opacity: 0.4;

  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.17px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.video-popup-button {
  position: absolute;
  left: 0;
  right: 0;
}

.video-popup-button a img {
  margin-bottom: 20px;
  margin-top: 41px;
}
/*************************************************/

.personal-data h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #58b554;
  margin-bottom: 45px;
  margin-top: 45px;
}

.personal-data p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
}

.personal-data {
  padding-top: 110px;
  padding-bottom: 175px;
  text-align: center;
}

.bg-gradient {
  background-image: linear-gradient(
    180deg,
    #f4f4f4 4%,
    rgba(255, 255, 255, 0.5) 32%
  );
  padding-bottom: 80px;
  padding-top: 100px;
  max-width: 100%;
}

.bg-gradient h2 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #283e55;
}

.bg-gradient p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
}

/****************** BASIC PAGE CONTENT ********************/

.app-basic-page h1 {
  font-family: Nexa;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #283e55;
  padding-bottom: 30px;
}
.app-basic-page {
  padding-top: 100px;
  z-index: 990;
  position: relative;
  justify-content: center;
  padding-bottom: 106px;
}
.app-basic-page {
  max-width: 717px;
}
.app-basic-page .body p {
  font-family: Nexa;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5e5e;
}
.app-basic-page .body.text-center p {
  text-align: center;
}
.app-basic-page .body h2 {
  padding: 20px 0;
  font-family: Nexa;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e5e5e;
  text-align: center;
}

/****************** KARMA SECTION ********************/

.columns-3 h2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: right;
  color: #283e55;
}

.columns-3 {
  display: flex;
  justify-content: center;
}

.columns-3 .left-box {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.columns-3 .left-box .span-wrap {
  padding-left: 20px;
}

.columns-3 .right-box {
  display: flex;
  align-items: center;
}

.columns-3 .right-box .span-wrap {
  padding-right: 20px;
  padding-left: 40px;
}

section.karma-info {
  padding: 60px 20px;
}
.karma-info-wrap {
  background: url(../images/logo-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 98%;
}

.columns-5 {
  display: flex;
  justify-content: space-evenly;
  padding-top: 100px;
  position: relative;
}
.columns-5:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 82%;
  top: 40px;
  margin: 0 auto;
  left: 0;
  z-index: 99;
  right: 0;
  background: #dddddd;
  opacity: 0.5;
}
.columns-4 {
  display: flex;
  justify-content: space-evenly;
}

.columns-5 p {
  max-width: 160px;

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
  margin-top: 30px;
}

.columns-5 div {
  text-align: center;
}
.karma-numbers-title h2 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  color: #283e55;
}

.karma-numbers-title {
  padding-top: 100px;
  padding-bottom: 50px;
}

.columns-4 h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.83px;
  text-align: center;
  color: #283e55;
}

.columns-4 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
  max-width: 200px;
  margin: 0 auto;
}

span.counter-box {
  background: #58b554;
  border-radius: 100%;
  max-width: 160px;
  min-height: 160px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;

  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
}

.columns-4 div {
  text-align: center;
  position: relative;
  width: 25%;
}

span.counter-box p {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
}
.additional-info hr {
  z-index: 99;
  position: relative;
  max-width: 900px;
  left: -5px;
}

.additional-info p:before {
  content: '';
  position: absolute;
  height: 98px;
  width: 1px;
  top: -18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #979797;
}

.additional-info {
  padding-top: 108px;
  text-align: center;
}

.additional-info p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #5e5e5e;
  padding-top: 130px;
  position: relative;
}
/*****************************************************/

/***************************************** FOOTER ****************/
footer {
  background: #323232;
  text-align: center;
  padding: 50px 20px;
}

.copyright p {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.73;
  letter-spacing: 1.57px;
  text-align: center;
  color: #767676;
}
nav.footer-menu ul li {
  padding: 0px 10px;
}
nav.footer-menu ul li .foot-menu-item {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: 1.86px;
  text-align: center;
  color: #ffffff;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
nav.footer-menu ul li .foot-menu-item:hover,
.nav.footer-menu ul li .foot-menu-item:active {
  color: #58b554;
}

nav.footer-menu ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons .fb-icon,
.social-icons .twiter-icon,
.social-icons .instagram-icon {
  font-size: 21px;
}
.social-icons > div {
  padding: 30px 10px;
}
.social-icons > div > a {
  padding: 20px 10px;
}

.social-icons > div i {
  color: #757575;
}
.social-icons > div > a:hover i,
.social-icons > div > a:active i {
  color: #59b554;
}
form.contact-footer {
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
}

input#email-field::-webkit-input-placeholder,
textarea#help::-webkit-input-placeholder {
  /* Edge */
  color: #c1c1c1;
}

input#email-field:-ms-input-placeholder,
textarea#help::-webkit-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

input#email-field::placeholder,
textarea#help::-webkit-input-placeholder {
  color: #c1c1c1;
}

input#email-field {
  width: 100%;
  background-color: #454545;
  border: none;
  padding: 15px;
  color: white;
  font-family: 'Nexa';
  font-weight: lighter;
  font-size: 16px;
  box-sizing: border-box;
}

textarea#help {
  background-color: #454545;
  border: none;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-family: 'Nexa';
  font-weight: lighter;
  font-size: 16px;
  box-sizing: border-box;
}
button#send-button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
}
.contact-footer .send-button-wrap img.ico {
  border-radius: 50%;
  margin-right: 10px;
  display: inline;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contact-footer .send-button-wrap {
  display: inherit;
  overflow: hidden;
}
.contact-footer .send-button-wrap > button[type='submit'] {
  float: right;
}
.contact-footer .send-button-wrap > button[type='submit']:hover img.ico,
.contact-footer .send-button-wrap > button[type='submit']:active img.ico {
  margin-right: 5px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: white;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}

.copyright {
  padding-top: 30px;
}
html {
  overflow-x: hidden;
}
.info-icon-megaphone {
  width: 64px;
  height: 64px;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 5px;
  object-fit: contain;
}
.info-icon-megaphone img {
  position: relative;
  top: 5px;
}
.info-icon-user-1 i {
  position: relative;
  top: 3px;
}
.info-icon-user-1 {
  width: 64px;
  height: 64px;
  padding: 5px;
  box-sizing: border-box;
  line-height: 64px;
  font-size: 60px;
  color: #57b554;
}
.info-icon-click,
.info-icon-app,
.info-icon-user,
.info-icon-search,
.info-icon-grid {
  width: 78px;
  height: 78px;
  background-color: #57b554;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  line-height: 78px;
  font-size: 38px;
}
.info-icon-click i,
.info-icon-app i,
.info-icon-user i,
.info-icon-search i,
.info-icon-grid i {
  position: relative;
  top: 3px;
}

/************************************/
/**************Responsive************/

@media screen and (min-width: 768px) {
  img.apple-store {
    width: 169px;
  }
  img.google-play-store {
    width: 169px;
  }
  section.karma-info {
    background-size: 200%;
  }
  .karma-info-wrap {
    margin-bottom: 120px;
  }
  section.video-popup .font-ico-playing-fair.mob {
    display: none;
  }
  section.video-popup .font-ico-playing-fair.desk {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .app-basic-page {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  section.video-popup img,
  section.personal-data img,
  .app-img-container img {
    max-width: 100%;
  }
  section.video-popup {
    min-height: 200px;
  }
  .video-popup-button a img {
    max-width: 50px;
    margin-bottom: 5px;
    margin-top: 17px;
  }
  .video-popup-button a {
    font-size: 7px;
  }
  .center-box {
    text-align: center;
    padding: 20px 0px;
  }
  .top-bar {
    position: relative;
    max-width: 100%;
    justify-content: center;
    min-width: unset;
  }
  header.top-bar nav {
    display: none;
  }
  .hero-content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    max-width: 90%;
  }
  .hero-content h3 {
    font-size: 14px;
  }
  .hero-content p br,
  .bg-gradient p br,
  .call-to-action p br,
  .personal-data p br {
    display: none;
  }
  .app-showcase,
  .columns-3,
  .columns-3 .left-box,
  .columns-3 .right-box,
  nav.footer-menu ul {
    flex-direction: column;
  }
  .columns-4 p {
    margin-bottom: 50px;
  }
  .columns-5,
  .columns-4 {
    flex-wrap: wrap;
  }
  .columns-5 p {
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .columns-4 {
    padding-top: 20px;
  }
  .columns-5 div {
    width: 50%;
  }
  .columns-3 .right-box .span-wrap,
  .columns-3 .left-box .span-wrap {
    padding: 0px;
  }
  section.karma-info {
    background-size: 200%;
  }
  .columns-3 .left-box {
    padding-right: 0px;
  }
  .columns-3 h2 {
    order: 2;
    text-align: center;
  }
  nav.footer-menu ul {
    padding: 0px;
  }
  section.video-popup .font-ico-playing-fair {
    max-width: 208px;
    height: auto;
  }
  section.personal-data .font-ico-personal-data {
    max-width: 95%;
    height: auto;
  }
  section.video-popup .font-ico-playing-fair.mob {
    display: inline-block;
  }
  section.video-popup .font-ico-playing-fair.desk {
    display: none;
  }
  .logo-container {
    padding: 10px 20px;
    padding-top: 15px;
  }
  .additional-info hr,
  .additional-info p:before,
  .columns-4 div:after {
    display: none;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero.section {
    position: relative;
  }
  #myVideo {
    transform: translate(-50%, 0%);
    height: 130%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .bg-overlay {
    display: none;
  }

  .additional-info {
    padding-top: 0px;
  }
  .additional-info p {
    padding-top: 0px;
  }
  .columns-4 div {
    width: 50%;
  }
  iframe {
    max-width: 100%;
  }
  .app-showcase-mobile {
    display: block;
  }
  section.app-showcase {
    display: none;
  }
  .columns-5:before {
    display: none;
  }
  span.counter-box {
    max-width: 120px;
    min-height: 120px;
    font-size: 22px;
  }
  .columns-4 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  section.video-popup .font-ico-playing-fair {
    max-width: 70%;
    height: auto;
  }
  section.personal-data .font-ico-personal-data {
    max-width: 70%;
    height: auto;
  }

  .top-bar {
    max-width: 100%;
    justify-content: space-between;
    z-index: 1000;
  }
  #myVideo {
    max-width: 100%;
  }
  .bg-overlay {
    display: none;
  }
  .hero-content {
    padding-top: 70px;
    margin-bottom: -30px;
  }
  .app-img-container img {
    max-width: 100%;
  }
  .app-showcase div p {
    font-size: 16px;
    padding: 15px;
  }
  .center-box img {
    max-width: 100%;
  }
  .center-box {
    text-align: center;
  }
  .columns-5 p {
    font-size: 14px;
    padding: 0px 10px;
  }
  span.counter-box {
    max-width: 130px;
    min-height: 130px;
    font-size: 20px;
  }
  .columns-4 h3 {
    font-size: 18px;
  }
  .columns-4 p {
    font-size: 14px;
    padding: 10px;
  }
  .additional-info hr {
    left: 0px;
  }
  nav.footer-menu ul {
    padding: 0px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .hero-content {
    padding-top: 100px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  img.apple-store {
    width: 140px;
  }
  img.google-play-store {
    width: 140px;
  }
}

@media screen and (max-width: 640px) and (min-width: 300px) {
  img.apple-store {
    width: 130px;
  }
  img.google-play-store {
    width: 130px;
  }
}

.careers-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6x;
  padding-right: 6x;
  background-color: #202435;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Nexa;
  font-size: 18px;
  color: #fff;
}

.careers-footer .link {
  color: #59b554;
  text-decoration: none;
}

.careers-footer .link:hover {
  text-decoration: underline;
}

.extra-bottom-padding {
  height: 32px;
}
