.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 90px;
  -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;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-content {
  width: 45%;
  padding: 30px;
}

.hero-content.r1 {
  position: relative;
  z-index: 1;
}

.hero-content.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.8em;
  line-height: 105%;
  font-weight: 800;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 73px;
  opacity: 0.8;
  font-size: 1.4em;
  line-height: 150%;
}

.btn-wrapper {
  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;
}

.btn-wrapper.center {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #555ad7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.btn:hover {
  background-color: #7b80ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn.leftm {
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #555ad7;
}

.btn.leftm:hover {
  border-color: #555ad7;
}

.btn.reg {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: 600;
}

.store-icon {
  height: 30px;
  margin-right: 10px;
}

.t-small-download {
  font-size: 10px;
  line-height: 13px;
}

.t-store-name {
  font-size: 1.2em;
  line-height: 100%;
  font-weight: 600;
}

.section-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar {
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -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;
}

.img-logo {
  width: 200px;
}

.navlink {
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-transform: uppercase;
}

.navlink:hover {
  opacity: 1;
  text-decoration: underline;
}

.navlink.cta {
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
}

.navlink.cta:hover {
  border-color: #7b80ff;
  background-color: #7b80ff;
  text-decoration: none;
}

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

.hero-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  mix-blend-mode: hard-light;
  -o-object-fit: contain;
  object-fit: contain;
}

.title-wrapper {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.title-wrapper.ct {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.title-wrapper.large {
  max-width: 100%;
}

.content {
  padding: 30px;
}

.content._45 {
  width: 45%;
}

.content._40 {
  width: 40%;
}

.content._50 {
  width: 50%;
}

.content._60 {
  width: 55%;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 115%;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 3.7em;
  line-height: 105%;
  font-weight: 800;
}

.section-title.nm {
  margin-bottom: 20px;
}

.section-title.small {
  font-size: 2.5em;
  line-height: 130%;
  font-weight: 600;
}

.p-reg {
  opacity: 0.8;
  font-size: 15px;
  line-height: 23px;
}

.p-reg.large {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 150%;
}

.p-reg.large.maxw {
  max-width: 350px;
}

.section {
  padding: 50px 10px;
}

.section.alt {
  background-color: #555ad7;
  color: #fff;
}

.section.alt2 {
  background-color: #f0f0f0;
}

.section.alt3 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2a2c33;
  color: #fff;
}

.section.cta-s {
  position: relative;
  padding-top: 420px;
  background-color: #000;
  color: #fff;
}

.section.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.first {
  padding-top: 120px;
}

.icon-feature {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.icon-wrapper {
  display: block;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-top: -22px;
  margin-bottom: 20px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #555ad7;
  border-radius: 360px;
  background-color: #555ad7;
}

.grid-4x {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-wrapper {
  position: relative;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 10px;
}

.feature-wrapper.slide0 {
  border-radius: 8px;
}

.img-auto {
  width: 100%;
  height: auto;
}

.img-auto.abs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-scroll-bot {
  position: relative;
  z-index: 1;
}

.scroll-wrapper-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -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: hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.scroll-wrapper-bot:hover {
  border-width: 2px;
  border-color: #fff;
}

.scroll-s {
  width: 8px;
}

.link-text {
  display: block;
  margin-top: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555ad7;
  font-size: 1.2em;
  line-height: 105%;
  font-weight: 600;
  text-decoration: none;
}

.link-text:hover {
  padding-left: 3px;
  color: #7b80ff;
}

.link-text.w {
  color: #fff;
}

.pretitle {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 15px;
  border-radius: 360px;
  background-color: rgba(123, 128, 255, 0.2);
  color: #555ad7;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pretitle.w {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.img-cta {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-right: 140px;
  padding-bottom: 215px;
  padding-left: 140px;
  mix-blend-mode: hard-light;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555ad7;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #7b80ff;
  text-decoration: underline;
}

.wrapper-line {
  padding-right: 10px;
  padding-left: 10px;
}

.line-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(42, 44, 51, 0.3);
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:hover {
  border-color: #2a2c33;
}

.input:focus {
  border-color: #555ad7;
}

.input.area {
  min-height: 100px;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #555ad7;
  border-radius: 16px;
  background-color: rgba(85, 90, 215, 0.1);
  color: #191a36;
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .hero-wrapper {
    min-height: auto;
    padding-bottom: 0px;
  }

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

  .hero-content.r1 {
    width: 100%;
  }

  .hero-content.right {
    display: block;
    width: 100%;
  }

  .hero-p {
    padding-right: 0px;
  }

  .section-nav {
    padding-right: 80px;
    padding-left: 80px;
  }

  .navlink {
    opacity: 1;
  }

  .navlink:hover {
    text-decoration: none;
  }

  .navlink.cta {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
  }

  .navlink.cta:hover {
    border-color: #555ad7;
    background-color: #555ad7;
  }

  .nav-menu {
    padding: 20px;
    background-color: #555ad7;
  }

  .hero-img {
    position: static;
    padding-left: 0%;
  }

  .content._45 {
    width: 100%;
  }

  .content._40 {
    width: 100%;
  }

  .content._50 {
    width: 100%;
  }

  .content._60 {
    width: 100%;
  }

  .section {
    padding: 50px 80px;
  }

  .section.alt3.pad-top {
    padding-top: 220px;
  }

  .section.cta-s {
    padding-top: 209px;
  }

  .grid-4x {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .img-cta {
    padding-right: 59px;
    padding-bottom: 320px;
    padding-left: 59px;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-b {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-h1 {
    font-size: 4.3em;
  }

  .section-nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content.footer {
    width: 100%;
  }

  .section-title {
    font-size: 2.2em;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-4x {
    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;
  }

  .nav-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link {
    margin-right: 20px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-h1 {
    font-size: 2.7em;
  }

  .hero-p {
    font-size: 1.3em;
  }

  .btn-wrapper {
    -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;
  }

  .btn-wrapper.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn.leftm {
    margin-top: 20px;
    margin-left: 0px;
  }

  .btn.small-top {
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }

  .section-nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-container {
    padding: 15px;
  }

  .logo-wrapper {
    padding-left: 0px;
  }

  .img-logo {
    width: 150px;
  }

  .img-logo.tiny {
    width: 120px;
  }

  .title-wrapper {
    padding: 15px;
  }

  .content {
    padding: 15px;
  }

  .content.footer {
    width: 100%;
  }

  .section-title {
    font-size: 2em;
  }

  .section-title.small {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 400;
    text-align: left;
  }

  .p-reg.large {
    font-size: 1.2em;
  }

  .section {
    padding: 30px 10px;
  }

  .section.cta-s {
    padding-top: 89px;
  }

  .img-auto.abs {
    width: 100%;
  }

  .wrapper.align-center.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .img-cta {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .nav-footer {
    -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;
  }

  .footer-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}

#w-node-f03653b1-29ee-a3f0-2035-0e70fabcf4c0-f593ad58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f03653b1-29ee-a3f0-2035-0e70fabcf4c7-f593ad58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f03653b1-29ee-a3f0-2035-0e70fabcf4ce-f593ad58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f03653b1-29ee-a3f0-2035-0e70fabcf4d5-f593ad58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.text-danger{
  color:red;
}
b, strong { 
  color: #2a2a2a;
  letter-spacing: 0.5px;
}
