:root {
  --blue-violet: #6e2ed8;
  --deep-pink: #fc0a7e;
  --dim-grey: #6b6b6b;
  --black: black;
  --white: white;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: underline;
  display: inline-block;
}

.section {
  color: var(--blue-violet);
  background-color: #0c0120;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.center {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, var(--deep-pink), #350e47);
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/About-Us_Hero-Image_Dekstop.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  border-bottom: 1px solid var(--dim-grey);
  background-color: #0c0120;
  font-family: Inter, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 32%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  border-radius: 0;
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 0 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  width: auto;
  height: 85vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #771fff;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 15vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
  display: flex;
  position: static;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  display: block;
}

.black {
  color: #000;
  font-family: Inter, sans-serif;
}

.hero-subhead {
  color: var(--white);
  max-width: 60%;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.bottom-image-wrap {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#0c0120, #0c0120), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  object-fit: contain;
  width: 85px;
  height: 100px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  color: var(--white);
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #2b2b2b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--deep-pink);
}

.footer-list {
  color: var(--black);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  margin-top: 20px;
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
  position: static;
}

.nav-menu-2 {
  font-size: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--white);
  width: 400px;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.image-5 {
  border-radius: 0;
  flex: 1;
  width: 100%;
  font-size: 12px;
}

.heading-4 {
  width: 800px;
  height: auto;
  padding-top: 10vh;
  padding-left: 5vh;
  font-size: 8vh;
  font-weight: 500;
  position: relative;
  top: 6rem;
  overflow: visible;
}

.heading-4.hero-txt {
  width: 700px;
  margin-top: 0;
  padding-top: 20vh;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  top: 12rem;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-3 {
  color: #ffd500;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  line-height: 26px;
}

.paragraph-3 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Inter, sans-serif;
}

.paragraph-7 {
  color: #2b2b2b;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.image-6 {
  opacity: .2;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.logo {
  padding-top: 0;
}

.text-span-4 {
  color: #771fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.text-span-5 {
  color: #00b14f;
}

.text-span-6 {
  color: #f81d6d;
  font-weight: 700;
}

.text-span-7 {
  color: #771fff;
  font-weight: 700;
}

.text-span-8 {
  color: #00b14f;
}

.text-span-9 {
  color: #00b14f;
  font-weight: 700;
}

.div-block-14 {
  background-color: var(--blue-violet);
  mix-blend-mode: normal;
  position: absolute;
}

.heading-5 {
  opacity: 1;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15%;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 8rem;
  padding-right: 8rem;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 11vh;
  position: relative;
  top: auto;
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
}

.text-span-10 {
  color: #fff;
  font-weight: 700;
}

.heading-6 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.page-padding {
  color: #fff;
  background-color: #0c0120;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.margin-bottom.margin-small {
  color: #fff;
  padding-top: 0;
}

.margin-bottom.margin-huge {
  color: #0c0120;
  text-align: justify;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  text-align: justify;
  white-space: normal;
  background-clip: border-box;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-h5 {
  color: #fff;
  letter-spacing: -.75px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 130%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-hero-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
}

.heading-21 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-xsmall {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-xlarge {
  color: var(--white);
  text-align: center;
  width: 100%;
  padding: 60px 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.white-text {
  margin-bottom: -20px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-9 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.paragraph-10, .paragraph-11 {
  color: var(--black);
  font-family: Inter, sans-serif;
  line-height: 160%;
}

.page-padding-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.features-overview-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-default {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.heading-h4 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.heading-h4.ol-h4-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
}

.features-overview-transactions-image-wrapper {
  margin-bottom: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
}

.heading-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 2rem;
}

.main-wrapper {
  background-image: url('../images/lead-bg.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: -1px;
  font-family: Inter, sans-serif;
}

.heading-23 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
}

.max-width-medium {
  width: 100%;
  max-width: 30rem;
}

.heading-22 {
  background-color: var(--black);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 60px;
}

.text-align-center {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.text-size-large {
  color: rgba(255, 255, 255, .6);
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
}

.features-overview-card-image-small {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: -100px -3rem 0;
  padding-top: 0;
  position: static;
  top: -100px;
  left: 0;
  right: 0;
}

.features-overview-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.features-overview-cards-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-bottom: -4rem;
  margin-left: -4rem;
  margin-right: -4rem;
  display: flex;
}

.features-overview-card-large {
  background-color: #771fff;
  border-radius: 10px;
  padding: 4rem;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xxhuge {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 5rem;
}

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  position: static;
}

.text-size-medium.text-color-muted {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.text-size-medium.text-color-muted.ol-ac-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.text-size-medium.text-color-muted.ol-ac-text.ol-ac-heading-text, .text-size-medium.text-color-muted.ol-ac-text.ol-ac-heading-text-copy {
  font-size: 13px;
}

.features-overview-stats-image-wrapper {
  height: 250px;
  margin-bottom: -4rem;
  margin-left: -4rem;
  margin-right: -4rem;
}

.features-overview-grid-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.features-overview-card-small {
  background-color: #272036;
  border-radius: 0;
  margin-top: 100px;
  padding: 0 20px 25px;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  display: none;
}

.text-span-11 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  color: var(--white);
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.heading-24, .heading-25, .heading-26 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.logo-link.mod--footer {
  filter: grayscale() contrast(140%);
  margin-bottom: 60px;
}

.input-2 {
  color: var(--white);
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #181f25;
  height: 62px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.input-2:focus {
  border-bottom-color: #181f25;
}

.input-2::placeholder {
  color: #181f25;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.footer__nav-link {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: #181f25;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}

.footer__col.mod--2 {
  text-align: center;
  padding-left: 0;
  font-style: normal;
}

.footer__col.mod--2.mod--social {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__submit-result-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer__copyright-link {
  color: rgba(24, 31, 37, .8);
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

.section-2 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-2.mod--footer {
  color: #181f25;
  background-color: #0c0120;
  background-image: url('../images/footer-top-bg.png');
  background-position: 50% 25%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding: 60px 0;
  font-style: normal;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}

.form-3 {
  justify-content: flex-start;
  display: block;
  position: relative;
}

.footer__heading-anim {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: white;
  position: relative;
  bottom: 0;
}

.footer__form-wrap {
  width: 100%;
  margin-top: 60px;
}

.footer__heading-wrap {
  margin-top: 8rem;
  margin-bottom: 40px;
}

.footer__notice {
  color: rgba(24, 31, 37, .8);
  letter-spacing: .02em;
  max-width: 210px;
  font-size: 14px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--footer {
  max-width: 1000px;
  font-style: normal;
  overflow: hidden;
}

.footer__list-titile {
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__form-title {
  margin-bottom: 42px;
}

.overflow-hidden {
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.footer__heading {
  opacity: 1;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 60px;
  line-height: 70px;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.form__submit-result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.form__btn {
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.footer__soc-link {
  border: 1px solid rgba(24, 31, 37, .25);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: rgba(24, 31, 37, .5);
}

.footer__list-txt {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
}

.form__btn-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.footer__heading-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: #fff;
}

.footer__inside-col.mod--2 {
  flex: 1;
  max-width: 370px;
}

.footer__inside-columns {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer__soc-img {
  filter: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer__social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.from-block {
  color: var(--white);
  justify-content: center;
  width: 400px;
  margin-bottom: 0;
  display: inline-block;
  position: static;
}

.footer__col-2 {
  flex: 1;
  max-width: 416px;
  overflow: hidden;
}

.footer__title-list {
  color: #fff;
  letter-spacing: -.005em;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 26px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer__social-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__soc-link-2 {
  z-index: 1;
  color: #0c0120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.footer__soc-img-2 {
  color: #fff;
  object-fit: scale-down;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__soc-img-2:hover {
  background-color: var(--white);
  filter: invert() brightness(200%);
}

.container {
  width: 100vw;
  height: 100vh;
}

.slider {
  height: 100vh;
}

.slider.slide-1 {
  clear: both;
  object-fit: fill;
  width: 100vw;
  height: 100%;
  min-height: 800px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slide-1 {
  background-image: url('../images/Placeholder-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
}

.section-3 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-2 {
  background-color: var(--white);
}

.image-7 {
  object-fit: fill;
  width: 100%;
}

.heading-27 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.text-span-12 {
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.text-span-13 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #771fff 5%, #771fff 45%, rgba(0, 0, 0, 0) 50%);
  background-clip: border-box;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-span-14 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
}

.text-span-15 {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff 35%, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}

.text-span-16 {
  color: #771fff;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
}

.section-5 {
  background-color: #0c0120;
  background-image: linear-gradient(#0c0120, #0c0120);
  height: 90vh;
  padding-top: 0;
}

.heading-28 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  padding-top: 2rem;
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
  top: 35vh;
}

.text-span-17 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #771fff 5%, #771fff 45%, rgba(0, 0, 0, 0) 50%);
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 8vh;
  font-weight: 500;
}

.image-8 {
  float: none;
  width: 100%;
  display: block;
  position: relative;
}

.div-block-15 {
  background-color: #0c0120;
}

.div-block-16 {
  object-fit: fill;
  background-image: url('../images/story-segment.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-17 {
  background-image: url('../images/innovation.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 700px;
}

.div-block-18 {
  background-color: #0c0120;
}

.div-block-19 {
  background-image: url('../images/story-moments.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.div-block-20 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8rem;
  padding-left: 8rem;
  padding-right: 8rem;
  font-family: Inter, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 5vh;
}

.link-block {
  padding-top: 20px;
}

.link-block.w--current {
  padding-top: 20px;
  position: relative;
}

.form__result-anim {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  right: 0;
}

.form__submit-wrap {
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.overflow-hidden-2.mod--submit {
  z-index: 2;
  opacity: 1;
  transition: all .2s;
  position: relative;
}

.overflow-hidden-2.mod--submit.active {
  opacity: 0;
}

.form__result {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__result.active {
  opacity: 1;
}

.home-hero-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.home-hero-cards {
  position: relative;
}

.button-inner {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-text-hover {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
}

.home-hero-card-1 {
  z-index: 5;
  width: 280px;
  transition: all .2s;
  position: relative;
  transform: translate(0);
}

.heading-medium {
  color: var(--white);
  letter-spacing: -2px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

.home-hero-card-2 {
  z-index: 0;
  perspective-origin: 0 100%;
  transform-origin: 50% 100%;
  width: 280px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0);
}

.button-inner-text {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-hero-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 700px;
  display: grid;
}

.button-2 {
  color: #1a191e;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  border-color: #1a191e;
}

.button-2.primary {
  color: #fff;
  background-color: #771fff;
  border-color: rgba(0, 0, 0, 0);
}

.button-2.primary:hover {
  background-color: #f8326d;
}

.text-size-xlarge-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-18 {
  font-weight: 600;
}

.button-3 {
  color: #1a191e;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  border-color: #1a191e;
}

.button-3.primary {
  float: none;
  color: #fff;
  background-color: #771fff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.button-3.primary:hover {
  background-color: #f8326d;
}

.text-span-19 {
  font-size: 3vh;
  font-weight: 500;
  line-height: 4vh;
}

.cta-badges {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-inner-2 {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-text-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.button-inner-text-hover-2 {
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
}

.text-span-20 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #771fff 5%, #771fff 30%, rgba(0, 0, 0, 0) 35%);
  font-weight: 500;
}

.utility-page-wrap {
  background-color: #0c0120;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-30 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  line-height: 42px;
}

.heading-31 {
  text-align: center;
  justify-content: flex-start;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  display: flex;
}

.field-label {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #771fff;
  font-family: Inter, sans-serif;
}

.text-field {
  font-family: Inter, sans-serif;
}

.page-padding-3 {
  color: #fff;
  background-color: #0c0120;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-block-12, .text-block-13 {
  padding-left: 10px;
}

.bold-text-5 {
  text-align: center;
}

.container-large {
  justify-content: center;
  width: 100%;
  max-width: 87.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-14 {
  color: #fff;
  padding-left: 10px;
  font-family: Inter, sans-serif;
}

.page-padding-4 {
  color: #fff;
  background-color: #0c0120;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-block-15 {
  color: #fff;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.bold-text-7, .bold-text-15, .bold-text-12, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-14, .bold-text-13, .bold-text-11, .bold-text-16 {
  text-decoration: underline;
}

.accordion {
  align-items: center;
  width: 75%;
  height: 80px;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.icon-2 {
  color: var(--white);
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

.link.w--current {
  color: #000;
}

.link.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link.black-color:hover {
  color: #8f00ff;
}

.accordion-content {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  min-height: 30vh;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: #0c0120;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-toggle-grid:hover {
  opacity: 1;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-right {
  justify-content: flex-end;
}

.content-subnav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion-container {
  z-index: 10;
  background-color: #0c0120;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.black-text-2 {
  color: var(--white);
  font-weight: 800;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.accordion-toggle {
  z-index: 10;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion-2 {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion-2:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px rgba(211, 212, 212, .4);
}

.nav-item {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.nav-menu-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
}

.break-normal {
  color: var(--white);
  white-space: normal;
  line-height: 140%;
}

.button-4 {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.accordion-icon {
  color: var(--white);
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.nav-menu-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -30vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-2 {
  z-index: 100;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 150px;
  right: 0;
}

.accordion-icon-stripe-1 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  border-top: 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  height: 0;
}

.accordion-bottom-text {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.accordion-bottom-text.ol-ac-content {
  text-align: justify;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom-wrap.ol-ac-bottom-wrap {
  background-color: #262035;
  padding: 40px 30px;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-divider-wrap {
  color: var(--blue-violet);
  border: 1px solid #000;
}

.accordion-divider-wrap.cm_adw {
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}

.accordion-divider-wrap.ol-divider-wrap {
  border: 0 solid #fff;
  border-top-width: 1px;
}

.accordion-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.accordion-3 {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}

.accordion-3.cm_accordion {
  border-bottom-color: #0c0120;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.accordion-top-text.text-uppercase {
  text-transform: capitalize;
}

.accordion-icon-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  color: #fff;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion-icon-stripe-3 {
  background-color: #af89f4;
  width: 1px;
  height: 100%;
}

.container-2 {
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.container-2.ol-ac-container {
  max-width: 100%;
}

.accordion-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 75vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-wrap-2.ol-ac-wrap {
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.accordion-icon-stripe-4 {
  background-color: #af89f4;
  width: 100%;
  height: 1px;
  position: absolute;
}

.text-span-21 {
  color: #771fff;
  font-size: 20px;
  font-weight: 700;
}

.text-span-22 {
  font-size: 20px;
  font-weight: 700;
}

.heading-32 {
  color: #771fff;
  margin-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-17 {
  font-size: 14px;
}

.text-block-17 {
  color: var(--white);
  font-weight: 200;
}

.footer-list-2 {
  color: #878787;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link-2 {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #771fff;
}

.text-size-small {
  font-size: .875rem;
  line-height: 160%;
}

.text-size-small.text-color-muted {
  color: #000;
  text-align: center;
  font-weight: 300;
}

.link-3, .link-4 {
  color: #af89f4;
}

.link-5, .link-6 {
  color: var(--white);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  box-shadow: inset 0 -3px #fc0a7e;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 15px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  mix-blend-mode: overlay;
  background-color: #771fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  mix-blend-mode: overlay;
  background-color: #f8326d;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left {
  color: #fff;
  background-color: #0c0120;
}

.navbar-logo-left.main-header {
  font-family: Inter, sans-serif;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 0;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.text-block-18 {
  color: #fff;
  letter-spacing: -2px;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
}

.heading-33 {
  font-size: 52px;
  line-height: 62px;
}

.div-block-21 {
  background-color: rgba(255, 255, 255, 0);
  width: 150px;
  height: 8px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
}

.div-block-22 {
  margin-top: 220px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
}

.text-block-19 {
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-23 {
  background-color: #771fff;
  width: 100px;
  height: 5px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.image-9 {
  flex: none;
  padding-left: 80px;
  padding-right: 10px;
  display: block;
}

.image-10 {
  flex: none;
  padding-left: 10px;
  padding-right: 80px;
  display: block;
}

.image-11 {
  flex: none;
  padding-left: 80px;
  padding-right: 10px;
  display: block;
}

.paragraph-15 {
  color: #fff;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.paragraph-16 {
  color: #fff;
  font-size: 18px;
}

.paragraph-17 {
  color: #fff;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.div-block-24, .div-block-25 {
  background-color: #771fff;
  width: 100px;
  height: 5px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.paragraph-18 {
  font-size: 18px;
}

.paragraph-19 {
  color: #fff;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.container-6, .container-7 {
  width: 100%;
  max-width: 1200px;
}

.pricing-overview {
  color: #fff;
  border: 1px #000;
  padding: 20px 30px;
  position: relative;
}

.pricing-overview.footer_top_steps {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: flex;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.html-embed {
  padding-top: 0;
}

.announcement-bar-container {
  width: 100%;
  max-width: 1200px;
}

.announcement-bar {
  background-color: #d9d9d9;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  display: block;
  position: relative;
}

.announcement-bar-text {
  text-align: left;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
}

.hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: #0c0120;
  background-image: url('../images/Digibank-Banner_1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-clip: border-box;
  padding: 100px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  overflow: visible;
}

.margin-bottom-24px {
  color: #e3ddef;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  display: none;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-34 {
  font-family: Inter, sans-serif;
}

.heading-35 {
  color: #e3ddef;
  font-family: Inter, sans-serif;
  font-size: 52px;
  line-height: 62px;
}

.div-block-26 {
  background-color: #771fff;
  width: 150px;
  height: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-27 {
  padding-left: 10px;
}

.container-11 {
  width: 100%;
  max-width: 1200px;
}

.div-block-28 {
  color: #e3ddef;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
}

.section-7 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
}

.text-block-22 {
  color: #e3ddef;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-29 {
  color: rgba(255, 255, 255, .17);
  background-color: #fff;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 20px;
}

.hero-heading-right {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  background-color: #2e056f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 58%;
  display: flex;
}

.shadow-two-2 {
  max-width: 100%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-36 {
  font-size: 40px;
}

.heading-37 {
  color: #e3ddef;
  font-size: 40px;
  line-height: 50px;
}

.div-block-30 {
  background-color: #771fff;
  width: 100px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.div-block-31 {
  opacity: 1;
  padding: 80px 120px;
  font-size: 18px;
  line-height: 26px;
}

.hero-heading-left-2 {
  color: #e3ddef;
  -webkit-text-stroke-color: #e3ddef;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-split-3 {
  background-color: #2e056f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 58%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #e3ddef;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-38 {
  color: #e3ddef;
  font-size: 40px;
  line-height: 50px;
}

.div-block-32 {
  padding: 80px 120px;
}

.div-block-33 {
  background-color: #771fff;
  width: 100px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.body-3 {
  background-color: #0c0120;
}

.div-block-34 {
  background-image: url('../images/digbank-bg.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  font-family: Inter, sans-serif;
}

.section-8 {
  background-color: #0c0120;
  font-family: Inter, sans-serif;
}

.section-8.mobile-index {
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 100%;
}

.bold-text-18 {
  font-weight: 700;
}

.div-block-35 {
  background-color: #f81d6d;
  width: 55px;
  height: 4px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35.ol-sep {
  text-align: left;
  width: 80px;
  height: 4px;
  margin-left: 0;
  margin-right: 0;
}

.image-14 {
  width: 100%;
  display: none;
}

.div-block-36, .image-17 {
  display: none;
}

.announcement-bar-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-icon {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  transition: transform .2s;
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 0;
}

.div-block-37 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  background-image: url('../images/Homepage-Banner.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 #e4ebf3;
  padding: 250px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  width: 70%;
  max-width: 70%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.button-3.primary {
  text-transform: none;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 100px;
  font-family: Inter, sans-serif;
  display: none;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #433a56;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-39 {
  color: #0c0120;
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 80px;
}

.column-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #771fff;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-19 {
  width: 65px;
  height: 65px;
}

.text-block-23 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-38 {
  max-width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.column-3, .column-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #771fff;
  align-items: center;
  padding: 20px;
  display: flex;
}

.column-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #771fff;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-20, .image-21, .image-22 {
  width: 65px;
  height: 65px;
}

.hero-heading-left-4 {
  background-color: #0c0120;
  background-image: url('../images/The-only-unlimited-Background.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #fff;
  max-width: 70%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-40 {
  font-size: 72px;
  line-height: 82px;
}

.heading-41 {
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 80px;
}

.paragraph-20 {
  color: #fff;
  max-width: 70%;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.list-2 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.list-2.list-2-1 {
  margin-top: 40px;
}

.list-2.list-hide {
  display: block;
}

.paragraph-21 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-22 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.list-item {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  list-style-type: none;
  display: flex;
}

.image-23 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.heading-42 {
  font-size: 64px;
  line-height: 80px;
}

.hero-stack-2 {
  z-index: 1;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.margin-bottom-24px-6 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-39 {
  z-index: 2;
  text-align: left;
  background-image: url('../images/Rectangle-1402.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  max-width: 70%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: absolute;
  bottom: -155px;
  left: 0;
  right: 0;
}

.heading-43 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 70px;
}

.features-list {
  background-color: #e9e9e9;
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 56px;
  height: 57px;
  margin-right: 20px;
}

.heading-44 {
  color: #771fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 42px;
  line-height: 50px;
}

.paragraph-23, .paragraph-24, .paragraph-25 {
  color: #0c0120;
  line-height: 20px;
}

.text-block-24 {
  color: #0c0120;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-43 {
  z-index: 3;
  position: relative;
}

.section-9 {
  background-image: url('../images/Group-630266108.png');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1200px;
}

.image-24 {
  max-width: 100%;
  padding-top: 20px;
  position: relative;
  bottom: 0;
  right: 0;
}

.div-block-44 {
  text-align: right;
  max-width: 45%;
  position: relative;
  bottom: 0;
  right: 0;
}

.div-block-45 {
  max-width: 55%;
}

.section-10 {
  background-color: #771fff;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 1200px;
}

.div-block-46 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-47 {
  text-align: right;
  max-width: 40%;
}

.div-block-48 {
  color: #fff;
  max-width: 50%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.image-25 {
  max-width: 85%;
  display: block;
  position: relative;
  bottom: -120px;
}

.heading-45 {
  font-size: 48px;
}

.heading-46 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 38px;
  line-height: 46px;
}

.heading-46.save-more-heading {
  margin-top: 10px;
  font-size: 50px;
  line-height: 52px;
}

.heading-46.d-heading {
  font-size: 48px;
  line-height: 56px;
}

.section-11 {
  background-color: #0c0120;
  padding-top: 160px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
}

.container-23 {
  width: 100%;
  max-width: 1200px;
}

.heading-47 {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
}

.image-26 {
  margin-top: 20px;
}

.div-block-50 {
  width: 85%;
  max-width: 85%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-27 {
  width: 24px;
  height: 24px;
}

.paragraph-26 {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.paragraph-26.cm_paragraph {
  color: #0c0120;
}

.text-block-25 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-25.cm_text {
  color: #0c0120;
  font-size: 18px;
}

.text-block-25.cm_text_25 {
  font-size: 18px;
}

.footer-dark {
  background-color: #e9e9e9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 15px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  display: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  justify-items: stretch;
  width: 75%;
  margin-top: 92px;
  display: none;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.title-small {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.footer-divider {
  background-color: #0c0120;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.image-28 {
  width: 105px;
  height: 75px;
  margin-top: 0;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-27 {
  color: #0c0120;
  margin-bottom: 0;
  line-height: 20px;
}

.text-block-26 {
  color: #0c0120;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.image-29 {
  width: 56px;
  height: 57px;
}

.heading-48 {
  color: #771fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.container-25 {
  width: 100%;
  max-width: 1020px;
}

.text-block-27 {
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.image-30, .image-31, .image-32 {
  width: 42px;
  height: 42px;
}

.hero-heading-left-5 {
  background-color: #f5f7fa;
  background-image: url('../images/saving-bg.jpg');
  background-position: 85% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  padding: 180px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
}

.margin-bottom-24px-7 {
  color: #fff;
  width: 70%;
  max-width: 70%;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-49 {
  font-size: 70px;
  line-height: 80px;
}

.hero-stack-3 {
  background-color: #0c0120;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px 0;
  font-family: Inter, sans-serif;
  position: static;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.heading-50 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 80px;
}

.image-33 {
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  background-color: #0c0120;
  background-image: none;
  background-size: auto;
  margin-top: -180px;
  padding-top: 260px;
  padding-bottom: 140px;
  font-family: Inter, sans-serif;
}

.container-28 {
  max-width: 1200px;
}

.div-block-52 {
  text-align: center;
  width: 70%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-51 {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 72px;
  line-height: 80px;
}

.paragraph-28, .text-block-28 {
  line-height: 26px;
}

.text-block-29 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-30 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.image-34 {
  width: 400px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.container-29 {
  max-width: 1200px;
  position: relative;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.div-block-53 {
  z-index: 1;
  background-image: url('../images/image_2023_10_26T08_50_53_473Z.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  max-width: 70%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-52 {
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 82px;
}

.text-block-32 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.column-6 {
  position: relative;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-55 {
  z-index: 1;
  width: 50%;
  max-width: 50%;
  position: static;
}

.div-block-56 {
  width: 50%;
  max-width: 50%;
}

.container-30 {
  max-width: 1200px;
}

.section-14 {
  background-color: #0c0120;
  padding-top: 80px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
}

.heading-53 {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
}

.heading-53.cm_faq_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-57 {
  width: 80%;
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.container-31 {
  max-width: 1200px;
}

.section-15 {
  background-color: #771fff;
  font-family: Inter, sans-serif;
}

.div-block-58 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-59 {
  text-align: right;
  max-width: 40%;
  display: block;
}

.image-35 {
  max-width: 95%;
  margin-top: -40px;
}

.div-block-60 {
  color: #fff;
  max-width: 50%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.hero-stack-4 {
  background-color: #0c0120;
  background-image: url('../images/Group-1566.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  height: auto;
  padding: 120px 30px 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.container-32 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-9 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.heading-54 {
  margin-top: 100px;
  font-size: 72px;
  line-height: 80px;
}

.image-36 {
  width: 72%;
  height: auto;
  margin-top: 40px;
  display: block;
  overflow: hidden;
}

.hero-stack-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  font-family: Inter, sans-serif;
  position: static;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  color: #433a56;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.heading-55 {
  color: #0c0120;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 80px;
}

.image-37 {
  margin-top: 20px;
  display: block;
}

.section-16 {
  background-color: #0c0120;
  margin-top: -180px;
  padding-top: 260px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.container-34 {
  max-width: 1200px;
}

.div-block-61 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-56 {
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 60px;
  line-height: 70px;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.image-38 {
  text-align: center;
  width: 400px;
  margin: 80px auto 40px;
  display: block;
}

.text-block-34 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.image-39 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-17 {
  padding-top: 120px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.container-35 {
  max-width: 1200px;
  position: relative;
}

.div-block-62 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-63, .div-block-64 {
  width: 50%;
  max-width: 50%;
}

.div-block-65 {
  z-index: 1;
  background-image: url('../images/image_2023_10_26T08_49_24_582Z.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  max-width: 70%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 26%;
}

.heading-57 {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 56px;
}

.text-block-35 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.section-18 {
  padding-top: 120px;
  font-family: Inter, sans-serif;
}

.container-36 {
  max-width: 1200px;
  position: relative;
}

.div-block-66 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-67, .div-block-68 {
  width: 50%;
  max-width: 50%;
}

.div-block-69 {
  z-index: 1;
  background-image: url('../images/image_2023_10_26T08_49_12_251Z.png');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  max-width: 70%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 25%;
  right: 0;
}

.div-block-70 {
  text-align: center;
  background-image: url('../images/Saving-Pocket-Wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-71 {
  text-align: center;
  background-image: url('../images/Saving-Pocket-Wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-37 {
  max-width: 1200px;
}

.div-block-72 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.image-40, .image-41 {
  display: block;
}

.heading-58 {
  font-size: 240px;
}

.heading-59 {
  font-size: 240px;
  font-weight: 700;
}

.heading-60 {
  color: #fff;
  text-transform: uppercase;
  font-size: 214px;
  font-weight: 800;
  line-height: 224px;
}

.heading-60.linear-gradient {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 214px;
}

.heading-60.linear-gradient.linear-gradient-effect {
  text-align: center;
}

.html-embed-4 {
  padding-top: 0;
  font-family: Inter, sans-serif;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  padding: 250px 30px;
  font-family: Inter, sans-serif;
  display: none;
  position: relative;
}

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

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-61 {
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 80px;
}

.section-19 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-39 {
  max-width: 1200px;
}

.div-block-73 {
  text-align: center;
}

.div-block-74 {
  text-align: center;
  background-image: url('../images/Saving-Pocket-Wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-62 {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 72px;
  line-height: 80px;
}

.text-block-36 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.image-42 {
  width: 400px;
  margin-top: 80px;
}

.section-20 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-63 {
  color: #0c0120;
  text-align: center;
  padding-bottom: 20px;
  font-size: 72px;
  line-height: 80px;
}

.text-block-37 {
  color: #0c0120;
  font-size: 18px;
  line-height: 26px;
}

.div-block-75 {
  text-align: center;
}

.heading-64 {
  color: #0c0120;
  font-size: 72px;
  line-height: 80px;
}

.html-embed-5 {
  padding-top: 0;
}

.div-block-76 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin: 40px auto 60px;
  display: flex;
}

.image-43 {
  width: 156px;
  height: 281px;
}

.heading-65 {
  font-size: 72px;
  line-height: 80px;
}

.heading-66 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 380px;
  font-weight: 700;
  line-height: 285px;
}

.section-21 {
  background-color: #0c0120;
  background-image: url('../images/GU-screen-Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  position: relative;
}

.section-21.main_banner {
  background-image: none;
  padding-top: 250px;
  padding-bottom: 40px;
}

.container-40 {
  max-width: 980px;
}

.div-block-78 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.div-block-79 {
  width: 55%;
  max-width: 55%;
}

.heading-67 {
  aspect-ratio: auto;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.heading-68 {
  line-height: 30px;
}

.heading-68.linear-gradient {
  background-image: linear-gradient(to right, #771fff, #f8326d 80%);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-38 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.image-44 {
  width: 60%;
  max-width: 60%;
  margin-bottom: 30px;
}

.div-block-80 {
  text-align: right;
  width: 45%;
  max-width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-45 {
  width: 550px;
  max-width: 550px;
}

.hero-stack-6 {
  background-color: #f5f7fa;
  background-image: url('../images/delightful-banking.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  padding: 200px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

.hero-stack-6.hero-stack6-1 {
  background-image: url('../images/gxb-looping-gif-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 240px;
}

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

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-12 {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

.heading-69 {
  font-size: 72px;
  line-height: 80px;
}

.heading-70 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 80px;
}

.section-22 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.container-42 {
  max-width: 1200px;
}

.div-block-81 {
  text-align: center;
  background-image: url('../images/Saving-Pocket-Wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.div-block-81.block-81-1 {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-46 {
  width: 400px;
  margin: 80px auto 60px;
}

.heading-71 {
  font-size: 72px;
  line-height: 80px;
}

.heading-72 {
  padding-bottom: 10px;
  font-size: 72px;
  line-height: 80px;
}

.heading-72.heading-72-1 {
  padding-top: 60px;
  font-size: 60px;
  line-height: 78px;
}

.div-block-82 {
  text-align: center;
}

.section-23 {
  background-color: #0c0120;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.container-43 {
  max-width: 1200px;
}

.hero-stack-7 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 solid #e4ebf3;
  margin-top: -180px;
  padding: 0 30px 60px;
  font-family: Inter, sans-serif;
  position: relative;
}

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-13 {
  color: #433a56;
  max-width: 80%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-73 {
  color: #0c0120;
  max-width: 85%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 70px;
}

.image-47 {
  margin-bottom: 60px;
}

.div-block-83 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-84 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-85, .div-block-86 {
  width: 50%;
  max-width: 50%;
}

.heading-74 {
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 80px;
}

.text-block-39 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.section-24 {
  padding-top: 40px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.container-44 {
  max-width: 1200px;
  display: block;
  position: relative;
}

.div-block-87 {
  z-index: 1;
  background-image: url('../images/Rectangle-1403.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  max-width: 60%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 27%;
  right: 0;
}

.image-48 {
  z-index: 1;
  width: 432px;
  margin-left: -15%;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-49 {
  z-index: 1;
  width: 460px;
  position: relative;
  top: -250px;
  bottom: auto;
  left: auto;
  right: 125px;
}

.hero-heading-left-7 {
  background-color: #f5f7fa;
  background-image: url('../images/Security-Tips-Hero-Image.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 0 solid #e4ebf3;
  padding: 250px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-14 {
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-75 {
  font-size: 72px;
  line-height: 80px;
}

.text-block-40 {
  font-size: 18px;
  line-height: 26px;
}

.heading-76 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 80px;
}

.text-block-41 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.section-25 {
  background-color: #0c0120;
  padding-top: 80px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
}

.container-46 {
  max-width: 1200px;
}

.section-26 {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.container-47 {
  max-width: 1200px;
  position: relative;
}

.div-block-88 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-89 {
  z-index: 1;
  background-image: url('../images/Rectangle-1403-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  max-width: 55%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 27%;
  right: 0;
}

.section-27 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-48 {
  max-width: 1200px;
}

.heading-77 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 72px;
  line-height: 80px;
}

.text-block-42 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.div-block-90 {
  margin-top: 140px;
  position: relative;
}

.div-block-91 {
  z-index: 1;
  background-image: url('../images/Rectangle-1403_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  max-width: 65%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 30%;
  right: 0;
}

.div-block-92 {
  z-index: 1;
  background-image: url('../images/Rectangle-1403-1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 58%;
  max-width: 58%;
  padding: 40px 60px 60px;
  position: absolute;
  top: 28%;
  left: 0;
}

.div-block-93 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 27%;
  right: 0;
}

.div-block-94 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: block;
  position: relative;
}

.div-block-95 {
  width: 50%;
  max-width: 50%;
}

.div-block-96 {
  width: 55%;
  max-width: 55%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.section-28 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.container-49 {
  max-width: 1200px;
}

.heading-78 {
  color: #0c0120;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.div-block-97 {
  color: #0c0120;
  text-align: center;
  padding: 30px;
}

.text-block-43 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-44 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-98, .div-block-99, .div-block-100, .div-block-101, .div-block-102 {
  color: #0c0120;
  text-align: center;
  padding: 30px;
}

.html-embed-6 {
  padding-top: 0;
}

.div-block-103 {
  background-image: url('../images/Line-15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3px;
  display: none;
}

.image-50 {
  width: 100%;
  height: 2.5px;
  display: block;
}

.section-29 {
  background-color: #0c0120;
  padding-top: 120px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-50 {
  max-width: 1200px;
}

.div-block-104 {
  color: #fff;
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.div-block-104.border-right-gradient {
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.text-block-45 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-46 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.image-51 {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.border-right-gradient {
  padding: 30px;
}

.div-block-105 {
  color: #fff;
  padding: 30px;
}

.div-block-105.border-right-gradient {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-106 {
  color: #fff;
  text-align: center;
  padding: 40px 30px;
}

.image-52 {
  z-index: 1;
  width: 233px;
  position: absolute;
  top: 27%;
  left: 30%;
}

.image-53 {
  z-index: 1;
  width: 232px;
  position: absolute;
  bottom: 12%;
  left: 30%;
}

.image-54 {
  width: 294px;
  position: absolute;
  top: 56%;
  right: 26%;
}

.html-embed-7 {
  padding-top: 0;
  display: none;
}

.linear-gradient-effect {
  overflow: hidden;
}

.image-56 {
  display: none;
}

.text-block-47 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.image-57 {
  max-width: 85%;
  display: none;
  position: relative;
  bottom: -100px;
}

.image-58 {
  display: none;
}

.text-block-48 {
  font-weight: 300;
}

.image-59 {
  display: none;
}

.text-block-49 {
  font-size: 18px;
  font-weight: 300;
}

.image-60, .image-61 {
  display: none;
}

.text-block-50 {
  font-weight: 300;
}

.image-62 {
  display: none;
}

.text-block-51 {
  font-weight: 300;
}

.image-63 {
  display: none;
}

.div-block-107 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-64, .image-65, .image-66, .image-67 {
  display: none;
}

.text-block-52 {
  font-weight: 300;
}

.image-68, .image-69, .image-70, .image-71 {
  display: none;
}

.navbar-logo-left-2.main-header {
  color: #fff;
  background-color: #0c0120;
  min-height: 75px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 10px 0;
  display: none;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.image-72 {
  width: 185px;
}

.image-72.logo-white, .image-73 {
  width: 160px;
}

.image-74 {
  display: block;
}

.image-75 {
  display: inline-block;
}

.image-76 {
  display: block;
}

.div-block-109 {
  text-align: center;
  background-image: none;
  align-items: center;
  overflow: hidden;
}

.heading-79 {
  color: #fff;
  font-size: 214px;
  font-weight: 800;
  line-height: 214px;
  overflow: hidden;
}

.section-30 {
  z-index: 0;
  background-color: #0c0120;
  font-family: Inter, sans-serif;
  display: none;
  position: relative;
}

.container-53 {
  max-width: 1200px;
}

.div-block-110 {
  text-align: center;
  align-items: center;
  display: block;
}

.div-block-111 {
  text-align: center;
}

.table-row-group.alt {
  background-color: #f3f3f3;
}

.cell-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.cell-text.strong {
  font-weight: 700;
}

.cell-text.strong.center {
  color: #fff;
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}

.header-cell.right {
  padding-left: 1rem;
}

.header-cell.border-right, .cell.border-right {
  border-right: 1px solid #d3d3d3;
  align-items: center;
  height: 100%;
  padding-right: 21px;
  display: flex;
}

.cell.right {
  padding-left: 1rem;
}

.table-wrapper {
  border: 1px solid #d3d3d3;
  width: 100%;
}

.table-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  padding: 0 1rem;
  display: grid;
}

.div-block-112 {
  border: 1px solid #fff;
  width: 100%;
}

.list-3 {
  color: #fff;
}

.text-block-53 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 200;
}

.text-span-23, .text-span-24 {
  text-decoration: underline;
}

.link-7, .link-8 {
  color: #fff;
}

.text-span-25 {
  font-size: 18px;
  font-weight: 600;
}

.link-9, .link-10, .link-11 {
  color: #fff;
}

.text-span-26 {
  font-weight: 300;
}

.text-span-27 {
  font-size: 18px;
  font-weight: 600;
}

.html-embed-8 {
  background-color: #0c0120;
  padding-top: 0;
  font-family: Inter, sans-serif;
}

.html-embed-9 {
  padding-top: 0;
}

.container-54 {
  max-width: 1200px;
}

.div-block-113 {
  background-image: url('../images/Turbo-Charged_Wave_Desktop.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.image-77 {
  display: none;
}

.image-78 {
  width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-28 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff 30%, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 90px;
}

.text-span-29 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff 30%, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-79 {
  display: block;
}

.image-80 {
  display: none;
}

.text-block-54 {
  color: #0c0120;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.html-embed-10 {
  padding-top: 0;
}

.text-span-30 {
  color: var(--white);
  font-size: 60px;
  line-height: 70px;
}

.paragraph-29 {
  color: #000;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 200;
}

.div-block-116 {
  text-align: center;
  padding: 100px 15px 20px;
  display: block;
}

.text-block-55 {
  color: #0c0120;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
}

.html-embed-11 {
  padding-top: 10px;
}

.link-12 {
  color: #fff;
}

.list-item-2 {
  font-size: 12px;
}

.div-block-117 {
  text-align: center;
  width: 100%;
}

.text-span-31 {
  font-size: 48px;
  line-height: 58px;
}

.link-block-13 {
  margin-top: 20px;
}

.text-span-32 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #771fff 30%, #f8326d);
  -webkit-background-clip: text;
  background-clip: text;
}

.body-4 {
  background-color: #0c0120;
}

.div-block-118, .div-block-119 {
  width: 50%;
  max-width: 50%;
}

.collection-list-wrapper {
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: block;
}

.image-81 {
  width: 360px;
  height: 280px;
}

.newsroom-title {
  font-size: 24px;
  line-height: 32px;
}

.section-31 {
  background-color: #0c0120;
  padding-top: 60px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
}

.section-31.section-34 {
  padding-bottom: 220px;
}

.container-55 {
  max-width: 1200px;
}

.collection-item {
  margin-bottom: 40px;
  padding: 20px;
}

.collection-item:hover {
  background-color: #771fff;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-stack-8 {
  background-color: #0c0120;
  background-image: url('../images/Mask-group.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 30px 60px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.margin-bottom-24px-15 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.hero-image-6 {
  width: 100%;
  margin-top: 50px;
}

.heading-81 {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
}

.heading-81.heading-83 {
  color: #fff;
}

.newsroom-image {
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.newsroom-summary {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.newsroom-publish-date {
  color: #fff;
  margin-top: 2px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.image-82 {
  width: 24px;
  height: 24px;
}

.div-block-120 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.newsroom-link {
  width: 100%;
  text-decoration: none;
  display: block;
}

.heading-82 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 80px;
}

.heading-82.heading-89 {
  text-align: left;
  display: block;
}

.div-block-121 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field-label-2 {
  display: none;
}

.search {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.search-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Magnifer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.icon-3 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
  font-size: 20px;
}

.icon-3:hover {
  color: #f81d6d;
}

.icon-4 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 0;
  font-size: 20px;
}

.icon-4:hover {
  color: #f81d6d;
}

.next {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.next:hover {
  color: #f81d6d;
}

.previous {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.previous:hover {
  color: #f81d6d;
}

.pagination {
  justify-content: flex-end;
  margin-top: 40px;
}

.section-32 {
  color: #fff;
  background-color: #0c0120;
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.container-57 {
  max-width: 1200px;
}

.rich-text-block {
  opacity: 1;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.hero-stack-9 {
  background-color: #0c0120;
  padding: 120px 30px 60px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-two-8 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.margin-bottom-24px-16 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.hero-image-7 {
  width: 100%;
  margin-top: 50px;
}

.heading-83 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 72px;
  line-height: 80px;
}

.div-block-122 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-83 {
  width: 34px;
  height: 34px;
}

.published-date {
  color: #fff;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.breadcrumb {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-56 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-57 {
  opacity: .5;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-57:hover {
  opacity: 1;
  font-weight: 400;
  text-decoration: none;
}

.image-84 {
  width: 17px;
  height: 16px;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb-link:hover {
  color: #fff;
}

.image-85 {
  width: 100%;
  margin-bottom: 80px;
}

.newsroom-body {
  font-size: 18px;
  line-height: 24px;
}

.section-33 {
  padding-top: 80px;
  padding-bottom: 220px;
  font-family: Inter, sans-serif;
}

.container-59 {
  width: 100%;
  max-width: 1200px;
}

.heading-84 {
  font-weight: 800;
}

.heading-85 {
  color: #0c0120;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-123 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  color: #0c0120;
}

.heading-86 {
  color: #0c0120;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.heading-86:hover {
  color: #fff;
}

.image-86 {
  width: 24px;
  height: 24px;
}

.text-block-58 {
  margin-top: 2px;
  padding-left: 10px;
  line-height: 18px;
}

.text-block-59 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-59:hover {
  color: #fff;
}

.link-block-14 {
  text-decoration: none;
}

.collection-item-2 {
  margin-bottom: 40px;
  padding: 20px 20px 30px;
}

.collection-item-2:hover {
  background-color: #771fff;
}

.div-block-124 {
  margin-bottom: 60px;
}

.html-embed-12 {
  padding-top: 0;
}

.image-87 {
  width: 100%;
}

.link-block-15 {
  width: 100%;
  display: block;
}

.time-img-light {
  display: none;
}

.text-span-33 {
  color: #771fff;
  font-weight: 400;
}

.html-embed-13 {
  padding-top: 0;
}

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

.text-block-60, .text-block-61 {
  font-size: 14px;
  font-weight: 200;
}

.image-88 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.div-block-126 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.paragraph-31 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.heading-87 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-62 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-127 {
  color: #fff;
  max-width: 50%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.image-89 {
  max-width: 85%;
  display: none;
  position: relative;
  bottom: -100px;
}

.text-block-63 {
  font-size: 14px;
  font-weight: 200;
}

.image-90 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.div-block-128 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.paragraph-32 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.heading-88 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-64 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-129 {
  color: #fff;
  max-width: 50%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.image-91 {
  max-width: 85%;
  display: none;
  position: relative;
  bottom: -100px;
}

.bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
  text-decoration: underline;
}

.text-span-35 {
  font-size: 16px;
}

.column-7 {
  margin-bottom: 40px;
  padding: 20px;
}

.column-7:hover {
  background-color: #771fff;
}

.link-block-16, .link-block-17 {
  text-decoration: none;
}

.image-94 {
  width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

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

.text-block-65 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.div-block-136 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-95 {
  width: 24px;
  height: 24px;
}

.text-block-66 {
  color: #fff;
  margin-top: 2px;
  margin-left: 10px;
  line-height: 18px;
}

.column-c7 {
  margin-bottom: 40px;
  padding: 20px;
}

.column-c7:hover {
  background-color: #771fff;
}

.column-8 {
  margin-bottom: 40px;
  padding: 20px;
}

.column-8:hover {
  background-color: #771fff;
}

.column-9 {
  margin-bottom: 40px;
  padding: 20px;
}

.column-9:hover {
  background-color: #771fff;
}

.div-block-137 {
  width: 70%;
  padding-left: 10px;
}

.div-block-138 {
  width: 34%;
  margin-bottom: 40px;
}

.image-96 {
  margin-bottom: 30px;
}

.image-97 {
  width: 100%;
}

.link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21 {
  color: #fff;
}

.html-embed-14 {
  z-index: 10;
  padding-top: 0;
  display: block;
  position: static;
}

.html-embed-15 {
  display: none;
}

.container-62 {
  width: 100%;
  max-width: 100%;
}

.hero-stack-10 {
  background-color: #e9e9e9;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

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

.hero-wrapper-two-9 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-17 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.hero-image-8 {
  width: 100%;
  margin-top: 50px;
}

.heading-91 {
  color: #0c0120;
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.image-98 {
  margin-top: 60px;
}

.image-99, .image-100 {
  margin-top: 40px;
}

.image-101 {
  width: 100%;
  padding-top: 75px;
}

.section-35 {
  background-color: #e9e9e9;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-64 {
  max-width: 1200px;
}

.heading-92 {
  color: #0c0120;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-139 {
  width: 80%;
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-36 {
  background-color: #0c0120;
  padding-top: 80px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
}

.container-65 {
  max-width: 1200px;
}

.image-102, .image-103, .image-104, .image-105 {
  display: none;
}

.link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29 {
  color: #00f;
}

.text-block-67 {
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 200;
}

.div-block-140 {
  border: 0 solid #000;
  width: 100%;
}

.paragraph-33 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}

.link-30 {
  color: #00f;
}

.bold-text-31 {
  color: #771fff;
}

.link-31 {
  color: #fff;
}

.section-37 {
  color: #fff;
  background-color: #0c0120;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-66 {
  max-width: 980px;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #0c0120;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-right: 5px;
  padding: 10px 40px;
  font-weight: 600;
}

.tab-link-tab-1:hover {
  opacity: .5;
}

.tab-link-tab-1.w--current {
  color: #0c0120;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 5px;
  padding: 10px 40px;
  font-weight: 600;
}

.tab-link-tab-1.w--current:hover {
  opacity: 1;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #0c0120;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 40px;
  font-weight: 600;
}

.tab-link-tab-2:hover {
  opacity: .5;
}

.tab-link-tab-2.w--current {
  color: #0c0120;
  background-color: #fff;
}

.tab-link-tab-2.w--current:hover {
  opacity: 1;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #0c0120;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 40px;
  font-weight: 600;
}

.tab-link-tab-3:hover {
  opacity: .5;
}

.tab-link-tab-3.w--current {
  color: #0c0120;
  background-color: #fff;
}

.tab-link-tab-3.w--current:hover {
  opacity: 1;
}

.tabs-content {
  padding: 40px 5px;
}

.text-span-36 {
  font-size: 14px;
  font-weight: 200;
}

.link-32 {
  color: #fff;
}

.text-block-68 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 200;
}

.image-106 {
  width: 185px;
  margin-top: 15px;
}

.div-block-142 {
  display: block;
}

.section-38 {
  background-color: #f5f7fa;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

.text-block-69 {
  color: #0c0120;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  display: none;
}

.image-107 {
  text-align: center;
  width: 250px;
}

.div-block-143 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
}

.link-33, .link-34, .link-35, .link-36, .link-37, .link-38 {
  color: #fff;
}

.image-108 {
  margin-top: 40px;
}

.image-109 {
  display: none;
}

.link-39, .link-40 {
  color: #00f;
}

.image-110 {
  width: 42px;
  height: 42px;
}

.body-5 {
  font-size: 72px;
}

.section-39 {
  background-color: #0c0120;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  font-family: Inter, sans-serif;
}

.html-embed-16 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.text-span-37 {
  color: #fff;
}

.section-40 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.section-41 {
  padding-top: 100px;
  padding-bottom: 150px;
  font-family: Inter, sans-serif;
}

.container-68 {
  text-align: right;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.column-10 {
  text-align: left;
}

.column-11 {
  text-align: right;
}

.heading-93 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.heading-93.heading-93-1 {
  font-size: 40px;
  line-height: 48px;
}

.text-block-70 {
  font-size: 18px;
}

.text-block-71 {
  color: #fff;
  padding-right: 40px;
  font-size: 20px;
  line-height: 26px;
}

.section-42 {
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-69 {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.column-12 {
  text-align: left;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". Area";
}

.columns-4, .column-13, .column-14 {
  text-align: center;
}

.section-43 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-70 {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-144 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.column-15 {
  flex: 0 auto;
}

.section-44 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.container-71 {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-46 {
  background-color: #0c0120;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-145 {
  text-align: center;
  margin-bottom: 100px;
}

.section-47 {
  background-color: #0c0120;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
}

.container-72 {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-111 {
  height: 80px;
}

.div-block-146 {
  text-align: center;
  background-image: url('../images/Ellipse-88.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  position: relative;
}

.image-112 {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.section-48 {
  z-index: 1;
  background-image: url('../images/Rectangle-1461.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 230px;
  margin-top: -80px;
  margin-bottom: -80px;
  font-family: Inter, sans-serif;
  position: relative;
}

.container-73 {
  max-width: 1200px;
}

.section-49 {
  background-color: #0c0120;
  background-image: url('../images/Video---Still.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -80px;
  padding-top: 250px;
  padding-bottom: 250px;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-147 {
  text-align: center;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  width: 58%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.link-block-18 {
  text-align: center;
  display: none;
}

.link-block-18:hover {
  opacity: .9;
}

.image-113 {
  width: 100%;
  display: block;
}

.div-block-148 {
  background-color: #0c0120;
  background-image: url('../images/Bottom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.image-115, .image-117, .image-119, .image-121 {
  display: none;
}

.link-41, .link-42, .link-43, .link-44 {
  color: #fff;
}

.link-45 {
  color: #9fa4ad;
  flex-flow: column;
  align-self: auto;
  text-decoration: none;
  display: flex;
}

.link-45:hover, .link-45.w--current {
  color: #fff;
  text-decoration: underline;
}

.link-46 {
  color: #9fa4ad;
  flex: 0 auto;
  align-self: auto;
  text-decoration: none;
  display: flex;
}

.link-46:hover, .link-46.w--current {
  color: #fff;
  text-decoration: underline;
}

.div-block-149 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.text-block-73 {
  padding-left: 4px;
  padding-right: 4px;
}

.text-span-38 {
  font-size: 16px;
  font-weight: 200;
  display: none;
}

.text-span-39 {
  font-size: 16px;
  font-weight: 200;
}

.div-block-150 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-47 {
  color: #000;
}

.link-47.w--current {
  color: #fff;
  margin-left: 0;
}

.locales-wrapper {
  justify-content: center;
  align-items: center;
}

.locales-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-32 {
  font-size: 64px;
}

.text-block-74 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.list-4 {
  margin-bottom: 40px;
  display: none;
}

.list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 10px;
}

.text-span-40 {
  font-size: 16px;
  font-weight: 200;
}

.margin-bottom-24px-18 {
  color: #fff;
  max-width: 70%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.hero-heading-left-8 {
  background-color: #0c0120;
  background-image: url('../images/The-only-unlimited-Background.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Inter, sans-serif;
  position: relative;
}

.hero-heading-left-8.sv-hero-heading {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-heading-left-8.sv-hero-heading-8-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-94 {
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 72px;
}

.container-75 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.paragraph-34 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.list-5 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.hero-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-125 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.div-block-151 {
  color: #fff;
  background-color: #0c0120;
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Inter, sans-serif;
}

.image-126 {
  padding-top: 0;
}

.image-127 {
  display: none;
}

.image-128 {
  max-width: 70%;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .image-5 {
    object-fit: cover;
    width: auto;
    min-height: 550px;
  }

  .heading-4 {
    width: 90%;
    padding-top: 10vh;
    font-size: 6vh;
    line-height: 7vh;
  }

  .heading-4.hero-txt {
    width: 75%;
    padding-top: 0;
    font-size: 5vh;
    line-height: 6vh;
    top: 12rem;
  }

  .paragraph-7 {
    margin-bottom: 5px;
  }

  .logo {
    padding-left: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.25rem;
  }

  .white-text {
    font-size: 38px;
  }

  .features-overview-cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-overview-transactions-image-wrapper {
    height: auto;
    margin-bottom: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }

  .features-overview-cards-image {
    height: 200px;
    margin-bottom: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .features-overview-card-large {
    padding: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-overview-stats-image-wrapper {
    height: 250px;
    margin-bottom: -2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: hidden;
  }

  .features-overview-grid-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-overview-card-small {
    padding: 2rem 2rem 3rem;
  }

  .footer__heading {
    text-align: center;
  }

  .text-span-13 {
    font-size: 46px;
    line-height: 60px;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-28 {
    text-align: left;
    width: 90%;
    padding-top: 0;
    font-size: 44px;
    line-height: 60px;
  }

  .text-span-17 {
    text-align: left;
    font-size: 44px;
    line-height: 2px;
  }

  .div-block-16 {
    object-fit: cover;
    width: auto;
    height: auto;
    min-height: 550px;
  }

  .div-block-17 {
    width: auto;
    height: auto;
    min-height: 550px;
  }

  .heading-29 {
    padding-bottom: 4rem;
  }

  .button-inner-text-hover {
    font-size: 1rem;
  }

  .home-hero-card-1 {
    width: 200px;
  }

  .heading-medium {
    width: 600px;
    margin-top: 2rem;
    font-size: 5vh;
    line-height: 6vh;
  }

  .home-hero-card-2 {
    width: 200px;
  }

  .button-inner-text {
    font-size: 1rem;
  }

  .home-hero-grid {
    grid-template-columns: 1fr .75fr;
    margin-top: 8rem;
    padding-left: 40px;
  }

  .text-size-xlarge-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .button-3.primary {
    justify-content: center;
    width: auto;
    height: 80%;
    display: inline-block;
  }

  .text-span-19 {
    font-weight: 500;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .nav-2 {
    width: 100%;
    left: 0;
    right: 0;
  }

  .footer-list-2 {
    margin-bottom: 20px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .text-block-19 {
    font-size: 38px;
  }

  .text-block-20 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-8 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .announcement-bar {
    display: block;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-17 {
    display: block;
  }

  .hero-heading-left-3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container-16 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-17 {
    max-width: 728px;
    display: block;
  }

  .heading-39 {
    font-size: 52px;
    line-height: 60px;
  }

  .column-2 {
    margin-top: 0;
    overflow: visible;
  }

  .columns {
    padding-top: 0;
    display: block;
  }

  .column-4 {
    left: 10px;
  }

  .column-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .container-18 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-41, .heading-42 {
    font-size: 52px;
    line-height: 60px;
  }

  .container-19 {
    max-width: 728px;
  }

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

  .container-20 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-25 {
    bottom: auto;
  }

  .heading-46 {
    font-size: 35px;
  }

  .container-24 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .title-small {
    font-size: 16px;
  }

  .footer-link-3 {
    font-size: 12px;
  }

  .paragraph-27 {
    padding-bottom: 0;
    font-size: 14px;
  }

  .text-block-26 {
    padding-bottom: 0;
    font-size: 18px;
  }

  .heading-48 {
    font-size: 24px;
  }

  .container-26 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-27 {
    max-width: 728px;
  }

  .image-35 {
    text-align: right;
    margin-top: auto;
    display: inline-block;
    position: static;
  }

  .container-32, .container-33, .container-38 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-21 {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .container-41, .container-45 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-52 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-73.logo-gradient {
    display: none;
  }

  .html-embed-8 {
    float: none;
    clear: none;
    text-align: left;
    font-size: 14px;
    display: block;
    position: static;
    left: auto;
  }

  .text-block-54 {
    padding-bottom: 0;
    font-size: 18px;
  }

  .container-56, .container-58 {
    max-width: 728px;
  }

  .heading-87, .heading-88 {
    font-size: 42px;
  }

  .image-96 {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .container-63 {
    max-width: 728px;
  }

  .image-122, .image-123, .image-124 {
    max-width: 80%;
  }

  .heading-94 {
    font-size: 52px;
    line-height: 60px;
  }

  .container-75 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-128 {
    aspect-ratio: auto;
    max-width: 200%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section {
    margin-top: 2rem;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .image-5 {
    object-fit: cover;
    width: auto;
    height: auto;
    min-height: 500px;
    overflow: auto;
  }

  .heading-4 {
    width: 100%;
    padding-left: 4vh;
    font-size: 4vh;
    line-height: 6vh;
  }

  .heading-4.hero-txt {
    width: 100%;
    font-size: 4vh;
    line-height: 5vh;
    top: 8rem;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    position: static;
  }

  .margin-bottom.margin-huge {
    margin-top: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .features-overview-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .features-overview-transactions-image-wrapper {
    margin-bottom: -3rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .features-overview-cards-image {
    height: 250px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-overview-stats-image-wrapper {
    height: 220px;
  }

  .features-overview-grid-top {
    grid-template-columns: 1fr;
  }

  .features-overview-card-small {
    text-align: center;
  }

  .footer__heading {
    font-size: 48px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__heading-link {
    font-size: 32px;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__social-2 {
    margin-bottom: 24px;
  }

  .footer__soc-link-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-13 {
    font-size: 34px;
    line-height: 22px;
  }

  .heading-28 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 4rem;
    font-size: 4vh;
    line-height: 6vh;
  }

  .text-span-17 {
    max-height: 50px;
    font-size: 34px;
  }

  .home-hero-card-1 {
    width: 180px;
  }

  .heading-medium {
    width: 450px;
    font-size: 4vh;
    line-height: 5vh;
  }

  .home-hero-card-2 {
    width: 180px;
  }

  .home-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .75fr;
    margin-top: 6rem;
  }

  .home-hero-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-size-xlarge-2 {
    font-size: 1rem;
  }

  .button-3.primary {
    font-size: 18px;
  }

  .page-padding-3, .page-padding-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .accordion-header {
    font-size: 45px;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-horizontal.flex-right.z-100 {
    z-index: 100;
    position: relative;
  }

  .content-subnav {
    height: auto;
  }

  .accordion-container {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-button {
    padding: 15px;
  }

  .nav-menu-button.w--open {
    z-index: 100;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion-2 {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion-2:hover {
    box-shadow: none;
  }

  .nav-menu-list {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .nav-menu-3 {
    z-index: 0;
    background-color: #fff;
    height: auto;
    padding-top: 0;
    top: 0;
    box-shadow: 7px 7px 40px 30px #d3d4d4;
  }

  .nav-grid {
    z-index: 20;
    padding-left: 15px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .nav-2 {
    z-index: 10000;
    height: 10%;
  }

  .footer-link-2 {
    margin-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .announcement-bar {
    display: none;
  }

  .hero-heading-left, .hero-heading-right, .hero-heading-left-2, .hero-heading-left-3, .hero-stack {
    padding: 60px 15px;
  }

  .column-4 {
    margin-top: 10px;
    left: auto;
  }

  .column-5 {
    margin-top: 10px;
    left: auto;
    right: auto;
  }

  .hero-heading-left-4, .hero-stack-2, .features-list {
    padding: 60px 15px;
  }

  .image-25 {
    max-width: 100%;
  }

  .heading-46 {
    font-size: 23px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    font-size: 18px;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .heading-48 {
    text-align: center;
  }

  .hero-heading-left-5, .hero-stack-3, .hero-stack-4, .hero-stack-5, .hero-heading-left-6, .hero-stack-6, .hero-stack-7, .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-73.logo-gradient {
    display: none;
  }

  .cell {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .cell.border-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .table-row {
    grid-template-columns: .25fr .75fr;
  }

  .hero-stack-8, .hero-stack-9, .hero-stack-10, .hero-heading-left-8 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .hero {
    z-index: 1;
    background-image: url('../images/About-Us_Hero-Image_Mobile.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    border-width: 0;
    padding: 20px 15px 250px;
    position: relative;
  }

  .hero.mobile-index {
    background-image: url('../images/HomepBanner.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons {
    align-items: center;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap {
    flex-direction: column;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons {
    margin-bottom: 5vh;
    padding-bottom: 10px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .heading-4 {
    color: var(--white);
    text-align: left;
    min-width: 0%;
    margin-top: 12rem;
    padding-left: 2vh;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 4rem;
  }

  .heading-4.hero-txt {
    width: 95%;
    padding-top: 13vh;
    padding-left: 3vh;
    font-size: 15px;
    line-height: 22px;
    top: 2rem;
  }

  .logo {
    width: 90px;
    padding-left: 10px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-top: 0;
  }

  .margin-bottom.margin-huge, .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    width: 100%;
    padding-top: 0;
  }

  .text-size-xlarge {
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
  }

  .white-text {
    color: #e3ddef;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .features-overview-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-align-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .features-overview-card-image-small {
    margin-top: -130px;
  }

  .features-overview-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium.text-color-muted {
    font-size: 16px;
    line-height: 20px;
  }

  .text-size-medium.text-color-muted.ol-ac-text {
    margin-bottom: 20px;
  }

  .features-overview-card-small {
    margin-top: 120px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-11 {
    line-height: 20px;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-14 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-24, .heading-25, .heading-26 {
    margin-bottom: 20px;
  }

  .section-2.mod--footer {
    padding: 40px 15px;
  }

  .footer__heading {
    color: #e3ddef;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .footer__heading-link {
    font-size: 26px;
  }

  .from-block {
    width: 200px;
  }

  .footer__title-list {
    margin-top: 60px;
  }

  .heading-27 {
    color: #e3ddef;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .text-span-12 {
    color: #e3ddef;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-span-13 {
    margin-right: 0;
    font-size: 28px;
    line-height: 32px;
    position: relative;
    bottom: 20px;
  }

  .text-span-14 {
    color: #e3ddef;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-span-15 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-16 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-28 {
    min-width: 300px;
    min-height: 0;
    padding-left: 20px;
    padding-right: 2rem;
    font-size: 4px;
    line-height: 40px;
  }

  .text-span-17 {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    font-size: 28px;
    line-height: 2px;
  }

  .div-block-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-29 {
    font-size: 2vh;
    line-height: 4vh;
  }

  .home-hero-buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-inner {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .home-hero-card-1 {
    width: 160px;
  }

  .heading-medium {
    width: 250px;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .home-hero-card-2 {
    width: 160px;
  }

  .home-hero-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    display: grid;
    overflow: visible;
  }

  .home-hero-grid-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-size-xlarge-2 {
    color: #e3ddef;
    width: 250px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-span-18 {
    color: #e3ddef;
    font-size: 32px;
    line-height: 40px;
  }

  .button-3.primary {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .cta-badges {
    flex-direction: column;
    align-items: center;
  }

  .page-padding-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-large {
    max-width: 100%;
  }

  .page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-header {
    font-size: 40px;
  }

  .accordion-toggle-grid, .nav-menu-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .accordion-content-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .nav-grid {
    padding-left: 0;
    padding-right: 15px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-bottom-wrap.ol-ac-bottom-wrap {
    padding: 20px 15px;
  }

  .accordion-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-2 {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-2.ol-ac-container {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-wrap-2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-32 {
    line-height: 32px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    color: #e3ddef;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    display: block;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar-logo-left {
    position: relative;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    color: #e3ddef;
    background-color: #0c0120;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-18 {
    color: #e3ddef;
    letter-spacing: 0;
    overflow-wrap: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    display: block;
  }

  .heading-33 {
    color: #e3ddef;
    font-size: 32px;
    line-height: 41px;
  }

  .div-block-21 {
    width: 100px;
    height: 5px;
    margin-bottom: 30px;
  }

  .div-block-22 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .image-9, .image-10, .image-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15, .paragraph-17 {
    color: #e3ddef;
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-20 {
    color: #e3ddef;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .pricing-overview.footer_top_steps {
    color: #e3ddef;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-card-text {
    color: #e3ddef;
    line-height: 21px;
  }

  .html-embed {
    padding-top: 0;
  }

  .announcement-bar {
    height: auto;
    display: block;
  }

  .announcement-bar-text {
    text-align: left;
    width: 85%;
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .hero-heading-left {
    background-image: url('../images/Digibank-Banner.jpg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 250px;
  }

  .container-10 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 21px;
  }

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

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

  .div-block-27 {
    padding-left: 0;
  }

  .container-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-22 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-29 {
    margin-top: 60px;
  }

  .container-13 {
    max-width: none;
  }

  .hero-split-2 {
    margin-top: 60px;
    display: block;
  }

  .shadow-two-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

  .div-block-31 {
    padding: 20px 15px;
  }

  .hero-heading-left-2 {
    margin-top: 120px;
  }

  .container-14 {
    max-width: none;
  }

  .hero-split-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .shadow-two-3 {
    display: none;
  }

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

  .div-block-32 {
    padding: 20px 15px;
  }

  .div-block-35 {
    margin-bottom: 10px;
  }

  .navbar {
    color: #e3ddef;
    -webkit-text-stroke-color: #e3ddef;
    background-color: #0c0120;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    width: 100%;
    display: block;
  }

  .div-block-36 {
    background-color: #771fff;
    width: 2px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-15 {
    width: 220px;
    height: 75px;
  }

  .image-16 {
    width: 220px;
    height: 65px;
  }

  .image-17 {
    margin-top: -200px;
  }

  .image-18 {
    width: 125px;
    padding-left: 5px;
    display: inline-block;
  }

  .html-embed-2 {
    padding-top: 0;
  }

  .announcement-bar-block {
    justify-content: flex-start;
    align-items: center;
  }

  .close-icon {
    top: 10px;
    right: 15px;
  }

  .html-embed-3 {
    font-family: Inter, sans-serif;
  }

  .hero-heading-left-3 {
    background-image: url('../images/Homepage-Mobile-Hero-Image.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 310px;
  }

  .container-16 {
    max-width: none;
  }

  .hero-split-4 {
    text-align: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .container-17 {
    max-width: 100%;
  }

  .hero-wrapper-two {
    max-width: 90%;
  }

  .margin-bottom-24px-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-39 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .div-block-38 {
    margin-top: 40px;
  }

  .columns {
    display: block;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .column-4 {
    margin-top: 0;
    left: auto;
  }

  .column-5 {
    margin-top: 0;
    margin-bottom: 20px;
    left: auto;
    right: auto;
  }

  .hero-heading-left-4 {
    background-image: url('../images/Group-1621.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-18 {
    max-width: none;
  }

  .hero-wrapper-4 {
    display: block;
  }

  .margin-bottom-24px-5 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

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

  .paragraph-20 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-21 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .image-23 {
    width: 16px;
    height: 16px;
  }

  .heading-42 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-stack-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-19 {
    max-width: 100%;
  }

  .margin-bottom-24px-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-39 {
    width: 90%;
    max-width: 90%;
    margin-top: -100px;
    padding: 10px 20px;
    position: relative;
    bottom: 0;
  }

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

  .features-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-20 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
    display: block;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-40, .div-block-41, .div-block-42 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-9 {
    background-image: url('../images/Group-1623.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 400px;
  }

  .div-block-45 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-46 {
    display: block;
  }

  .div-block-47 {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .div-block-48 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-49 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-25 {
    max-width: 80%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-46 {
    text-align: center;
    text-transform: none;
    overflow-wrap: anywhere;
    font-size: 32px;
    line-height: 40px;
  }

  .section-11 {
    padding-top: 140px;
  }

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

  .image-26 {
    margin-top: 0;
    display: none;
  }

  .paragraph-26, .text-block-25 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-25.cm_text, .text-block-25.cm_text_25 {
    font-size: 16px;
  }

  .footer-dark {
    padding-top: 40px;
  }

  .container-24 {
    max-width: none;
  }

  .footer-block {
    margin-top: 40px;
  }

  .footer-link-3 {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .footer-social-block {
    text-align: center;
    display: block;
  }

  .footer-social-link {
    margin-bottom: 15px;
  }

  .heading-48 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-27 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .hero-heading-left-5 {
    background-image: url('../images/GXBank_Save_Mobile-View-Banner.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 310px;
  }

  .container-26 {
    max-width: none;
  }

  .hero-wrapper-5 {
    text-align: center;
  }

  .margin-bottom-24px-7 {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

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

  .hero-stack-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-27 {
    max-width: none;
  }

  .margin-bottom-24px-8 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .image-33 {
    width: 100%;
    margin-top: 0;
  }

  .section-12 {
    margin-top: -120px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-block-52 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-29, .text-block-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-34 {
    width: 200px;
    margin-top: 40px;
  }

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

  .div-block-53 {
    width: 90%;
    max-width: 90%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px 30px;
    position: relative;
  }

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

  .text-block-32 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .div-block-55, .div-block-56 {
    width: 100%;
    max-width: 100%;
  }

  .section-14 {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .heading-53 {
    margin-left: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-53.cm_faq_heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
  }

  .div-block-58 {
    text-align: center;
    display: block;
  }

  .div-block-59 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-35 {
    display: none;
  }

  .div-block-60 {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-stack-4 {
    background-image: url('../images/Group-1566.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-32 {
    max-width: none;
  }

  .hero-wrapper-two-3 {
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .margin-bottom-24px-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-54 {
    margin-top: 80px;
    font-size: 32px;
    line-height: 40px;
    overflow: visible;
  }

  .image-36 {
    width: 100%;
  }

  .hero-stack-5 {
    padding-top: 40px;
  }

  .container-33 {
    max-width: none;
  }

  .margin-bottom-24px-10 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .section-16 {
    margin-top: -120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-34 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-56 {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-33 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-38 {
    width: 180px;
    margin-top: 40px;
  }

  .text-block-34 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-65 {
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 30px;
    position: relative;
  }

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

  .text-block-35 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-18 {
    padding-top: 0;
  }

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

  .div-block-67 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-69 {
    overflow-wrap: normal;
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 30px;
    position: relative;
  }

  .heading-60.linear-gradient.linear-gradient-effect {
    font-size: 120px;
    line-height: 120px;
  }

  .hero-heading-left-6 {
    background-image: url('../images/Hero-Image_1.jpg'), url('../images/Hero-Image.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .container-38 {
    max-width: none;
  }

  .hero-split-7 {
    text-align: center;
  }

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

  .section-19 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-73 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-42 {
    width: 185px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-63 {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-37 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-64.linear-gradient {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-76 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-43 {
    width: 53px;
    height: 90px;
  }

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

  .div-block-77 {
    max-width: 100%;
  }

  .section-21 {
    background-image: url('../images/GU-screen-Background.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-21.main_banner {
    padding-top: 60px;
  }

  .div-block-78 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-79 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .heading-67 {
    text-align: left;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-38 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-44 {
    width: 80%;
    max-width: 80%;
  }

  .div-block-80 {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    position: static;
  }

  .image-45 {
    width: 285px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stack-6 {
    background-image: url('../images/delightful-banking-mobile.jpg');
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .hero-stack-6.hero-stack6-1 {
    background-image: url('../images/gxb-looping-gif-2.png');
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .container-41 {
    max-width: none;
  }

  .container-41.container-41 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-two-5 {
    max-width: 100%;
  }

  .margin-bottom-24px-12 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .section-22 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .container-42 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-42.container-42-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-81 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-81.block-81-1 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .image-46 {
    width: 185px;
    margin: 20px auto;
    display: none;
  }

  .heading-72, .heading-72.heading-72-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-23 {
    padding-top: 40px;
  }

  .hero-stack-7 {
    padding-bottom: 20px;
  }

  .margin-bottom-24px-13 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-73 {
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .image-47 {
    margin-bottom: 20px;
  }

  .div-block-84 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-85, .div-block-86 {
    width: 100%;
    max-width: 100%;
  }

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

  .section-24 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-87 {
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
    position: relative;
  }

  .image-48 {
    width: 165px;
    display: none;
  }

  .image-49 {
    width: 155px;
    display: none;
  }

  .hero-heading-left-7 {
    background-image: url('../images/Hero-Image_2.jpg'), url('../images/Security-Tips-Hero-Image.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    padding-top: 20px;
    padding-bottom: 300px;
  }

  .container-45 {
    max-width: none;
  }

  .hero-split-8 {
    text-align: left;
  }

  .margin-bottom-24px-14 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-41 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-25 {
    padding-top: 20px;
    padding-bottom: 160px;
  }

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

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

  .div-block-89 {
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
    position: relative;
  }

  .section-27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-77 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-42 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-90 {
    margin-top: 80px;
  }

  .div-block-91 {
    text-align: left;
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
    position: relative;
  }

  .div-block-92 {
    width: 90%;
    max-width: 90%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px;
    position: relative;
  }

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

  .div-block-94 {
    margin-top: 60px;
  }

  .div-block-95, .div-block-96 {
    width: 100%;
    max-width: 100%;
  }

  .grid {
    grid-auto-flow: column;
    display: block;
  }

  .section-28 {
    padding-top: 40px;
  }

  .container-49 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-78 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-97.border-right-gradient.border-bottom-gradient {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-44 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-98.border-bottom-gradient.border-right-gradient, .div-block-99.border-bottom-gradient, .div-block-100.border-right-gradient, .div-block-101.border-right-gradient, .div-block-102 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-6 {
    padding-top: 0;
  }

  .image-50 {
    display: none;
  }

  .section-29 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-50 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-104.border-right-gradient {
    padding: 20px 20px 40px;
  }

  .text-block-46 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-105.border-right-gradient {
    padding: 20px 20px 40px;
  }

  .div-block-106 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-52, .image-53 {
    width: 120px;
    left: 15%;
  }

  .image-54 {
    width: 150px;
    right: 15%;
  }

  .image-55 {
    display: none;
  }

  .image-56 {
    width: 100%;
    display: block;
  }

  .text-block-47 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-47.mb-text-left {
    text-align: left;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .image-57 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
  }

  .image-58 {
    width: 100%;
    display: block;
  }

  .text-block-48 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-3, .link-block-4 {
    margin-bottom: 20px;
  }

  .image-59 {
    width: 280px;
    margin: -80px auto 40px;
    display: block;
  }

  .text-block-49 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-5, .link-block-6 {
    margin-bottom: 20px;
  }

  .image-60, .image-61 {
    width: 100%;
    display: block;
  }

  .container-51 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-50 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-7, .link-block-8 {
    margin-bottom: 20px;
  }

  .image-62 {
    width: 250px;
    max-width: 250px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-51 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-9, .link-block-10 {
    margin-bottom: 20px;
  }

  .image-63 {
    width: 250px;
    margin: -80px auto 10px;
    display: block;
  }

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

  .image-64 {
    width: 100%;
    display: block;
  }

  .image-65 {
    z-index: 1;
    width: 168px;
    display: none;
    position: absolute;
    top: 18%;
    right: 10px;
  }

  .image-66 {
    z-index: 1;
    width: 157px;
    display: block;
    position: absolute;
    bottom: 60%;
    left: 10px;
  }

  .image-67 {
    text-align: center;
    width: 90%;
    height: 2px;
    margin: 10px auto;
    display: block;
  }

  .text-block-52 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-11, .link-block-12 {
    margin-bottom: 20px;
  }

  .image-68 {
    width: 250px;
    margin: -80px auto 10px;
    display: block;
  }

  .image-69, .image-70 {
    width: 100%;
    display: block;
  }

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

  .image-71 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-logo-left-2.main-header {
    background-color: #0c0120;
  }

  .container-52 {
    max-width: none;
  }

  .nav-menu-two-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .image-72 {
    width: 125px;
    padding-left: 10px;
  }

  .image-72.logo-white {
    text-align: center;
    width: 125px;
  }

  .image-73, .table-row-group.header {
    display: none;
  }

  .cell-text {
    margin-top: 1rem;
  }

  .header-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
  }

  .cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cell.border-right {
    border-bottom: 1px solid #d3d3d3;
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container-54 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-113 {
    background-image: url('../images/Turbo-Charged_Wave_Mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .div-block-114 {
    max-width: 100%;
  }

  .image-77 {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span-28 {
    font-size: 100%;
    font-weight: 800;
    line-height: 100%;
    display: inline;
  }

  .image-80 {
    width: 185px;
    margin: 20px auto;
    display: block;
  }

  .html-embed-10 {
    padding-top: 0;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .container-56, .container-58 {
    max-width: none;
  }

  .image-88 {
    width: 16px;
    height: 16px;
  }

  .div-block-126 {
    text-align: center;
    width: 70%;
    max-width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-31 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-87 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-62 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-127 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-89 {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-90 {
    width: 16px;
    height: 16px;
  }

  .div-block-128 {
    text-align: center;
    width: 70%;
    max-width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-32 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-88 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-64 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-129 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-91 {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-137 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-138 {
    width: 82%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-96 {
    margin-bottom: 0;
  }

  .image-97 {
    width: 95%;
    margin-bottom: 2px;
  }

  .hero-stack-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-63 {
    max-width: none;
  }

  .margin-bottom-24px-17 {
    font-size: 18px;
  }

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

  .image-98, .image-99, .image-100 {
    margin-top: 20px;
    display: none;
  }

  .image-101 {
    padding-top: 0;
    display: none;
  }

  .section-35 {
    padding: 20px 15px 60px;
  }

  .heading-92 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
  }

  .image-102 {
    width: 100%;
    display: block;
  }

  .image-103, .image-104, .image-105 {
    margin-top: 20px;
    display: block;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-141 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    flex-flow: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image-107 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-108 {
    display: none;
  }

  .image-109 {
    margin-top: 20px;
    display: block;
  }

  .html-embed-16 {
    max-width: 100%;
  }

  .section-41 {
    padding-top: 50px;
  }

  .column-10 {
    text-align: center;
  }

  .heading-93, .heading-93.heading-93-1 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-71 {
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .section-42 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-69 {
    max-width: 100%;
  }

  .columns-4 {
    display: flex;
  }

  .section-43 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-5 {
    display: block;
  }

  .column-15 {
    text-align: center;
  }

  .section-44 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-6 {
    display: block;
  }

  .section-46 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-7 {
    display: block;
  }

  .div-block-145 {
    margin-bottom: 60px;
  }

  .section-47 {
    background-image: url('../images/Ellipse-88-mb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
  }

  .image-111 {
    display: none;
  }

  .div-block-146 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-112 {
    display: none;
  }

  .container-73 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-49 {
    background-image: url('../images/Video---Still-mb.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .text-block-72 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .image-113 {
    display: none;
  }

  .image-114 {
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
  }

  .image-115 {
    display: block;
  }

  .container-74 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-116 {
    display: none;
  }

  .image-117 {
    display: block;
  }

  .column-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-17 {
    text-align: center;
    margin-top: 20px;
  }

  .image-118 {
    display: none;
  }

  .image-119 {
    margin-bottom: 30px;
    display: block;
  }

  .columns-8 {
    display: flex;
  }

  .column-18 {
    text-align: center;
  }

  .image-120 {
    display: none;
  }

  .image-121 {
    margin-bottom: 20px;
    display: block;
  }

  .div-block-149 {
    padding-left: 10px;
  }

  .div-block-150 {
    margin-left: 10px;
  }

  .link-47 {
    margin-left: 0;
  }

  .image-124 {
    max-width: 80%;
  }

  .bold-text-32 {
    text-align: center;
    font-size: 32px;
  }

  .locale {
    margin-left: 0;
  }

  .margin-bottom-24px-18 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-heading-left-8 {
    background-image: url('../images/Group-1621.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-94 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
  }

  .container-75 {
    max-width: none;
  }

  .paragraph-34 {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-wrapper-8 {
    display: block;
  }

  .image-125 {
    width: 16px;
    height: 16px;
  }

  .hero-split-9 {
    margin-bottom: 0;
  }

  .image-126 {
    display: none;
  }

  .image-127 {
    max-width: 100%;
    display: block;
  }

  .image-128 {
    float: none;
    text-align: left;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-e15fe326-8894-a456-f840-b0a70945321a-15cb9915, #w-node-b59bdbaa-bf11-b229-909e-2d3b3c1e6253-3c1e624e, #w-node-b59bdbaa-bf11-b229-909e-2d3b3c1e626c-3c1e624e, #w-node-b59bdbaa-bf11-b229-909e-2d3b3c1e6275-3c1e624e, #w-node-b59bdbaa-bf11-b229-909e-2d3b3c1e6280-3c1e624e, #w-node-_44f2224f-b980-fa00-cf41-5f12e789b334-a574a06c, #w-node-_26d537ca-cf98-9757-e329-fcf513cb83ca-a574a06c, #w-node-_3dca9df5-86d1-7e95-9ef4-fae95b154e78-a574a06c, #w-node-_3dca9df5-86d1-7e95-9ef4-fae95b154e84-a574a06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca96406-2fe5-e0f3-6a57-ee6ff49bad84-a574a06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dc64038f-7b10-c62c-49ba-ee386b80e0ec-a574a06c, #w-node-a77ad75c-d2c3-b23a-f502-a1561b11758c-a574a06c, #w-node-a855cb59-51ed-76ae-8b72-cf5ed5460a14-a574a06c, #w-node-a855cb59-51ed-76ae-8b72-cf5ed5460a1b-a574a06c, #w-node-a855cb59-51ed-76ae-8b72-cf5ed5460a22-a574a06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e15fe326-8894-a456-f840-b0a70945321a-15cb9915 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Grab Community Solid En';
  src: url('../fonts/Grab-Community-Solid-EN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grab Community Solid En';
  src: url('../fonts/Grab-Community-Solid-EN-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grab Community Solid En';
  src: url('../fonts/Grab-Community-Solid-EN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grab Community Solid En';
  src: url('../fonts/Grab-Community-Solid-EN-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}