:root {
  --black: black;
  --subtext: #979797;
  --white: white;
  --primary: #0063f2;
  --secondary-blue: #137bf2;
  --secondary-panel: #161616;
  --footer: #0b0b0b;
  --border: #2a2a2a;
  --unselected: #545454;
  --panel-background: #0e0e0e;
  --button-text: #e7e7e7;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--subtext);
  letter-spacing: -.36px;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  transform-origin: 0 0;
  color: var(--white);
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  transform-origin: 0 0;
  color: var(--white);
  letter-spacing: -1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--white);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--white);
  letter-spacing: -.48px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  color: var(--white);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

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

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

.section {
  padding: 3rem 3rem 5.625rem;
  overflow: clip;
}

.section.nav {
  z-index: 10;
  background-color: var(--black);
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
  position: absolute;
  inset: 44px 0% auto;
}

.section.hero {
  margin-top: 46px;
  padding-top: 0;
}

.section.integrations {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: clip;
}

.section.testimonials {
  padding-right: 0;
}

.section.cta {
  background-image: url('../images/cta-Image_1cta Image.avif');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.footer-info {
  position: relative;
}

.section.top {
  padding-top: 7.9rem;
}

.container {
  background-color: #ddd0;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
}

.container.integrations {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.container.testimonials {
  max-width: 120rem;
}

.fonts-container {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  justify-content: space-between;
  display: flex;
}

.headings-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-medium {
  letter-spacing: -.32px;
  font-size: 1rem;
}

.text-medium.blog-card-description {
  margin-bottom: 2rem;
}

.text-small {
  letter-spacing: -.28px;
  font-size: .875rem;
}

.home-hero-wrapper {
  text-align: center;
  background-image: url('../images/circle.svg'), linear-gradient(324deg, #050505, #0c0c0c);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #3a3a3a;
  border-radius: 1.25rem;
  height: calc(100dvh - 150px);
  padding-top: 9.7rem;
  padding-bottom: 26.6rem;
  position: relative;
  overflow: clip;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.navbar-brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 31.9824px;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--subtext);
  letter-spacing: -.32px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: auto;
}

.hide {
  display: none;
}

.buttons-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.button-small {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: -.28px;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.button-small.partners {
  background-color: var(--secondary-panel);
  align-self: auto;
  line-height: 1;
}

.button-small.partners:hover {
  background-color: var(--white);
}

.button-medium {
  background-color: var(--footer);
  color: var(--white);
  letter-spacing: -.36px;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.button-medium.grey {
  border-color: var(--white);
}

.button-medium.grey:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.button-medium.blog {
  background-color: var(--secondary-panel);
  margin-top: auto;
  display: inline-flex;
}

.home-hero-content {
  z-index: 1;
  max-width: 57.4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-heading {
  transform-origin: 50% 0;
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
}

.home-hero-description {
  max-width: 37.5rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

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

.home-hero-circle-image {
  z-index: 0;
  object-fit: cover;
  width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -38.776px;
}

.home-hero-reward-image {
  object-position: 50% 50%;
  width: 6.5rem;
  position: absolute;
  inset: 4rem auto auto -4.75rem;
  transform: translate(-100%);
}

.hh-decorative-images-holder {
  display: block;
}

.home-hero-redeem-image {
  object-fit: contain;
  max-width: 8rem;
  position: absolute;
  inset: 23.875rem auto auto -9.875rem;
}

.home-hero-cd-image {
  object-fit: contain;
  max-width: 10rem;
  position: absolute;
  inset: 18.6rem -4.1rem auto auto;
  transform: translate(50%);
}

.home-hero-people-image {
  object-position: 50% 50%;
  width: 8rem;
  position: absolute;
  inset: 1.5rem -4.875rem auto auto;
  transform: translate(100%);
}

.marquee-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: clip;
}

.marquee-logo {
  object-fit: contain;
  align-self: center;
  max-width: 13.75rem;
}

.marquee-wrap {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  flex-flow: row;
  display: flex;
}

.section-content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  width: 100%;
  min-width: 40%;
  max-width: 40rem;
  display: flex;
}

.section-content.cta {
  z-index: 1;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.1rem;
  position: relative;
}

.section-content.services {
  max-width: 50rem;
}

.section-content.centered {
  z-index: 1;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.75rem;
  display: flex;
}

.section-top.centered {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.home-integrations-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding-left: 7.5rem;
  display: flex;
  position: relative;
}

.integrations-description {
  max-width: 30.25rem;
  margin: .25rem auto 2rem;
}

.integrations-content {
  width: 42rem;
  min-width: 42rem;
  margin-top: auto;
  margin-bottom: 2.125rem;
}

.home-integrations-cards {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  min-width: 39.875rem;
  display: flex;
}

.home-integrations-cards.center {
  margin-left: 7.5rem;
}

.home-integrations-cards.left-center {
  margin-left: -7.5rem;
}

.integration-card {
  grid-column-gap: .625rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border);
  text-align: left;
  background-image: linear-gradient(281deg, #000, #0c0c0c);
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3rem 1fr;
  grid-auto-columns: 1fr;
  max-width: 18.75rem;
  padding: 1.25rem;
  font-weight: 400;
  display: grid;
  box-shadow: 0 0 3px #0000001a;
}

.integration-card-image {
  filter: saturate(200%) brightness(200%);
  border-radius: 62.5rem;
  width: 3rem;
}

.home-integrations-card-heading {
  letter-spacing: -.32px;
  font-size: 1rem;
  font-weight: 600;
}

.integrations-cards-wrapper {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-flow: column;
  display: flex;
}

.integrations-cards-wrapper.right {
  transform: translate(-3.7rem);
}

.integrations-cards-wrapper.left {
  transform: translate(3.7rem);
}

.full-circle-background {
  z-index: -1;
  max-width: 77.8125rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.testimonials-wrapper {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.testimonials-wrapper.splide {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
}

.testimonials-content {
  width: 150%;
  overflow: clip;
}

.testimonials-content.splide {
  width: 60%;
  min-width: 60%;
}

.h2 {
  color: var(--white);
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-5 {
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimonials-cards {
  max-width: 27.5rem;
  margin-top: 1.375rem;
  overflow: visible;
}

.testimonials-cards.border {
  border: 1px solid var(--unselected);
  border-radius: 1.75rem;
  padding: 1.75rem;
}

.testimonial-card {
  grid-column-gap: .625rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border);
  text-align: left;
  background-image: linear-gradient(#000, #0c0c0c);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  padding: 2.125rem 1.875rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 0 3px #0000001a;
}

.testimonial-image {
  border-radius: 100%;
  width: 5rem;
  margin-bottom: 7.25rem;
}

.h4 {
  color: var(--white);
  letter-spacing: -.64px;
  font-size: 2rem;
}

.h4.testimonial-description {
  color: var(--white);
  margin-bottom: 4rem;
  font-weight: 400;
}

.h4.blog-card-heading {
  letter-spacing: 0;
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.paragraph {
  letter-spacing: -.04px;
  font-size: 1.25rem;
  font-weight: 700;
}

.paragraph.testimonial-author {
  color: var(--primary);
}

.testimonials-slider {
  background-color: #ddd0;
  height: auto;
}

.testimonial-slide {
  max-width: 27.5rem;
  margin-right: 1.5rem;
}

.testimonial-blocker {
  display: none;
}

.testimonials-nav {
  position: absolute;
  inset: -57px 0% auto auto;
}

.text-display {
  color: var(--white);
  letter-spacing: -1.6px;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: 600;
  display: flex;
}

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

.blog-card {
  background-image: linear-gradient(190deg, #000, #0c0c0c);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1 1 0;
  width: 100%;
  max-width: 28rem;
  display: flex;
  overflow: clip;
}

.blog-card:first-child {
  width: 130%;
  max-width: none;
}

.blog-card-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem 1rem;
  display: flex;
}

.blog-card-thumbnail {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blogs-cards-list-wrapper {
  flex: 1;
}

.cta-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-heading {
  transform-origin: 50% 0;
  color: var(--white);
  font-size: 3.5rem;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left {
  max-width: 21.25rem;
}

.footer-social-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  margin-top: 1.125rem;
  display: flex;
}

.footer-social-link {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  display: flex;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-logo {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  color: var(--white);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  display: flex;
}

.footer-right {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-links-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-column-heading {
  font-size: 1.5rem;
  font-weight: 500;
}

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

.utility-page-content {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.footer-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--subtext);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-image {
  width: 1.5rem;
}

.footer-info {
  background-color: var(--secondary-panel);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-info-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-hero-description-wrap {
  margin-top: 30px;
}

.hero-decorative-image {
  opacity: .7;
}

.main-wrapper {
  padding-top: 5.18rem;
}

.integrations-hero-description {
  max-width: 37.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
}

.integrations-card {
  z-index: 1;
  border: 1px none var(--border);
  box-shadow: none;
  text-align: center;
  background-image: none;
  border-radius: 1.125rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem 1.75rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.integrations-card-heading {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.integrations-card-description {
  letter-spacing: -.32px;
  font-size: 1rem;
}

.about-hero-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  display: grid;
}

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

.mission-content {
  max-width: 46rem;
  margin-bottom: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mission-heading {
  transform-origin: 50% 0;
  letter-spacing: -.06rem;
  margin-bottom: .5rem;
  font-size: 3rem;
}

.mission-tag {
  transform-origin: 50% 0;
  font-size: 2rem;
  font-weight: 700;
}

.mission-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 84rem;
  margin-bottom: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.inline-text {
  display: inline;
}

.blog-category {
  background-color: var(--secondary-panel);
  border-radius: 20px;
  margin-bottom: .5rem;
  padding: .25rem 1rem;
  display: inline-block;
}

.blog-category.hero {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-l-card-heading {
  margin-bottom: 1.375rem;
  font-size: 2.25rem;
}

.updated-date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .875rem;
  display: flex;
}

.blog-l-paragraph {
  margin-bottom: 2rem;
}

.blog-l-card-cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-hero-right {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  overflow: clip;
}

.blog-category-and-time-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.read-time-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-heading.heading-2 {
  margin-bottom: .6rem;
}

.blog-bottom-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.autor-image {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-article-wrapper {
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}

.blog-article {
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

.blog-article h1 {
  margin-top: .2em;
  font-size: 3rem;
}

.blog-article h3 {
  margin-top: .2em;
  font-size: 1.5rem;
}

.blog-article h4 {
  margin-top: .2em;
  font-size: 1.25rem;
}

.blog-article h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-article h2 {
  margin-top: .2em;
}

.blog-article p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.375rem;
  font-weight: 400;
}

.blog-article li {
  font-size: 1.375rem;
  font-weight: 400;
}

.blog-article ol, .blog-article ul {
  margin-top: 1em;
}

.blog-share-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.investors-and-partners {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.i-and-p-left {
  background-color: var(--panel-background);
  text-align: left;
  border-radius: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.i-p-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.i-p-logo {
  object-fit: contain;
  height: 3rem;
}

.i-p-logo.small {
  filter: grayscale();
  height: 3rem;
}

.i-and-p-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--primary);
  text-align: left;
  border-radius: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.contact-heading {
  transform-origin: 0 0;
  margin-bottom: 6.5rem;
}

._404-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

._404-image {
  width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

._404-subheading {
  margin-bottom: 1rem;
}

.utility-heading {
  margin-bottom: 1.125rem;
}

.utility-wrapper {
  border-bottom: 1px solid var(--white);
}

.utility-paragraph {
  max-width: 31.25rem;
  padding-bottom: 2.25rem;
}

.sg-heading-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.style-guide-heading {
  align-self: center;
  font-weight: 700;
}

.style-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-right: auto;
  display: flex;
}

.subheading {
  margin-bottom: 20px;
}

.text-block {
  font-weight: 700;
}

.typography-heading {
  margin-bottom: 60px;
  padding-top: 29px;
}

.styleguide-color-code {
  color: #fff;
  font-weight: 400;
}

.line-animate {
  background-color: var(--white);
  transform-origin: 0%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

._4th-navlink {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.count-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: text-top;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.32em;
  display: inline-grid;
  position: relative;
}

.stats-card-headings {
  display: none;
}

.stats-card-headings.empty {
  opacity: 0;
  display: block;
}

.stats-card-headings.one {
  display: block;
}

.color-pill {
  color: #fff;
  border-radius: 1.25rem;
  width: 60px;
  height: 22px;
  font-weight: 400;
}

.color-pill.primary {
  background-color: var(--primary);
  border-radius: 20px;
}

.color-pill.black {
  background-color: var(--black);
}

.color-pill.white {
  background-color: var(--white);
}

.color-pill.subtext-color {
  background-color: var(--subtext);
}

.color-pill.border-color {
  background-color: var(--border);
}

.color-pill.panel-background-color {
  background-color: var(--panel-background);
}

.color-pill.unselected-color {
  background-color: var(--unselected);
}

.color-pill.footer-color {
  background-color: var(--footer);
}

.color-pill.button-text-color {
  background-color: var(--button-text);
}

.color-pill.secondary-panel-color {
  background-color: var(--secondary-panel);
}

.author-image {
  width: 29px;
}

.faq_question-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_item {
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.section_header {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_header.left-aligned-10 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.faq_plus {
  width: 1.25rem;
  height: 1.25rem;
}

.faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faq_heading {
  font-size: 1.5rem;
  line-height: 1.6em;
}

.faq_answer-wrapper {
  overflow: clip;
}

.faq_answer {
  padding-top: .5rem;
}

.button-underline {
  background-color: var(--footer);
  color: var(--white);
  letter-spacing: -.36px;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
  display: inline-flex;
}

.services-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 66px;
  padding-bottom: 58px;
  display: grid;
}

.service-card {
  border: 1px solid var(--border);
  background-image: linear-gradient(#000, #0c0c0c);
  border-radius: 1.25rem;
  width: 100%;
  overflow: clip;
}

.how-it-works-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: grid;
}

.how-it-works-tabs {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.how-it-works-link {
  border: 1px solid var(--border);
  color: var(--subtext);
  text-align: center;
  background-color: #ddd0;
  border-radius: 6.25rem;
  padding: .5rem 2rem;
}

.how-it-works-link.w--current {
  background-color: var(--secondary-panel);
  color: var(--subtext);
}

.navbar-logo {
  height: 100%;
}

.looping-words__selector {
  pointer-events: none;
  width: 100%;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.looping-words__edge {
  border-top: .035em solid var(--primary);
  border-left: .035em solid var(--primary);
  width: .125em;
  height: .125em;
  position: absolute;
  top: 0;
  left: 0;
}

.looping-words__edge.is--2 {
  left: auto;
  right: 0;
  transform: rotate(90deg);
}

.looping-words__edge.is--3 {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}

.looping-words__edge.is--4 {
  top: auto;
  bottom: 0;
  transform: rotate(270deg);
}

.looping-words__fade {
  background-image: linear-gradient(180deg, var(--black) 5%, #e6e2f700 40%, #e6e2f700 60%, var(--black) 95%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.looping-words {
  height: 3em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.looping-words__containers {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.looping-words__list {
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.looping-words__p {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-heading-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 4rem;
  line-height: 1.4;
  display: flex;
}

.looping-words-wrapper {
  justify-content: center;
  align-items: center;
  height: 1em;
  display: inline-flex;
  overflow: clip;
}

.security_image-top-left {
  width: 6.8125rem;
  position: absolute;
  inset: 2.0625rem auto auto -.4375rem;
}

.security_image-bottom-right {
  width: 6.9375rem;
  position: absolute;
  inset: auto -1.6875rem 1.125rem auto;
}

.security_image-top-right {
  width: 4.625rem;
  position: absolute;
  inset: -1.25rem .625rem auto auto;
}

.service-pop-up {
  z-index: 10;
  background-color: var(--black);
  display: none;
  position: fixed;
  inset: 0%;
}

.img-slider__thumb {
  aspect-ratio: 1.5;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: .3125rem;
  width: 7rem;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.img-slider__thumb:hover {
  border-color: #fff6;
}

.img-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.img-slide__inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-slider__nav {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.slider-thumb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.img-slider__list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-card-wrapper.two {
  padding-top: 6.25rem;
}

.service-card-wrapper.three {
  padding-top: 12.5rem;
}

.footer-logo-icon {
  width: 4rem;
}

.close-image-slider {
  z-index: 1;
  background-color: #efefef00;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 3.125rem 3.125rem auto auto;
}

.ikonik-ugb3h {
  color: var(--white);
}

.heading-size-1x125rem {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--primary);
  box-shadow: 0 0 0 8px var(--secondary-panel);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
}

.steps-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.step-number {
  border: 1px solid var(--border);
  background-color: var(--black);
  border-radius: .35rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  box-shadow: 0 0 3px #0000001a;
}

.vertical-gradient {
  background-image: linear-gradient(180deg, var(--primary) 35%, #0063f200);
  width: 3px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.global-styles {
  display: none;
}

.pulse-strip {
  justify-content: space-between;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: auto calc(12.5% - .375rem) 58px;
}

.pulse-rectangle {
  background-color: var(--primary);
  opacity: .43;
  width: 4px;
  height: 100%;
}

.ikonik-mtv1s {
  color: #1b75ff;
}

.splide {
  overflow: hidden;
}

.splide__track {
  overflow: visible;
}

.splide__slide {
  width: auto;
}

.arrows-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.ikonik-au4if, .ikonik-6xm68 {
  color: var(--white);
}

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

.maps-embed {
  width: 100%;
  height: 3.125rem;
}

.google-tag-manager-script {
  display: none;
}

.ikonik-cpvuj {
  color: #1b75ff;
}

.header-strip {
  color: var(--white);
  border: 1px solid #000;
  border-style: solid none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.strip-section {
  border-bottom: 1px solid var(--border);
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.ikonik-6bl1y {
  color: #1b75ff;
}

.line-animate-2 {
  transform-origin: 0%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-animate-2.bottom {
  inset: auto 0% 0%;
}

.contact-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.contact-details-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.nav {
    overflow: visible;
  }

  .section.integrations {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.footer-info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fonts-container {
    flex-flow: column;
  }

  .home-hero-wrapper {
    z-index: 1;
    padding-bottom: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .navbar-brand.w--current {
    margin-right: auto;
  }

  .nav-menu-wrapper {
    background-color: #c8c8c800;
  }

  .nav-menu {
    z-index: 4;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--black);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    margin-left: 0;
  }

  .menu-button {
    order: 1;
    padding: 8px 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .button-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .home-hero-circle-image {
    width: 1207px;
  }

  .home-hero-reward-image {
    top: 30.2rem;
    left: 4.15rem;
  }

  .home-hero-redeem-image {
    top: 21.275rem;
    left: .025rem;
  }

  .home-hero-cd-image {
    right: 3.7rem;
  }

  .home-hero-people-image {
    top: 29.5rem;
    right: 5.625rem;
  }

  .home-integrations-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .integrations-content {
    order: -1;
    width: auto;
    min-width: auto;
  }

  .home-integrations-cards {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    min-width: auto;
  }

  .home-integrations-cards.center, .home-integrations-cards.left-center {
    margin-left: 0;
  }

  .integration-card {
    grid-auto-columns: 1fr;
  }

  .integrations-cards-wrapper.right, .integrations-cards-wrapper.left {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    transform: none;
  }

  .testimonials-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .testimonials-content {
    width: 100%;
  }

  .testimonial-card {
    grid-auto-columns: 1fr;
  }

  .h4 {
    font-size: 1.5rem;
  }

  .text-display {
    font-size: 3.5rem;
  }

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

  .blog-card:first-child {
    width: 100%;
  }

  .blog-card-content {
    padding: 1.25rem .75rem;
  }

  .blog-card-thumbnail {
    height: 12.5rem;
  }

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

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-left {
    max-width: 18rem;
  }

  .footer-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-decorative-image {
    transform: scale(.6);
  }

  .integrations-hero-description {
    margin-bottom: 2rem;
  }

  .integrations-card {
    grid-auto-columns: 1fr;
    padding: 1.25rem 1rem;
  }

  .integrations-card-description {
    font-size: .875rem;
  }

  .about-hero-wrapper, .mission-stats {
    grid-template-columns: 1fr 1fr;
  }

  .i-p-logo-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_header.left-aligned-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .how-it-works-tabs {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .hero-heading-wrapper {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
    line-height: 1.2;
  }

  .img-slider__thumb {
    flex: none;
  }

  .img-slider__list {
    width: 100%;
  }

  .pulse-strip {
    bottom: 31px;
  }

  .header-strip {
    width: 1000px;
  }

  .strip-section {
    overflow: auto;
  }

  .contact-details-wrapper {
    padding: 1rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3, h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
  }

  .section {
    padding: 2.5rem 1rem;
  }

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

  .section.footer-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .headings-container, .text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-medium.blog-card-description {
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .home-hero-wrapper {
    background-size: 700px, auto;
    height: auto;
    padding-top: 4.1rem;
    padding-bottom: 18.4rem;
  }

  .navbar-brand {
    width: 120px;
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .button-small {
    white-space: nowrap;
  }

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

  .button-medium.blog {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
  }

  .home-hero-description {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .home-hero-circle-image {
    bottom: 0;
  }

  .home-hero-redeem-image {
    top: 16.075rem;
    left: -2.275rem;
  }

  .section-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section-content.cta, .section-content.centered {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .section-top {
    margin-bottom: 1.75rem;
  }

  .home-integrations-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .integrations-content {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-integrations-cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    min-width: calc(100vw - 2.5rem);
  }

  .home-integrations-cards.left-center {
    justify-content: flex-start;
    align-items: center;
  }

  .integration-card {
    align-self: stretch;
  }

  .integrations-cards-wrapper.right.content {
    flex-flow: row-reverse;
    overflow: auto;
  }

  .integrations-cards-wrapper.left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2 {
    font-size: 2rem;
  }

  .testimonial-image {
    width: 3.125rem;
  }

  .h4.testimonial-description {
    margin-bottom: 0;
    font-size: 1.125rem;
  }

  .h4.blog-card-heading {
    font-size: 1.25rem;
  }

  .paragraph.testimonial-author {
    font-size: 1rem;
  }

  .text-display {
    font-size: 2.5rem;
  }

  .blogs-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-card {
    max-width: none;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-heading {
    font-size: 2rem;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-info-wrapper {
    flex-flow: column;
  }

  .integrations-card {
    background-image: linear-gradient(#000, #0c0c0c);
    border-style: solid;
    box-shadow: 0 0 3px #0000001a;
  }

  .mission-content {
    margin-bottom: 2rem;
  }

  .mission-heading {
    font-size: 2.25rem;
  }

  .mission-tag {
    font-size: 1.25rem;
  }

  .blog-l-card-heading {
    font-size: 1.75rem;
  }

  .blog-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-bottom-wrap {
    flex-flow: wrap;
  }

  .blog-article h1 {
    font-size: 2.5rem;
  }

  .blog-article h3 {
    font-size: 1.25rem;
  }

  .blog-article h4, .blog-article h5 {
    font-size: 1rem;
  }

  .blog-article h2 {
    font-size: 1.5rem;
  }

  .blog-article p {
    margin-bottom: .5em;
    font-size: 1.25rem;
  }

  .blog-article h6 {
    font-size: 1rem;
  }

  .blog-article li {
    font-size: 1.25rem;
  }

  .blog-share-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .investors-and-partners {
    grid-template-columns: 1fr;
  }

  .i-and-p-left {
    width: 100%;
  }

  .contact-heading {
    margin-bottom: 2.5rem;
  }

  .utility-paragraph {
    padding-bottom: 1.5rem;
  }

  .sg-heading-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-heading {
    align-self: auto;
  }

  .style-component {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq_heading, .button-underline {
    font-size: 1rem;
  }

  .services-cards {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .how-it-works-menu {
    flex-flow: wrap;
    display: flex;
    position: static;
  }

  .how-it-works-tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .how-it-works-link {
    flex: auto;
  }

  .looping-words__p {
    font-size: 1em;
  }

  .hero-heading-wrapper {
    font-size: 3rem;
  }

  .looping-words-wrapper {
    overflow: clip;
  }

  .img-slider__thumb {
    border-radius: .25rem;
    width: 5rem;
  }

  .img-slider__nav {
    flex-flow: wrap;
  }

  .service-card-wrapper.two, .service-card-wrapper.three {
    padding-top: 0;
  }

  .heading-size-1x125rem {
    font-size: 1rem;
  }

  .integrations-content-wrapper {
    max-width: 100%;
    overflow: auto;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

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

  .step-number {
    order: -9999;
    margin-bottom: 1rem;
  }

  .steps-tab-content {
    padding-top: 0;
  }

  .vertical-gradient, .pulse-strip {
    display: none;
  }

  .contact-details-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.blog-hero {
    padding-top: 2rem;
  }

  .home-hero-wrapper {
    background-size: 500px, auto;
    padding-bottom: 15.4rem;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .home-hero-circle-image {
    bottom: 0;
  }

  .home-hero-redeem-image {
    left: -2.975rem;
  }

  .home-hero-cd-image {
    top: 15.3rem;
    right: .4rem;
  }

  .home-integrations-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .home-integrations-cards.right {
    min-width: auto;
  }

  .integration-card {
    flex-flow: column;
    min-width: 80vw;
    max-width: none;
    display: flex;
  }

  .integrations-cards-wrapper.right {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .integrations-cards-wrapper.left {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    width: 100%;
  }

  .testimonials-content {
    width: auto;
  }

  .testimonials-cards {
    max-width: 90%;
  }

  .testimonial-card {
    border-radius: 1rem;
    max-width: none;
  }

  .testimonial-slide {
    max-width: 100%;
  }

  .testimonials-nav {
    transform: scale(.6);
  }

  .integrations-card {
    max-width: none;
  }

  .about-hero-wrapper {
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mission-heading {
    font-size: 2rem;
    font-weight: 500;
  }

  .mission-stats {
    grid-template-columns: 1fr;
  }

  .blog-article {
    padding-bottom: 3rem;
  }

  .i-and-p-left {
    padding: 1rem;
  }

  .i-p-logo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .i-and-p-right {
    padding: 1rem;
  }

  .services-cards {
    grid-template-columns: 1fr;
  }

  .hero-heading-wrapper {
    font-size: 2.5rem;
  }

  .security_image-top-left {
    width: 5rem;
    top: -.4375rem;
  }

  .security_image-bottom-right {
    width: 6.25rem;
    bottom: -1.175rem;
  }

  .img-slider__thumb {
    width: 4.5rem;
  }

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

  .arrows-wrapper {
    order: 9999;
  }
}

#w-node-_7e948792-3a4a-bce4-d1f4-d3c71951f996-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_133b5b9d-ee35-99cf-12a6-b24ca6b6fb6e-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_745c4605-d840-da85-624c-9f9d61228ec9-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_745c4605-d840-da85-624c-9f9d61228eca-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a345334-182d-b365-d1f3-ae795b208da7-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a345334-182d-b365-d1f3-ae795b208da8-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a345334-182d-b365-d1f3-ae795b208dad-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a345334-182d-b365-d1f3-ae795b208dae-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbefa55e-cd01-08dc-59a1-87d60bae726a-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dbefa55e-cd01-08dc-59a1-87d60bae726b-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbefa55e-cd01-08dc-59a1-87d60bae7270-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dbefa55e-cd01-08dc-59a1-87d60bae7271-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a821b-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a821c-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8221-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8222-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8228-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8229-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a822e-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a822f-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8235-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a8236-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a823b-5d0c1758 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e37ec36a-968e-2941-51d3-5259194a823c-5d0c1758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99f632c-3142-7e76-540d-dd8d6256a732-5d0c1758, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c26-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c28-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c2a-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c2c-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c2e-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c30-87a67c25, #w-node-e1a8114f-a55a-c0e8-0f6d-973587a67c32-87a67c25 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-d57ee19f-c178-7a7f-c2a0-a3b6acfd2d7b-acfd2d76 {
    justify-self: end;
  }
}


