@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.css') format("undefined"), url('../fonts/SuisseIntl-SemiBold.woff2') format("woff2"), url('../fonts/SuisseIntl-SemiBold.woff') format("woff"), url('../fonts/SuisseIntl-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.css') format("undefined"), url('../fonts/SuisseIntl-Regular.woff2') format("woff2"), url('../fonts/SuisseIntl-Regular.woff') format("woff"), url('../fonts/SuisseIntl-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.css') format("undefined"), url('../fonts/SuisseIntl-Light.woff2') format("woff2"), url('../fonts/SuisseIntl-Light.woff') format("woff"), url('../fonts/SuisseIntl-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-RegularItalic.css') format("undefined"), url('../fonts/SuisseIntl-RegularItalic.woff2') format("woff2"), url('../fonts/SuisseIntl-RegularItalic.woff') format("woff"), url('../fonts/SuisseIntl-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --primary--maroon: #4b0f1e;
  --primary--red: #e00800;
  --primary--white: white;
  --gray-900: #848484;
  --primary--ocean-blue: #181f4b;
  --secondary--silver-grey: #babcc5;
  --primary--beige: #e6e6dc;
  --secondary--copper: #97694d;
  --secondary--pastel-red: white;
  --secondary--chalk-beige: #d6cdbf;
  --secondary--grey: #7c7c7a;
  --secondary--off-white: #f5f5f1;
}

.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 {
  color: #333;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #4b0f1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.07;
}

h2 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

h3 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.07;
}

h4 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--primary--maroon);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--primary--maroon);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary--red);
  text-decoration: none;
}

img {
  border-radius: 20px;
  display: inline-block;
}

.page-wrapper {
  background-color: var(--primary--white);
  overflow: auto;
}

.body {
  letter-spacing: -.02em;
}

.body.ar {
  font-family: Noto Sans Arabic, sans-serif;
}

.navbar-wrapper {
  z-index: 99;
  background-color: var(--primary--white);
  padding: 16px 56px;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  height: 840px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
  overflow: hidden;
}

.section.py-lg {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.py-lg.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-lg.bottom {
  padding-bottom: 0;
}

.section.py-lg.s {
  height: 600px;
}

.section.py-lg.small {
  height: 600px;
  padding-bottom: 45px;
}

.section.py-lg.pattern {
  background-image: url('../images/pattern-3.svg');
  background-position: 0 0;
  background-size: auto;
}

.section.py-lg.grey {
  background-color: #f7f7f7;
}

.section.py-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.py-sm.bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.section.py-sm.bottom.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-sm.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-sm.elevation-30.themar.extra-short {
  height: 550px;
}

.section.py-sm.elevation-30.themar.short {
  height: 700px;
}

.section.py-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.py-m.partners-section {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f7f7f7;
  height: auto;
}

.section.py-m.partners-section.white {
  background-color: #fff;
}

.section.py-m.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-m.short {
  height: 400px;
}

.section.elevation-30 {
  overflow: hidden;
  box-shadow: inset 0 0 34px #0000000f;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.small {
  height: 79%;
}

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

.container.themar-color {
  background-color: #0e2a47;
  border-radius: 20px;
}

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

.layout-row.space-between {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

.layout-row.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
}

.layout-row.space-between {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  position: relative;
}

.layout-row.space-between.less-margin {
  margin-top: 0;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-block.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.content-block.resources {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.content-block.about-us {
  z-index: 100;
  position: relative;
}

.content-block.themar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
}

.content-block.themar.short {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.text-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-wrapper.row {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

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

.text-wrapper.align-center.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-wrapper.align-center.small-width.themar {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.text-wrapper.align-center.wide {
  width: 138%;
}

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

.text-wrapper.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.layout-colum {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-colum.space-between {
  justify-content: space-between;
}

.layout-colum.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding-left: 0;
}

.layout-colum.gap-64.align-center {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.layout-colum.gap-64.top {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border-color: #818181;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  height: 70%;
  position: static;
  overflow: visible;
}

.layout-colum.gap-40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.layout-colum.new-layout {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.layout-colum.padding {
  padding-left: 56px;
  padding-right: 56px;
}

.logo {
  border-radius: 0;
}

.nav-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: var(--primary--ocean-blue);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary--red);
}

.nav-link.login {
  letter-spacing: 0;
}

.dropdown {
  z-index: 999;
}

.icon {
  color: #181f4b;
  margin-right: 0;
  position: static;
}

.link {
  color: var(--primary--ocean-blue);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--primary--red);
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary--red);
  color: var(--primary--white);
  letter-spacing: 0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .2s linear;
  display: flex;
}

.button:hover {
  background-color: var(--primary--maroon);
}

.button.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 16px;
  font-size: 16px;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary--ocean-blue);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primary--red);
}

.cards-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cards-block.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.cards-block.row.small {
  width: 80%;
}

.card-item {
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 300px;
  padding: 32px;
  display: flex;
}

.card-item.small.side {
  flex-flow: row;
}

