body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing-hero-section {
  overflow: visible;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-landing {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-landing.anim--flyin--medium {
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__logo {
  display: inline-block;
  width: 120px;
  height: 50px;
  margin-right: 27px;
  background-image: url('../images/logo_vow_bw.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.53;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer__logo:hover {
  opacity: 1;
}

.footer__logo.div_logo_2 {
  background-image: url('../images/logo_sid_bw.svg');
}

.footer__logo.div_logo_3 {
  width: 140px;
  background-image: url('../images/logo_cba_bw.svg');
}

.footer__logo.div_logo_4 {
  width: 65px;
  background-image: url('../images/logo_txi_bw.svg');
}

.heading {
  max-width: 1000px;
  margin-top: 70px;
  font-family: Helveticaneue, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  letter-spacing: -1.2px;
}

.body {
  overflow: visible;
  height: 100%;
  font-family: Helveticaneue, sans-serif;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}

.navbar-light {
  display: block;
  margin-top: 9px;
  background-color: transparent;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Helveticaneue, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.nav-link:hover {
  box-shadow: inset 0 -4px 0 0 #fff;
}

.nav-link.is--dark {
  color: #000;
}

.nav-link.is--dark:hover {
  box-shadow: inset 0 -4px 0 0 #000;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.linkhover {
  display: inline-block;
  margin-left: 25px;
  opacity: 0.48;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: none;
}

.linkhover:hover {
  opacity: 1;
}

.text-block-2 {
  opacity: 0.48;
  color: #fff;
}

.brand {
  margin-right: auto;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading2 {
  max-width: 700px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 600px;
}

.html-embed {
  width: 30px;
  height: 30px;
  margin-left: 9px;
  color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.footer {
  padding-top: 79px;
  padding-bottom: 79px;
  background-color: #21212a;
}

.footer-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container1400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container1400.margin-top--small {
  margin-top: 70px;
}

.container1400.margin-top--big {
  margin-top: 140px;
}

.container1400.margin-top--big.margin-bottom-big {
  margin-bottom: 140px;
}

.novilink {
  display: inline-block;
  margin-right: 37px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
}

.novilink:hover {
  box-shadow: inset 0 -4px 0 0 #fff;
}

.text-block-3 {
  display: block;
  max-width: 300px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.text-block-4 {
  display: inline-block;
  margin-top: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: right;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-7 {
  display: inline-block;
  width: 80px;
  height: 60px;
  margin-right: 32px;
  background-image: url('../images/es_logo_light.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-5 {
  max-width: 700px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  color: #737375;
  text-align: center;
}

.h2 {
  width: 65%;
  margin-top: 43px;
  font-family: Helveticaneue, sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
}

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e4d7d7;
  box-shadow: 0 35px 35px -20px #e2e2e2;
  text-decoration: none;
}

.project__logodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15% 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(215deg, #ab9aff, #512efd);
}

.project__logodiv.txi-styling {
  background-image: linear-gradient(219deg, #d4f2ff, #fff);
}

.project__logodiv.sid_styling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(218deg, #71bdff 65%, #0c68f1);
}

.project__logodiv.cashbackapp-styling {
  background-image: linear-gradient(219deg, #db515a, #6f181e);
}

.project__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.project__logo {
  width: 200px;
  height: 200px;
  background-image: url('../images/logo_vow.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project__logo.logo--txi {
  background-image: url('../images/logo_txi.svg');
}

.project__logo.logo--cashbackapp {
  width: 240px;
  background-image: url('../images/logo_cashbackapp-45.svg');
  background-position: 50% 50%;
}

.project__logo.logo--singleid {
  position: static;
  width: 200px;
  background-image: url('../images/logo_singleid.svg');
  background-position: 50% 50%;
}

.project__info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
}

.text-block-7 {
  display: inline-block;
  opacity: 0.3;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.projects__info__arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../images/link_arrow.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-8 {
  padding-bottom: 25px;
  font-family: Helveticaneue, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.heading-2 {
  font-family: Helveticaneue, sans-serif;
  color: #333;
  font-size: 35px;
  font-weight: 400;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  background-color: #f3f3f3;
}

.wrapper-copy2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  margin: -33px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper-copy3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 203px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3-copy {
  opacity: 1;
  font-family: Helveticaneue, sans-serif;
  color: #818181;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
}

.text-block-6-copy {
  margin-top: 43px;
  padding-bottom: 31px;
  font-family: Helveticaneue, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.div_grey {
  position: absolute;
  width: 100%;
  height: 4px;
  margin-top: -10px;
  background-color: #ebebeb;
  color: #000;
  line-height: 15px;
}

.div-block-15 {
  position: relative;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}

.div_black {
  position: absolute;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 4px;
  margin-top: -10px;
  background-color: #000;
  line-height: 15px;
}

.bigheader {
  font-family: Helveticaneue, sans-serif;
  color: #d4d4d4;
  font-size: 40px;
  font-weight: 300;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  text-decoration: none;
}

.news__arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.news__date {
  display: inline-block;
  min-width: 60px;
  margin-right: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #a3a3a3;
  font-size: 18px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0px;
}

.news__title {
  margin-right: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 25px;
  line-height: 26px;
  font-weight: 300;
}

.body-3 {
  font-family: Helveticaneue, sans-serif;
}

.mobilenav-white {
  display: none;
}

.burgerline_top {
  width: 35px;
  height: 3px;
  background-color: #fff;
}

.burgerline_bottom {
  width: 35px;
  height: 3px;
  background-color: #fff;
}

.mobilenav-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20% 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 0;
}

.mediumheader {
  font-family: Helveticaneue, sans-serif;
  color: #d4d4d4;
  font-size: 28px;
  font-weight: 300;
}

.mediumheader.paint--black {
  color: #000;
}

.mobilenav-div-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobilenav-div-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11 {
  color: #676767;
  font-size: 16px;
}

.text-block-12 {
  margin-top: 10px;
  color: #000;
  font-size: 21px;
}

.image {
  width: 70px;
}

.section--footer {
  padding-top: 80px;
  padding-bottom: 14px;
  background-color: #21212a;
}

.footer-01 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer__eslogo {
  width: 80px;
  height: 60px;
  margin-right: 29px;
}

.section--numbers {
  margin-top: 357px;
  margin-bottom: 357px;
}

.div-block-16 {
  display: -ms-grid;
  display: grid;
  margin-top: 73px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile__name {
  display: block;
  font-size: 26px;
  font-weight: 400;
}

.profile__image {
  width: 100%;
}

.profile__links {
  margin-top: 17px;
}

.profile__twitter {
  width: 27px;
  height: 27px;
  background-image: url('../images/logo__twitter.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.profile__twitter:hover {
  opacity: 1;
}

.profile__linkedin {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background-image: url('../images/logo__linkedin.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.profile__linkedin:hover {
  opacity: 1;
}

.profile__description {
  display: none;
  margin-top: 21px;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 22px;
}

.profile__title {
  color: #bdbdbd;
  font-size: 18px;
}

.section-5 {
  padding-top: 106px;
  padding-bottom: 106px;
  background-color: #f7f7f7;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: stretch;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 1fr 0.5fr;
  grid-template-columns: 0.75fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.numbers1-container {
  margin-right: 27px;
}

.section-6 {
  height: 1400px;
}

.text-block-13 {
  width: 90%;
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
}

.coverage {
  margin-bottom: 50px;
}

.counter {
  display: inline-block;
  font-size: 100px;
  line-height: 70px;
  font-weight: 500;
}

.coverage__text {
  display: block;
  font-size: 22px;
}

.example {
  display: none;
  margin-top: -45px;
  padding-top: 0px;
  font-size: 52px;
  line-height: 160px;
}

.counter2 {
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 0px;
}

.coverage__additional {
  display: inline-block;
  font-size: 100px;
  font-weight: 500;
}

.div-block-20 {
  width: 30%;
}

.paragraph {
  width: 30%;
}

.section-9 {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  width: 200px;
  height: 200px;
  background-color: #000;
}

.text-block-14 {
  font-size: 45px;
}

.div-block-23 {
  margin-top: 142px;
}

.div-block-23.anim--flyin--slow {
  width: 50%;
  margin-right: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-24 {
  height: 300px;
  margin-top: 0px;
  background-color: #866161;
}

.div-block-24.anim--flyin--slow {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container1400_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container1400_02.margin-top--small {
  margin-top: 70px;
}

.container1400_02.margin-top--big {
  margin-top: 140px;
}

.container1400_02.margin-top--big.margin-bottom-big {
  margin-bottom: 140px;
}

.div-block-25 {
  display: inline-block;
  width: 60px;
  height: 40px;
  background-image: url('../images/spacer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-15 {
  display: inline-block;
  margin-top: 9px;
  margin-left: 19px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-26 {
  width: 100%;
  height: 900px;
  background-image: url('../images/image_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-26.newimg {
  position: relative;
  overflow: visible;
  background-image: url('../images/image_02.jpg');
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
}

.div-block-28 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 46px;
  border: 3px solid #000;
}

.div-block-29 {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: -10%;
  width: 390px;
  height: 300px;
  background-image: url('../images/hoveirmage_01.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-29.anim--flyin--medium {
  left: -8%;
  top: auto;
  right: auto;
  bottom: -6%;
  width: 390px;
}

.div-block-29.anim--flyin--fast {
  left: -8%;
  top: auto;
  right: auto;
  bottom: -6%;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-16 {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.link {
  padding: 30px 61px;
  border: 2px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 19px;
}

.link:hover {
  background-color: #000;
  color: #fff;
}

.footer2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1400px;
  margin: 45px auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer2.anim--flyin--medium {
  position: static;
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (max-width: 991px) {
  .footer-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logos {
    margin-right: auto;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .footer__links {
    margin-right: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .linkhover.nomargin {
    margin-left: 0px;
  }

  .brand {
    z-index: 2;
    margin-right: auto;
  }

  .footer-02 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    height: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-7 {
    width: 100px;
    height: 100px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }

  .h2 {
    width: 75%;
  }

  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project__info {
    padding: 28px 27px;
  }

  .section-2 {
    margin-top: 120px;
  }

  .wrapper-copy2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .news__arrow {
    width: 25px;
    height: 25px;
    margin-left: auto;
  }

  .news__date {
    width: 30px;
    min-width: 30px;
  }

  .news__title {
    font-size: 22px;
  }

  .mobilenav-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    display: none;
    margin-left: auto;
  }

  .burgerline_top.is--dark {
    background-color: #000;
  }

  .burgerline_bottom {
    margin-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .burgerline_bottom.is--dark {
    background-color: #070707;
  }

  .mobilenav-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mediumheader.paint--black {
    color: #000;
  }

  .mediumheader.paint--black.margin-top.extramargin {
    margin-top: 30%;
  }

  .mobilenav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #333;
    text-decoration: none;
  }

  .footer-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-17 {
    display: none;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coverage {
    margin-top: 16px;
  }

  .counter {
    font-size: 80px;
  }

  .coverage__additional {
    font-size: 80px;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-23.anim--flyin--slow {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-24.anim--flyin--slow {
    width: auto;
  }

  .container1400_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-26 {
    height: 400px;
    background-position: 50% 0%;
  }

  .div-block-29.anim--flyin--fast {
    bottom: -18%;
  }

  .div-block-30 {
    margin-top: 0px;
  }

  .footer2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-right: 20px;
  }

  .h2 {
    width: 90%;
  }

  .section-2 {
    margin-top: 80px;
  }

  .container1400_02 {
    grid-auto-flow: row;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-26 {
    height: 600px;
  }
}

@media screen and (max-width: 479px) {
  .landing-hero-section {
    height: 100%;
  }

  .footer__logo {
    width: 90px;
    margin-right: 15px;
  }

  .footer__logo.div_logo_3 {
    width: 120px;
  }

  .footer__logo.div_logo_4 {
    width: 55px;
  }

  .heading {
    font-size: 32px;
    line-height: 30px;
  }

  .heading2 {
    font-size: 18px;
    line-height: 23px;
  }

  .background-video {
    height: 100%;
  }

  .container1400.margin-top--big.margin-bottom-big {
    margin-top: 102px;
  }

  .h2 {
    width: 100%;
    font-size: 23px;
    line-height: 27px;
  }

  .project__logodiv {
    padding: 0% 45px;
  }

  .project__info {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .project__logo {
    width: 160px;
    height: 160px;
  }

  .project__logo.logo--cashbackapp {
    width: 160px;
  }

  .project__logo.logo--singleid {
    width: 160px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .news {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .burgerline_top {
    position: relative;
    z-index: 2;
  }

  .burgerline_bottom {
    position: relative;
    z-index: 2;
    margin-top: 8px;
  }

  .section--numbers {
    margin-top: 0px;
    margin-bottom: 86px;
  }

  .div-block-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .profile__image {
    width: 80%;
  }

  .div-block-23.anim--flyin--slow {
    margin-top: 0px;
  }

  .div-block-24.anim--flyin--slow {
    margin-top: 30px;
  }

  .div-block-26 {
    height: 400px;
  }

  .div-block-27 {
    margin-top: 5px;
  }

  .div-block-29.anim--flyin--fast {
    left: -14%;
    bottom: -10%;
    width: 280px;
  }

  .div-block-30 {
    margin-top: 158px;
  }
}

#w-node-d455e653-01ae-491d-61cd-6195385d0421-a4cf175b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-div-block-11-ea051ae2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeueBold.ttf') format('truetype'), url('../fonts/HelveticaNeueCondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condensed';
  src: url('../fonts/HelveticaNeueCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.otf') format('opentype'), url('../fonts/HelveticaNeue-MediumCond.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue condensed';
  src: url('../fonts/HelveticaNeue-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-ExtBlackCond.otf') format('opentype'), url('../fonts/HelveticaNeue-Heavy.otf') format('opentype'), url('../fonts/HelveticaNeue-HeavyCond.otf') format('opentype'), url('../fonts/HelveticaNeue-BlackCond.otf') format('opentype'), url('../fonts/HelveticaNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}