:root {
  --grey: #96a0b5;
  --main-color: #022140;
  --primary-blue: #2979ff;
  --white: white;
  --tertiary: #f3f7f9;
  --red: red;
  --secondary-blue: #3070de;
  --grey-secondary: #f8fafb;
  --white-2: white;
  --black: black;
}

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

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

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

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

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

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

body {
  color: var(--grey);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 32px;
}

blockquote {
  border-left: 5px solid var(--primary-blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 500;
}

.pay-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.lets-talk-col {
  max-width: 900px;
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.faq-content {
  overflow: hidden;
}

.simple-pay {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.button-holder-mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-mask {
  width: 420px;
  overflow: visible;
}

.pricing-table-col-2nd {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.hero-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  justify-items: center;
}

.faq-arrow-hold {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.payment-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.payment-grid-col {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 32px;
}

.help-client-image {
  width: 40px;
}

.faq-para {
  color: #96a0b5;
  margin-bottom: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.copyright-text {
  color: #fff;
}

.legal-tabs-menu {
  width: 450px;
  background-color: var(--tertiary);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  display: flex;
}

.faq-up-arrow {
  width: 22px;
  opacity: 0;
  position: absolute;
}

.founders-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  margin-bottom: 32px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}

.pricing-table-grid {
  border-bottom: 1px solid #e5ebf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 15px 5px;
  display: flex;
}

.pricing-table-grid.header {
  padding-top: 20px;
  padding-bottom: 10px;
}

.simple-pay-down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e5ebf0;
  border-left: 1px solid #e5ebf0;
  border-right: 1px solid #e5ebf0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.client-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.contact-flex-col-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.h1-heading-blue {
  color: var(--primary-blue);
}

.client-slide {
  margin-right: 40px;
}

.help-client-icon-hold {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .1);
}

.h1-heading.mid {
  text-align: center;
}

.h1-heading._40px-space {
  margin-bottom: 40px;
}

.h1-heading._0px-space {
  margin-bottom: 0;
}

.h1-heading.blog-h1 {
  margin-bottom: 10px;
  font-size: 48px;
}

.h1-heading.h1-authentication {
  margin-bottom: 10px;
  font-size: 32px;
}

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

.contact-flex-col {
  width: 48%;
}

.contact-flex-col._1st {
  background-color: var(--tertiary);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 40px;
  display: flex;
}

.value-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.simple-pay-box {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.h3-heading.h3-blog-heading {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.h3-heading.h3-license {
  margin-bottom: 16px;
  font-size: 24px;
}

.h3-heading._0px-space {
  margin-bottom: 0;
}

.testimonial-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact-text-field {
  height: 56px;
  border: 2px solid var(--grey);
  color: var(--main-color);
  border-radius: 6px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.contact-text-field:active {
  color: #121f3e;
}

.contact-text-field:focus {
  border-color: #1e86ff;
}

.contact-text-field.large {
  height: 100px;
}

.h2-heading.mid {
  text-align: center;
}

.h2-heading._0px-space {
  margin-bottom: 0;
}

.h2-heading.h3-type {
  font-size: 32px;
}

.h2-heading.h2-blue {
  color: var(--primary-blue);
}

.h2-heading.h2-white {
  color: var(--white);
}

.pricing-null-line {
  width: 25px;
  height: 2px;
  background-color: var(--red);
}

.pricing-icon {
  width: 20px;
}

.fund-col-grid-icon-hold {
  width: 40px;
  height: 40px;
  border: 1px #000;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 6px 5px -1px rgba(0, 0, 0, .1);
}

.about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founders-grid-identity {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.about-hero-flex-col {
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.value-icon-hold {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 22.5px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

.contact-button-hold {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.primary-button {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 50px;
  padding: 14px 32px 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.primary-button:hover {
  background-color: var(--secondary-blue);
  color: #fff;
}

.primary-button:focus {
  background-color: #3070de;
}

.primary-button.small {
  text-align: center;
  padding: 11px 24px;
  font-size: 16px;
}

.primary-button.small.footer-bottom-button {
  border: 1px solid var(--white);
  color: var(--main-color);
  background-color: #fff;
  margin-left: 10px;
}

.primary-button.category-item-button {
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  color: var(--primary-blue);
  text-align: center;
  padding: 11px 24px;
}

.primary-button.category-item-button:hover, .primary-button.category-item-button.w--current {
  background-color: var(--primary-blue);
  color: var(--white);
}

.primary-button._60px-space {
  margin-bottom: 60px;
}

.primary-button.white {
  background-color: var(--white);
  color: var(--secondary-blue);
}

.primary-button.password-button {
  width: 100%;
  border-radius: 10px;
}

.primary-button.nav-button {
  text-align: center;
  padding: 11px 24px;
}

.business-col-icon {
  width: 40px;
}

.faq-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
}

.client-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 40px;
  flex: none;
}

.client-slider-arrow {
  width: 52px;
  height: 52px;
  color: var(--primary-blue);
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
  transition: color .2s, background-color .2s;
  display: flex;
  top: auto;
  bottom: -80px;
  left: 45%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

.client-slider-arrow:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.client-slider-arrow.right {
  left: auto;
  right: 45%;
}

.value-icon {
  width: 20px;
}

.value-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.about-hero-image-div {
  width: 100%;
  height: 100%;
}

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

.container.full {
  width: 100%;
}

.para.white {
  color: #fff;
}

.para._0px-space {
  margin-bottom: 0;
}

.para._32px-space {
  margin-bottom: 32px;
}

.para.para-small {
  font-size: 16px;
}

.para._40px-space {
  margin-bottom: 40px;
}

.para.mid {
  text-align: center;
}

.tab-date-update {
  margin-bottom: 40px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.full-image {
  width: 100%;
  box-shadow: 7px 7px 0 0 var(--primary-blue);
  border-radius: 12px;
}

.story-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.business-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.help-client-col {
  background-color: var(--white);
  border-radius: 24px;
  padding: 40px;
}

.fund-col-grid-col {
  align-items: center;
  display: flex;
}

.about-hero-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.client-hold {
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-color: var(--tertiary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.section {
  padding: 100px 40px;
}

.section.help-client-section {
  background-color: #f8fafb;
}

.section.about-hero-section {
  min-height: 700px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--tertiary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  position: relative;
}

.section.non-profit-section {
  background-color: #f4f8fe;
}

.section.faq-section {
  background-color: #f8fafb;
  padding-left: 30px;
  padding-right: 30px;
}

.section.faq-section:hover {
  box-shadow: none;
}

.section.footer-section {
  color: var(--white);
  background-color: #121f3e;
}

.section.client-slider-section {
  padding-bottom: 180px;
  overflow: hidden;
}

.section.home-fund-section, .section.home-payment-section, .section.blog-hero-section, .section.author-hero-section {
  background-color: var(--tertiary);
}

.section.authentication-section {
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.section.utility-hero-section, .section.home-pay-section, .section.cta-section {
  background-color: var(--tertiary);
}

.footer-grid-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.client-slider-nav {
  display: none;
}

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

.payment-explain-box {
  align-items: center;
  display: flex;
}

.brand {
  z-index: 1;
  order: -1;
  position: absolute;
}

.partner-logo {
  width: 180px;
  height: 65px;
  background-color: var(--tertiary);
  object-fit: contain;
  border-radius: 12px;
  padding: 10px;
}

.footer-link {
  color: #fff;
  font-weight: 600;
  transition: color .2s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--primary-blue);
}

.value-flex {
  align-items: flex-start;
  display: flex;
}

.navbar {
  box-shadow: 0 2px 5px 0 var(--tertiary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .7);
  border-bottom: 1px #000;
  padding-left: 30px;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.simple-pay-up {
  background-color: var(--grey);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 32px 32px;
  display: flex;
}

.simple-pay-up.mid {
  background-color: var(--primary-blue);
}

.contact-flex-col-divider {
  height: 1px;
  background-color: #e5ebf0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-column {
  border-bottom: 1px #e5ebf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 0;
  display: flex;
}

.pricing-column.bg-col {
  background-color: var(--tertiary);
}

.table-button-text {
  font-size: 16px;
}

.table-button-text.pricing-bg {
  color: var(--primary-blue);
  background-color: rgba(41, 121, 255, .2);
  border-radius: 100px;
  padding: 8px 16px;
  font-weight: 600;
}

.testimonial-name-hold {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.business-col {
  background-color: var(--grey-secondary);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.business-col.mid {
  box-shadow: 0 14px 12px rgba(2, 33, 64, .1);
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

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

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

.value-flex-col {
  padding-top: 8px;
}

.logo-flex {
  max-width: 900px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.payement-pricing-sub {
  color: #fff;
}

.fund-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.payment-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.payment-pricing {
  color: #fff;
  font-size: 58px;
  line-height: 72px;
}

.payment-pricing.mid {
  text-align: center;
  align-items: center;
  margin-right: 5px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.legal-tab-link {
  width: 50%;
  color: #6d7d93;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
  line-height: 22px;
  display: flex;
}

.legal-tab-link.w--current {
  background-color: var(--primary-blue);
  color: var(--white);
  font-weight: 700;
}

.footer-grid-bottom-col {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-grid-col-divider {
  width: 2px;
  background-color: rgba(150, 160, 181, .5);
}

.home-hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.payment-explain-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.faq-down-arrow {
  width: 22px;
  position: static;
}

.about-absolute-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fund-col-grid {
  grid-row-gap: 30px;
  margin-bottom: 40px;
}

.legal-tabs-content {
  margin-top: 60px;
}

.logo {
  width: 140px;
}

.story-col-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.nav-menu-right {
  order: 1;
  align-items: center;
  display: flex;
}

.nav-menu-right.desktop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.mackboock-hero-image {
  width: 100%;
  object-fit: fill;
  margin-bottom: 60px;
}

.pricing-table-col {
  width: 40%;
  align-items: center;
  padding: 10px;
  display: flex;
}

.value-col-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.footer-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-grid-col {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.nav-container {
  max-width: 1250px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.pricing-container {
  border: 1px solid #e5ebf0;
  border-radius: 16px;
  padding-bottom: 10px;
}

.payment-explain-icon {
  width: 20px;
  margin-right: 10px;
}

.container-960px-max {
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fund-col-grid-icon {
  width: 18px;
}

.faq-question-wrapper {
  width: 100%;
  min-height: 80px;
  min-width: 400px;
  cursor: pointer;
  border-style: none;
  border-width: 1.3px;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.non-profit-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr .5fr;
  align-items: center;
  justify-items: center;
}

.nav-menu-inside-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-top {
  max-width: 800px;
  text-align: center;
}

.business-top {
  max-width: 595px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.service-heading {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.service-heading.white {
  color: var(--white);
}

.service-heading.faq-heading {
  margin-bottom: 0;
}

.service-heading._10px-space {
  margin-bottom: 10px;
}

.service-heading.pricing-heading {
  font-size: 28px;
}

.service-heading-small {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-field-label {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.success-message {
  color: var(--primary-blue);
  background-color: rgba(221, 221, 221, 0);
  font-size: 20px;
  font-weight: 500;
}

.pricing-table-col-head {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.pricing-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.business-col-icon-hold {
  width: 72px;
  height: 72px;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.nav-menu-inside {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.blog-hero-top {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog-hero-top.tag-hero-top {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-list-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.blog-article-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-article-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.article-col-list {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-item-content {
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.article-col-image-hold {
  height: 230px;
  box-shadow: 4px 4px 0 0 var(--grey);
  border-radius: 12px;
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
}

.article-col-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-col-category-link {
  z-index: 5;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  transition: background-color .2s;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 4px;
}

.article-col-category-link:hover {
  background-color: var(--secondary-blue);
}

.blog-tag-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.blog-tag-link {
  background-color: var(--grey);
  color: var(--white);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  transition: background-color .2s;
  display: block;
}

.blog-tag-link:hover, .blog-tag-link.w--current {
  background-color: var(--primary-blue);
}

.blog-tag-link.blog-temp-tag-link {
  padding: 5px 10px;
  font-size: 14px;
}

.article-col-content-mid {
  color: var(--grey);
  margin-top: 12px;
}

.article-author-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.article-author-link.blog-temp-author-link {
  margin-top: 24px;
}

.article-author-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.h4-heading.h4-blog-name {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.h4-heading._0px-space {
  margin-bottom: 0;
}

.blog-template-top {
  max-width: 1000px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-template-category-link {
  background-color: var(--grey);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s;
}

.blog-template-category-link:hover {
  background-color: var(--primary-blue);
}

.blog-main-image {
  width: 100%;
  border-radius: 16px;
}

.blog-template-content {
  max-width: 900px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-rich-text {
  margin-bottom: 20px;
}

.blog-rich-text blockquote {
  border-left-width: 4px;
  border-left-color: var(--primary-blue);
}

.author-hero-top {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.author-hero-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.progress-bar {
  z-index: 1001;
  height: 4px;
  background-color: var(--primary-blue);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.author-list-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.authentication-bg {
  z-index: -1;
  width: 50%;
  background-color: var(--primary-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.authentication-bg._2nd {
  background-color: var(--grey-secondary);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.authentication-content {
  max-width: 400px;
  min-width: 400px;
  background-color: var(--white);
  border-radius: 24px;
  padding: 48px 40px;
  position: relative;
  box-shadow: 0 2px 20px rgba(2, 33, 64, .2);
}

.authentication-top {
  text-align: center;
  margin-bottom: 20px;
}

.authentication-icon {
  width: 120px;
  height: 60px;
  margin-bottom: 10px;
}

.authentication-mid {
  margin-bottom: 20px;
}

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

.authentication-form-col {
  position: relative;
}

.authentication-form-tf {
  height: 56px;
  border: 2px solid var(--grey);
  color: var(--main-color);
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.authentication-form-tf:active, .authentication-form-tf:focus {
  border-color: var(--primary-blue);
}

.authentication-form-fl {
  background-color: var(--white);
  text-transform: uppercase;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -7px;
  left: 16px;
}

.authentication-button {
  background-color: var(--primary-blue);
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: background-color .2s;
}

.authentication-button:hover {
  background-color: var(--secondary-blue);
}

.authentication-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.forgot-password-link {
  align-self: flex-end;
  font-weight: 600;
}

.authentication-bottom-text {
  font-size: 16px;
  font-weight: 600;
}

.form-success-message {
  color: var(--primary-blue);
  background-color: rgba(221, 221, 221, 0);
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.footer-bottom-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-bottom-text {
  font-weight: 500;
}

.license-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  display: flex;
}

.license-grid-hold {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.license-grid-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-grid-col.for-icons {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.license-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-grid-image.icons-image {
  width: 40px;
  height: auto;
  object-fit: fill;
}

.license-grid-image.icons-image.bg-blue {
  background-color: var(--primary-blue);
  padding: 10px;
}

.license-grid-col-inside {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.license-link {
  font-weight: 500;
}

.style-guide-hold {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.style-guide-sub {
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 2px 10px;
  display: inline-block;
}

.style-guide-col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.h5-heading._0px-space, .h6-heading._0px-space {
  margin-bottom: 0;
}

.style-guide-color-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.style-guide-color-flex-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide-color-box {
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.style-guide-color-box._2nd {
  background-color: var(--primary-blue);
}

.style-guide-color-box._3rd {
  background-color: var(--secondary-blue);
}

.style-guide-color-box._4th {
  background-color: var(--grey);
}

.style-guide-color-box._5th {
  background-color: var(--grey-secondary);
  color: var(--main-color);
}

.style-guide-color-box._6th {
  background-color: var(--white);
  color: var(--main-color);
}

.style-guide-color-box._7th {
  background-color: var(--red);
}

.style-guide-color-box._8th {
  background-color: var(--tertiary);
  color: var(--main-color);
}

.style-guide-color-text {
  font-size: 14px;
}

.partner-top {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-top {
  text-align: center;
}

.details-top {
  text-align: center;
  margin-bottom: 40px;
}

.changelog-hold {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.changelog-col {
  width: 100%;
  max-width: 480px;
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 16px;
  padding: 40px;
}

.changelog-text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.utility-page-wrapper {
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 90svh;
  background-color: var(--tertiary);
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.utility-page-content {
  width: 400px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content.different-type {
  width: auto;
}

._404-image {
  margin-bottom: 24px;
}

.utility-page-form {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.password-protect-image {
  max-width: 250px;
  margin-bottom: 20px;
}

.password-field-label {
  margin-bottom: 20px;
  font-weight: 500;
}

.password-text-field {
  height: 56px;
  border: 2px solid var(--grey);
  color: var(--main-color);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.password-text-field:active {
  color: #121f3e;
}

.password-text-field:focus {
  border-color: #1e86ff;
}

.footer-header {
  font-size: 22px;
  font-weight: 600;
}

.footer-soc-link-hold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-blog-top {
  margin-bottom: 40px;
}

.authentication-back {
  width: 44px;
  height: 47.3594px;
  padding: 10px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.authentication-back-icon {
  width: 24px;
  height: 24px;
}

.home-pay-top {
  max-width: 530px;
  text-align: center;
  margin-bottom: 40px;
}

.license-top {
  max-width: 630px;
  text-align: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  margin-top: 32px;
}

.contact-form-block {
  margin-bottom: 0;
}

.style-guide-exp-sub {
  font-size: 14px;
}

.blog-date {
  margin-bottom: 12px;
  font-size: 16px;
}

.tag-h1-style {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.simple-pay-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.most-popular-hold {
  z-index: 1;
  height: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.most-popular-text {
  z-index: 6;
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 4px;
  padding: 4px 12px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.text-block-2 {
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 16px;
  }

  .lets-talk-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 100px 20px 40px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-grid, .payment-grid-top {
    grid-column-gap: 16px;
  }

  .payment-grid-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: flex;
  }

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

  .h1-heading.blog-h1 {
    font-size: 40px;
  }

  .contact-flex-col._1st {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h3-heading.h3-license {
    font-size: 22px;
  }

  .h2-heading.h3-type {
    font-size: 30px;
  }

  .about-hero-flex-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .client-image {
    width: 64px;
    height: 64px;
  }

  .client-slider-arrow {
    left: 42%;
  }

  .client-slider-arrow.right {
    right: 42%;
  }

  .business-grid {
    grid-column-gap: 16px;
  }

  .help-client-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-hold {
    min-height: 320px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding: 80px 30px;
  }

  .section.about-hero-section {
    min-height: 550px;
  }

  .section.client-slider-section {
    padding-bottom: 160px;
  }

  .footer-grid-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .brand {
    width: auto;
    position: relative;
  }

  .partner-logo {
    width: 160px;
    height: 60px;
  }

  .business-col {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    align-self: auto;
  }

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

  .menu-button {
    z-index: 1;
    width: 48px;
    height: 48px;
    color: var(--main-color);
    border: 1.5px solid #e5ebf0;
    border-radius: 50%;
    flex-direction: column;
    order: 1;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--primary-blue);
    color: var(--white);
  }

  .logo {
    width: 120px;
  }

  .nav-menu-right.desktop {
    flex-direction: column;
    display: flex;
  }

  .hero-grid-col {
    justify-content: flex-start;
  }

  .nav-container {
    padding-top: 14px;
    padding-bottom: 14px;
    position: static;
  }

  .nav-menu-inside-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .service-heading {
    font-size: 20px;
  }

  .service-heading.pricing-heading {
    font-size: 24px;
  }

  .nav-menu-inside {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .blog-list-top {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .blog-article-list, .blog-article-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .article-col-list {
    grid-template-columns: 1fr 1fr;
  }

  .article-col-image-hold {
    height: 220px;
  }

  .license-grid-hold {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .changelog-col {
    max-width: 400px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-page-wrapper {
    min-height: 80svh;
  }

  .utility-page-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .password-protect-image {
    max-width: 200px;
  }

  .footer-soc-link-hold {
    flex-direction: row;
  }

  .style-guide-exp-sub {
    font-size: 12px;
  }

  .tag-h1-style {
    font-size: 44px;
  }

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

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  .lets-talk-col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .client-mask {
    width: 408px;
  }

  .pricing-table-col-2nd.col-2 {
    width: 35%;
  }

  .pricing-table-col-2nd.pricing {
    width: 35%;
    width: 35%;
    order: -1;
  }

  .hero-grid {
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .payment-grid-col {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-para {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .legal-tabs-menu {
    width: auto;
    border-radius: 100px;
  }

  .faq-up-arrow {
    width: 20px;
  }

  .pricing-table-grid.top {
    border-bottom-style: none;
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-table-grid.header {
    border-bottom-style: none;
    justify-content: center;
  }

  .founders-grid-col-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h1-heading.blog-h1 {
    font-size: 34px;
  }

  .contact-flex-col-flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contact-flex-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-flex-col._1st {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
  }

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

  .h3-heading.h3-blog-heading {
    font-size: 20px;
  }

  .h2-heading.h3-type {
    font-size: 28px;
  }

  .about-hero-image {
    box-shadow: 4px 4px 0 0 var(--primary-blue);
    border-radius: 12px;
  }

  .founders-grid-identity {
    max-width: 450px;
    grid-template-columns: 1fr;
  }

  .about-hero-flex-col {
    width: 100%;
  }

  .value-icon-hold {
    margin-bottom: 20px;
  }

  .contact-button-hold {
    align-items: center;
  }

  .primary-button.small {
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button.small.footer-bottom-button {
    margin-left: 0;
    margin-right: 0;
  }

  .primary-button.category-item-button {
    margin-left: auto;
    margin-right: auto;
    padding: 9px 20px;
  }

  .primary-button.nav-button {
    margin-left: auto;
    margin-right: auto;
  }

  .client-slider-arrow {
    left: 40%;
  }

  .client-slider-arrow.right {
    right: 40%;
  }

  .value-col-2 {
    padding-top: 0;
  }

  .about-hero-image-div {
    width: 100%;
  }

  .full-image {
    box-shadow: 4px 4px 0 0 var(--primary-blue);
  }

  .story-grid, .business-grid {
    grid-template-columns: 1fr;
  }

  .help-client-col {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-hero-flex {
    display: block;
  }

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

  .section.about-hero-section {
    height: auto;
    min-height: auto;
    flex-direction: column-reverse;
    padding-top: 70px;
    padding-left: 20px;
    display: flex;
  }

  .section.faq-section {
    padding: 60px 20px;
  }

  .section.contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.client-slider-section {
    padding-bottom: 140px;
  }

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

  .contact-flex {
    flex-direction: column-reverse;
  }

  .brand {
    padding-left: 0;
  }

  .partner-logo {
    width: 140px;
    height: 54px;
  }

  .value-flex {
    flex-direction: column;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-column {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .help-client-grid, .fund-grid {
    grid-template-columns: 1fr;
  }

  .payment-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
  }

  .legal-tab-link.w--current {
    color: #fff;
    background-color: #1e86ff;
    border-radius: 100px;
  }

  .hero-grid-col-divider {
    width: 140px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-down-arrow {
    width: 20px;
  }

  .about-absolute-full {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .fund-col-grid {
    grid-template-columns: 1fr;
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
  }

  .story-col-1 {
    position: static;
  }

  .pricing-table-col {
    justify-content: center;
  }

  .pricing-table-col.pricing {
    width: 100%;
    border-top: 1px solid #e5ebf0;
    border-bottom: 1px solid #e5ebf0;
    order: 1;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pricing-table-col.col-1 {
    width: 100%;
  }

  .value-col-1 {
    position: static;
  }

  .pricing-container {
    border-style: none;
  }

  .fund-col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-question-wrapper {
    padding: 20px;
  }

  .non-profit-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .article-col-list {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }

  .article-col-category-link {
    font-size: 15px;
  }

  .author-hero-image {
    width: 250px;
    height: 250px;
  }

  .authentication-bg {
    width: 100%;
    height: 50%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .authentication-bg._2nd {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .tag-h1-style {
    font-size: 36px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lets-talk-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-mask {
    width: 100%;
  }

  .pricing-table-col-2nd.pricing {
    width: 35%;
  }

  .payment-grid-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-tabs-menu {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-up-arrow {
    width: 18px;
  }

  .founders-image {
    width: 100%;
  }

  .simple-pay-down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-heading.blog-h1 {
    font-size: 32px;
  }

  .contact-flex-col._1st {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text-field {
    padding-left: 16px;
  }

  .primary-button.category-item-button {
    padding: 8px 16px;
  }

  .client-image {
    width: 60px;
    height: 60px;
    flex: none;
  }

  .client-slider-arrow {
    left: 30%;
  }

  .client-slider-arrow.right {
    right: 30%;
  }

  .about-hero-image-div, .container.mbl-full {
    width: 100%;
  }

  .help-client-col, .client-hold {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .payment-explain-box {
    align-items: flex-start;
  }

  .partner-logo {
    width: 130px;
    height: 50px;
  }

  .simple-pay-up {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-column.button-pricing {
    display: none;
  }

  .business-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-tab-link {
    font-size: 14px;
  }

  .footer-grid-bottom-col {
    text-align: center;
  }

  .faq-down-arrow {
    width: 18px;
  }

  .menu-button {
    flex: none;
  }

  .fund-col-grid {
    width: auto;
    max-width: none;
  }

  .pricing-table-col {
    width: 85%;
  }

  .payment-explain-icon {
    margin-top: 5px;
  }

  .faq-question-wrapper {
    min-width: auto;
    flex-direction: row;
    align-items: center;
  }

  .blog-article-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-article-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .article-col-list {
    grid-template-columns: 1fr;
  }

  .author-hero-image {
    width: 100%;
    height: auto;
    box-shadow: 4px 4px 0 0 var(--primary-blue);
    border-radius: 12px;
  }

  .authentication-content {
    max-width: none;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-flex {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .changelog-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrapper {
    min-height: 60svh;
  }

  .utility-page-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-protect-image {
    max-width: 150px;
  }

  .tag-h1-style {
    font-size: 32px;
  }
}

#w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc65-5bd73bc4 {
  justify-self: start;
}

#w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc6b-5bd73bc4 {
  justify-self: center;
}

#w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc73-5bd73bc4 {
  justify-self: end;
}

#w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc9a-5bd73bc4 {
  justify-self: auto;
}

#w-node-_344d8455-dbcd-13dd-57d8-6a2eec3f7f02-ec3f7ef0, #w-node-_98ce6c84-adb3-db9c-d9e6-eb79d632e604-ec3f7ef0 {
  justify-self: center;
}

#w-node-_344d8455-dbcd-13dd-57d8-6a2eec3f7efb-ec3f7ef0 {
  order: 9999;
  justify-self: center;
}

#w-node-_2a50346d-1f06-7e0c-fb6d-855b5b242f7d-7897e5f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e21ea510-fc9a-048f-60f7-663840ae37b2-7897e5f9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_705c4f86-c147-89a0-9d4f-d56153866c18-5bd73bd2, #w-node-_870eedbd-b601-9c9f-c487-81c3fb278278-5bd73bd2, #w-node-_9cb60643-6f5e-fad8-b3ee-ce15b6eef270-5bd73bd2, #w-node-_7b1f6c73-e253-ac47-f2a3-4c6d65d087e8-5bd73bd2, #w-node-_45ea6217-e642-3446-697e-2fe4c259def1-5bd73bd2, #w-node-_348d3c20-cd9f-d6e8-c42b-22071e92a167-5bd73bd2, #w-node-_8b5792b6-4f90-07df-9f08-a5937582cb53-5bd73bd2, #w-node-c38acf28-e292-c967-35fc-4eb715130638-5bd73bd2, #w-node-_4a234de4-115a-3b2f-6fec-b884d67cac73-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254924-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254925-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254926-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254927-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254928-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e254929-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e25492a-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e25492b-5bd73bd2, #w-node-_06a91fc2-549d-a17e-ba85-15e08e25492c-5bd73bd2, #w-node-_2b6df573-d9e6-95a6-9fcc-f45302fbb6b8-5bd73bd2, #w-node-_1b06f494-d4cd-e51a-4e79-18d8ef957d0c-5bd73bd2, #w-node-_4060f11d-30b5-3e6d-d1b6-a3e2a22e6056-5bd73bd2, #w-node-beb08d07-7364-af4f-5bb6-3865a929bceb-5bd73bd2, #w-node-fd9392ab-faac-c259-5f61-6b13e9c15806-5bd73bd2, #w-node-_6ad9bda8-4944-ae62-ade4-e153ccf64736-5bd73bd2, #w-node-_238f2f42-9645-abdc-5ab4-346727d676d3-5bd73bd2, #w-node-_6372e19e-177e-0b2f-4ad7-be0623db703a-5bd73bd2, #w-node-e8a5d240-4b09-5ad3-39dd-8e9c660a6e4c-5bd73bd2, #w-node-ba1001a2-0227-c1e3-eaf3-484cc2fc7223-5bd73bd2, #w-node-_586dab9c-6b5b-0e5f-0454-67ef53144a4a-5bd73bd2, #w-node-_5b17f839-d2dd-bc89-e80d-2083c19f295a-5bd73bd7, #w-node-_32bc6128-f55d-dcb5-8753-2bb7b46724a7-5bd73bd7, #w-node-_5f6a5150-a1aa-17ba-49c6-e824cfb7b214-5bd73bd7, #w-node-_473687aa-6b90-a9d0-3c7e-08b56007d30f-5bd73bd7, #w-node-_473687aa-6b90-a9d0-3c7e-08b56007d312-5bd73bd7, #w-node-b43b279e-9250-e984-61dd-3393cebed81f-5bd73bd7, #w-node-_41c08416-5045-5a95-32fa-bddda6e9a343-5bd73bd7, #w-node-_919c0939-f0b4-2507-dce3-88356ee47d73-5bd73bd7, #w-node-_87436816-2b5b-1532-5944-6c75e160dcd4-5bd73bd7, #w-node-fb555cb1-663a-eaa6-3ed6-db5bf7275c38-5bd73bd7, #w-node-_6636b8e7-c981-4a1b-bc3d-cfa0f345740d-5bd73bd7, #w-node-e847cdb1-550d-2d96-9f47-f9ec37ccb416-5bd73bd7, #w-node-e0b0bda4-3580-bcbd-8742-2ac3eb2bd795-5bd73bd7, #w-node-_408dd272-a66e-117e-2c2f-d55a31735baa-5bd73bd7, #w-node-_649b10ec-eb18-70ce-41f1-39e5ca58d587-5bd73bd7, #w-node-_67cc48b9-1346-f93d-d2ea-8d47045502c0-5bd73bd7, #w-node-ea6536e8-f5dd-64a1-e717-629dcc000099-5bd73bd7, #w-node-e23fb3a6-8dec-27d3-086d-55d49493b599-5bd73bd7, #w-node-_9bf68d36-8375-12a7-58c9-ab52958ac3f3-5bd73bd7, #w-node-_894a554a-55e4-906e-a423-2f396269ea6e-5bd73bd7, #w-node-_9a728509-9f88-041b-c2d9-92c4fc6cda47-5bd73bd7, #w-node-_9a728509-9f88-041b-c2d9-92c4fc6cda4a-5bd73bd7, #w-node-_53a3e185-7abf-e560-a668-ad007bc442cd-5bd73bd7, #w-node-_53a3e185-7abf-e560-a668-ad007bc442d0-5bd73bd7, #w-node-_9bf68d36-8375-12a7-58c9-ab52958ac3ed-5bd73bd7, #w-node-_6ff1343d-9dd8-a652-5ec9-407014c93e2d-5bd73bd7, #w-node-_3cadd949-54eb-a787-ec09-3681610d4770-5bd73bd7, #w-node-_2a917b7f-63fa-42fd-0d60-e8b1ad30d6e8-5bd73bd7, #w-node-_2a917b7f-63fa-42fd-0d60-e8b1ad30d6ee-5bd73bd7, #w-node-_6ec00699-c6ae-2bdf-83ed-f77656b47b35-5bd73bd7, #w-node-_148d1d58-64ab-5098-90d4-333d603fa925-5bd73bd7, #w-node-_148d1d58-64ab-5098-90d4-333d603fa928-5bd73bd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc6a-5bd73bc4 {
    justify-self: center;
  }

  #w-node-_61bf551b-b745-289d-5b18-e0f9d9d6dc7e-5bd73bc4 {
    justify-self: auto;
  }

  #w-node-_344d8455-dbcd-13dd-57d8-6a2eec3f7f0d-ec3f7ef0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c2a7ae6-6a69-ddf8-04dc-f291b54b1e52-5bd73bc8 {
    justify-self: center;
  }
}