.card-item.row {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.card-item.medium {
  width: 100%;
  height: 308px;
}

.card-item.medium.white {
  background-color: #fff;
}

.card-item.medium.themar {
  background-image: linear-gradient(#12a89530, #12a89530);
  border: 1px solid #12a895;
}

.card-item.investors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.card-item.contact-us {
  width: 100%;
  height: 360px;
}

.card-item.small {
  width: 100%;
  height: 220px;
}

.card-item.small.themar {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 220px;
}

.card-item.small.themar.tall {
  height: 280px;
}

.card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-content.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.card-content.contact-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  height: 200px;
}

.body-m {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.body-m.is-white {
  color: var(--primary--white);
  letter-spacing: -.01em;
  font-weight: 400;
}

.image {
  z-index: 0;
  opacity: .5;
  position: absolute;
  inset: auto 0% 32px auto;
}

.card-icon {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.card-icon.l {
  width: 60px;
  height: 60px;
}

.card-icon.flag {
  font-size: 40px;
  line-height: 1;
}

.stats-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #bcbcbc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 28px;
  display: flex;
}

.stats-item.last {
  border: 0 solid #000;
  padding-top: 0;
}

.display-xl {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.07;
}

.display-xl.thin {
  font-weight: 300;
}

.display-xl.thin.wide.themar {
  color: #0e2a47;
}

.display-xl.thin.themar {
  color: #0e2a47;
  font-size: 64px;
}

.button-arrow.ar {
  transform: rotate(180deg);
}

.button-arrow.popup {
  vertical-align: middle;
  vertical-align: middle;
  direction: ltr;
  margin-left: 8px;
  transform: scaleX(1);
}

.cards-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f7f7;
  border-radius: 24px;
  height: 766px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  overflow: hidden;
}

.logo-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  min-width: 140%;
  display: flex;
}

.logo-container.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 102%;
}

.logo-container.business {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  min-width: 250%;
  height: auto;
}

.logo-container.business.opacity {
  opacity: .57;
}

.logo-container.business.partner {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  min-width: 78%;
}

.logo-image {
  border-radius: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.chevron-right.ar {
  transform: rotate(180deg);
}

.chevron-right.left {
  transform-style: preserve-3d;
  direction: ltr;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--white);
  border-radius: 20px;
  flex-flow: column;
  width: 540px;
  display: flex;
  box-shadow: -11px 12px 56px #00000014;
}

.form-block.business-funding {
  min-height: 524px;
  margin-top: 40px;
}

.form-block.investors {
  width: 660px;
  min-height: 540px;
}

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

