@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('/fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@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 {
  background-color: #0e1a24;
  font-family: Satoshi, Arial, sans-serif;
}

.delete-this-footnote {
  background-color: #71c734;
  border-top-right-radius: 20px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: fixed;
  inset: auto auto 0% 0%;
}

.gean-link {
  color: #fff;
  font-weight: 700;
}

.delete-this {
  text-align: center;
  border-bottom: 1px solid #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.clone-link {
  color: #71c734;
  font-weight: 700;
}

.brand {
  width: 100px;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-cta {
  width: 100%;
}

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 10% 0% auto;
}

.navbar-wrapper {
  background-color: #fff;
  border-radius: 50px;
  max-width: 1000px;
  margin: 25px auto 20px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.brand-link {
  width: 100px;
}

.nav-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.nav-link-wrap {
  padding: 6px 14px;
  text-decoration: none;
}

.text-block {
  color: #000;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.nav-cta-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-cta-button {
  color: #fff;
  background-color: #0e1a24;
  border-radius: 50px;
  padding: 8px 18px;
  text-decoration: none;
}

.text-block-2 {
  color: #f8fafc;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.hero-section {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.hero-section-wrapper {
  z-index: 20;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-left-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hero-right-wrapper {
  width: 100%;
}

.hero-heading-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 61px;
  line-height: 122%;
  overflow: visible;
}

.hero-image-wrap {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.hero-img-bg {
  background-color: #09f;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-img {
  position: absolute;
  inset: auto 0% -70%;
}

.paragraph {
  color: #f8fafc;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.hero-cta-btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-contact-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #09f;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 8px 7px 27px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contact-cta:hover {
  outline-offset: 0px;
  outline: 2px solid #09f;
}

.hero-contact-cta.btn-disabled {
  background-color: #5b5b5b;
}

.cta-arr-icon {
  z-index: 20;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.contact-cta-text {
  z-index: 20;
  color: #fff;
  white-space: nowrap;
  padding-right: 32px;
  font-size: 18px;
  position: relative;
}

.hero-learn-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 8px 7px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-learn-cta:hover {
  outline-offset: 0px;
  outline: 2px solid #fff;
}

.hero-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.text-block-4 {
  color: #65c1ff;
  font-style: italic;
  font-weight: 400;
}

.badge-dot {
  background-color: #65c1ff;
  border-radius: 50px;
  width: 5px;
  height: 5px;
}

.trust-section-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  overflow: clip;
}

.trust-section-heading {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.client-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 49px;
  line-height: 120%;
}

.text-span {
  color: #09f;
}

.paragraph-2 {
  color: #f8fafc;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.clients-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.client-card {
  background-color: #0099ff1f;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
}

.client-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.slider-wrap {
  display: flex;
}

.footer {
  background-color: #0e1a24;
}

.footer-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 24px 0;
}

.footer-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.company-links {
  width: 100%;
}

.newsletter {
  width: 200%;
}

.support {
  width: 100%;
}

.footer-link-heading {
  color: #fff;
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.links-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.footer-company-link {
  color: #fff;
  text-decoration: none;
}

.footer-link-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.heading-3 {
  color: #f8fafc;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.text-field {
  color: #fff;
  background-color: #0d2639;
  border: 1px #000;
  border-radius: 9px;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.form {
  position: relative;
}

.image {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.su {
  width: 100%;
}

.text-block-5 {
  color: #f8fafc;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.social-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  display: flex;
}

.link-icon {
  background-color: #09f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid #484848cc;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.privacy, .terms {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 32px 40px 30px;
  display: flex;
}

.logo-img {
  background-color: #0d273a;
  padding: 10px 20px 10px 10px;
}

.logo-img._50-r-m {
  object-fit: contain;
  background-color: #0d273a;
  border-radius: 12px;
  width: 200px;
  height: 100px;
  margin-right: 20px;
  padding: 20px 40px;
}

.market-info {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.market-info-heading {
  width: 100%;
  display: flex;
}

.market-heading-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.market-heading-right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 110%;
}

.paragraph-3 {
  color: #f8fafc;
  font-size: 16px;
}

.market-info-cards {
  margin-top: 32px;
}

.market-info-card-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.flow-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0e2935;
  border-radius: 16px;
  padding: 20px 20px 34px;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 130%;
}

.paragraph-4 {
  color: #f8fafcb3;
  font-size: 16px;
  line-height: 120%;
}

.point-list-item-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #09f;
}

.blue-bullet-point {
  background-color: #09f;
  border-radius: 50px;
  width: 7px;
  height: 7px;
}

.bold-text {
  font-weight: 400;
}

.m-card-text-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.m-card-img {
  border-radius: 8px;
  width: 315px;
  height: 241px;
  position: relative;
  overflow: hidden;
}

.card-grad-overlay {
  background-image: linear-gradient(#0000, #0e2935 92%);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.why-flow {
  padding-top: 120px;
  padding-bottom: 120px;
}

.why-flow-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.market-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.market-top-badge-text {
  color: #65c1ff;
  -webkit-text-stroke-color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.why-flow-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-flow-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  height: 100%;
  display: flex;
}

.partnership-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.partnership-sec-head {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 130%;
}

.why-flow-heading-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.why-flow-right-para {
  color: #f8fafcb3;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.why-flow-top-badge-text {
  color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.why-flow-cards-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  display: flex;
}

.why-flow-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0e2935;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 30px 16px 16px;
  display: flex;
}

.heading-6 {
  color: #09f;
}

.heading-7 {
  color: #f8fafc;
  font-size: 20px;
  line-height: 110%;
}

.paragraph-5 {
  color: #f8fafc;
}

.paragraph-6 {
  color: #f8fafcb3;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.card-icon-wrapper {
  width: 42px;
  height: 42px;
}

.join-network {
  background-color: #0d273a;
  padding-top: 120px;
  padding-bottom: 120px;
}

.join-network-wrapper {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.join-net-img-wrapper {
  object-fit: fill;
  background-color: #020200;
  border: 5px solid #09f;
  border-radius: 18px;
  overflow: hidden;
}

.join-net-text-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
}

.image-2 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  overflow: hidden;
}

.join-net-head-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.text-block-8 {
  color: #f8fafc;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.consultation-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.consultation-img-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.left-img-wrap {
  border-radius: 16px;
  width: 50%;
  overflow: hidden;
}

.img-right-wrap {
  background-color: #fff;
  border-radius: 16px;
  width: 50%;
  padding: 24px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 110%;
}

.right-img-main-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.text-block-9 {
  margin-bottom: 20px;
  font-size: 16px;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.flow-programme-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flow-programme-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.programme-main-wrap {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.programme-left-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.programme-card {
  background-color: #09f;
  border-radius: 16px;
  padding: 10px 20px 20px;
}

.programme-card.card-2 {
  background-color: #fff;
}

.programme-card.card-3 {
  background-color: #65c1ff;
}

.heading-9 {
  font-size: 20px;
  line-height: 110%;
}

.heading-10 {
  color: #0e1a24;
  font-size: 20px;
  line-height: 110%;
}

.paragraph-7 {
  color: #0e1a24;
  font-size: 16px;
}

.contact {
  background-color: #0d273a;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.contact-heading-left {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contact-form-wrapper {
  background-color: #0e1a24;
  border-radius: 24px;
  width: 50%;
}

.phone {
  width: 100%;
}

.message-field {
  color: #fff;
  background-color: #0d273a;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 70px;
}

.first-name-field, .last-name-field {
  color: #fff;
  background-color: #0d273a;
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
}

.field-label {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}

.last-name {
  width: 100%;
}

.name-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.email-field {
  color: #fff;
  background-color: #0d273a;
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
}

.first-name {
  width: 100%;
}

.contact-form-block {
  background-color: #0e1a24;
  border-radius: 24px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.sub-btn {
  color: #fff;
  background-color: #09f;
  border-radius: 50px;
  width: 40%;
  height: 44px;
  font-size: 18px;
  font-weight: 400;
}

.phone-field {
  color: #fff;
  background-color: #0d273a;
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
}

.message {
  width: 100%;
}

.contact-social-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-icon {
  background-color: #09f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
}

.social-icon:hover {
  background-color: #0e1a24;
}

.join-net-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.flow-programme-head-text {
  color: #fff;
  text-align: center;
  width: 60%;
  font-size: 50px;
  line-height: 110%;
}

.join-net-sec-head {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 49px;
  font-weight: 700;
  line-height: 130%;
}

.join-net-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.about-sec-heading {
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0e1a24;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.body-2 {
  background-color: #0e1a24;
}

.heading-11 {
  color: #f8fafc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.open-position {
  background-color: #0e1a24;
  padding-top: 60px;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-4 {
  object-position: 50% 0%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5 {
  object-position: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-cta-text-2 {
  z-index: 10;
  color: #000;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
}

.webiner-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webiner-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px 120px;
}

.webiner-card {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #0d273a;
  border-radius: 32px;
  margin-bottom: 36px;
  padding: 36px;
  display: flex;
}

.webiner-card.wc-1 {
  z-index: 1;
  position: sticky;
  top: 10vh;
}

.webiner-card.wc-2 {
  z-index: 2;
  position: sticky;
  top: 10vh;
}

.webiner-card.wc-3 {
  z-index: 3;
  position: sticky;
  top: 10vh;
}

.webiner-card-left {
  width: 50%;
  padding-right: 10px;
}

.webiner-card-right {
  border-radius: 16px;
  width: 45%;
  overflow: hidden;
}

.heading-12 {
  color: #f8fafc;
  margin-top: 0;
  font-size: 39px;
  line-height: 120%;
}

.designation {
  color: #09f;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.real-by {
  color: #f8fafc;
  padding-bottom: 0;
  font-size: 16px;
}

.paragraph-8 {
  color: #f8fafcb3;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-right: 72px;
  font-size: 16px;
  line-height: 120%;
}

.webiner-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-right: 67px;
  display: flex;
}

.web-cal-button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  background-color: #243c4d;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 14px 18px;
  text-decoration: none;
  display: flex;
}

.calendaar-text {
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-10 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-11 {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.our-team-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 24px 60px;
}

.our-team-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 60px;
  font-size: 49px;
}

.team-cards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: grid;
}

.team-card {
  box-sizing: border-box;
  background-image: url('../images/fe722d3367ae34ef1fc72e9f45d6cfb91e2ad970.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 380px;
  height: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card.card-1 {
  background-image: url('../images/a4fe94ece37b44ff9e663b374c4c808fe77a6900.png');
}

.team-card.card-3 {
  background-image: url('../images/4045eb6838176bcccba8402fba4745aa94775849.png');
}

.team-card.card-4 {
  background-image: url('../images/a4fe94ece37b44ff9e663b374c4c808fe77a6900.png');
}

.team-card.card-6 {
  background-image: url('../images/4045eb6838176bcccba8402fba4745aa94775849.png');
}

.team-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 120%;
}

.team-designation {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.card-text-wrapper {
  z-index: 10;
  padding: 25px 25px 40px;
  position: absolute;
}

.blue-grad-overlay {
  background-image: linear-gradient(#0000 5%, #0d273a 95%);
  width: 100%;
  height: 160px;
  position: absolute;
}

.territory {
  padding-top: 140px;
  padding-bottom: 100px;
}

.territory-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 139px;
  padding-bottom: 120px;
  display: flex;
}

.join-network-wrapper-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.territory-head-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 200px;
  display: flex;
}

.territory-heading-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.territory-right-para {
  color: #f8fafcb3;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.territory-sec-head {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 49px;
  line-height: 120%;
}

.territory-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.territory-top-badge-text {
  color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

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

.territory-page {
  background-color: #0e1a24;
  font-family: Satoshi, Arial, sans-serif;
}

.map-section-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.map-sec-controls {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.back-link-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.tab-wrapper {
  background-color: #26313a;
  border-radius: 50px;
  padding: 4px 4px 4px 6px;
}

.tab-map-btn {
  color: #fff;
  background-color: #09f;
  border-radius: 50px;
  padding: 10px 60px;
  font-size: 18px;
  text-decoration: none;
}

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

.tab-map-btn-copy {
  color: #fff;
  background-color: #09f;
  border-radius: 50px;
  padding: 10px 60px;
  font-size: 18px;
  text-decoration: none;
}

.tab-mat-btn {
  color: #fff;
  background-color: #26313a;
  border-radius: 50px;
  padding: 10px 60px;
  font-size: 18px;
  text-decoration: none;
}

.text-block-14, .text-block-15 {
  font-size: 18px;
}

.territory-img {
  background-color: #000;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.territory-main-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.territory-texts-wrapper {
  margin-top: 60px;
}

.heading-14 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 50px;
}

.own-territory-texts {
  border-bottom: 1px solid #737373;
}

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

.text-block-17 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}

.paragraph-9 {
  color: #878787;
  width: 60%;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.contact-page {
  background-color: #0d273a;
  font-family: Satoshi, Arial, sans-serif;
}

.contact-section-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 120px;
}

.products-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0e1a24;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.products-wrapper {
  grid-column-gap: 113px;
  grid-row-gap: 113px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.products-head-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.products-sec-head {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 110%;
}

.products-right-para {
  color: #f8fafcb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.products-img-wrapper {
  border-radius: 24px;
  width: 589px;
  height: 551px;
  overflow: hidden;
}

.products-top-badge-text {
  color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.webiner-top-badge-text {
  color: #65c1ff;
  font-style: italic;
  font-weight: 400;
}

.webiner-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.grad-left-overlay {
  z-index: 20;
  background-image: linear-gradient(90deg, #0e1a24 28%, #fff0);
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grad-right-overlay {
  z-index: 20;
  background-image: linear-gradient(270deg, #0e1a24 28%, #fff0);
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-grad-overlay {
  z-index: 15;
  background-image: linear-gradient(355deg, #000, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-sec-head {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 130%;
}

.contact-right-para {
  color: #f8fafcb3;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
}

.why-flow-sec-head-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 110%;
}

.calendaar-text--2 {
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.calendaar-text-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 16px;
  line-height: 120%;
}

.about-page {
  background-color: #0e1a24;
  font-family: Satoshi, Arial, sans-serif;
}

.team-cards-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-10 {
  color: #f8fafc;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-3 {
  color: #65c1ff;
}

.linkedin-icon-wrapper {
  z-index: 20;
  margin: 25px 10px 40px 25px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  max-width: none;
  overflow: clip;
}

.about-sec {
  background-color: #0d273a;
  overflow: visible;
}

.about-sec-wrapper {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 139px 24px 120px;
  display: flex;
  overflow: visible;
}

.about-hero-left {
  width: 40%;
}

.about-hero-right {
  border-radius: 20px;
  width: 50%;
}

.heading-15 {
  color: #f8fafc;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 49px;
  line-height: 120%;
}

.about-desc {
  color: #f8fafcb3;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.about-desc.desc-1 {
  margin-bottom: 0;
  line-height: 120%;
}

.about-desc.desc-2, .about-desc.desc-3, .about-desc.desc-4, .about-desc.desc-5, .about-desc.desc-6 {
  margin-bottom: 0;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: #f8fafcb3;
  font-weight: 500;
}

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

.open-pos-img-wrapper {
  object-fit: cover;
  background-color: #0e1a24;
  border: 5px #09f;
  border-radius: 18px;
  width: 584px;
  height: 589px;
  overflow: hidden;
}

.open-pos-img, .products-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flow-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.flow-sec-heading {
  width: 100%;
  display: flex;
}

.flow-heading-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flow-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.flow-heading-text {
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 110%;
}

.flow-info-cards {
  margin-top: 32px;
}

.flow-sec-card-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.librarie-container {
  background-color: #fff3;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.librarie-container.blur {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.text-block-35 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.menu-block---4 {
  justify-content: space-between;
  align-items: center;
  width: 72%;
  display: flex;
  position: relative;
}

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

.navbar-logo-left-container---03.shadow-three---3 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-block-38 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.btn-txt-wrapper {
  z-index: 5;
  height: 120%;
  position: relative;
  overflow: hidden;
}

.nav-menu-wrapper---4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.text-block-36 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.contact-text-1 {
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}

.underline {
  background-color: #d8fafe;
  width: 100%;
  height: 1px;
}

.navbar-logo-left {
  z-index: 999;
  width: 100%;
  position: fixed;
}

.logo {
  width: 80px;
}

.navbar-brand---3 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
}

.navbar-brand---3.hide {
  display: none;
}

.navbar-wrapper---3 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 8px 8px 8px 20px;
  display: flex;
  position: relative;
}

.nav-cta-button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.nav-cta-button-2.c-05 {
  background-color: #9adbff00;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-cta-button-2.c-05:hover {
  border-color: #c56a27;
}

.navlink {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.navlink.c-02 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #d8fafe;
  background-color: #fff0;
  flex-direction: column;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.nav-menu-two---3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.nav-logo.mobile-hide.w--current {
  width: 20%;
}

.nav-logo.mobile-hide, .nav-logo.mobile-hide.w--current {
  width: auto;
}

.text-block-37 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.btn-bg {
  color: #fff;
  background-color: #09f;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.navbar-component {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-39, .text-block-40, .text-block-41 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 18px;
}

.nav-cta-button-3 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.nav-cta-button-3.c-05 {
  background-color: #0e1a24;
  border: 1px #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-cta-button-3.c-05:hover {
  border-color: #c56a27;
}

.text-block-42 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 18px;
}

.text-block-43, .text-block-44, .text-block-45 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.nav-cta-button-4 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.nav-cta-button-4.c-05 {
  background-color: #9adbff00;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-cta-button-4.c-05:hover {
  border-color: #c56a27;
}

.text-block-46 {
  color: #faf7f3;
  margin-bottom: 2px;
  font-size: 20px;
}

.button-hover-overlay {
  z-index: 10;
  background-color: #0e1a24;
  border-radius: 300px;
  width: 100%;
  height: 300%;
  position: absolute;
  inset: -100% 0% 0%;
}

.webiner-cards-wrapper {
  height: 280vh;
  position: relative;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.image-9 {
  width: 100%;
}

.about-desc-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.sec-button-hover-overlay {
  z-index: 10;
  background-color: #0e1a24;
  border-radius: 300px;
  width: 100%;
  height: 300%;
  position: absolute;
  inset: -100% 0% 0%;
}

.contact-sec-text-2 {
  z-index: 10;
  color: #000;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
}

.sec-arr-icon {
  z-index: 20;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.hero-contact-cta-disabled {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #939393;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 7px 8px 7px 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contact-cta-disabled.btn-disabled {
  background-color: #5b5b5b;
}

.button-hover-overlay-disabled {
  z-index: 10;
  background-color: #0e1a24;
  border-radius: 300px;
  width: 100%;
  height: 300%;
  position: absolute;
  inset: -100% 0% 0%;
}

.contact-cta-text-disabled {
  z-index: 20;
  color: #fff;
  white-space: nowrap;
  padding-right: 32px;
  font-size: 18px;
  position: relative;
}

.cta-arr-icon-disabled {
  z-index: 20;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.our-team-top-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #152736;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.our-team-top-badge-text {
  color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.text-block-47 {
  color: #000;
  margin-bottom: 2px;
  font-size: 20px;
}

.menu-block---5 {
  justify-content: space-between;
  align-items: center;
  width: 76%;
  display: flex;
  position: relative;
}

.text-block-48 {
  color: #000;
  margin-bottom: 2px;
  font-size: 20px;
}

.btn-txt-wrapper-2 {
  z-index: 5;
  height: 130%;
  position: relative;
  overflow: hidden;
}

.nav-menu-wrapper---5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.text-block-49 {
  color: #000;
  margin-bottom: 2px;
  font-size: 20px;
}

.contact-text-1-2 {
  color: #fff;
  font-size: 18px;
}

.navbar-logo-left-2 {
  z-index: 999;
  width: 100%;
  position: fixed;
}

.navbar-wrapper---4 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px 8px 8px 30px;
  display: flex;
  position: relative;
}

.nav-cta-button-5 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.nav-cta-button-5.c-05 {
  color: #fff;
  background-color: #0e1a24;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-two---4 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-50 {
  color: #000;
  margin-bottom: 2px;
  font-size: 20px;
}

.btn-bg-2 {
  color: #fff;
  background-color: #09f;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.menu-items-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.territories-img-wrapper {
  background-color: #000;
  border: 5px solid #09f;
  border-radius: 24px;
  width: 585px;
  height: 473px;
  overflow: hidden;
}

.territories-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.products-top-badge-text-copy {
  color: #65c1ff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.open-pos-sec-head {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 39px;
  font-weight: 500;
  line-height: 120%;
}

.open-pos-heading-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: #ffbebe;
  border-radius: 8px;
  font-size: 16px;
  line-height: 130%;
}

.text-block-51 {
  font-size: 16px;
  line-height: 130%;
}

.full-name-field, .practice-name--field {
  color: #fff;
  background-color: #0d273a;
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
}

.text-block-52 {
  font-size: 16px;
  line-height: 130%;
}

.success-message {
  background-color: #cce0ff;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .nav-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
  }

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

  .hero-section {
    height: 90vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-left-wrapper {
    width: 90%;
  }

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

  .contact-cta-text {
    font-size: 16px;
  }

  .client-heading {
    font-size: 39px;
  }

  .footer-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .text-block-5, .text-block-6, .privacy, .terms {
    font-size: 18px;
  }

  .flow-card {
    justify-content: space-between;
    align-items: stretch;
  }

  .m-card-img {
    width: 288px;
    height: 235px;
  }

  .why-flow-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .partnership-sec-head {
    font-size: 39px;
  }

  .why-flow-right-para {
    font-size: 14px;
  }

  .why-flow-cards-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .join-network-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .join-net-img-wrapper {
    border-width: 3px;
  }

  .join-net-text-wrap {
    width: auto;
  }

  .image-2 {
    padding-top: 0;
  }

  .contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding: 100px 0;
  }

  .contact-heading-left {
    width: 40%;
  }

  .contact-form-wrapper {
    width: 60%;
  }

  .first-name-field, .last-name-field {
    height: 45px;
  }

  .field-label {
    font-size: 16px;
  }

  .email-field {
    height: 45px;
  }

  .contact-form-block {
    padding: 40px 20px 20px;
  }

  .phone-field {
    height: 45px;
  }

  .join-net-sec-head {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .open-position {
    padding-top: 20px;
  }

  .background-video {
    border-radius: 20px;
    height: 340px;
    margin-top: 40px;
    position: relative;
  }

  .image-4 {
    object-position: 50% 0%;
  }

  .image-5 {
    object-position: 50% 100%;
  }

  .contact-cta-text-2 {
    font-size: 16px;
  }

  .webiner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 100px;
  }

  .webiner-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .webiner-card.wc-1, .webiner-card.wc-2, .webiner-card.wc-3 {
    flex-flow: column;
  }

  .webiner-card-left {
    width: auto;
    padding-right: 0;
  }

  .webiner-card-right {
    width: auto;
    height: 45%;
  }

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

  .designation {
    font-size: 18px;
  }

  .real-by {
    font-size: 14px;
  }

  .paragraph-8 {
    margin-right: 0;
    font-size: 14px;
  }

  .webiner-button-wrap {
    flex-flow: row;
    margin-right: 0;
  }

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

  .our-team-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-cards-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .team-card.card-1, .team-card.card-5, .team-card.card-3, .team-card.card-4, .team-card.card-2, .team-card.card-6 {
    width: 100%;
    height: 335px;
  }

  .team-name {
    font-size: 16px;
  }

  .team-designation {
    font-size: 14px;
  }

  .card-text-wrapper {
    padding: 10px 10px 40px;
  }

  .territory-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    margin-left: 20px;
    margin-right: 20px;
  }

  .territory-head-top {
    padding-bottom: 20px;
  }

  .territory-right-para {
    font-size: 16px;
    line-height: 120%;
  }

  .territory-sec-head {
    font-size: 39px;
  }

  .contact-section-wrapper {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .products-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column-reverse;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-head-top {
    margin-bottom: 20px;
  }

  .products-sec-head {
    font-size: 30px;
  }

  .products-right-para {
    font-size: 18px;
    line-height: 120%;
  }

  .products-img-wrapper {
    width: 589px;
    height: 360px;
  }

  .grad-left-overlay, .grad-right-overlay {
    width: 100px;
  }

  .hero-grad-overlay {
    background-image: none;
  }

  .contact-sec-head {
    font-size: 40px;
  }

  .contact-right-para {
    font-size: 20px;
  }

  .team-cards-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .linkedin-icon-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .about-sec-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-left, .about-hero-right {
    width: auto;
  }

  .about-desc {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .open-pos-img-wrapper {
    width: auto;
    height: auto;
  }

  .flow-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flow-heading-text {
    font-size: 39px;
  }

  .flow-sec-card-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .librarie-container.blur {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list-item {
    color: #1d262d;
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 18px;
    display: flex;
    overflow: hidden;
  }

  .menu-btn.w--open {
    color: #1d262d;
    background-color: #c8c8c800;
  }

  .menu-block---4 {
    z-index: 0;
    background-color: #fff;
    border: 1px #ddd;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 21px 15px;
  }

  .navbar-logo-left-container---03.shadow-three---3 {
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-menu-wrapper---4 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .cross-icon {
    display: block;
  }

  .contact-text-1 {
    font-size: 20px;
  }

  .underline {
    color: #fff;
  }

  .navbar-logo-left {
    z-index: 999;
    position: fixed;
    top: 0;
  }

  .logo {
    object-fit: cover;
  }

  .navbar-brand---3.hide {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-wrapper---3 {
    height: 50px;
    padding: 12px 26px;
    position: relative;
  }

  .nav-cta-button-2.c-05 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .navlink.c-02 {
    color: #d8fafe00;
  }

  .nav-menu-two---3 {
    background-color: #fff0;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .nav-logo.mobile-hide {
    display: none;
  }

  .nav-cta-button-3.c-05 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 100px;
    padding-left: 26px;
    padding-right: 26px;
    display: flex;
  }

  .nav-cta-button-4.c-05 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .button-hover-overlay, .sec-button-hover-overlay {
    display: none;
  }

  .contact-sec-text-2, .contact-cta-text-disabled {
    font-size: 16px;
  }

  .image-11 {
    width: 100%;
  }

  .menu-btn-2 {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 18px;
    display: flex;
    overflow: hidden;
  }

  .menu-btn-2.w--open {
    color: #1d262d;
    background-color: #c8c8c800;
  }

  .menu-block---5 {
    z-index: 0;
    background-color: #fff;
    border: 1px #ddd;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 21px;
  }

  .nav-menu-wrapper---5 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-height: 100vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: auto;
  }

  .cross-icon-2 {
    width: 30px;
    height: 30px;
  }

  .navbar-logo-left-2 {
    z-index: 999;
    position: fixed;
    top: 0;
  }

  .logo-2 {
    object-fit: cover;
  }

  .navbar-wrapper---4 {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 32px;
    position: relative;
  }

  .nav-cta-button-5.c-05 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 10px 26px;
    display: flex;
  }

  .nav-menu-two---4 {
    background-color: #fff0;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 100px;
    padding-left: 0;
  }

  .btn-bg-2 {
    display: none;
  }

  .menu-items-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }

  .close-btn-items-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-close-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 18px;
    display: flex;
    overflow: hidden;
  }

  .menu-close-btn.w--open {
    color: #1d262d;
    background-color: #c8c8c800;
    width: auto;
    height: auto;
    margin-bottom: 100px;
    font-size: 20px;
    font-weight: 500;
  }

  .territories-img-wrapper {
    width: 589px;
    height: 360px;
    margin-top: 40px;
  }

  .open-pos-sec-head {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .full-name-field, .practice-name--field {
    height: 45px;
  }
}

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

  .hero-left-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .newsletter {
    width: 90%;
    margin-bottom: 40px;
  }

  .footer-link-heading {
    padding-bottom: 10px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .flow-card {
    flex-flow: column;
  }

  .heading-5 {
    margin-bottom: 10px;
    line-height: 130%;
  }

  .m-card-text-wrap {
    width: auto;
  }

  .m-card-img {
    width: 395px;
    height: 313px;
  }

  .why-flow-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-flow-cards-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-wrapper {
    flex-flow: column;
    padding: 60px 0;
  }

  .contact-heading-left, .contact-form-wrapper {
    width: auto;
  }

  .message-field {
    font-size: 2vw;
  }

  .first-name-field, .last-name-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .field-label {
    font-size: 16px;
  }

  .email-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-block {
    border-radius: 12px;
    max-width: 95%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-field {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-5 {
    object-fit: contain;
  }

  .webiner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .webiner-card.wc-1 {
    margin-bottom: 10px;
    top: 0;
  }

  .webiner-card.wc-2, .webiner-card.wc-3 {
    flex-flow: column;
  }

  .webiner-card-left {
    width: auto;
    padding-right: 0;
  }

  .webiner-card-right {
    width: auto;
  }

  .our-team-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    text-align: center;
  }

  .team-cards-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .territory {
    padding-bottom: 140px;
  }

  .territory-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .products-wrapper {
    flex-flow: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .products-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .about-sec-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-left, .about-hero-right {
    width: auto;
  }

  .image-7 {
    object-fit: contain;
  }

  .flow-section {
    padding-left: 0;
    padding-right: 0;
  }

  .flow-heading-text {
    text-align: center;
  }

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

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

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

  .nav-logo {
    padding-left: 0;
  }

  .bold-text-3 {
    line-height: 130%;
  }

  .nav-menu-wrapper---5 {
    width: 100vw;
  }

  .cross-icon-2 {
    width: 30px;
    height: 30px;
  }

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

  .menu-items-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }

  .close-btn-items-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-close-btn.w--open {
    width: auto;
    height: auto;
    margin-bottom: 100px;
    font-size: 20px;
    font-weight: 500;
  }

  .territories-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .full-name-field, .practice-name--field {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-items-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .nav-link-wrap {
    font-size: 16px;
  }

  .sections-wrapper {
    padding-top: 40px;
  }

  .hero-section {
    height: 80vh;
    padding-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-left-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .hero-heading-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 120%;
  }

  .hero-image-wrap {
    height: 350px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-img-bg {
    height: 200px;
  }

  .hero-img {
    bottom: -32%;
  }

  .paragraph {
    font-size: 16px;
  }

  .hero-cta-btn-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-contact-cta {
    width: 100%;
    font-weight: 500;
  }

  .cta-arr-icon {
    width: 28px;
    height: 28px;
  }

  .contact-cta-text {
    white-space: nowrap;
    font-size: 14px;
  }

  .hero-learn-cta {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 27px;
    font-weight: 500;
  }

  .hero-top-badge {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .trust-section-heading {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .client-heading {
    font-size: 30px;
    line-height: 120%;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .footer-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
  }

  .newsletter {
    width: 100%;
  }

  .footer-link-heading {
    font-size: 18px;
  }

  .footer-link-text {
    font-size: 16px;
  }

  .text-field {
    height: 44px;
    font-size: 16px;
  }

  .image {
    margin-top: 15px;
  }

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

  .footer-bottom {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-6, .privacy, .terms {
    font-size: 18px;
  }

  .logo-img._50-r-m {
    width: 150px;
    height: 70px;
    padding: 10px 20px;
  }

  .market-info {
    padding-left: 5px;
    padding-right: 5px;
  }

  .market-info-heading {
    display: block;
  }

  .market-heading-left, .market-heading-right {
    width: auto;
  }

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

  .paragraph-3 {
    font-size: 14px;
  }

  .market-info-card-wrap {
    flex-flow: column;
    display: flex;
  }

  .flow-card {
    padding: 20px 10px 10px;
    display: block;
  }

  .market-card-heading {
    margin-bottom: 20px;
  }

  .heading-5 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 120%;
  }

  .m-card-text-wrap {
    width: auto;
  }

  .m-card-img {
    justify-content: center;
    align-items: center;
    width: 288px;
    height: 222px;
  }

  .why-flow-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .market-top-badge {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .market-top-badge-text {
    font-size: 12px;
  }

  .why-flow-heading {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .why-flow-left {
    width: auto;
  }

  .partnership-top-badge {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .partnership-sec-head {
    width: auto;
    font-size: 30px;
  }

  .why-flow-heading-right {
    flex-flow: column;
    width: auto;
  }

  .why-flow-right-para {
    font-size: 14px;
  }

  .why-flow-top-badge-text {
    font-size: 12px;
  }

  .why-flow-cards-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .why-flow-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 20px 10px 10px;
  }

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

  .paragraph-6 {
    font-size: 16px;
  }

  .join-network-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0 0 20px;
  }

  .join-net-img-wrapper, .join-net-text-wrap {
    width: auto;
  }

  .text-block-8 {
    margin-bottom: 20px;
  }

  .consultation-wrapper {
    padding: 60px 5px;
  }

  .consultation-img-wrapper {
    flex-flow: column;
  }

  .left-img-wrap {
    width: auto;
  }

  .img-right-wrap {
    width: auto;
    padding: 20px 10px 10px;
  }

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

  .flow-programme-wrapper {
    padding: 60px 5px;
  }

  .programme-main-wrap {
    flex-flow: column;
  }

  .programme-left-cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
  }

  .programme-card {
    padding: 0 10px 10px;
  }

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

  .paragraph-7 {
    font-size: 14px;
  }

  .contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-wrapper {
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding: 10px 0;
  }

  .contact-heading-left, .contact-form-wrapper {
    width: auto;
  }

  .message-field {
    font-size: 12px;
  }

  .first-name-field, .last-name-field {
    height: 56px;
    line-height: 20px;
  }

  .field-label {
    font-size: 16px;
  }

  .name-block {
    display: block;
  }

  .email-field {
    height: 56px;
    line-height: 20px;
  }

  .contact-form-block {
    border-radius: 12px;
    max-width: none;
    padding: 20px 16px 0;
  }

  .sub-btn {
    font-size: 16px;
  }

  .phone-field {
    height: 56px;
    line-height: 20px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .join-net-left {
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flow-programme-head-text {
    width: auto;
    font-size: 30px;
  }

  .join-net-sec-head {
    width: auto;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .contact-top-badge {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .open-position {
    padding-top: 20px;
  }

  .background-video {
    border-radius: 18px;
    height: 200px;
    margin-top: 0;
    position: relative;
  }

  .image-4 {
    object-position: 50% 0%;
    object-fit: cover;
  }

  .image-5 {
    object-position: 50% 100%;
    object-fit: contain;
    position: static;
  }

  .contact-cta-text-2 {
    white-space: nowrap;
    font-size: 14px;
  }

  .webiner-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .webiner-card {
    flex-flow: column;
    padding: 20px 10px;
  }

  .webiner-card.wc-1 {
    border-radius: 24px;
    top: -14vh;
  }

  .webiner-card.wc-2 {
    border-radius: 24px;
  }

  .webiner-card.wc-3 {
    border-radius: 24px;
    padding-bottom: 16px;
  }

  .webiner-card-left {
    width: auto;
    padding-right: 0;
  }

  .webiner-card-right {
    width: auto;
  }

  .heading-12 {
    font-size: 20px;
    font-weight: 700;
  }

  .designation, .real-by {
    font-size: 16px;
  }

  .paragraph-8 {
    margin-right: 0;
    font-size: 16px;
  }

  .webiner-button-wrap {
    flex-flow: column;
    margin-right: 0;
  }

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

  .our-team-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-13 {
    text-align: center;
    font-size: 30px;
  }

  .team-cards-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .team-card.card-1, .team-card.card-5, .team-card.card-3, .team-card.card-4, .team-card.card-2, .team-card.card-6 {
    width: 280px;
    height: 335px;
  }

  .card-text-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .territory-wrapper {
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 60px;
  }

  .join-network-wrapper-copy {
    flex-flow: column;
    padding: 60px 5px;
  }

  .territory-head-top {
    padding-top: 20px;
  }

  .territory-heading-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: auto;
  }

  .territory-right-para {
    font-size: 14px;
  }

  .territory-sec-head {
    width: auto;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .territory-top-badge-text {
    font-size: 12px;
  }

  .contact-section-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 60px;
  }

  .products-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .products-head-top {
    margin-bottom: 20px;
  }

  .products-sec-head {
    width: auto;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .products-right-para {
    font-size: 16px;
  }

  .products-img-wrapper {
    border-radius: 20px;
    width: auto;
    height: auto;
  }

  .products-top-badge-text, .webiner-top-badge-text {
    font-size: 12px;
  }

  .grad-left-overlay, .grad-right-overlay {
    width: 60px;
  }

  .hero-grad-overlay {
    background-image: none;
  }

  .contact-sec-head {
    width: auto;
    font-size: 30px;
  }

  .contact-right-para {
    font-size: 14px;
  }

  .why-flow-sec-head-copy {
    width: auto;
    font-size: 30px;
  }

  .team-cards-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    align-items: center;
    padding-top: 6px;
    display: flex;
  }

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

  .linkedin-icon-wrapper {
    margin: 10px;
  }

  .about-sec-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 20px;
  }

  .about-hero-left {
    width: 100%;
  }

  .heading-15 {
    text-align: center;
    font-size: 30px;
  }

  .about-desc {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .image-7 {
    object-fit: contain;
    overflow: visible;
  }

  .open-pos-img-wrapper {
    width: auto;
    height: auto;
  }

  .flow-section {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .flow-sec-heading {
    display: block;
  }

  .flow-heading-left {
    width: auto;
  }

  .flow-top-badge {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .flow-heading-text {
    text-align: center;
    font-size: 30px;
  }

  .flow-sec-card-wrap {
    flex-flow: column;
    display: flex;
  }

  .librarie-container.blur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-35 {
    color: #000;
    margin-bottom: 10px;
  }

  .menu-btn {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-top: 0;
    padding: 0;
    line-height: 14px;
  }

  .menu-btn.w--open {
    width: 22px;
    height: 22px;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .menu-block---4 {
    -webkit-backdrop-filter: blur(5px) blur(10px);
    backdrop-filter: blur(5px) blur(10px);
    background-color: #fff;
    border-style: none;
    border-radius: 28px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 0 8px #0000000d;
  }

  .navbar-logo-left-container---03.shadow-three---3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-38 {
    color: #000;
    margin-bottom: 10px;
  }

  .nav-menu-wrapper---4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-height: 75vh;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cross-icon {
    color: #fff;
    display: block;
    position: static;
  }

  .text-block-36 {
    color: #000;
    margin-bottom: 10px;
  }

  .contact-text-1 {
    font-size: 16px;
  }

  .underline {
    color: #fff;
    background-color: #fff;
  }

  .navbar-logo-left {
    top: 68px;
  }

  .logo {
    flex: none;
    width: 84px;
    height: 24px;
  }

  .navbar-wrapper---3 {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-cta-button-2.c-05 {
    background-color: #0e1a24;
    border-radius: 50px;
    margin-top: 40px;
    padding: 8px 18px;
  }

  .navlink.c-02 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .navlink.c-02.w--current {
    -webkit-text-stroke-color: #fff;
  }

  .nav-menu-two---3 {
    background-color: #fff0;
    margin-bottom: 0;
  }

  .burg-icon {
    color: #000;
    display: block;
    position: static;
  }

  .text-block-37 {
    color: #000;
    margin-bottom: 10px;
  }

  .text-block-39, .text-block-40 {
    margin-bottom: 10px;
  }

  .text-block-41 {
    color: #fff;
    margin-bottom: 10px;
  }

  .nav-cta-button-3.c-05 {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    padding: 10px 26px;
  }

  .text-block-42, .text-block-43, .text-block-44 {
    margin-bottom: 10px;
  }

  .text-block-45 {
    color: #fff;
    margin-bottom: 10px;
  }

  .nav-cta-button-4.c-05 {
    margin-top: 40px;
  }

  .text-block-46 {
    margin-bottom: 10px;
  }

  .button-hover-overlay, .sec-button-hover-overlay {
    display: none;
  }

  .contact-sec-text-2 {
    white-space: nowrap;
    font-size: 14px;
  }

  .sec-arr-icon {
    width: 28px;
    height: 28px;
  }

  .contact-cta-text-disabled {
    white-space: nowrap;
    font-size: 14px;
  }

  .cta-arr-icon-disabled {
    width: 28px;
    height: 28px;
  }

  .our-team-top-badge-text {
    font-size: 12px;
  }

  .bold-text-3 {
    line-height: 130%;
  }

  .text-block-47 {
    margin-bottom: 10px;
  }

  .menu-btn-2 {
    justify-content: flex-start;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-top: 0;
    padding: 0;
    line-height: 14px;
  }

  .menu-btn-2.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .menu-block---5 {
    -webkit-backdrop-filter: blur(5px) blur(10px);
    backdrop-filter: blur(5px) blur(10px);
    background-color: #fff;
    border-style: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-48 {
    margin-bottom: 10px;
  }

  .btn-txt-wrapper-2 {
    line-height: 110%;
  }

  .nav-menu-wrapper---5 {
    width: 100vw;
    max-height: 100vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cross-icon-2 {
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    position: static;
  }

  .text-block-49 {
    color: #000;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .contact-text-1-2 {
    font-size: 20px;
  }

  .logo-2 {
    flex: none;
  }

  .navbar-wrapper---4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-cta-button-5.c-05 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-two---4 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #fff0;
    margin-bottom: 40px;
  }

  .burg-icon-2 {
    color: #fff;
    width: 22px;
    height: 22px;
    display: block;
    position: static;
  }

  .text-block-50 {
    margin-bottom: 10px;
  }

  .menu-items-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .close-btn-text {
    font-size: 20px;
    line-height: 110%;
  }

  .close-btn-items-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-close-btn {
    justify-content: flex-start;
    align-items: center;
    width: 22px;
    height: 22px;
    margin-top: 0;
    padding: 0;
    line-height: 14px;
  }

  .menu-close-btn.w--open {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    display: block;
    overflow: hidden;
  }

  .territories-img-wrapper {
    border-radius: 20px;
    width: auto;
    height: auto;
  }

  .products-top-badge-text-copy {
    font-size: 12px;
  }

  .open-pos-sec-head {
    width: auto;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .open-pos-heading-right {
    flex-flow: column;
    width: auto;
  }

  .full-name-field, .practice-name--field {
    height: 56px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}