.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

ul {
  font-size: 20px;
  line-height: 1.2em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #fff;
  margin-left: 40px;
  margin-right: 0;
  font-size: 24px;
}

.navbar {
  background-color: #000;
  height: 100px;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-link[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: #1a1b1fbf;
}

.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;
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.list-item {
  margin-left: 0;
  padding-left: 0;
  list-style-type: disc;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.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: #1a1b1fbf;
}

.nav-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  list-style-type: none;
  display: none;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
}

.utility-page-wrap {
  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;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.search-input {
  width: 100px;
  margin-bottom: 0;
}

.container-3 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  max-width: none;
  display: flex;
}

.container-4 {
  width: 20%;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  display: flex;
}

.list-item-2 {
  text-decoration: none;
}

.list-item-2:hover, .list-item-2:active, .list-item-2:focus {
  color: #ffe000;
}

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

.footer-section {
  background-color: #00a0ff;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-6 {
  width: 1700px;
  max-width: 1700px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-footer-1 {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

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

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

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 70px;
  padding: 20px 65px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.button.button-package {
  margin-top: 25px;
}

.footer-section-2 {
  background-color: #111;
  justify-content: center;
  align-items: center;
  height: 470px;
  display: flex;
}

.heading-footer-2 {
  color: #fff;
  margin-top: 0;
  padding-right: 0%;
  font-family: Archivo, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2em;
}

.grid {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.paragraph-footer {
  color: #aaa;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 20px;
}

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

.container-8 {
  max-width: 1440px;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.tabs-content {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tabs-section {
  background-color: #111;
  border-top: 20px solid #00a0ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 1440px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
}

.paragraph {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1em;
}

.text-block:hover, .text-block:focus {
  color: #ffe000;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.tab-link-tab-1.w--current:hover, .tab-link-tab-1.w--current:focus {
  border-bottom-color: #ffe000;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.tab-link-tab-2:hover, .tab-link-tab-2:focus {
  border-bottom-color: #ffe000;
}

.tab-link-tab-3 {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.tab-link-tab-3:hover, .tab-link-tab-3:focus {
  border-bottom-color: #ffe000;
}

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

.container-10 {
  width: 1140px;
  max-width: 1140px;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00a0ff, #fff 60%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1440px;
  padding-left: 7%;
  padding-right: 7%;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: flex;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  height: 564px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 1700px;
  max-width: 1440px;
  display: block;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.button-2 {
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #111;
  margin-top: 40px;
  padding: 20px 65px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.button-2.card-button {
  margin-top: 50px;
}

.paragraph-text {
  color: #111;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-text.section-4-description {
  text-align: center;
}

.paragraph-text.section-5-description {
  text-align: left;
}

.heading-h2 {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  padding-left: 52px;
  font-family: Archivo, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-h2.h2-numbers {
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.heading-h2.h2-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-left: 14px;
}

.heading-h2.fintech-h2 {
  font-size: 46px;
}

.heading-h2.contact-h2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2.services-heading-2 {
  text-align: center;
}

.heading-h2.section-4-heading {
  text-align: center;
  border-left: 38px solid #00a0ff;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.heading-h2.section-4-heading-b {
  text-align: center;
  border-left: 38px solid #ffe000;
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.text-span-4 {
  border-left: 38px solid #00a0ff;
  margin-left: -52px;
  padding-left: 14px;
  font-weight: 300;
}

.text-span-4.text-span-services {
  font-weight: 300;
}

.div-block-2 {
  padding-left: 0;
}

.section-3 {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.container-12 {
  flex-flow: column;
  max-width: 1440px;
  display: block;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-5.text-span-4 {
  text-transform: uppercase;
  flex-flow: row;
  width: 400px;
  max-width: 100%;
  display: block;
}

.grid-3 {
  z-index: 9;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1240px;
  margin-top: 84px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-3-3 {
  background-image: url('../images/3-1.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 342px;
  display: flex;
}

.div-block-3-2 {
  background-image: url('../images/2-3.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3-1 {
  background-image: url('../images/1-3.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: #111;
  font-family: Archivo, sans-serif;
  font-size: 20px;
}

.list-2 {
  color: #111;
  padding-left: 0;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.container-14 {
  background-color: #ffe000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 114px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-3 {
  flex: 1;
}

.button-3 {
  color: #111;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px 50px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.container-15 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-16 {
  max-width: 1440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-5 {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  grid-template-rows: auto;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 40px;
  padding: 20px 65px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: #4e4e4e;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.grid-6 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  height: 510px;
  margin-top: 70px;
  margin-bottom: 58px;
}

.div-block-4 {
  background-color: #d9d9d9;
  padding-top: 80px;
  padding-left: 60px;
}

.div-block-5 {
  background-image: url('../images/image-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 362px;
}

.grid-7 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  height: 510px;
  margin-bottom: 130px;
}

.div-block-6 {
  background-color: #c9dde8;
  padding-top: 60px;
  padding-left: 44px;
}

.div-block-7 {
  background-image: url('../images/shutterstock_2409787129.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-left: 60px;
}

.button-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 20px 65px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.card-title-black {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.card-title-black.list-title {
  margin-bottom: 20px;
}

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

.list-3 {
  padding-left: 0;
}

.list-item-3 {
  color: #111;
  margin-left: 20px;
  padding-top: 26px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  list-style-type: disc;
}

.text-block-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
}

.card-title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 148px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-7 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-4 {
  color: #4e4e4e;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.accordion-item {
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
}

.accordion-toggle {
  border-bottom: 1px solid #000;
  align-items: center;
  margin-left: 20px;
  padding: 10px 0;
  display: flex;
}

.accordion-icon {
  display: none;
}

.text-block-3 {
  color: #111;
  white-space: normal;
  flex: none;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.image {
  margin-left: -35px;
  margin-right: 16px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.paragraph-5 {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-17 {
  max-width: 1240px;
}

.tabs-2 {
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.tabs-content-2 {
  justify-content: center;
  align-items: stretch;
  width: 50%;
}

.tabs-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-8:hover, .heading-8:focus {
  color: #ffe000;
}

.tab-title {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  display: flex;
}

.tab-title:focus {
  border-bottom-color: #ffe000;
}

.tab-title.w--current {
  color: #ffe000;
  background-color: #0000;
  border-bottom: 1px solid #ffe000;
  padding: 20px 0;
  display: flex;
}

.tab-title.w--current:focus {
  border-bottom-color: #ffe000;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.custom-icon:hover {
  color: #ffe000;
}

.tab-content-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.tab-content-div {
  margin-top: 45%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
}

.tab-pane-tab-1-2 {
  padding-left: 0;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  padding-right: 10px;
  display: none;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  border-left: 38px solid #00a0ff;
  padding-left: 14px;
}

.footer {
  flex-flow: column;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 796px;
  padding: 5%;
  display: flex;
}

.section-6 {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  min-height: 568px;
  padding: 5%;
  display: flex;
}

.container-18 {
  width: 1240px;
  max-width: 1240px;
}

.grid-9 {
  grid-column-gap: 44px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-6 {
  color: #4e4e4e;
  margin-bottom: 0;
  padding-left: 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-6.paragraph-6-2 {
  padding-right: 40px;
}

.paragraph-6.paragraph-6-3 {
  padding-right: 20px;
}

.grid-10 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 2.75fr;
  width: 100%;
}

.heading-9 {
  color: #111;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.section-7 {
  background-image: url('../images/coworkers-team-brainstorming.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 400px;
  padding: 5%;
  display: flex;
}

.section-7.bs-faq {
  background-image: url('../images/Group-45.jpg');
}

.section-7.bs-about {
  background-image: url('../images/about-us-bcg-image.jpg');
}

.section-7.bs-services {
  background-image: url('../images/Group-46.jpg');
}

.container-19 {
  max-width: 1240px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-10.heading-faq, .heading-10.heading-services {
  color: #111;
}

.text-span-9 {
  font-weight: 700;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 5%;
  display: flex;
}

.container-20 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1240px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.paragraph-7 {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-12 {
  color: #7c8085;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

.container-21 {
  max-width: 1240px;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  padding: 5%;
  display: flex;
}

.text-field, .text-field-2 {
  flex: 1;
  width: 45%;
  margin-bottom: 0;
}

.text-field-3 {
  width: 100%;
  margin-bottom: 0;
}

.text-field-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 25px;
  color: #4e4e4e;
  flex-flow: wrap;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.submit-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  padding: 20px 65px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-8 {
  color: #4e4e4e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 23%;
  padding-right: 23%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.grid-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 9.25fr;
}

.text-block-4 {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.text-block-4.contact-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4.contact-text:hover {
  color: #b2b2b2;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-block-5 {
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.error-message {
  padding-left: 20px;
  padding-right: 20px;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 560px;
  padding: 5%;
  display: flex;
}

.grid-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.container-22 {
  max-width: 1240px;
  margin-top: 20px;
}

.container-23 {
  max-width: none;
}

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

.paragraph-9 {
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-10 {
  font-family: Roboto, sans-serif;
}

.paragraph-11 {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.container-25, .container-26 {
  max-width: 1700px;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 130px 5% 210px;
  display: block;
  overflow: hidden;
}

.packages {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 110px 5% 130px;
  display: block;
}

.packages.packages-2 {
  background-color: #fff;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  text-align: center;
  font-family: Archivo, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.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;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

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

.container-28.packages-container-2 {
  max-width: 1300px;
}

.container-29 {
  max-width: none;
}

.packages-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 116px;
}

.packages-grid.packages-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.package-title {
  color: #111;
  text-align: center;
  background-color: #ffe000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

.package-title.packages-title-2 {
  color: #ffe000;
  text-transform: capitalize;
  background-color: #111;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  display: flex;
}

.text-span-11 {
  vertical-align: super;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6 {
  color: #4e4e4e;
  text-align: center;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-12 {
  background-color: #dadada;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-12.divider {
  background-color: #111;
}

.package-content {
  background-color: #fff;
  height: 602px;
  padding: 38px 15px 35px;
  position: relative;
}

.package-content.package-content-2 {
  padding-top: 25px;
}

.package-content.package-content-2.package-background {
  background-color: #f7f7f7;
}

.package-content.package-content-2.package-background.pc-gray {
  height: 535px;
}

.paragraph-12 {
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-12.webinars-p {
  color: #111;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 35px;
}

.heading-13 {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-13 {
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-13.webinars-p-2 {
  text-align: left;
}

.section-13 {
  background-image: url('../images/pexels-alphatradezone-5833873.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  display: flex;
}

.heading-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 54px;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding: 5%;
  display: flex;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .9fr;
  max-width: 1700px;
}

.heading-15 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-14 {
  color: #4e4e4e;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-14 {
  background-color: #111;
  padding: 45px 40px 50px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.icon-list-row {
  border-bottom: 1px #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.icon-list {
  color: #fff;
  background-image: url('../images/Vector-12.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

.link-block {
  padding-left: 10px;
  text-decoration: none;
}

.contact-text-span {
  color: #000;
  font-weight: 700;
}

.link-block-2 {
  text-decoration: none;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
}

.section-3-heading-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-weight: 700;
}

.section-3-heading-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.section-3-box-description {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.section-5-subheading {
  color: #111;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

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

.image-4 {
  margin-top: -32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-6-grid {
  margin-top: 50px;
  padding: 0;
}

.section-5-box-img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.section-5-box-heading {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  min-height: 60px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cell {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-15 {
  color: #111;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.section-3-h2-h {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00a0ff, #fff 60%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Archivo, sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .section-10 {
    flex-flow: column;
    display: flex;
  }

  .grid-14 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-25 {
    max-width: 1700px;
  }

  .package-title.packages-title-2 {
    font-size: 32px;
  }

  .div-block-14 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    height: 120px;
  }

  .heading-footer-1 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .heading-h2.fintech-h2 {
    font-size: 50px;
  }

  .heading-h2.services-heading-2 {
    padding-right: 0;
  }

  .tab-content-title {
    font-size: 36px;
  }

  .paragraph-6 {
    padding-right: 0;
  }

  .textarea {
    min-height: 200px;
  }

  .packages-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    padding-right: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    height: 120px;
  }

  .container-regular, .container-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-footer-2 {
    padding-right: 15%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-9 {
    width: 1700px;
  }

  .heading-h2 {
    font-size: 56px;
  }

  .heading-h2.h2-white {
    padding-right: 0%;
  }

  .heading-h2.fintech-h2 {
    font-size: 56px;
  }

  .heading-h2.contact-h2 {
    padding-right: 0%;
  }

  .section-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    padding-right: 10%;
  }

  .heading-8 {
    font-size: 32px;
  }

  .tab-content-div {
    margin-top: 40%;
    padding-left: 0;
  }

  .tab-pane-tab-1-2 {
    padding-left: 0;
  }

  .packages-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-15 {
    padding-right: 20%;
  }

  .image-4 {
    margin-top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    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 {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .container {
    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 #0000000d;
  }

  .nav-link-2 {
    color: #111;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 28px;
  }

  .nav-menu-2 {
    background-color: #ffe000;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    display: flex;
  }

  .container-2 {
    width: 70%;
  }

  .container-4 {
    width: 30%;
  }

  .list-item-2 {
    color: #111;
    font-size: 24px;
  }

  .list-item-2:hover {
    color: #fff;
  }

  .footer-section {
    height: 400px;
  }

  .heading-footer-1 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 36px;
  }

  .button {
    margin-top: 50px;
  }

  .footer-section-2 {
    height: 450px;
  }

  .heading-footer-2 {
    padding-right: 40%;
    font-size: 36px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .tabs-section {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section {
    height: 600px;
  }

  .heading-4 {
    font-size: 43px;
  }

  .section-2 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-11 {
    width: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-h2 {
    padding-left: 42px;
    font-size: 32px;
  }

  .heading-h2.h2-numbers {
    padding-left: 42px;
    padding-right: 5%;
    font-size: 32px;
  }

  .heading-h2.fintech-h2 {
    padding-left: 42px;
    padding-right: 40%;
    font-size: 32px;
  }

  .text-span-4 {
    border-left-width: 28px;
    margin-left: -42px;
  }

  .text-span-5.text-span-4 {
    margin-left: -42px;
  }

  .grid-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .div-block-3-3, .div-block-3-2, .div-block-3-1 {
    height: 250px;
  }

  .heading-5.heading-5-1 {
    padding-right: 0%;
  }

  .grid-4 {
    grid-template-columns: minmax(55px, 60px) 1fr;
  }

  .container-14 {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-6 {
    font-size: 26px;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-16 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-4 {
    padding-bottom: 60px;
  }

  .div-block-5 {
    width: 100%;
    height: 400px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-6 {
    padding-bottom: 60px;
  }

  .div-block-7 {
    padding-bottom: 80px;
  }

  .card-title-black, .card-title-black.list-title, .card-title-white {
    font-size: 36px;
  }

  .text-block-3 {
    padding-right: 15%;
    font-size: 22px;
  }

  .tabs-menu-2 {
    width: 100%;
    display: block;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .tabs-3 {
    flex-flow: column;
    margin-top: 60px;
    display: block;
  }

  .heading-8 {
    font-size: 24px;
  }

  .tab-title, .tab-title.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-content-title {
    font-size: 30px;
  }

  .tab-content-div {
    margin-top: 10%;
    padding-left: 0;
  }

  .tab-pane-tab-1-2 {
    padding-left: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr .5fr;
  }

  .icon {
    color: #fff;
  }

  .text-span-8 {
    border-left-width: 28px;
  }

  .section-5, .section-6 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .grid-9 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-9 {
    font-size: 19px;
  }

  .section-7 {
    min-height: 300px;
  }

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

  .section-8 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-11 {
    padding-right: 25%;
    font-size: 36px;
  }

  .section-9 {
    min-height: 550px;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .paragraph-8 {
    margin-bottom: 40px;
    padding-left: 18%;
    padding-right: 18%;
  }

  .grid-13 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-11 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .packages {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-27 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-price {
    font-size: 50px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .packages-grid.packages-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .package-content {
    height: auto;
  }

  .package-content.package-content-2.package-background.pc-gray {
    height: auto;
    position: relative;
  }

  .div-block-13 {
    position: static;
  }

  .package {
    width: 55%;
    margin: auto;
  }

  .section-13 {
    height: 360px;
  }

  .heading-14 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 36px;
  }

  .section-14 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .grid-16 {
    grid-row-gap: 30px;
    grid-template-columns: 2fr;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    height: 70px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    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 #0000000d;
  }

  .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;
  }

  .menu-button {
    order: 0;
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    display: inline-block;
  }

  .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;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-5 {
    display: none;
  }

  .heading-footer-1 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
    line-height: 42px;
  }

  .heading-footer-2 {
    padding-right: 30%;
    font-size: 30px;
  }

  .tabs-section {
    padding-top: 12%;
    padding-bottom: 15%;
  }

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

  .section-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .button-2 {
    margin-top: 30px;
  }

  .heading-h2, .heading-h2.h2-numbers {
    padding-left: 34px;
    font-size: 27px;
  }

  .heading-h2.fintech-h2 {
    text-align: left;
    padding-left: 34px;
    padding-right: 0%;
    font-size: 27px;
  }

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

  .heading-h2.section-4-heading {
    text-align: left;
    padding-left: 15px;
  }

  .text-span-4 {
    border-left-width: 20px;
    width: 100%;
    margin-left: -34px;
    display: block;
  }

  .text-span-5.text-span-4 {
    margin-left: -34px;
  }

  .heading-6 {
    font-size: 21px;
  }

  .button-3 {
    padding-right: 30px;
  }

  .button-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-5 {
    height: 350px;
  }

  .card-title-black, .card-title-black.list-title {
    font-size: 30px;
  }

  .list-item-3 {
    padding-top: 20px;
  }

  .card-title-white {
    font-size: 30px;
  }

  .paragraph-3 {
    margin-bottom: 80px;
  }

  .heading-7 {
    text-align: center;
    margin-top: 20px;
  }

  .heading-7.heading-7-1 {
    margin-top: 30px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .tab-content-title {
    font-size: 26px;
  }

  .tab-content-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-8 {
    border-left-width: 20px;
  }

  .section-6 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .section-7 {
    min-height: 200px;
  }

  .heading-10 {
    font-size: 26px;
  }

  .section-8 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-11 {
    padding-right: 10%;
  }

  .section-9 {
    min-height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .paragraph-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-11, .packages {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-price {
    font-size: 46px;
  }

  .packages-grid {
    grid-row-gap: 50px;
    margin-top: 60px;
  }

  .package-title, .package-title.packages-title-2 {
    font-size: 26px;
  }

  .package {
    width: 72%;
  }

  .section-13 {
    height: 260px;
  }

  .heading-14 {
    font-size: 26px;
    line-height: 38px;
  }

  .section-14 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-15 {
    font-size: 26px;
  }

  .div-block-14 {
    padding: 30px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .icon-list-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 100px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two, .nav-menu-2 {
    flex-direction: column;
  }

  .container-2 {
    width: 60%;
  }

  .container-4 {
    width: 80%;
    max-width: 250px;
  }

  .heading-footer-1 {
    font-size: 24px;
    line-height: 38px;
  }

  .footer-section-2 {
    height: 380px;
  }

  .heading-footer-2 {
    padding-right: 10%;
    font-size: 26px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tabs-section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section {
    height: auto;
  }

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

  .background-video {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .heading-h2 {
    font-size: 22px;
  }

  .heading-h2.h2-numbers {
    padding-right: 10%;
    font-size: 22px;
  }

  .heading-h2.fintech-h2 {
    padding-right: 15%;
    font-size: 22px;
  }

  .heading-h2.services-heading-2 {
    text-align: left;
    font-size: 22px;
  }

  .grid-4 {
    grid-template-columns: minmax(45px, 50px) 1fr;
  }

  .container-14 {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-6 {
    text-align: center;
    margin-top: 0;
  }

  .button-3 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .container-15 {
    margin-top: 60px;
  }

  .container-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-6 {
    margin-top: 60px;
  }

  .div-block-4 {
    padding: 40px 30px 50px;
  }

  .grid-7 {
    margin-bottom: 60px;
  }

  .div-block-6, .div-block-7 {
    padding: 40px 30px 50px;
  }

  .card-title-black, .card-title-black.list-title, .card-title-white {
    font-size: 26px;
  }

  .heading-7 {
    line-height: 28px;
  }

  .paragraph-4 {
    padding-top: 10px;
  }

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

  .tabs-3 {
    margin-top: 40px;
  }

  .tab-content-title {
    font-size: 24px;
  }

  .tab-content-div {
    margin-top: 10%;
    padding-bottom: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .section-5 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .heading-9 {
    font-size: 18px;
  }

  .heading-11 {
    padding-right: 0%;
    font-size: 26px;
  }

  .section-9 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .paragraph-8 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
  }

  .grid-12 {
    grid-template-columns: .75fr 6.5fr;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-4.contact-text {
    font-size: 18px;
  }

  .container-27 {
    max-width: none;
  }

  .packages-grid.packages-grid-2 {
    margin-top: 40px;
  }

  .package-title {
    font-size: 26px;
  }

  .package-title.packages-title-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .package-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .package {
    width: auto;
  }

  .heading-13 {
    font-size: 16px;
  }

  .paragraph-13 {
    font-size: 15px;
  }

  .heading-14 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    line-height: 34px;
  }

  .div-block-14 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .icon-list-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .icon-list {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }
}

#w-node-_72c61504-d2db-3cb5-f9c6-85c915357dfc-83674eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f855130f-834e-e4b0-9203-ef6953324c08-83674eab {
  align-self: center;
}

#w-node-b55c5948-b905-4144-029b-38d5fc9fce8e-83674eab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0ffa0ef7-5b7a-1b89-586a-ca7deeaeebf8-83674eab {
    order: -9999;
  }
}


