@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Sofia-Pro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Sofia-Pro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url('../fonts/Sofia-Pro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-LightItalic.ttf') format("truetype"), url('../fonts/NunitoSans-LightItalic.ttf') format("truetype"), url('../fonts/NunitoSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-MediumItalic.ttf') format("truetype"), url('../fonts/NunitoSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

.body {
  color: #3f3c3c;
  background-color: #fafbff;
  font-family: Nunitosans, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-1200.proj-1 {
  background-color: #ccf1bf00;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.container-1200.proj-2 {
  background-color: #c7ccfc00;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.container-1200.proj-3 {
  background-color: #dbcafd;
  background-image: url('../images/dotPattern.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.container-1200.proj-5 {
  background-color: #c9c9f500;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.container-1200.proj-4 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.logodiv {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.containter-1200 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.emaildiv {
  color: #34373a;
  font-size: 20px;
  text-decoration: none;
}

.emaildiv:hover {
  color: #4162f1;
  border: 1px #4162f1;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 0;
  display: flex;
}

.image {
  border-radius: 12px;
  width: 60px;
  overflow: clip;
  box-shadow: 0 5px 50px 2px #2f2f3140;
}

.navbar {
  background-color: #fafbff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.navbar.bg {
  background-color: #fafbff;
}

.menu_items {
  color: #2a2929;
  margin-right: 0;
  padding-left: 32px;
  font-size: 20px;
  transition: all .2s;
}

.menu_items:hover {
  color: #e94513;
}

.menu_navs {
  color: #757575;
  margin-left: 90px;
  margin-right: 130px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.brandname {
  color: #757575;
  text-transform: none;
  width: auto;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.fintechsaas {
  background-color: #17bd7a00;
  border-radius: 0;
  padding: 40px;
  display: flex;
}

.maildiv {
  color: #333;
  border: 2px solid #34373a;
  border-radius: 10px;
  margin-left: 0;
  transition: all .2s;
}

.maildiv:hover {
  color: #383737;
  border-color: #4162f1;
}

.s {
  background-color: #70b758;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.div-block-3 {
  align-self: center;
  width: 450px;
  max-width: 100%;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section.emertribe.sos, .section.lendistry {
  display: none;
}

.brands {
  margin-bottom: 40px;
}

.brands.hide {
  display: none;
}

.heroheader {
  margin-top: 10rem;
  margin-bottom: 6rem;
  position: static;
}

.fundmesaas, .b2bmentor {
  background-color: #17bd7a00;
  border-radius: 0;
  padding: 40px;
  display: flex;
}

.b2bmentor.mau {
  display: none;
}

.fintechsaas-copy, .fundmemobile {
  background-color: #17bd7a00;
  border-radius: 0;
  padding: 40px;
  display: flex;
}

.salessaas {
  background-color: #17bd7a00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.fintechsaasenterprise {
  background-color: #dacafd;
  border-radius: 0;
  padding: 40px;
  display: flex;
}

.fintechsaasenterprise.proj3 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  justify-content: flex-start;
}

.footer {
  display: flex;
}

.seosaas {
  background-color: #17bd7a00;
  border-radius: 0;
  padding: 40px;
  display: flex;
}

.fundmediv {
  background-color: #4e5de1;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.div-block-2-copy {
  background-color: #17bd7a;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.fintechsmes {
  background-color: #462d78;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.div-block-3-copy {
  width: 600px;
}

.mentor {
  background-color: #f1f1fa;
  background-image: none;
  background-size: auto;
  border-radius: 4px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0 20px;
}

.embersaas {
  background-color: #b43032;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.btn-hide, .schedulecall.uxd-btn {
  display: none;
}

.heading {
  line-height: 45px;
}

.headertext {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.headertext.bodycopy {
  color: #757575;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-right: .6rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.headertext.fontcolor {
  color: #757575;
}

.sitelink {
  color: #4d504f;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
}

.sitelink.builup {
  display: none;
}

.sitelink.ember {
  color: #b43031;
}

.sitelink.cross {
  color: #70b758;
}

.sitelink.one {
  color: #4646b9;
}

.figmalink {
  color: #4d504f;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.figmalink.build {
  color: #462d78;
  padding-left: 0;
}

.figmalink.build.up {
  color: #4e5de1;
}

.figmalink.one {
  color: #fff;
  background-color: #3c3b3b;
  border-radius: 6px;
  padding: .8rem;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: all .2s;
  display: block;
}

.figmalink.one:hover {
  background-color: #35b163;
}

.casestudy {
  color: #4d504f;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.casestudy.one {
  display: block;
}

.casestudy.one.mini {
  max-width: 100%;
}

.casestudy.one.mini.tags {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .6rem;
  font-size: .8rem;
  line-height: .7rem;
}

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

.brandname-product {
  color: #3f3f42;
  text-transform: capitalize;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.brandname-product.build {
  color: #0f21be;
}

.brandname-product.build.lend {
  color: #462d78;
}

.brandname-product.embers {
  color: #b43031;
}

.buildupsaas {
  background-color: #17bd7a00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bloomsales {
  background-color: #f1f1fa;
  background-image: none;
  background-size: auto;
  border-radius: 4px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 0 20px;
}

.fundme {
  background-color: #4e5de1;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.fundme.mobile {
  position: relative;
}

.buildupmobile {
  background-color: #17bd7a00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.productyear {
  color: #727070;
  margin-top: 20px;
  padding-left: 0;
}

.productyear.hide {
  display: none;
}

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

.buildupmobile-copy {
  background-color: #17bd7a00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.fundme-copy {
  background-color: #4e5de1;
  background-image: url('../images/dotPatternx.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.fundme-copy.mobile {
  position: relative;
}

.fundme-copy.mobile.fintechsmes {
  background-color: #462d78;
}

.cta-endpart {
  text-align: center;
  border: 0 #ececec;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
}

.headertext__button {
  cursor: pointer;
  background-color: #34373a;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sofia Pro, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.headertext__button:hover {
  background-color: #2297fd;
}

.headertext__button.call-ta {
  background-color: #0d89f5;
}

.headertext__button.call-ta:hover {
  color: #494848;
  background-color: #fff;
}

.headertext__button.business-request {
  color: #34373a;
  background-color: #34373a00;
  border: 2px solid #34373a;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: none;
}

.headertext__button.business-request:hover {
  color: #fff;
  background-color: #2c9dff;
  border-style: none;
}

.headertext__button.business-request.cal-to {
  color: #fff;
  border-color: #fff;
}

.parentdiv--rightstext {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.footer-2 {
  padding: 40px 20px 20px;
}

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

.workhistory--title {
  color: #363333;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 44px;
}

.workhistory--title.cta {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.rightstext-text1 {
  color: #fff;
  align-self: center;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.rightstext-text1.hide {
  display: none;
}

.cta {
  color: #fff;
  background-color: #252525;
  padding-top: 32px;
  padding-bottom: 0;
}

.rightstext-div {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.end-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 200px;
}

.end-title._2nd {
  margin-bottom: 6rem;
  line-height: 7rem;
}

.end-title.big {
  margin-top: 6rem;
  margin-bottom: 0;
  line-height: 7rem;
}

.div-block-5 {
  opacity: .3;
  width: 920px;
  display: none;
  position: absolute;
  inset: -186% 0% auto 18%;
}

.div-block-6 {
  opacity: .3;
  width: 920px;
  display: none;
  position: absolute;
  top: -170px;
  left: 218px;
}

.intro-text {
  text-align: center;
  width: 780px;
  max-width: 100%;
  margin: auto;
  font-family: Sofia Pro, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
}

.social-links {
  padding: 6px 10px;
}

.links--img {
  width: 24px;
  height: 24px;
}

.name-img, .name-skill {
  width: auto;
}

.brand-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.navmenu__items {
  color: #313030;
  font-size: 16px;
  transition: all .2s;
}

.navmenu__items:hover {
  color: #2297fd;
}

.navmenu__items.modal.menu_items {
  font-size: 20px;
}

.navmenu__items-copy {
  color: #313030;
  font-size: 16px;
  transition: all .2s;
}

.navmenu__items-copy:hover {
  color: #2297fd;
}

.navmenu__items-copy.modal.menu_items {
  font-size: 20px;
}

.heading-2 {
  color: #363535;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Product Sans, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  display: block;
}

.div-block-8 {
  width: 150px;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.close-area {
  z-index: 1002;
  position: fixed;
  inset: 0%;
}

.headertext__button-3 {
  cursor: pointer;
  background-color: #34373a;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.headertext__button-3:hover {
  background-color: #2297fd;
}

.headertext__button-3.call {
  color: #34373a;
  background-color: #fff0;
  border: 2px solid #34373a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.headertext__button-3.call:hover {
  color: #fff;
  background-color: #0f8bf7;
  border-style: none;
  border-width: 0;
}

.cta-s {
  text-align: center;
}

.modal-overlay {
  z-index: 1010;
  background-color: #2c2a2ae6;
  display: none;
  position: fixed;
  inset: 0%;
}

.headertext__button-2 {
  cursor: pointer;
  background-color: #34373a;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.headertext__button-2:hover {
  background-color: #2297fd;
}

.image-5 {
  text-align: left;
  cursor: pointer;
  position: absolute;
  inset: 2% 2% auto auto;
}

.div-block-9 {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.modal-panel {
  z-index: 2400;
  background-color: #fff;
  border-radius: 20px;
  width: 630px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  inset: 0%;
}

.about-body {
  color: #5e5c5c;
  line-height: 24px;
}

.img-div {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.body-2 {
  font-family: Varela Round, sans-serif;
}

.section-parent {
  padding: 0 2.5rem;
  overflow: hidden;
}

.section-parent.bg {
  background-image: url('../images/Magic-Resin.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  height: 1024px;
  max-height: none;
}

.section-parent.bg.wire {
  background-image: url('../images/Cover-Wireframe.avif');
  margin-top: .5rem;
  padding-top: 0;
}

.section-parent.bg.hide {
  display: none;
}

.section-parent.bg.bloom {
  background-image: url('../images/bloomsales.avif');
}

.section-parent.bg.magic {
  background-image: url('../images/Magicresin.avif');
  width: 1300px;
  max-width: 100%;
  height: 1280px;
  max-height: 100%;
  margin: auto;
}

.section-parent.bg.magic.final {
  background-image: url('../images/Final-Design.avif');
  background-repeat: no-repeat;
  background-size: 1440px;
  width: 1440px;
  height: 915px;
}

.section-parent.space {
  margin-top: 2rem;
  margin-bottom: 0;
}

.section-parent.space.hidden {
  display: none;
}

.container-main {
  width: 1420px;
  max-width: 100%;
  margin: auto;
}

.container-main.hide {
  display: none;
}

.image-bg-cs {
  max-width: none;
  margin: auto;
}

.image-bg-cs.hide {
  display: none;
}

.image-bg-cs.bg {
  background-color: #f4f9f6;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-bg-cs.bg.flex {
  background-color: #f4f9f6;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-bg-cs.bg.flex.no-bg {
  background-color: #f4f9f600;
}

.image-bg-cs.bg.flex.resin {
  background-color: #eef0f7;
  justify-content: center;
  align-items: center;
}

.image-bg-cs.bg.flex.resin.no-bg {
  background-color: #eef0f700;
}

.image-bg-cs.space {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.image-bg-cs.space.top {
  padding-bottom: 0;
}

.image-cs {
  max-width: 47rem;
  margin: auto;
}

.image-cs.short {
  width: 100%;
  max-width: 47rem;
  display: flex;
}

.image-cs.big {
  text-align: center;
  width: 1420px;
  max-width: 100%;
}

.image-cs.big.flex {
  justify-content: center;
  align-items: center;
  width: 950px;
  display: flex;
}

.parag-cs {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  padding: 0 2rem 2rem;
  line-height: 24px;
}

.parag-cs.main {
  padding-top: 0;
  padding-bottom: .25rem;
}

.parag-cs.main.who {
  padding-bottom: 2rem;
}

.parag-cs.short {
  padding-bottom: .5rem;
}

.parag-cs.short.visual {
  padding: 0;
  display: block;
  overflow: visible;
}

.parag-cs.short.space, .parag-cs.short.fig-label {
  padding-top: 1rem;
}

.cs-title {
  color: #a7a7a7;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 20rem;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 500;
}

.cs-title.spacer {
  padding-top: 6rem;
  font-size: .9rem;
}

.cs-title.top {
  font-size: 1rem;
}

.cs-main-title {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem .8rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.23rem;
}

.body-3 {
  color: #3f3c3c;
  background-color: #fafbff;
  font-family: Gilroy, Georgia, sans-serif;
  font-size: 16px;
}

.cs-title-body {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.cs-title-body.magic {
  margin-top: 0;
  padding-top: .4rem;
  padding-bottom: 0;
  font-size: 1.3rem;
}

.cs-para-body {
  color: #444;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.cs-para-body.hidden {
  display: none;
}

.cs-para-body.space {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cs-para-body.space.min {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.cs-para-body.italics {
  font-style: italic;
}

.cs-para-body.link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cs-para-body.resin {
  width: 350px;
  max-width: 100%;
  font-weight: 400;
  line-height: 1.5rem;
}

.cs-para-body.filt {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cs-para-body.lbl {
  margin-top: -20px;
  font-weight: 500;
}

.cs-title-sub-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.cs-title-sub-title.hidden {
  display: none;
}

.cs-title-sub-title.semi {
  margin-top: 1rem;
  font-weight: 600;
}

.cs-title-sub-title.semi.flex-title {
  width: 350px;
  max-width: 100%;
  margin-bottom: .5rem;
  line-height: 1.3rem;
}

.cs-title-sub-title.no-space {
  padding-bottom: 0;
}

.body-span {
  font-weight: 600;
}

.body-para_parent {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.body-para_parent.no-margin {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.body-para_parent.no-margin.bg {
  background-color: #ebf7f1;
  font-size: 1rem;
}

.body-para_parent.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.cs-role-parent {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.cs-role-parent.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.cs-block-1 {
  width: auto;
  max-width: none;
  margin-right: 1rem;
  padding: 2rem 1rem 1rem 0;
}

.cs-block-1.hide {
  display: none;
}

.cs-block-1.no-space {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 2rem;
}

.cs-block-title {
  margin-top: -21px;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 300;
}

.cs-block-body {
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.cs-2-sides {
  background-color: #f1f1f1;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: .5rem;
  padding: 1rem;
  font-weight: 300;
}

.cs-2-sides.quote {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.list {
  font-size: 1rem;
  list-style-type: lower-roman;
}

._2-slides-title {
  color: #3f3c3c;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

._2-slides-title.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

._2-slides-title.no-space.bold {
  font-weight: 700;
}

._2-slides-title.no-space.regular {
  font-weight: 300;
}

._2-slides-title.no-space.regular.small {
  font-size: .8rem;
  font-weight: 300;
}

._2-slides-title.no-space.regular.small.italics {
  font-style: italic;
}

._2-slides-title.goal {
  padding-left: 1rem;
}

.cs-pain-points {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer {
  padding: 8rem 0 0;
}

.cs-research {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cs-research__business {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.cs-research__users {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.pin-a, .pin-b {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  display: flex;
}

.pin-a_image {
  width: 100%;
}

.business-title {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.title-a {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: .4rem;
  display: flex;
}

.insight {
  padding-top: 1rem;
}

.insight.flex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: .125rem;
  display: flex;
  overflow: clip;
}

.insight.flex.sheet {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 760px;
  max-width: 100%;
  height: 236px;
  margin: auto;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.insight.map {
  padding-top: 0;
}

.sub-title {
  margin-top: .2rem;
  margin-bottom: .2rem;
  font-size: 1rem;
  font-weight: 500;
}

.sub-title.extra {
  margin-top: 1.5rem;
}

.sub-title.extra.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.image-6 {
  width: 40%;
}

.user-image {
  width: 25%;
}

.user-image.sheet {
  width: auto;
  padding-left: .2rem;
  padding-right: .2rem;
}

.persona {
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.persona-flex {
  flex-flow: row;
  width: auto;
  display: flex;
  overflow: visible;
}

.user-stories {
  padding: .8rem .2rem;
}

.user-stories.dash {
  vertical-align: baseline;
  width: 512px;
  padding: 0;
  overflow: clip;
}

.visual {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1024px;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.image-7 {
  width: 50%;
  max-width: 100%;
}

.image-7.vis {
  width: 50%;
  padding: 0;
}

.image-8 {
  flex: 0 auto;
  align-self: auto;
  width: 50%;
  max-width: 100%;
  overflow: clip;
}

.image-8.vis {
  padding: .8rem 0 .8rem .8rem;
  overflow: visible;
}

.short {
  width: 100%;
}

.dash-a {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.dash-a.outcome {
  align-items: center;
  display: flex;
}

.dash-a.main {
  text-align: left;
  display: block;
}

.dash-a.top.box-a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
}

.dash-a.top.box-a.filt-img {
  padding: 2rem 2rem 1rem;
}

.dash-b {
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.dash-b.main {
  text-align: left;
  display: block;
}

.dash-b.top.box-b {
  align-self: center;
  width: auto;
  margin-right: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.dash-b.top.box-b.left {
  margin-left: 6rem;
  margin-right: 0;
}

.dash-a_div {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.project-outcome {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.outcome-image {
  padding-left: .5rem;
  padding-right: .5rem;
}

.case-link {
  color: #2b65d1;
  font-weight: 500;
  text-decoration: none;
}

.mauve-crop.bg {
  text-align: center;
  background-color: #ececf5;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-image {
  width: 1420px;
  margin: auto;
}

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

.span.quote {
  font-style: italic;
  font-weight: 500;
}

.list-2 {
  font-weight: 300;
  list-style-type: lower-roman;
}

.sides-1 {
  width: 30%;
}

.sides-2 {
  width: 70%;
}

.image-9 {
  overflow: visible;
}

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

.links {
  color: #3f3c3c;
  text-decoration: none;
}

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

.business-titles {
  width: 100%;
  max-width: 100%;
  display: block;
}

.business-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.users-block {
  flex-flow: wrap;
  display: flex;
}

.users-title {
  width: 100%;
  max-width: 100%;
}

.image-12, .image-13 {
  text-align: center;
  width: 100%;
}

.left {
  display: flex;
}

.hide {
  display: none;
}

.linkx {
  color: #fff;
  text-decoration: none;
}

.tags {
  flex-flow: row;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .logodiv {
    display: block;
  }

  .containter-1200 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .emaildiv {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    box-shadow: 0 2px 40px #6b696933;
  }

  .menu_items {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

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

  .maildiv {
    width: 174px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .heroheader {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .salessaas, .fintechsaasenterprise.proj3 {
    flex-flow: wrap;
  }

  .mentor, .embersaas {
    margin-top: 32px;
  }

  .buildupsaas {
    flex-flow: wrap;
  }

  .bloomsales, .fundme {
    margin-top: 32px;
  }

  .buildupmobile {
    flex-flow: wrap;
  }

  .fundme-copy.mobile.fintechsmes {
    margin-top: 32px;
  }

  .rightstext-text1 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 1.3rem;
    margin-left: 10px;
    display: flex;
  }

  .toggle.w--open {
    color: #525252;
    background-color: #fff0;
    margin-right: 10px;
  }

  .navmenu__items, .navmenu__items-copy {
    text-align: center;
  }

  .section-parent.bg.magic {
    background-position: 0 0;
    width: 960px;
    max-width: 100%;
    height: 760px;
    max-height: 100%;
  }

  .section-parent.bg.magic.final {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 760px;
    height: 490px;
    max-height: none;
  }

  .image-bg-cs.bg.flex {
    flex-flow: wrap;
  }

  .image-bg-cs.bg.hi {
    display: none;
  }

  .image-bg-cs.space {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-bg-cs.space.top {
    padding-top: 2rem;
  }

  .parag-cs.short {
    width: auto;
    max-width: 100%;
  }

  .cs-title.spacer {
    padding-top: 3rem;
  }

  .cs-para-body.resin {
    width: auto;
  }

  .cs-para-body.lbl {
    margin-top: -10px;
  }

  .cs-title-sub-title.semi.flex-title {
    align-self: baseline;
    width: auto;
    margin-right: 0;
  }

  .insight.flex.sheet {
    width: 1420px;
    max-width: 100%;
    height: 215px;
    overflow: clip;
  }

  .user-image.sheet {
    width: auto;
  }

  .persona-flex {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .user-stories {
    width: 100%;
  }

  .dash-a.top, .dash-b.top {
    justify-content: center;
  }

  .dash-b.top.box-b {
    margin-right: 0;
  }

  .dash-b.top.box-b.left {
    margin-left: 0;
  }

  .hero-image {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-1200.proj-2 {
    border-radius: 10px;
  }

  .parentdiv--rightstext {
    flex-flow: wrap;
  }

  .rightstext-div {
    flex-flow: row;
  }

  .end-title {
    font-size: 160px;
    line-height: 160px;
  }

  .intro-text {
    font-size: 1.2rem;
  }

  .brand-2 {
    margin-top: 1.3rem;
    margin-left: 0;
  }

  .modal-panel {
    width: auto;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 10px;
  }

  .section-parent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-parent.bg, .section-parent.bg.wire {
    height: 620px;
  }

  .section-parent.bg.magic {
    height: 450px;
  }

  .section-parent.bg.magic.final {
    height: 360px;
  }

  .image-bg-cs.bg.flex {
    flex-flow: wrap;
  }

  .image-cs.short {
    max-width: 100%;
  }

  .image-cs.big.flex {
    flex-flow: wrap;
  }

  .parag-cs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parag-cs.main {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cs-title.spacer {
    padding-top: 3rem;
  }

  .cs-main-title.mo {
    padding-top: 2rem;
    padding-bottom: 0;
    line-height: 2.8rem;
  }

  .cs-role-parent, .cs-role-parent.no-space {
    flex-flow: wrap;
  }

  .cs-2-sides.space {
    margin-top: 1rem;
  }

  .cs-research {
    flex-flow: wrap;
  }

  .insight.flex {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .insight.flex.sheet {
    height: 165px;
  }

  .insight.flex.int {
    width: 100%;
    max-width: 100%;
  }

  .user-image {
    width: 50%;
  }

  .persona-flex {
    width: 100%;
    max-width: 100%;
  }

  .dash-a, .dash-b {
    width: 100%;
  }

  .engagement {
    width: 50%;
    max-width: 100%;
  }

  .image-11 {
    width: 100%;
  }

  .left {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .containter-1200 {
    display: block;
  }

  .nav-menu {
    background-color: #fafbff;
  }

  .div-block-3 {
    width: auto;
  }

  .salessaas, .fintechsaasenterprise.proj3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headertext {
    font-size: 24px;
    line-height: 32px;
  }

  .figmalink, .casestudy {
    padding-left: 0;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buildupsaas, .buildupmobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headertext__button {
    margin-top: 10px;
  }

  .headertext__button.business-request {
    margin-top: 0;
    padding-top: 6px;
  }

  .headertext__button.business-request.cal-to {
    margin-bottom: 0;
  }

  .parentdiv--rightstext {
    flex-flow: wrap;
  }

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

  .rightstext-text1 {
    width: 100%;
  }

  .rightstext-div {
    flex-flow: wrap;
  }

  .intro-text {
    font-size: 1.2rem;
  }

  .brand-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.2rem;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-2 {
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-8 {
    width: 100px;
  }

  .headertext__button-3 {
    margin-top: 10px;
  }

  .headertext__button-3.call {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .cta-s {
    display: flex;
  }

  .headertext__button-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .div-block-9 {
    width: 100px;
  }

  .modal-panel {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 6px;
    padding-bottom: 16px;
  }

  .about-body {
    font-family: Product Sans, Georgia, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .img-div {
    flex-flow: row;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-parent.bg, .section-parent.bg.wire {
    height: 450px;
  }

  .section-parent.bg.magic {
    height: 317px;
  }

  .section-parent.bg.magic.final {
    height: 205px;
  }

  .section-parent.mo-session {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-main {
    width: 100%;
  }

  .parag-cs {
    width: 450px;
    max-width: 100%;
  }

  .parag-cs.main.mo {
    width: 850px;
    padding-left: 0;
    padding-right: 0;
  }

  .parag-cs.mo {
    padding-bottom: .125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .parag-cs.flex {
    flex-flow: wrap;
    display: flex;
  }

  .cs-title.spacer {
    max-width: 100%;
    padding-top: 2rem;
  }

  .cs-main-title.mobile {
    width: 300px;
    max-width: 100%;
    margin: auto;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .cs-main-title.mo {
    padding-top: 2rem;
    padding-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.8rem;
  }

  .cs-title-body.mobil {
    margin-top: 0;
    font-size: 1.3rem;
  }

  .cs-2-sides.quote {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .cs-2-sides.mo {
    padding: .4rem .3rem;
  }

  .cs-2-sides.mobo {
    margin-top: 1rem;
  }

  .cs-pain-points {
    flex-flow: column;
  }

  .spacer.mo {
    padding-top: 2rem;
  }

  .cs-research {
    flex-flow: wrap;
  }

  .pin-a, .pin-b {
    width: 100%;
  }

  .business-title {
    flex-flow: wrap;
    justify-content: center;
  }

  .insight.flex {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .insight.flex.sheet {
    flex-flow: wrap;
    height: auto;
  }

  .user-image {
    width: auto;
  }

  .project-outcome {
    flex-flow: wrap;
  }

  .outcome-image {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .sides-1 {
    width: 100%;
    max-width: 100%;
  }

  .sides-1.mo {
    margin-bottom: 1rem;
  }

  .sides-2, .engagement {
    width: 100%;
    max-width: 100%;
  }

  .image-10 {
    width: 100%;
  }

  .ins {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-11 {
    width: 100%;
  }

  .business-block, .users-block {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-LightItalic.ttf') format('truetype'), url('../fonts/NunitoSans-LightItalic.ttf') format('truetype'), url('../fonts/NunitoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-MediumItalic.ttf') format('truetype'), url('../fonts/NunitoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}