:root {
  --black: #010201;
  --deep-sky-blue: #4fb1f3;
  --steel-blue: #2d70ba;
  --dark-orange: #f09336;
  --medium-purple: #9086d1;
  --medium-sea-green: #55a45a;
  --pale-violet-red: #ee809b;
  --royal-blue: #1e53db;
  --sandy-brown: #ffa256;
  --deep-sky-blue-2: #4fb0f2;
  --gold: #f8d147;
  --yellow-green: #a8d542;
  --medium-purple-2: #a197dd;
  --dark-sea-green: #8ccc91;
  --salmon: #ff7c69;
  --goldenrod: #ffc553;
  --midnight-blue: #0d1e30;
  --steel-botim: #3f75ff;
  --white: white;
  --black-2: #00a75d;
}

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

body {
  color: var(--black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

a {
  font-weight: 400;
  text-decoration: none;
  transition: all .375s;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

figure {
  margin-bottom: 10px;
}

.section {
  z-index: 10;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: clip;
}

.section._100vh-center-justify {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section._100vh-center-justify.hide {
  display: none;
}

.section.hero {
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: visible;
}

.section.overflow-on {
  overflow: visible;
}

.section.overflow-on.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section._90vh-height-extra-padding {
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section.applepay-hero {
  background-image: linear-gradient(125deg, #fff 53%, #27b0fd80);
  align-items: flex-end;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section._100vh {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.section.is-blog {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.gap-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.container.gap-medium.is-flex {
  flex-direction: column;
  display: flex;
}

.container.gap-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.container._1120-px-width-sticky-land {
  height: 100%;
  position: relative;
}

.container.footer-cont {
  max-width: 1020px;
}

.container._1120-px-width-padding {
  border-radius: 2rem;
  max-width: 1120px;
  padding: 4vw;
  position: relative;
}

.container._1120-px-width-padding.money-1 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.money-2 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.connect-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding.smart-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.apple-pay-card {
  background-color: #1e53db;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container._1120-px-width-padding.smart-card, .container._1120-px-width-padding.smart-5 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.money-3 {
  background-color: #7898e9;
}

.container._1120-px-width-padding.money-4 {
  background-color: #4b75e2;
}

.container._1120-px-width-padding.payment-mode {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  text-align: center;
  background-color: #ecf8fe;
  flex-flow: column;
  height: auto;
  display: flex;
}

.container._1120-px-width-padding.smart-3 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.smart-4 {
  background-color: #7898e9;
}

.container._1120-px-width-padding.smart-5 {
  background-color: #4b75e2;
}

.container._1120-px-width-padding.connect-card-4 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.connect-card-3 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding.connect-card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.stack-cards {
  justify-content: center;
  align-items: center;
  min-height: 585px;
  display: flex;
}

.container._1120-px-width-padding.stack-cards.store-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding.stack-cards.store-card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.stack-cards.smart-2 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding.stack-cards.smart-3 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.stack-cards.smart-4 {
  background-color: #7898e9;
}

.container._1120-px-width-padding.stack-cards.smart-5 {
  background-color: #4b75e2;
}

.container._1120-px-width-padding.stack-cards.smart-card-1 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.pay-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding.pay-card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.pay-cards {
  height: 480px;
}

.container._1120-px-width-padding.home-card-2 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.home-card-1 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.home-cards {
  min-height: 542px;
}

.container._1120-px-width-padding.blog-cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 585px;
  display: flex;
}

.container._1120-px-width-padding.blog-cards.store-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding.blog-cards.store-card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding.blog-cards.smart-2 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding.blog-cards.smart-3 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding.blog-cards.smart-4 {
  background-color: #7898e9;
}

.container._1120-px-width-padding.blog-cards.smart-5 {
  background-color: #4b75e2;
}

.container._1120-px-width-padding.blog-cards.smart-card-1 {
  background-color: #d2ddf8;
}

.container._1120-px-width {
  max-width: 1120px;
  position: relative;
}

.container.popup {
  max-width: 960px;
  position: relative;
}

.container.overflow-hidden-custom {
  overflow: visible;
}

.container._1120-px-width-padding-max-height {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  min-height: 545px;
  padding: 4vw;
  display: flex;
  position: relative;
}

.container._1120-px-width-padding-max-height.money-1 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.money-2 {
  background-color: #7898e9;
}

.container._1120-px-width-padding-max-height.smart-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding-max-height.smart-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.smart-3 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding-max-height.smart-4 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding-max-height.apple-pay-card {
  background-color: #1e53db;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container._1120-px-width-padding-max-height.smart-card, .container._1120-px-width-padding-max-height.smart-5 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.business-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding-max-height.business-card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.business-card-3 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding-max-height.business-card-4 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding-max-height.business-card-5 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.business_corporate-card-1 {
  background-color: #e9eefb;
}

.container._1120-px-width-padding-max-height.business-corporate_card-2 {
  background-color: #d2ddf8;
}

.container._1120-px-width-padding-max-height.business-corporate_card-3 {
  background-color: #bccbf4;
}

.container._1120-px-width-padding-max-height.business_corporatecard-4 {
  background-color: #a5baf1;
}

.container._1120-px-width-padding-max-height.business-corporate-card-5 {
  background-color: #d2ddf8;
}

.container.container-padding {
  padding: 3rem 2rem;
}

.container.payment-mode {
  background-color: #ecf8fe;
  border-radius: 2rem;
}

.container.blog-container {
  border-radius: 2rem;
  max-width: 1400px;
  padding: 1.5rem;
  position: relative;
}

.container.blog-container.money-1 {
  background-color: #d2ddf8;
}

.container.blog-container.money-2 {
  background-color: #a5baf1;
}

.container.blog-container.connect-card-1 {
  background-color: #e9eefb;
}

.container.blog-container.smart-2 {
  background-color: #d2ddf8;
}

.container.blog-container.apple-pay-card {
  background-color: #1e53db;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.blog-container.smart-card, .container.blog-container.smart-5 {
  background-color: #d2ddf8;
}

.container.blog-container.money-3 {
  background-color: #7898e9;
}

.container.blog-container.money-4 {
  background-color: #4b75e2;
}

.container.blog-container.payment-mode {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  text-align: center;
  background-color: #ecf8fe;
  flex-flow: column;
  height: auto;
  display: flex;
}

.container.blog-container.smart-3 {
  background-color: #a5baf1;
}

.container.blog-container.smart-4 {
  background-color: #7898e9;
}

.container.blog-container.smart-5 {
  background-color: #4b75e2;
}

.container.blog-container.connect-card-4 {
  background-color: #a5baf1;
}

.container.blog-container.connect-card-3 {
  background-color: #bccbf4;
}

.container.blog-container.connect-card-2 {
  background-color: #d2ddf8;
}

.container.blog-container.stack-cards {
  justify-content: center;
  align-items: center;
  min-height: 585px;
  display: flex;
}

.container.blog-container.stack-cards.store-card-1 {
  background-color: #e9eefb;
}

.container.blog-container.stack-cards.store-card-2 {
  background-color: #d2ddf8;
}

.container.blog-container.stack-cards.smart-2 {
  background-color: #bccbf4;
}

.container.blog-container.stack-cards.smart-3 {
  background-color: #a5baf1;
}

.container.blog-container.stack-cards.smart-4 {
  background-color: #7898e9;
}

.container.blog-container.stack-cards.smart-5 {
  background-color: #4b75e2;
}

.container.blog-container.stack-cards.smart-card-1 {
  background-color: #d2ddf8;
}

.container.blog-container.pay-card-1 {
  background-color: #e9eefb;
}

.container.blog-container.pay-card-2 {
  background-color: #d2ddf8;
}

.container.blog-container.pay-cards {
  height: 480px;
}

.container.blog-container.home-card-2 {
  background-color: #a5baf1;
}

.container.blog-container.home-card-1 {
  background-color: #d2ddf8;
}

.container.blog-container.home-cards {
  min-height: 542px;
}

.container.blog-container.blog-cards {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 585px;
  display: flex;
}

.container.blog-container.blog-cards.store-card-1 {
  background-color: #e9eefb;
}

.container.blog-container.blog-cards.store-card-2 {
  background-color: #d2ddf8;
}

.container.blog-container.blog-cards.smart-2 {
  background-color: #bccbf4;
}

.container.blog-container.blog-cards.smart-3 {
  background-color: #a5baf1;
}

.container.blog-container.blog-cards.smart-4 {
  background-color: #7898e9;
}

.container.blog-container.blog-cards.smart-5 {
  background-color: #4b75e2;
}

.container.blog-container.blog-cards.smart-card-1 {
  background-color: #d2ddf8;
}

.para-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.para-large {
  font-size: 1.375rem;
}

.text-medium {
  font-size: 1.125rem;
}

.text-large {
  font-size: 1.375rem;
}

.text-xsmall {
  font-size: .875rem;
}

.text-xsmall.hover-state {
  color: #fff;
}

.text-xsmall.hover-state:hover {
  color: var(--deep-sky-blue);
}

.line-horizontal {
  width: 100%;
  height: 2px;
}

.is--bg-blue {
  background-color: var(--steel-blue);
  color: #fff;
}

._5-column-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.is--bg-orange {
  background-color: var(--dark-orange);
}

.is--bg-purple {
  background-color: var(--medium-purple);
}

.is--bg-dark-green {
  background-color: var(--medium-sea-green);
}

.is--bg-pink {
  background-color: var(--pale-violet-red);
}

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

.is--bold {
  font-weight: 700;
}

.is--extra_bold {
  font-weight: 800;
}

.is--light {
  font-weight: 300;
}

.is--semi_bold {
  font-weight: 600;
}

.cta-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all .325s;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0000004d;
}

.cta-button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 1px 2px 5px 1px #0000004d;
}

.cta-button.secondary {
  background-color: var(--steel-blue);
}

.cta-button.secondary:hover {
  background-color: var(--black);
}

.cta-button.white-full-width {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  transition: all .325s;
}

.cta-button.white-full-width:hover {
  color: #fff;
  background-color: #0000;
}

.cta-button.nav {
  font-size: 1rem;
  display: none;
}

.cta-button.nav.desktop {
  cursor: pointer;
  display: block;
}

.cta-button.desktop {
  cursor: pointer;
}

.cta-button.show-mobile {
  display: none;
}

.grid-tile {
  background-color: #e7e7e7;
  width: 100%;
  height: 100px;
}

._4-column-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vert-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

._3-column-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.inline-text {
  display: inline-block;
}

.is--underline {
  text-decoration: underline;
}

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

.text-align--left {
  text-align: left;
}

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

.brand-logo-link {
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand-logo {
  width: auto;
  height: 70px;
  display: block;
}

._2-column-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.column-horiz-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-vert-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column--vert--center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.column--vert--right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.column-horiz-center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-horiz-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 800px;
}

.form {
  border: 1px solid #021011;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 20em;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.2rem;
  font-weight: 400;
}

.field-label::placeholder {
  color: #8e8e8e;
}

.text-field {
  border: 1px solid #e7e7e7;
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 2em 1em;
}

.text-field::placeholder {
  color: #00000080;
  font-size: 18px;
}

.asterisk {
  color: #da0606;
  margin-left: .1em;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-left: 90px;
  padding-right: 90px;
}

.mask {
  width: 100%;
  height: auto;
}

.left-arrow {
  color: #021011;
  border: 1px solid #021011;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  left: 0;
}

.right-arrow {
  color: #021011;
  border: 1px solid #021011;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  right: 0;
}

.slide {
  width: 100%;
  height: auto;
}

.slide-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: relative;
}

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

.slide-image {
  object-fit: cover;
  width: 100%;
}

.footer {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  max-width: 90%;
  display: flex;
  position: relative;
}

._404-bg-img {
  opacity: .1;
  filter: blur(10px) grayscale();
  object-fit: contain;
  background-image: url('../images/404.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 50vw;
}

.h1 {
  font-size: 3.8rem;
}

.h2 {
  font-size: 2.5rem;
}

.h2.max-width-18ch {
  max-width: 18ch;
}

.h2.payment-mode-heading {
  color: var(--royal-blue);
}

.h3 {
  font-size: 2rem;
}

.h3.payment_mode-heading {
  color: var(--royal-blue);
}

.is--txt-dark-blue {
  color: var(--steel-blue);
}

.is--txt-black {
  color: var(--black);
}

.is--txt-orange {
  color: var(--sandy-brown);
}

.is--txt-light-blue {
  color: var(--deep-sky-blue-2);
}

.is--txt-white {
  color: #fff;
}

.success-message {
  color: #2edfd7;
  background-color: #0000;
  width: 100%;
}

.error-message {
  color: #da0606;
  background-color: #0000;
  width: 100%;
}

.icon {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.close-icon {
  width: 1.5em;
  height: 1.5em;
}

.copyright-txt {
  opacity: .5;
  font-size: 14px;
}

.max--ch-65 {
  max-width: 65ch;
}

.is--abs-tl {
  position: absolute;
  inset: 0% auto auto 0%;
}

.is--abs-tr {
  position: absolute;
  inset: 0% 0% auto auto;
}

.is--abs-bl {
  position: absolute;
  inset: auto auto 0% 0%;
}

.is--abs-br {
  position: absolute;
  inset: auto 0% 0% auto;
}

.is--relative-z10 {
  z-index: 10;
  position: relative;
  inset: 0% auto auto 0%;
}

.is--sticky-top-0px {
  z-index: 10;
  position: sticky;
  inset: 0 auto auto;
}

.is--all_caps {
  text-transform: uppercase;
}

.min--height-px-100 {
  min-height: 100px;
}

.is--font-poppins {
  font-family: Poppins, sans-serif;
}

.is--bg-light-blue {
  background-color: var(--deep-sky-blue);
}

.is--bg-yellow {
  background-color: var(--gold);
}

.is--bg-light-green {
  background-color: var(--yellow-green);
}

.is--txt-purple {
  color: var(--medium-purple-2);
}

.is--txt-dark-green {
  color: var(--dark-sea-green);
}

.is--txt-pink {
  color: var(--salmon);
}

.is--txt-yellow {
  color: var(--goldenrod);
}

.is--txt-light-green {
  color: var(--yellow-green);
}

.horizontal-gap-large-center {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-img-div {
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 450px;
  height: 450px;
  display: flex;
  position: relative;
}

.card-content-div {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.botim-card-img {
  z-index: 7;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.botim-card-img._2 {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.botim-card-img._3 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.botim-card-img._4 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.botim-card-img._5 {
  z-index: 3;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.botim-card-img._1 {
  position: absolute;
  inset: 0%;
}

.botim-card-img._6 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.botim-text-wrap {
  grid-column-gap: .25rem;
  align-items: center;
  width: 100%;
  max-width: 334px;
  margin-bottom: 1rem;
  display: flex;
}

.botim-text-wrap.land-show {
  display: none;
}

.botim-text {
  width: 65px;
  height: 33px;
}

.botim-text.xlarge {
  width: 300px;
  height: 95px;
}

.botim-text.product {
  justify-content: flex-start;
  width: 100%;
  max-width: 300px;
  height: auto;
  display: flex;
}

.heading-para-div {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-para-div.is-gap-medium {
  grid-row-gap: 2.25rem;
}

.image-stack-wrap {
  z-index: 10;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 450px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-comparision {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.navbar {
  z-index: 900;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 2%;
}

.hero-vertical-gap {
  grid-row-gap: 6svh;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-vertical-gap.center-align {
  align-items: center;
}

.slider-contianer {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.is--bg-dark-blue {
  background-color: var(--midnight-blue);
  color: #fff;
}

.nav-link-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand {
  width: 18%;
  max-width: 140px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.botim-logo {
  width: 100%;
  height: 100%;
}

.nav-container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.nav-cta-wrap {
  width: auto;
}

.nav-link {
  margin-left: .8rem;
  margin-right: .8rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

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

.nav-link.w--current {
  color: var(--royal-blue);
}

.hero-img-abs-2 {
  z-index: -1;
  height: 100%;
  max-height: 160px;
  position: absolute;
  inset: 12% auto 0% 81%;
}

.hero-img-abs-2.image {
  object-fit: contain;
  height: 100%;
  max-height: 180px;
  position: static;
  overflow: visible;
}

.hero-img-abs-1 {
  z-index: -1;
  cursor: auto;
  height: 100%;
  max-height: 160px;
  position: absolute;
  inset: 4% 80% 0% auto;
}

.hero-img-abs-1.image {
  object-fit: contain;
  height: 100%;
  max-height: 180px;
  position: static;
  overflow: visible;
}

.body {
  font-size: 1.375rem;
}

.horizontal-gap-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.horizontal-gap-medium.space-between-tab-vertical {
  grid-column-gap: 8vw;
  justify-content: space-between;
}

.horizontal-gap-medium.space-between-tab-vertical.center-align {
  justify-content: center;
}

.persona-div {
  perspective: 1000px;
  transform-origin: 50%;
  width: 45%;
  position: relative;
  transform: perspective(2000px)perspective(1000px);
}

.image {
  width: 100%;
}

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

.image.focused {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image.unfocused {
  height: 100%;
}

.image.unfocused.b-smart {
  opacity: 0;
}

.vertical-center-justify {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.vertical-center-justify.width-50p {
  width: 41%;
  max-width: none;
}

.botim-logo-wrap {
  grid-column-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.overlay-img-center {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.botim-logo-abs-div {
  z-index: 1;
  flex: none;
  width: 20%;
  max-width: 120px;
  position: relative;
  top: 11px;
}

.features-log-abs {
  perspective: 2000px;
  width: 100%;
  max-width: 120px;
  position: relative;
  top: 30px;
  transform: perspective(500px)perspective(1000px);
}

.gradient-text-wrap {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.is--line-height-small {
  line-height: 1.2;
}

.grad-div {
  background-image: linear-gradient(#fff0, #fff 60%);
  width: 100%;
  height: 200%;
  position: absolute;
  inset: auto 0% -5px;
  transform: translate(0);
}

.grad-div.height-less {
  height: 100%;
  top: 0;
  bottom: auto;
}

.vertical-flex {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-flex.hero-vectors {
  grid-row-gap: .8rem;
}

.heading-experience-wrap {
  width: 100%;
}

.heading-experience-wrap.width-expeirence {
  max-width: 730px;
}

.heading-experience-wrap.width-product {
  max-width: 800px;
}

.experience-image-div {
  perspective: 2000px;
  width: 35%;
  max-width: 445px;
  transform: perspective(1000px);
}

.experience-image-div.land-show {
  display: none;
}

.experience-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.experience-image-wrap.landscape-show {
  display: none;
}

.experience-abs-img-right-1 {
  width: 15%;
  height: 100%;
  position: static;
  top: auto;
  bottom: auto;
  right: 17%;
}

.experience-abs-img-right-2 {
  flex-direction: column;
  justify-content: center;
  width: 15%;
  max-width: 210px;
  height: 50vw;
  display: flex;
  position: static;
  right: 0;
}

.experience-abs-img-left-2 {
  flex-direction: column;
  justify-content: center;
  width: 15%;
  max-width: 210px;
  height: 50vw;
  display: flex;
  position: static;
  left: 0;
  right: auto;
}

.experience-abs-img-left-1 {
  width: 15%;
  height: 100%;
  position: static;
  inset: auto auto auto 17%;
}

.div-block {
  width: 100%;
  max-width: 420px;
  position: relative;
}

.div-block.width-100 {
  max-width: none;
}

.column-horiz-justify-center {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.life-img-div {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.product-wrap, .product-bg-img {
  width: 100%;
}

.product-bg-img._100p-height {
  height: 100%;
}

.money-float-img-1 {
  z-index: 20;
  width: 20%;
  max-width: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.money-float-img-2 {
  z-index: 20;
  width: 35%;
  max-width: 160px;
  position: absolute;
  inset: 20% 80% 0% auto;
}

.money-float-img-3 {
  z-index: 20;
  width: 36%;
  max-width: 185px;
  position: absolute;
  inset: auto auto 5% 0;
}

.connect-float-img-1 {
  z-index: 20;
  width: 25%;
  max-width: 120px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.connect-float-img-2 {
  z-index: 20;
  width: 35%;
  max-width: 180px;
  position: absolute;
  inset: auto 0 15% auto;
}

.connect-float-img-3 {
  z-index: 20;
  width: 30%;
  max-width: 150px;
  position: absolute;
  inset: auto 15% 0% auto;
}

.smart-float-img-1 {
  z-index: 20;
  width: 20%;
  max-width: 100px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.smart-float-img-2 {
  z-index: 21;
  width: 17%;
  max-width: 88px;
  position: absolute;
  inset: auto auto 15% 0%;
}

.smart-float-img-3 {
  z-index: 20;
  width: 40%;
  max-width: 200px;
  position: absolute;
  inset: auto auto 0 3%;
}

.stores-float-img-1 {
  z-index: 20;
  width: 20%;
  max-width: 100px;
  position: absolute;
  inset: 0% 5% auto auto;
}

.stores-float-img-3 {
  z-index: 20;
  width: 35%;
  max-width: 180px;
  position: absolute;
  inset: auto auto 0% 80%;
}

.home-float-img-1 {
  z-index: 20;
  width: 20%;
  max-width: 90px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.home-float-img-2 {
  z-index: 20;
  width: 15%;
  max-width: 70px;
  position: absolute;
  inset: auto auto 20% 0%;
}

.home-float-img-3 {
  z-index: 20;
  width: 40%;
  max-width: 200px;
  position: absolute;
  inset: auto auto 0% 0;
}

.more-float-img-1 {
  z-index: 20;
  width: 20%;
  max-width: 100px;
  position: absolute;
  inset: 0% 5% auto auto;
}

.more-float-img-2 {
  z-index: 20;
  width: 18%;
  position: absolute;
  inset: 15% auto auto 90%;
}

.more-float-img-3 {
  z-index: 20;
  width: 45%;
  max-width: 240px;
  position: absolute;
  inset: 90% auto auto 65%;
}

.section-100vh-center-justify {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.section-100vh-center-justify._4 {
  overflow: hidden;
}

.image-center {
  width: 100%;
}

.cta-wrap-top-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  width: 100%;
  height: auto;
  position: relative;
}

.lottie-animation-2.land-show {
  display: none;
}

.black-extension {
  z-index: -1;
  background-color: #000;
  width: 100vw;
  height: 11.15%;
  position: absolute;
  bottom: 0;
  left: auto;
}

.is--bg-black {
  color: #fff;
  background-color: #000;
}

.footer-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.footer-grid.center-align {
  grid-column-gap: 5vw;
  grid-template-columns: 1fr 1fr .45fr;
  align-items: center;
}

.footer_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_link:hover {
  color: var(--deep-sky-blue);
}

.footer_link.is--small {
  width: auto;
  font-size: 1rem;
}

.footer_link.non-hover:hover {
  color: #fff;
}

.arrow-icon {
  width: 10px;
  min-width: 10px;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  display: grid;
}

.footer-email-div {
  width: 100%;
}

.vertical-flex-gap-medium {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.vertical-flex-gap-medium.width-50p {
  justify-content: center;
  width: 50%;
}

.form-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-social-icon-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-icons {
  width: 100%;
  height: 100%;
}

.footer-social-icon-links {
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: .25rem .5rem;
}

.footer-social-icon-links:hover {
  color: #000;
  background-color: #fff;
}

.footer-social-icon-links.yt {
  width: 48px;
  height: 48px;
}

.footer-downlaod-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.download-icon, .app-downlaod-link {
  width: 100%;
}

.app-downlaod-link:hover {
  transform: scale(1.1);
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-botim-logo {
  width: 40%;
  max-width: 310px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .45fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  display: grid;
}

.footer-section {
  z-index: 10;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.product-main-wrap {
  width: 100%;
  position: relative;
}

.text-xlarge {
  font-size: 2rem;
}

.is--bg-white {
  background-color: #fff;
}

.text-small {
  margin-bottom: 0;
  font-size: 1rem;
}

.text-small.no-wrap {
  white-space: nowrap;
}

.horizontal-center-gap-small {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.payby-img {
  width: 50%;
  max-width: 110px;
}

.width-240 {
  width: 100%;
  max-width: 276px;
}

.copy-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.payby-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.is--light-grey {
  color: #8f979d;
}

.website-by {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.nav-menu-link-wrap {
  flex: 1;
  display: flex;
}

.download-popup {
  z-index: 999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.poup-wrapper {
  background-color: #4fb1f3;
  border-radius: 3.5rem;
  width: 100%;
  overflow: hidden;
}

.popup-head-wrap {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.popup-link {
  border: 1px solid #000;
  border-radius: .5rem;
  padding: .1rem .5rem;
  overflow: hidden;
  box-shadow: 1px 2px 5px 1px #0000004d;
}

.popup-link:hover {
  box-shadow: none;
}

.product-hero-img-div {
  align-items: center;
  width: 50%;
  display: flex;
}

.product-hero-img-div.apple-pay {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.product-hero-img-div.width-100pe {
  width: 100%;
}

.product-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.product-heading-wrap {
  width: 100%;
}

.hide-for-all {
  display: none;
}

.product-mask, .product-slide {
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  top: 103%;
}

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

.is--medium {
  font-weight: 500;
}

.horizontal-gap-medium-product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.product-exprience-wrap {
  flex-direction: column;
  justify-content: center;
  width: 15%;
  max-width: 210px;
  display: flex;
  position: static;
  right: 0;
}

.vertical-flex-gap-product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.cta-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.cta-wrap.width-wrap-vertical {
  flex-direction: column;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.product-wrapper {
  width: 100%;
  position: relative;
}

.product-img-div {
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 440px;
  height: 100%;
  display: flex;
  position: relative;
}

.product-img-div.max-width-280-desktop {
  object-fit: contain;
  max-width: 280px;
  height: 100%;
}

.product-card-content-div {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.horizontal-gap-large-space-between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.horizontal-gap-large-space-between.top-align {
  align-items: flex-start;
}

.section-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section-sticky.connect-stick-1 {
  margin-bottom: 6rem;
  top: 3rem;
}

.section-sticky.connect-stick-2 {
  margin-bottom: 4rem;
  top: 5rem;
}

.section-sticky.connect-stick-4 {
  top: 9rem;
}

.section-sticky.money-stick-2 {
  margin-bottom: 4rem;
  top: 5rem;
}

.section-sticky.money-stick-1 {
  margin-bottom: 6rem;
  top: 3rem;
}

.section-sticky.more-stick-1 {
  margin-bottom: 4rem;
  top: 3rem;
}

.section-sticky.more-stick-2 {
  margin-bottom: 2rem;
  top: 5rem;
}

.section-sticky.more-stick-3 {
  margin-bottom: 0;
  top: 7rem;
}

.section-sticky.home-stick-3 {
  margin-bottom: 2rem;
  top: 6rem;
}

.section-sticky.business-stick-4 {
  margin-bottom: 1rem;
  top: 7rem;
}

.section-sticky.home-stick-5 {
  top: 8rem;
}

.section-sticky.money-stick-3 {
  margin-bottom: 2rem;
  top: 7rem;
}

.section-sticky.money-stick-4 {
  margin-bottom: 0;
  top: 9rem;
}

.section-sticky.smart-stick-1 {
  margin-bottom: 8rem;
  top: 3rem;
}

.section-sticky.smart-stick-2 {
  margin-bottom: 6rem;
  top: 5rem;
}

.section-sticky.connect-stick-3 {
  margin-bottom: 4rem;
  top: 5rem;
}

.section-sticky.smart-stick-3 {
  margin-bottom: 4rem;
  top: 7rem;
}

.section-sticky.smart-stick-4 {
  margin-bottom: 2rem;
  top: 9rem;
}

.section-sticky.smart-stick-5 {
  top: 11rem;
}

.section-sticky.store-stick-1 {
  margin-bottom: 2rem;
  top: 3rem;
}

.section-sticky.store-stick-2 {
  margin-bottom: 0;
  top: 0;
}

.section-sticky.pay-stick-1 {
  margin-bottom: 4rem;
  top: 5rem;
}

.section-sticky.pay-stick-2 {
  top: 5rem;
}

.section-sticky.pay-stick {
  margin-bottom: 2rem;
  top: 3rem;
}

.section-sticky.connect-stickk-3 {
  margin-bottom: 2rem;
  top: 7rem;
}

.section-sticky.home-stick-1 {
  margin-bottom: 2rem;
  top: 3rem;
}

.section-sticky.home-stick-2 {
  margin-bottom: 0;
  top: 5rem;
}

.section-sticky.business-stick-1 {
  margin-bottom: 4rem;
  top: 4rem;
}

.section-sticky.business-stick-2 {
  margin-bottom: 3rem;
  top: 5rem;
}

.section-sticky.business-stick-3 {
  margin-bottom: 2rem;
  top: 6rem;
}

.section-sticky.business-stick-5 {
  top: 8rem;
}

.section-sticky.business_corporate-stick-1 {
  margin-bottom: 4rem;
  top: 4rem;
}

.section-sticky.business_corporate-stick-2 {
  margin-bottom: 3rem;
  top: 5rem;
}

.section-sticky.business_corporate-stick-3 {
  margin-bottom: 2rem;
  top: 6rem;
}

.section-sticky.business_corporate-stick-4 {
  margin-bottom: 1rem;
  top: 7rem;
}

.section-sticky.business_corporate-stick-5 {
  top: 8rem;
}

.section-sticky.blog-stick-1 {
  margin-bottom: 4rem;
  top: 2.5rem;
}

.section-sticky.blog-stick-2 {
  margin-bottom: 2rem;
  top: 3.5rem;
}

.section-sticky.blog-stick-3 {
  margin-bottom: 0;
  top: 4.5rem;
}

.heading-cta-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 360px;
  display: flex;
}

.horizontal-gap-medium-lannd-rev {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.coming-soon-div {
  grid-column-gap: 0rem;
  border-radius: 1rem;
  padding: .5rem;
  display: flex;
}

.coming-soon-div.is--bg-purple.opacity-50 {
  background-color: #1e53db80;
  width: 120px;
  overflow: hidden;
}

.vertical-center-gap-small {
  grid-column-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.astra-gif {
  width: 191px;
  max-width: none;
}

.div-block-5 {
  grid-column-gap: 2vw;
  background-color: #fff;
  border-top-left-radius: 3.5rem;
  border-top-right-radius: 3.5rem;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.store-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.store-wrap-link {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.qr-img {
  width: 60%;
  height: 100%;
}

.success-message-2 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.error-message-2 {
  background-color: #000;
}

.cover-top-abs, .botim-show-nav-text {
  display: none;
}

.main-wrapper {
  width: 100%;
}

.slide-card-wrapper {
  display: none;
}

.slick-slider {
  z-index: 3;
  width: 70%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-item {
  justify-content: center;
  display: flex;
}

.hero-img-w {
  width: 100%;
}

.hero-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.stores-float-img-4 {
  z-index: 20;
  width: 20%;
  max-width: 100px;
  position: absolute;
  inset: auto auto 15% 95%;
}

.feature-log-flex {
  grid-column-gap: 1rem;
  justify-content: space-between;
  width: 80%;
  display: flex;
  overflow: visible;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.applepay-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.logo-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9rem;
  display: flex;
}

.logo-image-wrapper.is--left-align {
  justify-content: flex-start;
}

.logo-image-wrapper.p-mode {
  max-width: 10rem;
}

.horiz-devider {
  width: 2px;
}

.benefit-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefits-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.benefits-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefits-item-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.benefits-image-wrapper {
  aspect-ratio: 2.39;
  width: 100%;
  display: none;
  position: relative;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.section-benefits {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.text-weight-medium {
  font-weight: 500;
}

.section_applepay {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.font-weight-300 {
  font-weight: 300;
}

.applepay-card-image {
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 440px;
  display: flex;
  position: relative;
}

.apple-logo-text-icon {
  background-image: url('../images/icon_Apple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.apple-logo-text-icon.bg--dark-purple {
  color: #01020100;
  background-color: #d2ddf8;
  background-image: url('../images/icon_Apple.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.botim-salary-card-logo {
  max-width: 320px;
}

.section-100vh-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section-100vh-sticky.connect-stick-1 {
  margin-bottom: 6rem;
  top: 3rem;
}

.section-100vh-sticky.connect-stick-2 {
  margin-bottom: 4rem;
  top: 5rem;
}

.section-100vh-sticky.connect-stick-3 {
  margin-bottom: 2rem;
  top: 7rem;
}

.section-100vh-sticky.connect-stick-4 {
  top: 9rem;
}

.section-100vh-sticky.money-stick-2 {
  margin-bottom: 0;
  top: 5rem;
}

.section-100vh-sticky.money-stick-1 {
  margin-bottom: 2rem;
  top: 3rem;
}

.section-100vh-sticky.more-stick-1 {
  margin-bottom: 4rem;
  top: 3rem;
}

.section-100vh-sticky.more-stick-2 {
  margin-bottom: 2rem;
  top: 5rem;
}

.section-100vh-sticky.more-stick-3 {
  margin-bottom: 0;
  top: 7rem;
}

.section-100vh-sticky.top {
  top: 3.7rem;
}

.sticky-heading.text-align-center.opacity-0 {
  opacity: 0;
}

.tab-pane {
  width: 100%;
  position: relative;
}

.tabs-content {
  position: relative;
  overflow: visible;
}

.tabs-menu {
  z-index: 20;
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  justify-content: center;
  display: flex;
  position: sticky;
  top: 2rem;
}

.tab-link {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--steel-botim);
  background-color: var(--steel-botim);
  color: var(--white);
  font-weight: 600;
}

.form-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block-2 {
  width: 55%;
}

.label {
  opacity: .5;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  left: 1rem;
}

.label.float {
  opacity: 1;
  font-size: .8rem;
  transform: translate(0, -1.2rem);
}

.form-input-wrap {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.input {
  color: var(--black);
  background-color: #ecf8fe;
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1.5rem .5rem .5rem 1rem;
  font-size: 1.25rem;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-wrapp {
  align-items: flex-end;
  display: flex;
}

.botim-dashboard-img {
  border-radius: 2rem;
}

.dummy-navbar {
  width: 100%;
  height: 5rem;
}

.dummy-navbar.show-landscape {
  display: none;
}

.faq-dd {
  background-color: #ecf8fe;
  border-radius: .5rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: .6rem;
  padding: 1.5rem;
  display: flex;
}

.faq-toggle {
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.5rem 0 0;
  font-weight: 600;
  display: flex;
}

.faq-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
}

.contianer-small {
  width: 90%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-order-list {
  padding-left: 20px;
  font-size: 1rem;
}

.faq-rich-text {
  margin-top: 1rem;
  font-size: 1rem;
}

.faq-rich-text ol {
  padding-left: 20px;
}

.load-more-cta {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.load-more-cta:hover {
  color: var(--deep-sky-blue);
}

.load-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.success-message-3 {
  background-color: #ecf8fe;
  border-radius: .5rem;
}

.hero-carousel {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 95rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-wrapper {
  position: relative;
}

.hero-image-wrapper.hero-1 {
  justify-content: center;
  display: flex;
}

.licensed-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #ecf8fe;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1.5rem 2.5rem 2rem;
  display: flex;
}

.licensed-container.max-width-1120px {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.svg-cont {
  width: 57px;
  height: 76px;
}

.star-svg {
  width: 100%;
  height: 100%;
}

.paragraph {
  font-size: 1rem;
}

.licensed-heading-container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.text-xxlarge {
  font-size: 3rem;
}

.section_payment-modes {
  z-index: 10;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

.section_payment-modes._100vh-center-justify {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section_payment-modes._100vh-center-justify.hide {
  display: none;
}

.section_payment-modes.hero {
  align-items: center;
  min-height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section_payment-modes.overflow-on {
  overflow: visible;
}

.section_payment-modes.overflow-on.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section_payment-modes.hide {
  display: none;
}

.section_payment-modes.no-bottom-padding {
  padding-bottom: 0;
}

.section_payment-modes._90vh-height-extra-padding {
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section_payment-modes.applepay-hero {
  background-image: linear-gradient(125deg, #fff 53%, #27b0fd80);
  align-items: flex-end;
  margin-top: -4.4rem;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
}

.section_payment-modes.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section_payment-modes._100vh {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.payment-modes_logo-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.payment-mode_logo-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 9rem;
  display: flex;
}

.payment-mode_logo-wrapper._2 {
  width: 19%;
}

.payment-mode_logo-wrapper._3 {
  width: 13%;
}

.payment-modes_container {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  text-align: center;
  flex-flow: column;
  padding: 2.5rem 4vw;
  display: flex;
}

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

.section_payment {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.licensed-heading {
  font-size: 2.5rem;
}

.hero-img-fg {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.txt-cont {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding-right: 1rem;
  display: flex;
}

.image-center-home {
  width: 100%;
}

.image-center-home.rel {
  position: relative;
}

.image-center-home.img-abs {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.experience-image-div-home {
  perspective: 2000px;
  width: 35%;
  max-width: 445px;
  position: relative;
  transform: perspective(1000px);
}

.experience-image-div-home.land-show {
  display: none;
}

.experience-image-top-left-wrapper, .experience-image-bot-left-wrapper, .experience-image-mid-left-wrapper, .experience-image-mid-right-wrapper, .experience-image-top-right-wrapper, .experience-image-bot-right-wrapper {
  position: relative;
}

.experience-grid-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.blog-card_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card_list-wrapper.is-related {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.blog-card_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  height: 100%;
  display: grid;
}

.blog-card_list.is-related {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.blog-card_list.is-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card_list.is-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 1.25rem;
}

.blog-card_item {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  background-color: #ecf8fe;
  border-radius: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  transition: color .3s;
  display: flex;
  position: relative;
}

.blog-card_item:first-child {
  grid-area: 1 / 1 / span 3;
}

.blog-card_item:hover {
  color: var(--royal-blue);
}

.blog-card_item.is-related {
  flex-flow: column;
}

.blog-card_item.is-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card_item.is-small.is--bg-white {
  background-color: #fff;
  grid-template-columns: .5fr 1fr;
}

.blog-card_item.is-small.is-right:first-child {
  display: none;
}

.blog-card_image-link {
  width: 100%;
}

.blog-card_image-link.is-left {
  aspect-ratio: 16 / 9;
}

.blog-card_image-wrapper {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-card_image-wrapper.is-related {
  aspect-ratio: 16 / 9;
}

.blog-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog_category {
  color: #8f979d;
  text-transform: uppercase;
  margin-top: 1.625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_category.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog_category.is-small {
  margin-top: .5rem;
}

.text-size-small {
  font-size: .875rem;
}

.blog-card_title-link {
  color: inherit;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.blog-card_button-wrapper {
  margin-top: 1rem;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-weight-semibold {
  font-weight: 600;
}

.timer {
  grid-column-gap: .533333rem;
  grid-row-gap: .533333rem;
  color: #8f979d;
  display: flex;
}

.timer.is-blog, .timer.is-blog-copy {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.blog-card_card-copy-wrapper {
  color: var(--black);
  margin-bottom: 1rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  font-weight: 600;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.blog-card_list-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.max--ch-custom {
  max-width: 25ch;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog-post3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post3-header_title-wrapper {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.blog-post3-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-weight-semibold {
  font-weight: 600;
}

.blog-post3-header_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.blog-post3-header_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.blog-post3-header_author-text {
  display: flex;
}

.margin-right, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-post3-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header3_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post3-header_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post3-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post3-header_social-link {
  color: var(--black);
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
  position: relative;
}

.blog-post3-header_social-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.blog-post3-header_social-link.is-linkedin:hover {
  color: #0077b5;
  background-color: #f4f4f4;
}

.blog-post3-header_social-link.is-facebook:hover {
  color: #1877f2;
  background-color: #f4f4f4;
}

.blog-post3-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-header_image-wrapper {
  aspect-ratio: 2;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.blog-post3-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.max--ch-70 {
  max-width: 70ch;
}

.blog-heading-wrapper {
  margin-bottom: 1rem;
}

.padding-bottom, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-post3-content_content {
  margin-bottom: 4rem;
}

.text-rich-text figure {
  border-radius: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.text-rich-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
}

.text-rich-text li {
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.text-rich-text p {
  font-size: 1rem;
}

.text-rich-text h4 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.text-rich-text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-post3-content_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post3-content_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 7.5rem;
}

.blog-post3-content_share {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-left: auto;
  display: flex;
}

.blog-post3-content_social-link {
  color: var(--black);
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.blog-post3-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-content_tag-list-wrapper {
  width: 50%;
}

.blog-post3-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post3-content_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-content_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post3-content_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post3-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post3-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post3-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-card_link {
  position: absolute;
  inset: 0%;
}

.blog-head-copy {
  font-size: 1.25rem;
}

.date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hide {
  display: none;
}

.copied-popup {
  opacity: 0;
  color: var(--white);
  background-color: #3f75ff;
  border-radius: 20px;
  margin-left: -2rem;
  padding: .25rem .75rem;
  font-size: 1rem;
  position: absolute;
  inset: auto auto 110%;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-card-small-heading {
  font-size: 1rem;
}

.blog-card-small-heading.text-weight-semibold {
  font-weight: 600;
}

.text-span {
  white-space: nowrap;
  display: inline-block;
}

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

.cards_link {
  display: none;
}

.banner-component {
  z-index: 999;
  background-color: var(--royal-blue);
  color: var(--white);
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0;
}

.banner-container {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-text {
  color: var(--white);
  font-size: 1rem;
}

.fs-cc-banner2_text-link {
  color: var(--white);
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.banner-buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_button {
  background-color: var(--white);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 66px;
  flex: 1;
  margin-left: 0;
  margin-right: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #02087366;
}

.banner_component {
  z-index: 999;
  background-color: var(--steel-botim);
  color: #fff;
  border-radius: 2.4375rem;
  max-width: clamp(22rem, 35.7143vw - .1429rem, 32rem);
  display: block;
  position: fixed;
  inset: auto auto 2% 2%;
}

.banner_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.banner_text {
  font-size: clamp(.75rem, .6393rem + .1786vw, .8rem);
}

.privacy-policy-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.banner_button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20em;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-size: clamp(.9rem, .6786rem + .3571vw, 1rem);
  font-weight: 600;
}

.banner_button:hover {
  background-color: var(--white);
  color: var(--black);
}

.banner_button.banner-button-alt {
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--black);
  outline: 2px solid #000;
}

.banner_button.banner-button-alt:hover {
  background-color: var(--black);
  color: var(--white);
}

.banner-top {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  display: flex;
}

.text-block {
  font-size: clamp(1.125rem, .8482rem + .4464vw, 1.25rem);
  font-weight: 500;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  display: flex;
  position: absolute;
  inset: 1rem 2rem auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close-icon {
  color: var(--black);
  width: 1.5rem;
  height: 1.5rem;
}

.banner_close {
  z-index: 999;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.style_banner-transition {
  display: none;
}

.cbuae-img {
  max-width: 3rem;
}

.text-link {
  justify-content: center;
  align-items: center;
  margin-left: .8rem;
  margin-right: .8rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.text-link:hover {
  color: #1e53db80;
}

.text-link.w--current {
  color: var(--royal-blue);
}

.security-logo-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 100%;
  display: flex;
}

.security-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.security-icon {
  width: 100%;
  max-width: 3rem;
}

.collection-list {
  width: 100%;
  overflow: hidden;
}

.load-more-icon {
  justify-content: center;
  align-items: center;
  width: .6rem;
  margin-top: 4px;
  display: flex;
  transform: rotate(90deg);
}

.code-embed {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container._1120-px-width-padding.stack-cards, .container._1120-px-width-padding.blog-cards {
    min-height: 640px;
  }

  .container._1120-px-width-padding-max-height {
    min-height: 552px;
  }

  .container.blog-container.stack-cards, .container.blog-container.blog-cards {
    min-height: 640px;
  }

  .h2 {
    font-size: 3rem;
  }

  .hero-img-abs-2 {
    max-height: 200px;
    left: 80%;
  }

  .hero-img-abs-2.image {
    object-fit: cover;
    max-height: none;
  }

  .hero-img-abs-1 {
    max-height: 200px;
    right: 80%;
  }

  .hero-img-abs-1.image {
    object-fit: cover;
    max-height: none;
  }

  .feature-log-flex {
    grid-column-gap: 2rem;
    justify-content: center;
  }

  .logo-image-wrapper.p-mode {
    max-width: 12rem;
  }

  .blog-card-small-heading {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    min-height: 60vh;
  }

  .container.overflow-hidden-custom {
    overflow: visible;
  }

  .horizontal-gap-large-center {
    grid-column-gap: 4rem;
  }

  .card-content-div {
    width: 35%;
  }

  .section-sticky.connect-stick-4 {
    top: 8rem;
  }

  .text-inline {
    white-space: nowrap;
  }

  .section_payment-modes.hero {
    min-height: 60vh;
  }

  .blog-card_list.is-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog-card_item.is-small, .blog-card_item.is-small.is--bg-white {
    grid-template-columns: .25fr 1fr;
  }

  .blog-card_image-link.is-small {
    aspect-ratio: 1;
  }

  .blog_category.is-small {
    margin-top: 1rem;
  }

  .blog-card_title-link {
    margin-bottom: 1rem;
  }

  .blog-card_list-heading {
    margin-bottom: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container._1120-px-width-padding {
    height: 640px;
  }

  .container.popup {
    max-width: 1120px;
  }

  .container.overflow-hidden-custom {
    overflow: visible;
  }

  .container._1120-px-width-padding-max-height, .container.blog-container {
    height: 640px;
  }

  .para-medium {
    font-size: 1.25rem;
  }

  .para-large, .cta-button {
    font-size: 1.5rem;
  }

  .cta-button.white-full-width, .cta-button.nav {
    font-size: 1.2rem;
  }

  .h1 {
    font-size: 4.5rem;
  }

  .h2 {
    font-size: 3.5rem;
  }

  .h3 {
    font-size: 2.5rem;
  }

  .card-img-div {
    max-width: 500px;
    height: 500px;
  }

  .card-content-div {
    width: 50%;
    max-width: 650px;
  }

  .botim-card-img {
    max-width: 500px;
    height: 500px;
  }

  .botim-text.product {
    max-width: 390px;
    margin-top: -4px;
  }

  .heading-para-div.is-gap-medium {
    grid-row-gap: 4rem;
  }

  .image-stack-wrap {
    max-width: 500px;
    height: 500px;
  }

  .heading-wrap {
    max-width: 850px;
  }

  .hero-vertical-gap {
    grid-row-gap: 10vh;
  }

  .nav-link {
    margin-left: 22px;
    margin-right: 22px;
  }

  .hero-img-abs-1 {
    max-height: 250px;
  }

  .persona-div {
    width: 50%;
  }

  .vertical-center-justify.width-50p {
    width: 33%;
    max-width: 420px;
  }

  .gradient-text-wrap {
    max-width: 1000px;
  }

  .vertical-flex {
    grid-row-gap: 0rem;
  }

  .heading-experience-wrap.width-expeirence {
    max-width: 830px;
  }

  .heading-experience-wrap.width-product {
    max-width: 1000px;
  }

  .experience-abs-img-right-2, .experience-abs-img-left-2 {
    height: auto;
  }

  .div-block {
    max-width: 470px;
  }

  .section-100vh-center-justify {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cta-wrap-top-margin {
    margin-top: 0;
  }

  .vertical-flex-gap-medium {
    grid-row-gap: 5rem;
  }

  .footer-botim-logo {
    width: 50%;
    max-width: 540px;
  }

  .product-hero-img-div {
    width: 50%;
  }

  .product-heading-wrap {
    max-width: 850px;
  }

  .product-exprience-wrap {
    height: auto;
  }

  .product-img-div {
    width: 45%;
    max-width: 500px;
    height: 500px;
  }

  .product-card-content-div {
    width: 50%;
    max-width: 650px;
  }

  .section-sticky {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-cta-wrap {
    max-width: 440px;
  }

  .div-block-5 {
    flex-direction: row;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slick-slider {
    width: 100%;
  }

  .slider-wrap {
    height: 100%;
  }

  .feature-log-flex {
    grid-column-gap: 4rem;
    justify-content: center;
  }

  .applepay-logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefits-image-wrapper {
    padding-top: 25%;
  }

  .section_applepay {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .botim-salary-card-logo {
    max-width: 300px;
  }

  .section-100vh-sticky {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .dummy-navbar {
    height: 5.5rem;
  }

  .section_payment-modes, .section_payment {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max--ch-custom {
    max-width: 32ch;
  }

  .blog-card-small-heading {
    font-size: 1.3125rem;
  }

  .text-link {
    margin-left: 22px;
    margin-right: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 22px;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.hero {
    min-height: 100vh;
  }

  .section._90vh-height-extra-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.applepay-hero {
    margin-top: -6rem;
    padding-top: 8rem;
  }

  .container._1120-px-width-padding.payment-mode {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .container._1120-px-width-padding.home-cards {
    height: auto;
  }

  .container._1120-px-width-padding-max-height {
    height: 500px;
  }

  .container.blog-container {
    height: 450px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container.blog-container.payment-mode {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .container.blog-container.home-cards {
    height: auto;
  }

  .text-large {
    font-size: 1.25rem;
  }

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

  .cta-button {
    font-size: 1rem;
  }

  .cta-button.secondary:hover {
    color: #fff;
  }

  .cta-button.nav {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 1.4rem;
  }

  .cta-button.nav:hover {
    color: #fff;
    background-color: #000;
  }

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

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

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

  .utility-page-content {
    align-items: center;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .h2 {
    font-size: 2.4rem;
  }

  .h2.text-center-align-tab {
    text-align: center;
  }

  .h3 {
    font-size: 1.75rem;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .copyright-txt {
    font-size: 14px;
  }

  .card-img-div {
    width: 50%;
    min-width: auto;
    max-width: 300px;
    height: 300px;
  }

  .botim-card-img {
    max-width: none;
    height: auto;
  }

  .botim-text.xlarge {
    width: 230px;
    height: 80px;
  }

  .botim-text.product {
    max-width: 260px;
  }

  .image-stack-wrap {
    max-width: 300px;
    height: 300px;
  }

  .heading-wrap {
    width: 100%;
    max-width: 550px;
  }

  .navbar {
    padding-top: 2%;
    top: 0%;
  }

  .nav-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: .5rem;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: flex;
  }

  .nav-menu {
    z-index: 120;
    background-color: #000;
    height: auto;
    position: fixed;
    top: 0;
  }

  .brand {
    z-index: 130;
  }

  .nav-container {
    z-index: 140;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    border-radius: 20rem;
    padding: .5em 1em;
    font-size: 1.4rem;
    display: flex;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .hero-img-abs-2 {
    align-self: flex-end;
    width: 35%;
    height: auto;
    max-height: none;
    position: static;
  }

  .hero-img-abs-2.image {
    object-fit: cover;
    width: 100%;
  }

  .hero-img-abs-1 {
    align-self: flex-start;
    width: 40%;
    height: auto;
    max-height: none;
    position: static;
  }

  .hero-img-abs-1.image {
    object-fit: cover;
    width: 100%;
  }

  .horizontal-gap-medium.space-between-tab-vertical {
    flex-direction: column;
  }

  .persona-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-center-justify.width-50p {
    align-items: center;
    width: 100%;
  }

  .botim-logo-wrap {
    grid-column-gap: 1rem;
  }

  .botim-logo-abs-div {
    flex: none;
    top: 0;
  }

  .features-log-abs {
    max-width: 77px;
    top: 10px;
  }

  .vertical-flex.hero-vectors {
    grid-row-gap: 1.5rem;
  }

  .heading-experience-wrap.width-expeirence {
    max-width: 640px;
  }

  .heading-experience-wrap.width-product {
    max-width: 700px;
  }

  .more-float-img-2 {
    left: 83%;
  }

  .section-100vh-center-justify {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-wrap-top-margin {
    margin-top: 0;
  }

  .lottie-animation-2 {
    top: -2.8px;
  }

  .black-extension {
    background-color: var(--black);
    height: 11.5%;
  }

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

  .vertical-flex-gap-medium.width-50p {
    grid-row-gap: 3rem;
  }

  .footer-social-icon-wrap {
    grid-column-gap: .8rem;
    justify-content: center;
  }

  .footer-bottom-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr .45fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-xlarge {
    font-size: 1.75rem;
  }

  .text-small {
    font-size: .875rem;
  }

  .nav-menu-link-wrap {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    padding-top: 8rem;
    display: flex;
  }

  .menu-button {
    z-index: 130;
    background-color: #0000;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .menu-button.w--open {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .lottie-animation-3 {
    width: 100%;
    height: 100%;
  }

  .poup-wrapper {
    border-radius: 2rem;
  }

  .popup-head-wrap.is--txt-white {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .product-hero-img-div {
    min-width: 350px;
  }

  .product-heading-wrap {
    width: 100%;
    max-width: 550px;
  }

  .horizontal-gap-medium-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-wrap.width-wrap-vertical {
    max-width: 640px;
    margin-top: 1rem;
  }

  .product-img-div {
    width: 50%;
    min-width: auto;
    max-width: 300px;
    height: 300px;
  }

  .product-card-content-div {
    width: 55%;
  }

  .horizontal-gap-large-space-between {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-direction: row;
  }

  .section-sticky {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .para-xmedium {
    font-size: 1.125rem;
  }

  .div-block-5 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .cover-top-abs {
    z-index: 20;
    background-color: #0000;
    width: 100%;
    height: 48%;
    display: block;
    position: absolute;
    top: 0;
  }

  .cover-top-abs.bottom {
    top: auto;
    bottom: 0;
  }

  .botim-show-nav-text {
    display: block;
  }

  .feature-log-flex {
    grid-column-gap: 2.5rem;
    justify-content: center;
  }

  .logo-image-wrapper {
    max-width: 8rem;
  }

  .logo-image-wrapper.p-mode {
    max-width: 9rem;
  }

  .benefits-item-wrapper {
    grid-column-gap: 4vw;
  }

  .section_applepay {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .applepay-card-image {
    width: 45%;
    min-width: auto;
    max-width: 300px;
  }

  .botim-salary-card-logo {
    max-width: 300px;
  }

  .section-100vh-sticky {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dummy-navbar {
    height: 4.5rem;
  }

  .faq-toggle {
    white-space: pre-wrap;
  }

  .faq-icon {
    top: .5rem;
  }

  .hero-carousel {
    margin-top: 2.5rem;
    margin-bottom: 7rem;
  }

  .licensed-heading-container {
    padding-bottom: 1.25rem;
  }

  .text-xxlarge {
    font-size: 2rem;
  }

  .section_payment-modes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_payment-modes.hero {
    min-height: 100vh;
  }

  .section_payment-modes._90vh-height-extra-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_payment-modes.applepay-hero {
    margin-top: -6rem;
    padding-top: 8rem;
  }

  .payment-mode_logo {
    height: 100%;
  }

  .section_payment {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-card_list-wrapper, .blog-card_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog-card_list.is-bottom {
    grid-template-rows: auto;
    width: 100%;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: auto;
  }

  .blog-card_item {
    grid-column-gap: 2rem;
    padding: 1.25rem;
  }

  .blog-card_item.is-small {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card_item.is-small.is--bg-white {
    flex: none;
    width: 70%;
  }

  .blog-card_item.is-small.is-right {
    grid-template-columns: .5fr 1fr;
  }

  .blog-card_image-link.is-left {
    aspect-ratio: auto;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .timer {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: row;
  }

  .timer.is-blog {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .timer.is-blog-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card_list-heading {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post3-content_content {
    margin-bottom: 3rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .text-rich-text h3 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .text-rich-text h2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .text-rich-text li {
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
  }

  .text-rich-text h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text-rich-text h5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .blog-content-wrapper {
    grid-template-columns: 1fr minmax(60px, auto);
  }

  .hide-tablet {
    display: none;
  }

  .blog-head-copy {
    font-size: 1.125rem;
  }

  .date-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-link {
    color: #fff;
    text-align: center;
    border-radius: 20rem;
    padding: .5em 1em;
    font-size: 1.4rem;
    display: flex;
  }

  .text-link.w--current {
    color: #fff;
  }

  .code-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4, h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .section._100vh-center-justify {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.overflow-on.no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.no-bottom-padding.no-top-padding-land {
    padding-top: 0;
  }

  .section._90vh-height-extra-padding {
    flex-direction: column;
  }

  .section.applepay-hero {
    background-image: linear-gradient(125deg, #fff 35%, #27b0fd80);
    min-height: auto;
    margin-top: 0;
    padding-top: 3rem;
  }

  .container._1120-px-width-sticky-land {
    background-color: #fff;
    border-radius: 35px;
    max-width: 435px;
    height: 630px;
    padding: 2rem;
    box-shadow: 3px 2px 4px #dcdcdc4d;
  }

  .container._1120-px-width-sticky-land._1 {
    background-color: #d2ddf8;
    max-width: none;
    height: auto;
  }

  .container._1120-px-width-sticky-land._2 {
    background-color: #d4efff;
    max-width: none;
    height: auto;
  }

  .container._1120-px-width-padding {
    background-color: #fff;
    border-radius: 1rem;
    max-width: 435px;
    padding: 2rem;
    box-shadow: 3px 2px 4px #dcdcdc4d;
  }

  .container._1120-px-width-padding.smart-card {
    height: 640px;
  }

  .container._1120-px-width-padding.payment-mode {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container._1120-px-width-padding.pay-card-1.pay-cards {
    height: 580px;
  }

  .container._1120-px-width-padding.pay-card-2 {
    height: 700px;
  }

  .container._1120-px-width-padding.home-cards {
    min-height: 696px;
  }

  .container.overflow-hidden-custom {
    overflow: visible;
  }

  .container._1120-px-width-padding-max-height {
    background-color: #fff;
    border-radius: 1rem;
    max-width: 435px;
    height: 520px;
    padding: 2rem;
    box-shadow: 3px 2px 4px #dcdcdc4d;
  }

  .container._1120-px-width-padding-max-height.smart-card {
    height: 640px;
  }

  .container.blog-container {
    background-color: #fff;
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 3px 2px 4px #dcdcdc4d;
  }

  .container.blog-container.smart-card {
    height: 640px;
  }

  .container.blog-container.payment-mode {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.blog-container.pay-card-1.pay-cards {
    height: 580px;
  }

  .container.blog-container.pay-card-2 {
    height: 700px;
  }

  .container.blog-container.home-cards {
    min-height: 696px;
  }

  .para-medium {
    font-size: 1rem;
  }

  .para-large {
    font-size: 1.125rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-large {
    font-size: 1.25rem;
  }

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

  .link-text {
    font-size: 1.125rem;
  }

  .cta-button.nav {
    display: block;
  }

  .cta-button.nav.desktop, .cta-button.desktop {
    display: none;
  }

  .cta-button.show-mobile {
    display: block;
  }

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

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

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

  .h1 {
    font-size: 2.5rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2.max-width-18ch {
    max-width: none;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .icon {
    width: 60px;
    height: 60px;
  }

  .copyright-txt {
    font-size: 12px;
  }

  .para {
    font-size: .875rem;
  }

  .horizontal-gap-large-center {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .horizontal-gap-large-center.rev {
    flex-direction: column-reverse;
  }

  .card-img-div {
    z-index: 3;
    height: auto;
    margin-bottom: 2rem;
  }

  .card-content-div {
    grid-row-gap: .5rem;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .botim-text-wrap {
    margin-bottom: 1rem;
  }

  .botim-text-wrap.land-show {
    max-width: 260px;
    margin-right: auto;
    display: flex;
  }

  .botim-text-wrap.land-hide {
    display: none;
  }

  .botim-text.xlarge {
    width: 210px;
    height: 70px;
  }

  .botim-text.product {
    max-width: 240px;
  }

  .heading-para-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-stack-wrap {
    display: none;
  }

  .heading-wrap {
    max-width: 450px;
  }

  .slider-contianer {
    height: 100dvh;
  }

  .botim-logo {
    min-width: 100px;
  }

  .hero-img-abs-2, .hero-img-abs-1 {
    flex: none;
    width: 60%;
    top: 8%;
  }

  .horizontal-gap-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .persona-div {
    width: 70%;
  }

  .image {
    height: 100%;
  }

  .botim-logo-wrap {
    width: 100%;
  }

  .overlay-img-center {
    display: none;
  }

  .features-log-abs {
    position: static;
  }

  .gradient-text-wrap.text-align--left.center-align-tab {
    text-align: center;
  }

  .vertical-flex {
    grid-row-gap: 2rem;
  }

  .vertical-flex.hero-vectors {
    grid-row-gap: .8rem;
  }

  .heading-experience-wrap.width-expeirence {
    max-width: 680px;
  }

  .heading-experience-wrap.width-product {
    max-width: 620px;
  }

  .experience-image-div {
    width: 50%;
  }

  .experience-image-div.land-show, .experience-image-wrap {
    display: none;
  }

  .experience-image-wrap.landscape-show {
    flex-direction: column;
    display: flex;
  }

  .slider-card-div {
    width: 100%;
    min-width: 200px;
  }

  .slider-card-div.card-1 {
    background-image: url('../images/home-card-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block {
    max-width: none;
    overflow: hidden;
  }

  .life-img-div {
    width: 80%;
    min-width: auto;
    max-width: 345.594px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-bg-img.is-pay {
    object-fit: contain;
    height: 100%;
  }

  .money-float-img-1 {
    z-index: 21;
    width: 25%;
    inset: 0% 105% auto auto;
  }

  .money-float-img-2 {
    width: 50%;
    top: 22%;
    left: auto;
    right: 78%;
  }

  .money-float-img-3 {
    width: 60%;
    bottom: -11%;
    left: 42%;
  }

  .connect-float-img-1 {
    width: 30%;
    inset: 0% auto auto 0%;
  }

  .connect-float-img-2 {
    z-index: 21;
    width: 50%;
    bottom: 8%;
  }

  .connect-float-img-3 {
    width: 40%;
  }

  .smart-float-img-1 {
    width: 25%;
    inset: 0% 0% auto auto;
  }

  .smart-float-img-2 {
    z-index: -1;
    width: 20%;
    inset: 20% 0% auto 93%;
  }

  .smart-float-img-3 {
    width: 50%;
  }

  .stores-float-img-1 {
    z-index: -1;
    width: 25%;
    inset: 0% 80% auto auto;
  }

  .stores-float-img-3 {
    width: 45%;
    inset: auto auto 0% 0%;
  }

  .home-float-img-1 {
    width: 25%;
  }

  .home-float-img-2 {
    width: 20%;
  }

  .home-float-img-3 {
    width: 50%;
  }

  .more-float-img-1 {
    width: 25%;
  }

  .more-float-img-2 {
    width: 20%;
  }

  .more-float-img-3 {
    width: 50%;
    top: 85%;
  }

  .section-100vh-center-justify {
    z-index: 1;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: sticky;
    top: 3rem;
  }

  .section-100vh-center-justify._2 {
    z-index: 2;
    margin-bottom: 4rem;
    top: 4.5rem;
  }

  .section-100vh-center-justify._3 {
    z-index: 3;
    margin-bottom: 3rem;
    top: 6rem;
  }

  .section-100vh-center-justify._4 {
    z-index: 4;
    margin-bottom: 2rem;
    top: 7.5rem;
  }

  .section-100vh-center-justify._5 {
    z-index: 5;
    margin-bottom: 1rem;
    top: 9rem;
  }

  .section-100vh-center-justify._6 {
    z-index: 6;
    margin-bottom: 0;
    top: 10.5rem;
  }

  .cta-wrap-top-margin {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lottie-animation-2.land-show {
    display: block;
    top: 1px;
  }

  .black-extension {
    height: 17.5%;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .footer-grid.center-align {
    grid-row-gap: 30px;
  }

  .footer_link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-div {
    grid-row-gap: 30px;
    width: 100%;
    max-width: 380px;
  }

  .vertical-flex-gap-medium.width-50p {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .vertical-flex-gap-medium.width-50p.applepay-hero-card {
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .footer-social-icon-wrap {
    grid-column-gap: 1rem;
    justify-content: center;
  }

  .footer-social-icon-links {
    filter: none;
    width: 42px;
    height: 42px;
  }

  .footer-social-icon-links.yt {
    height: 45px;
  }

  .app-downlaod-link {
    width: 30%;
  }

  .div-block-3 {
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-botim-logo {
    width: 50%;
    margin-bottom: 4rem;
  }

  .footer-bottom-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .text-xlarge {
    font-size: 1.5rem;
  }

  .horizontal-center-gap-small {
    grid-column-gap: .5rem;
  }

  .copy-wrap {
    grid-row-gap: .5rem;
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

  .download-popup {
    display: none;
  }

  .product-hero-img-div {
    width: 100%;
    min-width: auto;
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-hero-img-div.apple-pay {
    max-width: 280px;
  }

  .product-heading-wrap {
    max-width: 450px;
  }

  .product-heading-wrap.max-width-none-mobile {
    max-width: none;
  }

  .horizontal-gap-medium-product {
    flex-direction: column;
  }

  .vertical-flex-gap-product {
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .cta-wrap {
    flex-wrap: wrap;
  }

  .product-img-div {
    width: 70%;
    height: auto;
    margin-bottom: 2rem;
  }

  .product-img-div.max-width-280-desktop {
    justify-content: center;
    align-items: flex-start;
    height: 60%;
    margin-bottom: 0;
  }

  .product-card-content-div {
    grid-row-gap: .5rem;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .horizontal-gap-large-space-between {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .section-sticky {
    z-index: 1;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: sticky;
    top: 3rem;
  }

  .heading-cta-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .heading-cta-wrap.left-align-mobile {
    text-align: left;
  }

  .horizontal-gap-medium-lannd-rev {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .para-xmedium {
    font-size: .875rem;
  }

  .coming-soon-div {
    border-radius: .5rem;
  }

  .vertical-center-gap-small {
    grid-column-gap: .5rem;
  }

  .div-block-4 {
    grid-column-gap: .8rem;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide-card-wrapper {
    grid-column-gap: 1rem;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .slick-slider {
    width: 100%;
  }

  .stores-float-img-4 {
    width: 25%;
    inset: 22% 100% auto -20px;
  }

  .feature-log-flex {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .applepay-logo-wrapper {
    justify-content: center;
  }

  .logo-image-wrapper.p-mode {
    max-width: 10rem;
  }

  .benefits-item-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 435px;
  }

  .benefits-image-wrapper {
    aspect-ratio: auto;
    max-width: 130px;
    padding-top: 20%;
  }

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

  .spacer-large.hide-land {
    display: none;
  }

  .section_applepay {
    z-index: 1;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .applepay-card-image {
    width: 100%;
    max-width: 190px;
    height: auto;
    margin-right: auto;
  }

  .botim-salary-card-logo {
    max-width: 280px;
  }

  .section-100vh-sticky {
    z-index: 1;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: sticky;
    top: 3rem;
  }

  .tab-link {
    font-size: .8rem;
  }

  .form-3 {
    align-items: stretch;
  }

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

  .hero-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .botim-dashboard-img {
    border-radius: 1rem;
  }

  .dummy-navbar.show-landscape {
    display: block;
  }

  .faq-dd {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .faq-toggle, .load-more-cta {
    font-size: 1.125rem;
  }

  .licensed-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-xxlarge {
    font-size: 1.5rem;
  }

  .section_payment-modes._100vh-center-justify {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_payment-modes.hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_payment-modes.overflow-on.no-padding-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_payment-modes.no-bottom-padding.no-top-padding-land {
    padding-top: 0;
  }

  .section_payment-modes._90vh-height-extra-padding {
    flex-direction: column;
  }

  .section_payment-modes.applepay-hero {
    background-image: linear-gradient(125deg, #fff 35%, #27b0fd80);
    min-height: auto;
    margin-top: 0;
    padding-top: 3rem;
  }

  .payment-modes_logo-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: max-content max-content;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .payment-mode_logo-wrapper._2 {
    width: 24%;
  }

  .payment-mode_logo-wrapper._1 {
    width: 19%;
  }

  .payment-mode_logo-wrapper._3 {
    width: 18%;
  }

  .section_payment {
    z-index: 1;
    align-items: flex-start;
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .licensed-heading {
    font-size: 2rem;
  }

  .txt-cont {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .experience-image-div-home {
    width: 50%;
  }

  .experience-image-div-home.land-show {
    display: block;
  }

  .experience-grid-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 18rem;
    display: grid;
  }

  .blog-card_list-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-card_list {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    grid-template-columns: 1fr;
  }

  .blog-card_list.is-related {
    grid-template-columns: 1fr;
  }

  .blog-card_list.is-bottom {
    padding-bottom: 1.125rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .blog-card_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.125rem;
  }

  .blog-card_item.is-small {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .blog-card_image-wrapper {
    height: 100%;
  }

  .blog-card_image-wrapper.is-left {
    aspect-ratio: 16 / 9;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.1255rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog-card_list-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .blog-post3-header_content-top {
    margin-bottom: .5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blog-heading-wrapper {
    margin-bottom: .5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .text-rich-text figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-rich-text h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .text-rich-text h2 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .text-rich-text li {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .text-rich-text h4 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .blog-post3-content_share {
    flex-flow: row;
    margin-left: 0;
  }

  .blog-post3-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-content-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-head-copy {
    font-size: 1rem;
  }

  .date-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .copied-popup {
    margin-left: -1rem;
  }

  .blog-card-small-heading {
    font-size: 1rem;
  }

  .cards_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #000;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    font-size: clamp(1rem, .9107rem + .4464vw, 1.125rem);
    font-weight: 700;
    display: flex;
  }

  .cards_link.secondary {
    color: #000;
    background-color: #0000;
    padding: 0;
    text-decoration: underline;
  }

  .cards_link.white {
    color: #fff;
    border-bottom-color: #fff;
  }

  .cta-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link-arrow {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .75rem;
    display: flex;
  }

  .banner-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_component {
    display: none;
  }

  .banner_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .security-logo-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4, h5 {
    font-size: 18px;
  }

  .section._100vh-center-justify {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.hero {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.hero.is--bg-white {
    align-items: flex-start;
  }

  .section._90vh-height-extra-padding {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .section.applepay-hero {
    height: 100%;
    padding-top: 2rem;
  }

  .container._1120-px-width-sticky-land {
    max-width: 320px;
    height: 570px;
    padding: 1.5rem;
  }

  .container._1120-px-width-padding {
    max-width: 320px;
    padding: 1rem;
  }

  .container._1120-px-width-padding.payment-mode {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container._1120-px-width, .container.popup {
    max-width: 320px;
  }

  .container.overflow-hidden-custom {
    overflow: visible;
  }

  .container._1120-px-width-padding-max-height {
    max-width: 320px;
    height: 480px;
    padding: 1.5rem 1rem 1rem;
  }

  .container.blog-container {
    height: 500px;
  }

  .container.blog-container.payment-mode {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-large {
    font-size: 1.125rem;
  }

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

  .link-text {
    font-size: 1rem;
  }

  .cta-button.nav {
    font-size: 1.2rem;
  }

  ._4-column-grid, ._3-column-grid, ._2-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 1.75rem;
  }

  .h1.is--bold.is--line-height-small.reveal-type {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 1.25rem;
  }

  .h2.payment-mode-heading {
    font-size: 1.5rem;
  }

  .h3 {
    font-size: 1.125rem;
  }

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

  .copyright-txt {
    font-size: 16px;
  }

  .horizontal-gap-large-center {
    grid-row-gap: 1rem;
    height: 100%;
  }

  .card-img-div {
    width: 60%;
  }

  .card-content-div {
    flex: 1;
    height: auto;
  }

  .botim-text-wrap.land-show {
    max-width: 200px;
  }

  .botim-text.xlarge {
    width: 150px;
    height: 50px;
  }

  .botim-text.product {
    max-width: 170px;
  }

  .heading-wrap {
    max-width: 350px;
  }

  .hero-vertical-gap.center-align.text-align--center {
    grid-row-gap: 3rem;
    justify-content: flex-start;
  }

  .slider-contianer {
    height: auto;
    min-height: 90vh;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .hero-img-abs-2 {
    justify-content: flex-end;
    width: 60%;
    display: flex;
  }

  .hero-img-abs-2.image {
    max-width: 70%;
  }

  .hero-img-abs-1 {
    width: 60%;
    display: block;
  }

  .hero-img-abs-1.image {
    max-width: 70%;
  }

  .persona-div {
    width: 80%;
  }

  .botim-logo-abs-div {
    width: 18%;
  }

  .experience-image-div {
    width: 60%;
  }

  .slider-card-div {
    min-width: 150px;
  }

  .connect-float-img-3 {
    bottom: -10px;
  }

  .home-float-img-1 {
    z-index: 21;
    left: 0%;
  }

  .home-float-img-2 {
    inset: 18% 87% auto auto;
  }

  .more-float-img-1 {
    z-index: -1;
    inset: 0% 80% auto auto;
  }

  .more-float-img-2 {
    inset: 19% 93% auto auto;
  }

  .section-100vh-center-justify {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    top: 0;
  }

  .section-100vh-center-justify._2 {
    top: 1rem;
  }

  .section-100vh-center-justify._3 {
    top: 2rem;
  }

  .section-100vh-center-justify._4 {
    top: 3rem;
  }

  .section-100vh-center-justify._5 {
    top: 4rem;
  }

  .section-100vh-center-justify._6 {
    top: 5rem;
  }

  .cta-wrap-top-margin {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .lottie-animation-2.land-show {
    top: 1px;
  }

  .black-extension {
    height: 17.75%;
  }

  .footer_link {
    grid-column-gap: 20px;
  }

  .footer_link.is--small {
    font-size: .875rem;
  }

  .vertical-flex-gap-medium.width-50p {
    grid-row-gap: 1rem;
  }

  .vertical-flex-gap-medium.width-50p.applepay-hero-card {
    margin-bottom: 1rem;
  }

  .app-downlaod-link {
    width: 100%;
    max-width: 140px;
  }

  .footer-botim-logo {
    width: 100%;
  }

  .text-xlarge {
    font-size: 1.25rem;
  }

  .horizontal-center-gap-small {
    grid-column-gap: .25rem;
  }

  .width-240 {
    max-width: none;
  }

  .copy-wrap {
    grid-row-gap: 0rem;
  }

  .nav-menu-link-wrap {
    overflow: auto;
  }

  .product-hero-img-div.apple-pay {
    max-width: 190px;
  }

  .product-heading-wrap {
    max-width: 350px;
  }

  .vertical-flex-gap-product {
    grid-row-gap: 1.5rem;
  }

  .cta-wrap {
    grid-row-gap: .5rem;
    justify-content: center;
  }

  .product-img-div {
    width: 100%;
    display: block;
  }

  .product-img-div.is-money {
    width: 100%;
  }

  .section-sticky {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    top: 2rem;
  }

  .section-sticky.connect-stick-1 {
    margin-bottom: 3rem;
  }

  .section-sticky.connect-stick-2 {
    margin-bottom: 2rem;
    top: 4rem;
  }

  .section-sticky.connect-stick-4 {
    top: 6rem;
  }

  .section-sticky.money-stick-2 {
    margin-bottom: 2rem;
    top: 4rem;
  }

  .section-sticky.money-stick-1 {
    margin-bottom: 3rem;
  }

  .section-sticky.more-stick-1 {
    margin-bottom: 2rem;
  }

  .section-sticky.more-stick-2 {
    margin-bottom: 1rem;
    top: 4rem;
  }

  .section-sticky.more-stick-3 {
    top: 5rem;
  }

  .section-sticky.money-stick-3 {
    margin-bottom: 1rem;
    top: 5rem;
  }

  .section-sticky.money-stick-4 {
    top: 5rem;
  }

  .section-sticky.smart-stick-1 {
    margin-bottom: 4rem;
  }

  .section-sticky.smart-stick-2 {
    margin-bottom: 3rem;
    top: 4rem;
  }

  .section-sticky.connect-stick-3 {
    margin-bottom: 2rem;
    top: 4rem;
  }

  .section-sticky.smart-stick-3 {
    margin-bottom: 2rem;
    top: 5rem;
  }

  .section-sticky.smart-stick-4 {
    margin-bottom: 1rem;
    top: 6rem;
  }

  .section-sticky.smart-stick-5 {
    top: 7rem;
  }

  .section-sticky.store-stick-1 {
    margin-bottom: 1rem;
  }

  .section-sticky.store-stick-2 {
    top: 4rem;
  }

  .section-sticky.pay-stick-1 {
    margin-bottom: 1rem;
    top: 4rem;
  }

  .section-sticky.pay-stick-2 {
    top: 4rem;
  }

  .section-sticky.connect-stickk-3 {
    margin-bottom: 1rem;
    top: 5rem;
  }

  .section-sticky.money-stickk-4 {
    top: 6rem;
  }

  .section-sticky.home-stick-1 {
    margin-bottom: 1rem;
  }

  .section-sticky.blog-stick-1 {
    margin-bottom: 3rem;
  }

  .section-sticky.blog-stick-2 {
    margin-bottom: 2rem;
    top: 4rem;
  }

  .section-sticky.blog-stick-3 {
    margin-bottom: 1rem;
    top: 5rem;
  }

  .para-xmedium {
    font-size: .9rem;
  }

  .vertical-center-gap-small {
    grid-column-gap: .25rem;
  }

  .cover-top-abs {
    display: none;
  }

  .slick-slider {
    width: 90%;
  }

  .slider-wrap {
    max-width: 325px;
  }

  .logo-image-wrapper.p-mode {
    max-width: 8rem;
  }

  .benefits-item-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .benefits-image-wrapper {
    padding-top: 25%;
  }

  .section_applepay {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: static;
  }

  .applepay-card-image {
    max-width: 300px;
    display: block;
  }

  .botim-salary-card-logo {
    max-width: 240px;
  }

  .section-100vh-sticky {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    top: 2rem;
  }

  .section-100vh-sticky.connect-stick-1 {
    margin-bottom: 3rem;
  }

  .section-100vh-sticky.connect-stick-2 {
    margin-bottom: 2rem;
    top: 4rem;
  }

  .section-100vh-sticky.connect-stick-3 {
    margin-bottom: 1rem;
    top: 5rem;
  }

  .section-100vh-sticky.connect-stick-4 {
    top: 6rem;
  }

  .section-100vh-sticky.money-stick-2 {
    top: 4rem;
  }

  .section-100vh-sticky.money-stick-1 {
    margin-bottom: 1rem;
  }

  .section-100vh-sticky.more-stick-1 {
    margin-bottom: 2rem;
  }

  .section-100vh-sticky.more-stick-2 {
    margin-bottom: 1rem;
    top: 4rem;
  }

  .section-100vh-sticky.more-stick-3 {
    top: 5rem;
  }

  .tab-link {
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dummy-navbar {
    height: 3.5rem;
  }

  .hero-carousel {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .licensed-container {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-xxlarge {
    font-size: 1.25rem;
  }

  .section_payment-modes._100vh-center-justify {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_payment-modes.hero {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_payment-modes.hero.is--bg-white {
    align-items: flex-start;
  }

  .section_payment-modes._90vh-height-extra-padding {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .section_payment-modes.applepay-hero {
    height: 100%;
    padding-top: 2rem;
  }

  .payment-modes_logo-container {
    grid-column-gap: .5rem;
    grid-row-gap: 1.25rem;
  }

  .section_payment {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: static;
  }

  .experience-image-div-home {
    width: 60%;
  }

  .blog-card_list.is-bottom {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-card_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .blog-card_item.is-small {
    grid-template-columns: 1fr;
  }

  .blog-card_item.is-small.is--bg-white {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .timer.is-blog, .timer.is-blog-copy {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    flex-flow: column;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card_list-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blog-post3-header_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post3-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post3-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post3-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post3-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post3-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .copied-popup {
    margin-left: -.5rem;
    left: 0;
  }

  .hide-portrait {
    display: none;
  }

  .cards_link {
    grid-column-gap: clamp(.25rem, -.25rem + 2.5vw, .5rem);
    grid-row-gap: clamp(.25rem, -.25rem + 2.5vw, .5rem);
  }

  .banner-component {
    width: 100%;
  }

  .banner_component {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .banner_button {
    min-width: 6.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

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

  .security-wrap {
    padding: .5rem;
  }
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df733-d39df5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df735-d39df5d3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df742-d39df5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df753-d39df5d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df771-d39df5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df77e-d39df5d3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df788-d39df5d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863145d7-9668-54b5-09e2-9939d39df79a-d39df5d3 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-b3240c98-6a42-29ea-42f4-036214e0ef22-e9059090, #w-node-eff4b32b-aef9-5942-40d1-58da02333755-e9059090, #w-node-cf322f1d-8744-2b9d-612d-2b1727e3ce96-e9059090, #w-node-_187e77bd-7ceb-3367-4fa3-f7b2cd2699a4-e9059090, #w-node-_99561352-1460-caab-635c-ba2cccd89a01-e9059090, #w-node-e9acd75f-993c-6d2d-2051-b8ba002f173d-e9059090, #w-node-e9acd75f-993c-6d2d-2051-b8ba002f173e-e9059090, #w-node-e9acd75f-993c-6d2d-2051-b8ba002f173f-e9059090, #w-node-e9acd75f-993c-6d2d-2051-b8ba002f1740-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd7-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd8-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd9-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8c-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8d-e9059090 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10161b8e-728e-6467-cf8c-0e0b67974a8b-e9059091, #w-node-_10161b8e-728e-6467-cf8c-0e0b67974a8d-e9059091, #w-node-_10161b8e-728e-6467-cf8c-0e0b67974a8f-e9059091, #w-node-_7d3a9e1a-0b0a-ea25-778a-ed712bca53eb-e9059092, #w-node-c6ecb9d4-85f0-fec1-f98b-e71f4363663f-e9059092, #w-node-dd2121f9-8dfa-4f1d-a6be-36b1545e3354-e9059092, #w-node-_29957c23-5067-ecd2-25c1-b32d47ee4b64-e9059093, #w-node-_29957c23-5067-ecd2-25c1-b32d47ee4b66-e9059093, #w-node-_29957c23-5067-ecd2-25c1-b32d47ee4b68-e9059093 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c90cc3-6360-84bd-f781-570588eca96f-e905909b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_89ca4dca-f136-89a4-ff30-54ee6a15d538-e905909b {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_863145d7-9668-54b5-09e2-9939d39df77e-d39df5d3 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b3240c98-6a42-29ea-42f4-036214e0ef22-e9059090, #w-node-eff4b32b-aef9-5942-40d1-58da02333755-e9059090, #w-node-cf322f1d-8744-2b9d-612d-2b1727e3ce96-e9059090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_187e77bd-7ceb-3367-4fa3-f7b2cd2699a4-e9059090 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_99561352-1460-caab-635c-ba2cccd89a01-e9059090 {
    grid-area: 2 / 4 / 3 / 6;
  }

  #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd7-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd8-e9059090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd9-e9059090 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8c-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8d-e9059090 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_863145d7-9668-54b5-09e2-9939d39df742-d39df5d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3240c98-6a42-29ea-42f4-036214e0ef22-e9059090, #w-node-eff4b32b-aef9-5942-40d1-58da02333755-e9059090, #w-node-cf322f1d-8744-2b9d-612d-2b1727e3ce96-e9059090, #w-node-_187e77bd-7ceb-3367-4fa3-f7b2cd2699a4-e9059090 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99561352-1460-caab-635c-ba2cccd89a01-e9059090 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8c-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8d-e9059090, #w-node-_07f7c26a-728a-abc2-6154-95d4f6baf671-e9059092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71791b3a-52fd-03c5-d93f-2886f1a9d166-e9059092 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89ca4dca-f136-89a4-ff30-54ee6a15d538-e905909b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3240c98-6a42-29ea-42f4-036214e0ef22-e9059090, #w-node-eff4b32b-aef9-5942-40d1-58da02333755-e9059090, #w-node-cf322f1d-8744-2b9d-612d-2b1727e3ce96-e9059090, #w-node-_187e77bd-7ceb-3367-4fa3-f7b2cd2699a4-e9059090, #w-node-_99561352-1460-caab-635c-ba2cccd89a01-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd7-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd8-e9059090, #w-node-_37b2fe1e-6f6f-ee30-c0b7-9fbe09302fd9-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8c-e9059090, #w-node-_50ecbeeb-3650-0269-7c4c-0fdbd4d99e8d-e9059090, #w-node-_07f7c26a-728a-abc2-6154-95d4f6baf671-e9059092 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71791b3a-52fd-03c5-d93f-2886f1a9d166-e9059092 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}