.elevation {
  background-image: linear-gradient(#fff0, #7373730d);
  width: 100%;
  height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion {
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.accordion.ar {
  text-align: right;
}

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

.table-header {
  background-color: var(--primary--maroon);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.table-header.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--primary--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.mask {
  height: 486px;
  overflow: visible;
}

.custom-list {
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 32px;
  list-style-type: decimal;
  display: flex;
}

.custom-list.body-m {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.radio-group {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search {
  margin-bottom: 0;
  display: none;
  position: relative;
}

.search-button {
  display: none;
}

.timeline {
  z-index: 20;
  cursor: grab;
  background-color: #0000;
  width: 100%;
  position: relative;
  overflow: visible;
}

.timeline.mobile {
  display: none;
}

.heading {
  margin-top: 0;
  line-height: 1.1;
}

.list {
  color: var(--gray-900);
}

 .paragraph {
  margin-bottom: 1rem;
}

.success-message {
  background-color: #0000;
}

.bold {
  font-weight: 600;
}

.button-text {
  color: var(--primary--white);
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
}

.search-icon {
  pointer-events: none;
  position: absolute;
  inset: 25% 16px auto auto;
}

.pagination {
  border-width: 0;
  border-radius: 8px;
}

.pagination-wrapper {
  margin-top: 40px;
}

.filters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-2 {
  color: var(--gray-900);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item {
  padding-bottom: 8px;
}

.list-item.last {
  color: #4b0f1e;
}

.link-2 {
  color: #181f4b;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: #e00800;
}

 .text-span-48 {
  color: #4b0f1e;
}

.text-span-49 {
  color: #4b0f1e;
}

.image-30 {
  object-fit: cover;
}

.columns {
  flex-flow: row;
  display: flex;
}

.section-3 {
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff26;
  border-bottom: 1px solid #ffffff1c;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 32px #00000014;
}

.container-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.link-block {
  margin-left: 0;
  margin-right: 0;
}

.image-28 {
  border-radius: 0;
  height: 45px;
}

.image-28.themar {
  height: 60px;
}

.new-second-headline-2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.new-second-headline-2.themar-dark {
  color: #0e2a47;
  line-height: 1.4;
}

.stats-item-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #bcbcbc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  padding-top: 28px;
  display: flex;
}

.stats-item-2.more-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-width: 0;
}

.new-small-header {
  font-size: 30px;
  font-weight: 400;
}

.new-small-header.themar {
  color: #12a895;
  line-height: 1.4;
}

.new-small-header.themar-dark {
  color: #0e2a47;
}

.new-second-hedline {
  text-align: left;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.new-second-hedline.align-centre {
  text-align: center;
}

.new-second-hedline.align-centre.is-white {
  color: var(--primary--white);
}

.new-second-hedline.align-centre.themar {
  color: #0e2a47;
  line-height: 1.6;
}

.new-second-hedline.themar {
  color: #0e2a47;
}

.problem-divider-copy {
  background-color: #bebebe;
  width: 1px;
  height: 180px;
}

.new-headline-light {
  letter-spacing: -.02em;
  width: auto;
  font-size: 68px;
  font-weight: 400;
}

.new-headline-light.mobile {
  display: none;
}

.new-headline-light.themar {
  color: #0e2a47;
  line-height: 1.2;
}

.body-m-3 {
  color: #bebebe;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.body-m-3.themar-dark {
  color: #0e2a47;
}

.body-m-3.new {
  font-size: 16px;
}

.div-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #bebebe;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.footer-centrealign {
  color: #b4b4b4;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.footer-new {
  text-align: center;
  font-weight: 300;
  line-height: 28px;
}

.footer-new.themar {
  padding-left: 100px;
  padding-right: 100px;
  line-height: 21px;
}

.trust-block-text {
  color: #bebebe;
  font-size: 14px;
  font-weight: 300;
}

.problem-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 540px;
  display: flex;
  box-shadow: -11px 12px 56px #00000014;
}

.form-block-4.business-funding {
  min-height: 524px;
  margin-top: 40px;
}

.form-block-4.business-funding.new-form {
  justify-content: center;
  min-height: 0;
  overflow: visible;
}

.form-block-4.business-funding.new-form.position {
  z-index: 1000;
  position: relative;
}

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

.text-block-3 {
  color: #fff;
  font-size: 16px;
}

.new-small-header-2 {
  color: #4b0f1e;
  font-size: 25px;
  font-weight: 400;
}

.new-small-header-2.themar-dark {
  color: #0e2a47;
  font-size: 25px;
}

.trust-divider {
  background-color: #bebebe;
  width: 1px;
  height: 20px;
}

.new-large-body-red {
  color: #e00800;
  font-size: 28px;
  font-weight: 300;
}

.new-large-body-red.themar {
  color: #12a895;
}

.new-body-light-white {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.new-body-light-white.mobile {
  display: none;
}

._3-card-vertical {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  display: flex;
}

.footer-leftalign-light {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}

.hero-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e00800;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  transition: all .2s cubic-bezier(.22, 1, .36, 1);
  display: flex;
}

.hero-cta:hover {
  transform: translate(0, -1px);
  box-shadow: 0 8px 24px #e008004d;
}

.hero-cta.themar {
  background-image: linear-gradient(#12a895, #12a895);
}

.hero-cta.themar:hover {
  background-image: linear-gradient(#12a895, #12a895);
  box-shadow: 0 8px 24px #12a89570;
}

.link-4, .link-5, .text-span-80 {
  color: #12a895;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-wrapper {
    padding-top: 60px;
  }

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

  .section {
    height: auto;
    padding: 60px 32px;
  }

  .section.py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.py-lg.s {
    height: auto;
  }

  .section.py-lg.small {
    height: auto;
  }

  .section.py-sm, .section.py-sm.bottom.elevation-30, .section.py-m, .section.py-m.partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-row.space-between.reverse {
    flex-flow: column-reverse;
  }

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

  .layout-row.space-between {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .content-block.themar.short {
    width: 80%;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-wrapper.align-center.wide {
    width: 78%;
  }

  .layout-colum.gap-64 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .logo {
    z-index: 99999;
    position: relative;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link:hover {
    color: var(--primary--red);
  }

  .nav-link.login {
    color: var(--primary--ocean-blue);
    font-size: 16px;
  }

  .dropdown.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-block.row {
    flex-flow: row;
    width: 100%;
  }

  .cards-block.row.steps {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-block.row.themar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .card-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 360px;
    height: auto;
    padding: 20px;
  }

  .card-item.investors {
    height: auto;
  }

  .card-item.small {
    height: 260px;
  }

  .image {
    max-width: 33%;
    bottom: 0%;
  }

  .display-xl {
    font-size: 50px;
  }

  .cards-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
  }

  .logo-container.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-image {
    padding-right: 64px;
  }

  .form-block, .form-block.investors {
    width: 100%;
  }

  .image-30 {
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
  }

  .stats-item-2 {
    width: 200px;
  }

  .footer-centrealign {
    width: 85%;
  }

  .problem-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-block-4 {
    width: 100%;
  }

  .new-body-light-white.mobile {
    display: none;
  }

  ._3-card-vertical.themar.row {
    flex-flow: column;
  }
}

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

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

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

  .section.py-sm.elevation-30.themar.extra-short, .section.py-sm.elevation-30.themar.short {
    height: auto;
    overflow: visible;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-wrapper.align-center.gap-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

   .logo {
    width: 114px;
  }

  .cards-block {
    width: 100%;
  }

  .cards-block.row {
    flex-flow: column;
  }

   .card-item {
    width: 100%;
  }

  .card-item.medium {
    height: 240px;
  }

  .card-item.contact-us {
    height: 320px;
  }

  .card-item.small {
    height: 200px;
  }

  .card-content.contact-us {
    height: 160px;
  }

  .image {
    display: none;
  }

  .logo-container.left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .form-block {
    width: 100%;
  }

  .table {
    width: 200%;
  }

  .table.xl {
    width: auto;
  }

  .search {
    width: 100%;
  }

  .columns.blog {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .new-headline-light {
    font-size: 53px;
  }

  .body-m-3.new {
    font-size: 14px;
  }

  .problem-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
  }

  .problem-grid.themar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .form-block-4 {
    width: 100%;
  }

  .new-large-body-red {
    font-size: 26px;
  }

  .new-body-light-white {
    line-height: 24px;
  }

  .new-body-light-white.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  img {
    border-radius: 8px;
  }

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

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

  .section {
    padding-bottom: 0;
  }

  .section.py-lg.small {
    height: auto;
    padding-top: 45px;
    overflow: visible;
  }

  .section.py-sm.elevation-30.themar.extra-short, .section.py-sm.elevation-30.themar.short {
    height: auto;
    overflow: visible;
  }

  .section.elevation-30.padding-bottom {
    padding-bottom: 60px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container.small {
    justify-content: flex-start;
    height: auto;
  }

  .layout-row.space-between.less-margin {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-block {
    width: 100%;
  }

  .text-wrapper {
    align-self: auto;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-wrapper.align-center {
    width: 100%;
  }

  .text-wrapper.align-center.small-width {
    width: 86%;
  }

  .text-wrapper.align-center.wide {
    width: 108%;
  }

  .button-group {
    flex-flow: column;
    width: 100%;
  }

  .layout-colum.new-layout {
    width: 100%;
  }

  .layout-colum.new-layout.themar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cards-block.row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cards-block.row.steps {
    grid-template-columns: 1fr;
  }

  .cards-block.row.themar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-block.themar.row.bottom {
    display: flex;
  }

  .card-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-item.small {
    width: 100%;
    height: auto;
  }

  .card-item.medium {
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-item.contact-us {
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-item.small, .card-item.small.themar.tall {
    height: auto;
  }

  .card-item.small.themar.short-mobile {
    height: 180px;
  }

  .card-content.space-between {
    height: 100%;
  }

  .card-content.contact-us {
    height: auto;
  }

  .body-m {
    font-size: 16px;
  }

  .image {
    display: none;
  }

  .stats-item {
    width: auto;
  }

  .cards-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-radius: 12px;
    height: 340px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-container.mobile {
    display: none;
  }

  .logo-container.business {
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
    max-width: 1000%;
  }

  .logo-image {
    padding-right: 32px;
  }

  .form-block {
    padding: 20px;
  }

   .form-block.business-funding {
    min-height: 640px;
  }

  .form-block.investors {
    min-height: 720px;
  }

  .timeline {
    display: none;
  }

  .timeline.mobile {
    display: block;
  }

  .stats-item-2 {
    width: auto;
  }

  .new-second-hedline {
    font-size: 40px;
    line-height: 43px;
  }

  .new-second-hedline.align-centre {
    text-align: left;
    font-size: 40px;
    line-height: 43px;
  }

  .new-second-hedline.align-centre.is-white {
    text-align: center;
  }

  .new-second-hedline.align-centre.themar, .new-second-hedline.themar {
    text-align: right;
  }

  .problem-divider-copy {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 300px;
    height: 1px;
    display: flex;
  }

  .new-headline-light {
    font-size: 45px;
    display: none;
  }

  .new-headline-light.mobile {
    font-size: 36px;
    display: block;
  }

  .new-headline-light.mobile.themar {
    line-height: 1.5;
  }

  .body-m-3 {
    font-size: 16px;
  }

  .div-block-33 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-centrealign {
    width: 100%;
  }

  .footer-new.themar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .trust-block-text {
    font-size: 12px;
    line-height: 17px;
  }

  .problem-grid {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .problem-grid.themar {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .form-block-4 {
    padding: 20px;
  }

  .form-block-4.business-funding {
    min-height: 640px;
  }

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

  .trust-divider {
    height: 55px;
  }

  .new-large-body-red {
    font-size: 24px;
    line-height: 30px;
  }

  .new-body-light-white {
    font-size: 15px;
  }

  .new-body-light-white.mobile {
    font-size: 13px;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.css') format('undefined'), url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.css') format('undefined'), url('../fonts/SuisseIntl-Regular.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular.woff') format('woff'), url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.css') format('undefined'), url('../fonts/SuisseIntl-Light.woff2') format('woff2'), url('../fonts/SuisseIntl-Light.woff') format('woff'), url('../fonts/SuisseIntl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-RegularItalic.css') format('undefined'), url('../fonts/SuisseIntl-RegularItalic.woff2') format('woff2'), url('../fonts/SuisseIntl-RegularItalic.woff') format('woff'), url('../fonts/SuisseIntl-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.css') format("undefined"), url('../fonts/SuisseIntl-SemiBold.woff2') format("woff2"), url('../fonts/SuisseIntl-SemiBold.woff') format("woff"), url('../fonts/SuisseIntl-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.css') format("undefined"), url('../fonts/SuisseIntl-Regular.woff2') format("woff2"), url('../fonts/SuisseIntl-Regular.woff') format("woff"), url('../fonts/SuisseIntl-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.css') format("undefined"), url('../fonts/SuisseIntl-Light.woff2') format("woff2"), url('../fonts/SuisseIntl-Light.woff') format("woff"), url('../fonts/SuisseIntl-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-RegularItalic.css') format("undefined"), url('../fonts/SuisseIntl-RegularItalic.woff2') format("woff2"), url('../fonts/SuisseIntl-RegularItalic.woff') format("woff"), url('../fonts/SuisseIntl-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --primary--maroon: #4b0f1e;
  --primary--red: #e00800;
  --primary--white: white;
  --primary--ocean-blue: #181f4b;
  --primary--navy-blue: #0f1430;
  --gray-900: #bebebe;
  --secondary--silver-grey: #babcc5;
  --secondary--grey: #7c7c7a;
  --primary--beige: #e6e6dc;
  --secondary--copper: #97694d;
  --secondary--pastel-red: white;
  --secondary--chalk-beige: #d6cdbf;
  --secondary--off-white: #f5f5f1;
}

.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 {
  color: #333;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #4b0f1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.07;
}

h2 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

h3 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.07;
}

h4 {
  color: var(--primary--maroon);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--primary--maroon);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--primary--maroon);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary--red);
  text-decoration: none;
}

img {
  border-radius: 20px;
  display: inline-block;
}

.page-wrapper {
  background-color: var(--primary--white);
  overflow: auto;
}

.body {
  letter-spacing: -.02em;
}

.navbar-wrapper {
  z-index: 99;
  background-color: var(--primary--white);
  padding: 16px 56px;
  position: fixed;
  inset: 0% 0% auto;
}

.main-wrapper.new {
  height: 540px;
}

.section {
  height: 840px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
  overflow: hidden;
}

.section.py-lg {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.py-lg.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-lg.bottom {
  padding-bottom: 0;
}

.section.py-lg.s {
  height: 600px;
}

.section.py-lg.larger {
  height: 900px;
}

.section.py-lg.small {
  height: 600px;
  padding-bottom: 45px;
}

.section.py-lg.red {
  background-color: var(--primary--red);
}

.section.py-lg.grey {
  background-color: #f7f7f7;
}

.section.py-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.py-sm.bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.section.py-sm.bottom.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-sm.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-sm.elevation-30.themar.short {
  height: 700px;
}

.section.py-sm.elevation-30.themar.extra-short {
  height: 550px;
}

.section.py-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.py-m.partners-section {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f7f7f7;
  height: auto;
}

.section.py-m.partners-section.white {
  background-color: var(--primary--white);
}

.section.py-m.elevation-30 {
  box-shadow: 0 0 34px #3333330f;
}

.section.py-m.height.new {
  height: 320px;
  box-shadow: 0 0 20px -4px #0003;
}

.section.py-m.short {
  height: 400px;
}

.section.elevation-30 {
  overflow: hidden;
  box-shadow: inset 0 0 34px #0000000f;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.small {
  height: 79%;
}

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

.container.themar-color {
  background-color: #0e2a47;
  border-radius: 20px;
}

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

.layout-row.space-between {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  position: relative;
}

.layout-row.space-between.full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 1500px;
  display: flex;
}

 .layout-row.space-between.less-margin {
  margin-top: 0;
}

.layout-row.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
}

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

.content-block.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.content-block.resources {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.content-block.about-us {
  z-index: 100;
  position: relative;
}

.content-block.wide {
  width: 120%;
}

.content-block.themar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
}

.content-block.themar.short {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.text-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-wrapper.row {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

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

.text-wrapper.align-center.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-wrapper.align-center.small-width.themar {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.text-wrapper.align-center.width {
  width: 530px;
}

.text-wrapper.align-center.wide {
  width: 138%;
}

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

.text-wrapper.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.text-wrapper.short {
  width: 79%;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout-colum {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-colum.space-between {
  justify-content: space-between;
}

.layout-colum.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding-left: 0;
}

.layout-colum.gap-64.align-center {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.layout-colum.gap-64.top {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  border-color: #818181;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  height: 70%;
  position: static;
  overflow: visible;
}

.layout-colum.gap-40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
}

.layout-colum.new-layout {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.layout-colum.padding {
  padding-left: 56px;
  padding-right: 56px;
}

.logo {
  border-radius: 0;
}

.nav-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  color: var(--primary--ocean-blue);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary--red);
}

.nav-link.login {
  letter-spacing: 0;
}

.dropdown {
  z-index: 999;
}

.icon {
  color: #181f4b;
  margin-right: 0;
  position: static;
}

.link {
  color: var(--primary--ocean-blue);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--primary--red);
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary--red);
  color: var(--primary--white);
  letter-spacing: 0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .2s linear;
  display: flex;
}

.button:hover {
  background-color: var(--primary--maroon);
}

.button.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 16px;
  font-size: 16px;
}

.button.mobile {
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary--ocean-blue);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primary--red);
}

.cards-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cards-block.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.card-item {
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 300px;
  padding: 32px;
  display: flex;
}

.card-item.small {
  width: 100%;
  height: 220px;
}

.card-item.small.themar {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 220px;
}

.card-item.small.themar.tall {
  height: 280px;
}

.card-item.row {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.card-item.medium {
  width: 100%;
  height: 308px;
}

.card-item.medium.white {
  background-color: #fff;
}

.card-item.medium.themar {
  background-image: linear-gradient(#12a89530, #12a89530);
  border: 1px solid #12a895;
}

.card-item.investors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.card-item.contact-us {
  width: 100%;
  height: 360px;
}

.card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-content.space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.card-content.contact-us {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  height: 200px;
}

.body-m {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.body-m.is-white {
  color: var(--primary--white);
  letter-spacing: -.01em;
  font-weight: 400;
}

.body-m.right {
  align-self: flex-end;
}

.body-m.new {
  font-size: 16px;
}

.body-m.themar-dark {
  color: #0e2a47;
}

.image {
  z-index: 0;
  opacity: .5;
  position: absolute;
  inset: auto 0% 32px auto;
}

.card-icon {
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.card-icon.l {
  width: 60px;
  height: 60px;
}

.card-icon.flag {
  font-size: 40px;
  line-height: 1;
}

.stats-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #bcbcbc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  padding-top: 28px;
  display: flex;
}

.stats-item.last {
  border: 0 solid #000;
  padding-top: 0;
}

.stats-item.no-border {
  border: 0 solid #000;
}

.stats-item.more-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-width: 0;
}

.stats-item.more-gap.wide {
  width: 442px;
}

.display-xl {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.07;
}

.display-xl.thin {
  font-weight: 300;
}

.display-xl.thin.wide.themar, .display-xl.thin.themar {
  color: #0e2a47;
}

.button-arrow.ar {
  transform: rotate(180deg);
}

.button-arrow.popup {
  vertical-align: middle;
  direction: ltr;
  margin-left: 8px;
  transform: scaleX(1);
}

.cards-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f7f7;
  border-radius: 24px;
  height: 766px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  overflow: hidden;
}

.logo-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  min-width: 140%;
  display: flex;
}

.logo-container.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 102%;
}

.logo-container.business {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  min-width: 250%;
  height: auto;
}

.logo-container.business.partner {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  min-width: 78%;
}

.logo-container.business.opacity {
  opacity: .57;
}

.logo-container.static {
  min-width: 90%;
}

.logo-image {
  border-radius: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.logo-image.small {
  width: 10%;
}

.logo-image.small.medium {
  width: 16%;
}

.counter.red {
  color: var(--primary--red);
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--white);
  border-radius: 20px;
  flex-flow: column;
  width: 540px;
  display: flex;
  box-shadow: -11px 12px 56px #00000014;
}

.form-block.business-funding {
  min-height: 524px;
  margin-top: 40px;
}

.form-block.business-funding.new-form {
  justify-content: center;
  min-height: 0;
  overflow: visible;
}

.form-block.business-funding.new-form.position {
  z-index: 1000;
  position: relative;
}

.form-block.investors {
  width: 660px;
  min-height: 540px;
}

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

.elevation {
  background-image: linear-gradient(#fff0, #7373730d);
  width: 100%;
  height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion {
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

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

.table-header {
  background-color: var(--primary--maroon);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.table-header.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--primary--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.mask {
  height: 486px;
  overflow: visible;
}

.custom-list {
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 32px;
  list-style-type: decimal;
  display: flex;
}

.custom-list.body-m {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.radio-group {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search {
  margin-bottom: 0;
  display: none;
  position: relative;
}

.search-button {
  display: none;
}

.timeline {
  z-index: 20;
  cursor: grab;
  background-color: #0000;
  width: 100%;
  position: relative;
  overflow: visible;
}

.timeline.mobile {
  display: none;
}

.heading {
  margin-top: 0;
  line-height: 1.1;
}

.list {
  color: var(--gray-900);
}

 .paragraph {
  margin-bottom: 1rem;
}

.success-message {
  background-color: #0000;
}

.bold {
  font-weight: 600;
}

.button-text {
  color: var(--primary--white);
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
}

.search-icon {
  pointer-events: none;
  position: absolute;
  inset: 25% 16px auto auto;
}

.pagination {
  border-width: 0;
  border-radius: 8px;
}

.pagination-wrapper {
  margin-top: 40px;
}

.filters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-2 {
  color: var(--gray-900);
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.list-item {
  padding-bottom: 8px;
}

.list-item.last {
  color: var(--primary--maroon);
}

.section-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  margin-top: 170px;
  margin-bottom: 0;
  padding: 0 100px;
  display: flex;
}

.columns {
  flex-flow: row;
  display: flex;
}

.navbar {
  background-color: var(--primary--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: fixed;
}

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

.image-28 {
  border-radius: 0;
  height: 45px;
}

.image-28.themar {
  height: 60px;
}

.section-3 {
  z-index: 999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff26;
  border-bottom: 1px solid #ffffff1c;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 32px #00000014;
}

.container-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.footer-new {
  text-align: center;
  font-weight: 300;
  line-height: 28px;
}

.footer-new.themar {
  padding-left: 100px;
  padding-right: 100px;
  line-height: 21px;
}

.is-white {
  color: var(--primary--white);
}

.text-span-48 {
  font-weight: 500;
}

.text-span-48.themar {
  color: #12a895;
}

.text-span-49 {
  font-weight: 500;
}

.text-span-49.themar {
  color: #12a895;
}

.link-block {
  margin-left: 0;
  margin-right: 0;
}

.new-headline-light {
  letter-spacing: -.02em;
  width: auto;
  font-size: 68px;
  font-weight: 400;
}

.new-headline-light.mobile {
  display: none;
}

.new-headline-light.themar {
  color: #0e2a47;
}

.div-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--gray-900);
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

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

.trust-block-text {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 300;
}

.trust-divider {
  background-color: var(--gray-900);
  width: 1px;
  height: 20px;
}

.new-second-hedline {
  text-align: left;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.new-second-hedline.align-centre {
  text-align: center;
}

.new-second-hedline.align-centre.themar, .new-second-hedline.themar {
  color: #0e2a47;
}

.new-small-header {
  font-size: 30px;
  font-weight: 400;
}

.new-small-header.white {
  color: var(--primary--white);
}

.new-small-header.red {
  color: var(--primary--red);
}

.new-small-header.themar {
  color: #12a895;
}

.new-small-header.themar-dark {
  color: #0e2a47;
}

.problem-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.problem-divider-copy {
  background-color: var(--gray-900);
  width: 1px;
  height: 180px;
}

.new-body-light-white {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.new-body-light-white.mobile {
  display: none;
}

.new-large-body-red {
  color: var(--primary--red);
  font-size: 28px;
  font-weight: 300;
}

.new-large-body-red.themar {
  color: #12a895;
}

.static {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.hero-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary--red);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  transition: all .2s cubic-bezier(.22, 1, .36, 1);
  display: flex;
}

.hero-cta:hover {
  transform: translate(0, -1px);
  box-shadow: 0 8px 24px #e008004d;
}

.hero-cta.themar {
  background-image: linear-gradient(#12a895, #12a895);
}

.hero-cta.themar:hover {
  background-image: linear-gradient(#12a895, #12a895);
  box-shadow: 0 8px 24px #12a89570;
}

.text-block-3 {
  color: var(--primary--white);
  font-size: 16px;
}

._3-card-vertical {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  display: flex;
}

.footer-leftalign-light {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}

.new-small-header-2 {
  color: var(--primary--maroon);
  font-size: 25px;
  font-weight: 400;
}

.new-small-header-2.themar-dark {
  color: #0e2a47;
  font-size: 25px;
}

.new-second-headline-2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

.new-second-headline-2.themar-dark {
  color: #0e2a47;
}

.footer-centrealign {
  color: #b4b4b4;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-wrapper {
    padding-top: 60px;
  }

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

  .section {
    height: auto;
    padding: 60px 32px;
  }

  .section.py-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.py-lg.s {
    height: auto;
  }

  .section.py-lg.larger {
    height: 1360px;
  }

  .section.py-lg.small {
    height: auto;
  }

  .section.py-sm, .section.py-sm.bottom.elevation-30, .section.py-m, .section.py-m.partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .layout-row.space-between {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .layout-row.space-between.reverse {
    flex-flow: column-reverse;
  }

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

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

  .content-block.themar.short {
    width: 80%;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-wrapper.align-center.wide {
    width: 78%;
  }

  .layout-colum.gap-64 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .logo {
    z-index: 99999;
    position: relative;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link:hover {
    color: var(--primary--red);
  }

  .nav-link.login {
    color: var(--primary--ocean-blue);
    font-size: 16px;
  }

  .dropdown.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .button.mobile {
    display: flex;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-block.row {
    flex-flow: row;
    width: 100%;
  }

  .cards-block.row.steps {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-block.row.themar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .card-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 360px;
    height: auto;
    padding: 20px;
  }

  .card-item.small {
    height: 260px;
  }

  .card-item.investors {
    height: auto;
  }

  .image {
    max-width: 33%;
    bottom: 0%;
  }

  .stats-item {
    width: 200px;
  }

  .display-xl {
    font-size: 50px;
  }

  .cards-container {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
  }

  .logo-container.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-image {
    padding-right: 64px;
  }

  .form-block, .form-block.investors {
    width: 100%;
  }

  .problem-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .new-body-light-white.mobile {
    display: none;
  }

  .static {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    align-items: stretch;
    width: 90%;
    min-width: 60%;
  }

  ._3-card-vertical.themar.row {
    flex-flow: column;
  }

  .footer-centrealign {
    width: 85%;
  }
}

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

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

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

  .section.py-lg.larger {
    height: 1490px;
  }

  .section.py-sm.elevation-30.themar.short, .section.py-sm.elevation-30.themar.extra-short {
    height: auto;
    overflow: visible;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-wrapper.align-center.gap-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

   .logo {
    width: 114px;
  }

  .cards-block {
    width: 100%;
  }

  .cards-block.row {
    flex-flow: column;
  }

   .card-item {
    width: 100%;
  }

  .card-item.small {
    height: 200px;
  }

  .card-item.medium {
    height: 240px;
  }

  .card-item.contact-us {
    height: 320px;
  }

  .card-content.contact-us {
    height: 160px;
  }

  .body-m.new {
    font-size: 14px;
  }

  .image {
    display: none;
  }

  .logo-container.left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .form-block {
    width: 100%;
  }

  .table {
    width: 200%;
  }

  .table.xl {
    width: auto;
  }

  .search {
    width: 100%;
  }

  .columns.blog {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .new-headline-light {
    font-size: 53px;
  }

  .problem-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
  }

  .problem-grid.themar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .new-body-light-white {
    line-height: 24px;
  }

  .new-body-light-white.mobile {
    display: block;
  }

  .new-large-body-red {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  img {
    border-radius: 8px;
  }

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

  .main-wrapper.no-padding-top {
    padding-top: 0;
  }

  .section {
    padding-bottom: 0;
  }

  .section.py-lg.larger {
    height: 1600px;
  }

  .section.py-lg.small {
    height: auto;
    padding-top: 45px;
    overflow: visible;
  }

  .section.py-sm.elevation-30.themar.short, .section.py-sm.elevation-30.themar.extra-short {
    height: auto;
    overflow: visible;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container.small {
    justify-content: flex-start;
    height: auto;
  }

  .layout-row.space-between.less-margin {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-block {
    width: 100%;
  }

  .content-block.wide {
    width: auto;
  }

  .text-wrapper {
    align-self: auto;
  }

  .text-wrapper.row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-wrapper.align-center {
    width: 100%;
  }

  .text-wrapper.align-center.small-width {
    width: 86%;
  }

  .text-wrapper.align-center.width {
    width: 310px;
  }

  .text-wrapper.align-center.wide {
    width: 108%;
  }

  .button-group {
    flex-flow: column;
    width: 100%;
  }

  .layout-colum.new-layout {
    width: 100%;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button.small {
    width: 80%;
  }

  .cards-block.row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .cards-block.row.steps {
    grid-template-columns: 1fr;
  }

  .cards-block.row.themar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-block.themar.row.bottom {
    display: flex;
  }

  .card-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-item.small, .card-item.small.themar.tall {
    height: auto;
  }

  .card-item.small.themar.short-mobile {
    height: 180px;
  }

  .card-item.medium {
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-item.contact-us {
    justify-content: space-between;
    align-items: flex-start;
  }

  .card-content.space-between {
    height: 100%;
  }

  .card-content.contact-us {
    height: auto;
  }

  .body-m {
    font-size: 16px;
  }

  .image {
    display: none;
  }

  .stats-item {
    width: auto;
  }

  .cards-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-radius: 12px;
    height: 340px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo-container.mobile {
    display: none;
  }

  .logo-container.business {
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
    max-width: 1000%;
  }

  .logo-image {
    padding-right: 32px;
  }

  .form-block {
    padding: 20px;
  }

   .form-block.business-funding {
    min-height: 640px;
  }

  .form-block.investors {
    min-height: 720px;
  }

  .timeline {
    display: none;
  }

  .timeline.mobile {
    display: block;
  }

  .footer-new.themar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .new-headline-light {
    font-size: 45px;
    display: none;
  }

  .new-headline-light.mobile {
    font-size: 36px;
    display: block;
  }

  .div-block-33 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .trust-block-text {
    font-size: 12px;
    line-height: 17px;
  }

  .trust-divider {
    height: 55px;
  }

  .new-second-hedline {
    font-size: 40px;
    line-height: 43px;
  }

  .new-second-hedline.align-centre {
    text-align: left;
    font-size: 40px;
    line-height: 43px;
  }

  .problem-grid {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .problem-grid.themar {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .problem-divider-copy {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 300px;
    height: 1px;
    display: flex;
  }

  .new-body-light-white {
    font-size: 15px;
  }

  .new-large-body-red {
    font-size: 24px;
    line-height: 30px;
  }

  .static {
    width: 100%;
    min-width: 100%;
  }

  .footer-centrealign {
    width: 100%;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.css') format('undefined'), url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.css') format('undefined'), url('../fonts/SuisseIntl-Regular.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular.woff') format('woff'), url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.css') format('undefined'), url('../fonts/SuisseIntl-Light.woff2') format('woff2'), url('../fonts/SuisseIntl-Light.woff') format('woff'), url('../fonts/SuisseIntl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-RegularItalic.css') format('undefined'), url('../fonts/SuisseIntl-RegularItalic.woff2') format('woff2'), url('../fonts/SuisseIntl-RegularItalic.woff') format('woff'), url('../fonts/SuisseIntl-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

canvas,
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
/* .w-lightbox-content */
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
/**
 * 1. Reset if style is set by user on "All Images"
 */
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
/*
 * Utility classes
 */
@media (min-width: 768px) {
  /* .w-lightbox-content */
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lang-switch-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E2A47;
    background: rgba(14, 42, 71, 0.05);
    border: 1px solid rgba(14, 42, 71, 0.12);
    text-decoration: none;
    transition: all 0.2s ease;
}
.lang-switch-btn:hover {
    background: rgba(18, 168, 149, 0.1);
    border-color: #12A895;
    color: #12A895;
}

/* Enhanced Sticky Header with Large Logo */
.landing-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(14, 42, 71, 0.06);
    transition: all 0.25s ease;
    padding: 16px 24px;
}

.landing-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 12px 24px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.brand-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

/* Restored Original / Prominent Logo Size */
.brand-logo {
    height: 54px; /* Increased from 38px */
    max-height: 58px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.2s ease;
}

.brand-logo:hover {
    transform: scale(1.02);
}

/* Polished Language Switcher Pill */
.lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: #FFFFFF;
    border: 1.5px solid rgba(14, 42, 71, 0.12);
    color: #0E2A47;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.lang-globe-icon {
    width: 17px;
    height: 17px;
    color: #12A895;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.lang-pill:hover {
    background: rgba(18, 168, 149, 0.06);
    border-color: #12A895;
    color: #12A895;
    box-shadow: 0 4px 12px rgba(18, 168, 149, 0.15);
    transform: translateY(-1px);
}

.lang-pill:hover .lang-globe-icon {
    transform: rotate(20deg);
}

/* Responsive Mobile Scaling */
@media (max-width: 600px) {
    .landing-header {
        padding: 12px 16px;
    }
    .brand-logo {
        height: 42px; /* Sized comfortably for mobile screens */
    }
    .lang-pill {
        padding: 7px 14px;
        font-size: 13px;
        gap: 6px;
    }
    .lang-globe-icon {
        width: 15px;
        height: 15px;
    }
}

.brand-logo-large {
    width: 100%;
    max-width: 480px; /* adjust to taste */
    height: auto;
    display: block;
    margin: 0 auto;
}

.beehive-form-static {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.layout-row.less-margin {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    flex-wrap: wrap;
}

.content-block {
    flex: 1 1 480px;
    min-width: 0;
}

.hero-brand-panel {
    flex: 1 1 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: clamp(1rem, 3vw, 2.5rem);
}

.hero-brand-logo {
    width: 100%;
    max-width: 460px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .layout-row.less-margin {
        flex-direction: column;
        text-align: center;
    }
    .hero-brand-panel {
        order: -1;
        max-width: 100%;
    }
    .hero-brand-logo {
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .hero-brand-logo {
        max-width: 220px;
    }
}


