@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-SemiboldItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Regular.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Thin.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Medium.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-ThinItalic.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --text--primary--dark: #3f245f;
  --text--grey--dark: #202939;
  --primary-button: #894ece;
  --light-background: #f9f3ff;
  --text-light: #f8fafc;
  --text-default: #697586;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

a {
  text-decoration: underline;
}

.div-block {
  background-color: #521818;
  width: 500px;
  height: 500px;
  margin-top: 220px;
  margin-left: 220px;
  margin-right: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  aspect-ratio: auto;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #00000029;
  background-clip: border-box;
  border-radius: 360px;
  outline: 3px #333;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 220px;
  right: -50px;
  overflow: visible;
}

.body {
  box-sizing: content-box;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #0000;
  background-clip: border-box;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Degulardisplay, Arial, sans-serif;
  display: flex;
  overflow: visible;
}

.section {
  background-color: #b6b6b6;
  height: 100vh;
  padding-top: 220px;
  overflow: hidden;
}

.section-2 {
  background-color: #142858;
  height: 400px;
}

.section-3 {
  height: 400px;
}

.div-block-3 {
  background-color: #cc3737;
  height: 550px;
}

.div-block-4 {
  background-color: #da9494;
  min-height: 550px;
}

.heading {
  text-align: center;
}

.div-block-5 {
  background-color: #2a0404;
  height: 550px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f9f3ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.heading-2 {
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  width: 80%;
  min-width: auto;
  height: auto;
  min-height: auto;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 90%;
}

.paragraph {
  color: var(--text--primary--dark);
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 450px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.heading-1 {
  color: var(--text--grey--dark);
  text-align: center;
  width: 1000px;
  max-width: 1000px;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 70px;
  line-height: 80%;
}

.button {
  background-color: var(--primary-button);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #894ece;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 56px;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

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

.section-4 {
  height: 900px;
  position: static;
  overflow: auto;
}

.hero-header-subheader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 420px;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 60%;
}

.image-2 {
  z-index: auto;
  width: 100%;
  position: relative;
}

.image-3 {
  width: 70%;
}

.image-4, .image-5 {
  width: 60%;
}

.hero-image-container-1 {
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 40px;
  width: 390px;
  height: 450px;
  position: absolute;
}

.hero-image-container-1.right {
  inset: 0% auto auto 0%;
}

.hero-image-container-1.left {
  inset: auto 0% 0% auto;
}

.image-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-7 {
  width: 55%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0% auto auto;
}

.phone-image {
  width: auto;
  margin-left: 130px;
  padding-left: 0;
}

.image-left-1 {
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 40px;
  width: 400px;
  height: 450px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-left-2 {
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  width: 400px;
  height: 450px;
  position: absolute;
  inset: 0% auto auto 12%;
}

.image-lright-1 {
  z-index: 80;
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 40px;
  width: 400px;
  max-width: none;
  height: 450px;
  position: absolute;
  inset: 0% 0% auto 656px;
}

.image-right-2 {
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 40px;
  width: 400px;
  height: 450px;
  position: absolute;
  inset: 0% auto auto 66%;
}

.section-5 {
  position: relative;
}

.hero-section {
  background-color: #0000;
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.why-frame-container-1 {
  background-color: #f5eefc;
  width: auto;
  height: 350px;
}

.paragraph-2 {
  width: 349px;
  height: 140px;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.why-section {
  background-color: var(--light-background);
  line-height: 26px;
}

.card-header {
  letter-spacing: 1.5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.why-card-subtext {
  letter-spacing: 1px;
  width: auto;
  height: 168px;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.why-card-header-descricription {
  width: auto;
  margin-top: 24px;
  font-family: Degulardisplay, Arial, sans-serif;
}

.why-1 {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  width: 328px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Degulardisplay, Arial, sans-serif;
}

.why-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1440px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.why-frame-container-2 {
  background-color: #fff1e9;
  width: auto;
  height: 350px;
}

.why-frame-container-3 {
  background-color: #ebfcee;
  width: auto;
  height: 320px;
}

.why-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcfcfd;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 100px;
  display: flex;
}

.why-us-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #f5edff;
  background-image: linear-gradient(#fcfcfd, #f5edff 54%, #ebe2f5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 120px 100px;
  display: flex;
  position: static;
}

.why-us-icon-container {
  background-color: #c1f4c9;
  border-radius: 90px;
  width: 64px;
  height: 64px;
}

.regulated-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding: 20px;
  display: flex;
}

.why-us-card-header-descricription-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  display: flex;
}

.why-us-card-header {
  color: var(--text--grey--dark);
  text-align: center;
  letter-spacing: 1.5px;
  width: 300px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.why-us-card-containeer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.how-it-works-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--light-background);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 120px 100px;
  font-family: Degulardisplay, Arial, sans-serif;
  display: flex;
}

.how-it-works-header-subheader {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-description {
  text-align: center;
  letter-spacing: 1.5px;
  width: 650px;
  height: auto;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.section-header-description-button {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.how-it-works-card-3 {
  background-color: #269d3a;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  font-family: Degulardisplay, Arial, sans-serif;
  position: sticky;
  top: 180px;
}

.faq-subheader-2 {
  opacity: 1;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.how-it-works-card-header-copy {
  text-align: left;
  letter-spacing: 1.5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.how-it-works-header-subheader {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 330px;
  padding-left: 0;
  position: relative;
}

.how-it-works-image {
  background-image: url('../images/Step-3.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.image-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.how-it-works-wrapper-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-radius: 60px;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
  top: 100px;
}

.how-it-works-card-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  overflow: auto;
}

.how-it-works-header-subheader-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-it-works-wrapper-2 {
  clear: none;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px #000;
  border-radius: 60px;
  height: 350px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: static;
  top: 100px;
}

.how-it-works-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-radius: 60px;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.how-it-works-card-2 {
  background-color: #894ece;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  font-family: Degulardisplay, Arial, sans-serif;
  position: sticky;
  top: 140px;
}

.how-it-works-card-1 {
  background-color: #e760a9;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  font-family: Degulardisplay, Arial, sans-serif;
  position: sticky;
  top: 100px;
}

.testimonial-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--light-background);
  padding: 120px 100px;
  display: flex;
}

.testionial-quote-icon-container {
  background-color: #c1f4c9;
  border-radius: 90px;
  width: 64px;
  height: 64px;
}

.testimonial-header {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.testimonial-description {
  text-align: left;
  letter-spacing: 1.5px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-header-subheader {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.faq-header-2 {
  color: var(--text--grey--dark);
  text-align: left;
  letter-spacing: 1.5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

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

.faq-wrapper-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #000;
  border-bottom: 1px solid #e3e8ef;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.faq-wrapper-1.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.image-9 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.faq-container {
  background-color: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 45%;
  padding: 24px;
  display: flex;
}

.faq-wrapper-3, .faq-wrapper-2, .faq-wrapper-4, .faq-wrapper-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e3e8ef;
  flex-flow: column;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.faq-wrapper-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 0 solid #e3e8ef;
  flex-flow: column;
  width: auto;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-media {
  background-image: url('../images/andreas-rasmussen-rVNWj0hnjPA-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 420px;
}

.testimonial-text {
  background-color: #fcfcfd;
  border: 1px #202939;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 420px;
  display: flex;
}

.section-6 {
  flex-flow: row;
  display: flex;
}

.div-block-7 {
  background-color: #ffd1ea;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.image-10 {
  width: 48px;
  height: 40px;
}

.name {
  opacity: 1;
  color: var(--text-light);
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Degulardisplay, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

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

.quote {
  color: var(--text-light);
  width: auto;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.testimonial-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.tabs-menu {
  text-align: center;
  object-fit: cover;
  border: 1px solid #cfb1f2;
  border-radius: 8px;
  flex-flow: row;
  width: 460px;
  padding-left: 0;
  display: flex;
  overflow: auto;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: var(--primary-button);
}

.tab-link-tab-1 {
  background-color: #0000;
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-1.w--current {
  background-color: var(--primary-button);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding-bottom: 16px;
  display: flex;
  color: #fff !important;
}

.text-block {
  color: var(--text-light);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2 {
  color: var(--text-default);
  letter-spacing: 1px;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.tabs {
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  display: flex;
}

.flex-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: 452px;
  position: relative;
  overflow: hidden;
}

.image-11 {
  margin-right: 0;
  position: absolute;
  top: 40px;
  left: -235px;
}

.why-frame-container-4 {
  background-color: #fff1e9;
  width: auto;
  height: 320px;
}

.card-header-2 {
  color: var(--text--grey--dark);
  text-align: left;
  letter-spacing: 1.5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.why-card-header-descricription-2 {
  width: auto;
  margin-top: 24px;
}

.why-2 {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  width: auto;
  min-width: 300px;
  max-width: 328px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header-2 {
  color: var(--text--grey--dark);
  text-align: center;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.why-frame-container-5 {
  background-color: #f5eefc;
  width: auto;
  height: 320px;
}

.why-card-subtext-2 {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: 115px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-9 {
  object-fit: fill;
  background-color: #f9f3ff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.sectionh {
  text-align: center;
  width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.how-it-works-wrapper-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px #000;
  border-radius: 60px;
  height: 350px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
  top: 0;
}

.how-it-works-wrapper-5 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px #000;
  border-radius: 60px;
  height: 350px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.faq-subheader-3 {
  opacity: 1;
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.how-it-works-section-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcfcfd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 120px 100px;
  display: flex;
}

.how-it-works-card-4 {
  z-index: 20;
  background-color: #894ece;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: sticky;
  top: 200px;
}

.how-it-works-card-5 {
  z-index: 0;
  background-color: #e760a9;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: sticky;
  top: 100px;
  transform: translate(0);
}

.how-it-works-card-6 {
  z-index: 30;
  background-color: #269d3a;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: static;
  top: 50px;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #894ece;
  border: 1px solid #894ece;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 56px;
  font-size: 16px;
  display: flex;
}

.section-description-2 {
  color: var(--text-default);
  text-align: center;
  letter-spacing: 1.5px;
  width: 480px;
  height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.why-card-subtext-3 {
  letter-spacing: 1px;
  width: auto;
  height: 168px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.regulated-card-wrapperr-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  padding: 20px;
  display: flex;
}

.regulated-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ds-advantage {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-us-2-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 100%;
  height: 320px;
  margin-left: 20px;
}

.image-13, .image-14 {
  height: 320px;
  margin-left: 20px;
}

.nig-recipient-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 40px;
  display: flex;
}

.tabs-content, .div-block-11 {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.tab-pane-tab-1 {
  width: 100%;
}

.regulated-text {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.why-us-icon-container-2 {
  background-color: #ffd4bb;
  border-radius: 90px;
  width: 64px;
  height: 64px;
}

.why-us-icon-container-3 {
  background-color: #ffd1ea;
  border-radius: 90px;
  width: 64px;
  height: 64px;
}

.image-15, .image-16, .image-17 {
  margin-top: 16px;
  padding-right: 4px;
}

.why-card-subtext-4 {
  color: var(--text-default);
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  height: 120px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-15 {
  background-color: #ffd1ea;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.section-7 {
  flex-flow: row;
  display: flex;
}

.image-23 {
  width: 48px;
  height: 40px;
}

.name-2 {
  opacity: 1;
  color: var(--text--grey--dark);
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.quote-2 {
  color: var(--text--grey--dark);
  text-align: left;
  width: 75%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

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

.answer-1 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.faq-wrapper-9, .faq-wrapper-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e3e8ef;
  flex-flow: column;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.faq-wrapper-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 0 solid #e3e8ef;
  flex-flow: column;
  width: auto;
  padding-top: 24px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-header-2 {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.testimonial-section-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #fcfcfd;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  padding: 120px 100px 40px;
  display: flex;
}

.testimonial-description-2 {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1.5px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.dropdown-1 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.faq-wrapper-10, .faq-wrapper-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e3e8ef;
  flex-flow: column;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.how-it-works-image-1 {
  background-image: url('../images/Step-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.how-it-works-image-2 {
  background-image: url('../images/Step-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.regulated-card-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 328px;
  padding: 20px;
  display: flex;
}

.regulated-card-wrapperr-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  padding: 20px;
  display: flex;
}

.faq-wrapper-1-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #000;
  border-bottom: 1px solid #e3e8ef;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.faq-wrapper-1-last {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #000;
  border-bottom: 0 solid #e3e8ef;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.text-block-1 {
  color: var(--light-background);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2-nr {
  /* color: var(--text-light); */
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  font-size: 16px;
  font-weight: 600;
}

.text-block-1-nr {
  /* color: var(--text-default); */
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.container-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f9f3ff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.why-1-ds {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 480px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-2-ds, .why-3-ds {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  width: 328px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-1 {
  background-color: #f5eefc;
  border: .5px solid #fe9bd1;
  border-radius: 8px;
  height: 280px;
}

.ds-wrapper-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.why-2-ds-copy {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-3-ds-copy {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 428px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-4-ds-copy {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 432px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-5-ds-copy {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.why-6-ds-copy {
  background-color: #f8fafc;
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  flex-flow: column;
  width: 300px;
  height: 480px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-2-copy {
  background-color: #fef3f2;
  background-image: url('../images/Reason-icon.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  border: .5px solid #fecdca;
  border-radius: 8px;
  height: 323px;
}

.image-33 {
  background-color: #fff1e9;
  border: .5px solid #ffa16c;
  border-radius: 8px;
  height: 323px;
  overflow: hidden;
}

.image-44 {
  background-color: #f5eefc;
  border: .5px solid #894ece;
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
}

.image-55 {
  background-color: #ebfcee;
  border: .5px solid #a3efaf;
  border-radius: 8px;
  height: 323px;
  overflow: hidden;
}

.image-66 {
  background-color: #fff0f8;
  border: .5px solid #fe9bd1;
  border-radius: 8px;
  height: 255px;
  overflow: hidden;
}

.image-67 {
  height: 50%;
  margin-top: 32px;
  padding-right: 10px;
}

.image-68 {
  height: auto;
  padding-top: 64px;
}

.image-69 {
  width: 110%;
  max-width: none;
  height: auto;
  margin-top: 48px;
  margin-right: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.image-70 {
  height: 100%;
}

.image-71 {
  width: 99.0422%;
  height: 93.1332%;
  margin-top: 8px;
  overflow: hidden;
}

.image-72 {
  object-fit: scale-down;
  width: 99.5155%;
  height: 100%;
}

.advantage-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.ds-wrapper-2, .ds-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.why-card-subtext-2-33, .why-card-subtext-2-yy {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-73 {
  height: auto;
  margin-top: 24px;
  overflow: hidden;
}

.why-card-subtext-2-ii {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.how-it-works-image-4 {
  background-image: url('../images/Step-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.image-74 {
  width: 24px;
  max-width: none;
  max-height: none;
}

.image-75 {
  max-width: 24px;
  max-height: 24px;
}

.complaiance-address-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--text-default);
  flex-flow: column;
  width: 300px;
  display: flex;
}

.footer-h-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 200px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-stroke-color: #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-76 {
  width: 24px;
  max-width: none;
  max-height: none;
}

.footer {
  color: #fff;
  background-color: #fcfcfd;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 100px 0;
  display: flex;
}

.logo-compliance-address-wrapper {
  flex-flow: column;
  width: auto;
  display: flex;
}

.about-us-contact-us {
  display: flex;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-h {
  color: var(--text--grey--dark);
  text-align: left;
  width: 100px;
  font-size: 17px;
  font-weight: 600;
}

.image-77 {
  width: 24px;
  max-width: none;
  max-height: none;
}

.talk-to-us-on-whatsapp {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.compliance {
  box-sizing: content-box;
  color: var(--text-default);
  text-align: left;
  width: 300px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.contact-us-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-body {
  color: var(--text-default);
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.address {
  color: var(--text-default);
  text-align: left;
  width: 260px;
  padding-left: 0;
  font-size: 13px;
  font-weight: 300;
}

.footer-section {
  color: var(--light-background);
  background-color: #fcfcfd;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ds-hero-image {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  max-height: 452px;
  position: relative;
  overflow: hidden;
}

.image-78 {
  max-width: none;
}

.image-79 {
  width: 200%;
  max-width: none;
  margin-bottom: 0;
  margin-left: -60px;
}

.tab-link-tab-1-2 {
  width: 230px;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--primary-button);
  color: var(--text-light);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.tab-link-tab-2-2 {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  width: 230px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-block-3 {
  color: var(--text-default);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.tabs-menu-2 {
  border: 1px solid #cfb1f2;
  border-radius: 8px;
}

.image-80 {
  z-index: 5;
  width: 38%;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  left: 20px;
}

.image-81 {
  position: absolute;
  inset: 9.5% auto 0% 5%;
  overflow: visible;
}

.image-82 {
  width: 48%;
  margin-left: 0;
  position: absolute;
  inset: 8.6% 0% 0% 50%;
  overflow: visible;
}

.image-83 {
  margin-left: 10px;
  padding-left: 0;
  position: absolute;
  inset: 25% -15% 0% auto;
}

.how-it-works-image-55 {
  background-image: url('../images/Step-3.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.why-card-subtext-21 {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: 95px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.why-card-subtext-2-44 {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: 115px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.why-card-subtext-2-55 {
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: 70px;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

._2 {
  z-index: 10;
  max-width: none;
  position: relative;
}

._3 {
  width: auto;
  max-width: none;
  margin-top: 0%;
  margin-right: 0%;
  padding-top: 0%;
  padding-right: 10%;
  position: absolute;
  top: 20%;
  left: 70%;
  transform: rotate(0);
}

._1 {
  width: auto;
  max-width: none;
  margin-top: 0%;
  position: absolute;
  top: 20%;
  left: -5%;
}

.ds-hero-image-2 {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 23%;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 35%;
  left: 17%;
  overflow: hidden;
}

._4 {
  width: 100%;
  max-width: none;
  position: relative;
}

._5 {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 70px;
}

._6 {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.ds-hero-image-3 {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 26%;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
  top: 30%;
  left: 65%;
  overflow: hidden;
}

._7 {
  z-index: 20;
  width: 90.2%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

._8 {
  position: absolute;
  inset: 100% 0% 0% auto;
}

._9 {
  margin-top: 60px;
}

.question {
  display: flex;
}

.question-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-wrapper-22, .faq-wrapper-33, .faq-wrapper-44, .faq-wrapper-55 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #000;
  border-bottom: 1px solid #e3e8ef;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.faq-wrapper-1-lastt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 0 solid #000;
  border-bottom: 0 solid #e3e8ef;
  border-radius: 0;
  flex-flow: column;
  width: auto;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.dropdown-2 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.answer-2 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.div-block-18 {
  background-color: #202939;
}

.container-2 {
  max-width: none;
}

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

.sticky-holder {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  height: auto;
  display: flex;
}

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

.a1 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

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

.dropdown-1-copy {
  text-align: center;
  width: 24px;
  height: 24px;
}

.a2 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

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

.dropdown-3 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.a3 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

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

.dropdown-4 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.answer-4 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

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

.dropdown-5 {
  text-align: center;
  width: 24px;
  height: 24px;
}

.answer-5 {
  opacity: 1;
  color: var(--text-default);
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: space-between;
  width: auto;
  max-width: 1400px;
  margin-bottom: 0;
  padding: 20px 100px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 2px;
  background-color: #f5eefc;
  border: 1px solid #cfb1f2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 12px;
  padding: 5px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.button-primary {
  color: #3f245f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dfcbf6;
  border: 1px solid #cfb1f2;
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  top: 0;
}

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

.button-primary-2 {
  color: #1e1452;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d4ccff;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.image-84 {
  width: 200px;
}

.slider-wrap {
  flex-flow: wrap;
  margin-left: 100px;
  display: flex;
}

.slider-right {
  width: 40%;
}

.slider-left {
  width: 50%;
}

.how-it-works-section-2-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcfcfd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 120px 100px;
  display: flex;
}

.div-block-19 {
  position: relative;
}

.how-it-works-card-wrapper-test {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
}

.how-it-works-header-subheader-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 75% 0% 0% 40px;
}

.how-it-works-header-subheader-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.how-it-works-header-subheader-2-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 75% 0% 0% 40px;
}

.how-it-works-header-subheader-22 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: -40% 0% 0% 40px;
}

.how-it-works-card-header-copy-2 {
  text-align: left;
  letter-spacing: 1.5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.how-it-works-wrapper-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-radius: 60px;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
  top: 100px;
}

.how-it-works-header-subheader-23 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 330px;
  padding-left: 0;
  display: flex;
}

.how-it-works-wrapper-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-radius: 60px;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.faq-subheader-4 {
  opacity: 1;
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.how-it-works-image-56 {
  background-image: url('../images/dashboard-a-2.png');
  background-position: 0 0;
  background-size: cover;
  width: 320px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.how-it-works-card-7 {
  background-color: #894ece;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: sticky;
  top: 140px;
}

.how-it-works-card-8 {
  background-color: #e760a9;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: sticky;
  top: 100px;
}

.how-it-works-wrapper-8 {
  clear: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  border-radius: 60px;
  height: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
  top: 100px;
}

.how-it-works-card-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.how-it-works-card-9 {
  background-color: #269d3a;
  border-radius: 24px;
  width: 820px;
  height: 350px;
  position: sticky;
  top: 180px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.div-block-20 {
  width: 100%;
}

.how-it-works-image-4-copy {
  background-image: url('../images/Step-4.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

.how-it-works-image-55-copy {
  background-image: url('../images/Step-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 340px;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
}

@media screen and (min-width: 1280px) {
  .body {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .why-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .why-container {
    flex-flow: column;
    width: 100%;
  }

  .why-us-section {
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .regulated-card-wrapper {
    width: 350px;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-card-wrapper {
    position: static;
  }

  .how-it-works-wrapper-2 {
    position: sticky;
  }

  .testimonial-header-subheader {
    width: 35%;
  }

  .faq-header-2 {
    font-size: 20px;
    line-height: 115%;
  }

  .testimonial-text {
    color: var(--text--grey--dark);
    background-color: #fcfcfd;
    border-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
  }

  .testimonial-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2.w--current {
    color: var(--text-light);
  }

  .flex-block {
    width: 100%;
    max-width: 1440px;
    max-height: 438px;
    padding-right: 10px;
    right: 5px;
    overflow: visible;
  }

  .image-11 {
    margin-top: 0;
    position: absolute;
    top: 15%;
    left: -95px;
  }

  .why-frame-container-4 {
    overflow: hidden;
  }

  .why-2 {
    width: 350px;
  }

  .why-frame-container-5 {
    overflow: hidden;
  }

  .why-card-subtext-2 {
    height: 135px;
    font-size: 18px;
  }

  .div-block-9 {
    width: 100%;
    overflow: visible;
  }

  .how-it-works-wrapper-4 {
    position: static;
    top: 0;
  }

  .how-it-works-section-2 {
    width: 100%;
    max-width: none;
  }

  .how-it-works-card-4 {
    position: sticky;
    top: 200px;
  }

  .how-it-works-card-5 {
    position: sticky;
    top: 100px;
  }

  .how-it-works-card-6 {
    position: sticky;
    top: 400px;
  }

  .section-description-2 {
    width: 520px;
    font-size: 20px;
  }

  .regulated-card-wrapperr-2 {
    width: 500px;
  }

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

  .image-12 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .image-13 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 20px;
  }

  .image-14 {
    height: auto;
  }

  .nig-recipient-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .tabs-content {
    max-width: none;
  }

  .div-block-11 {
    flex-flow: column;
    display: flex;
  }

  .tab-pane-tab-1 {
    max-width: 100%;
  }

  .regulated-text {
    font-size: 18px;
  }

  .why-card-subtext-4 {
    text-align: center;
    height: 135px;
    font-size: 18px;
  }

  .section-7 {
    width: 100%;
    max-width: none;
  }

  .name-2 {
    color: var(--text--grey--dark);
  }

  .quote-2 {
    color: var(--text--grey--dark);
    width: 75%;
    line-height: 145%;
  }

  .answer-1 {
    font-size: 18px;
  }

  .testimonial-header-2 {
    font-size: 32px;
    line-height: 100%;
  }

  .testimonial-section-2 {
    width: auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .testimonial-description-2 {
    font-size: 20px;
    line-height: 120%;
  }

  .regulated-card-wrapper-copy {
    width: 350px;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .regulated-card-wrapperr-1 {
    width: 500px;
  }

  .container-copy {
    max-width: none;
    padding-top: 140px;
  }

  .ds-wrapper-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-68 {
    padding-top: 28px;
  }

  .image-69 {
    width: 100%;
    margin-top: 40px;
  }

  .ds-wrapper-2, .ds-wrapper-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .why-card-subtext-2-33 {
    font-size: 18px;
  }

  .why-card-subtext-2-yy {
    height: 170px;
    font-size: 18px;
  }

  .why-card-subtext-2-ii {
    font-size: 18px;
  }

  .footer {
    width: 1200px;
    max-width: 1440px;
    margin-left: 150px;
    margin-right: 120px;
    padding-top: 80px;
  }

  .compliance, .footer-body {
    font-size: 16px;
  }

  .address {
    font-size: 14px;
  }

  .footer-section {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ds-hero-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1440px;
    margin-right: 15px;
    overflow: visible;
  }

  .image-79 {
    width: auto;
  }

  .image-80 {
    z-index: 5;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    left: 0;
    overflow: auto;
  }

  .image-81 {
    width: 32%;
    top: 9%;
    left: 15%;
  }

  .image-82 {
    flex: 1;
    width: 35%;
    margin-left: 0;
    position: absolute;
    inset: 8% 0% 0% 750px;
  }

  .image-83 {
    margin-top: 0;
    margin-left: 1000px;
    position: absolute;
    left: 140px;
  }

  .why-card-subtext-21, .why-card-subtext-2-44 {
    font-size: 18px;
  }

  .why-card-subtext-2-55 {
    height: 100px;
    font-size: 18px;
  }

  ._2 {
    width: 40%;
    max-width: none;
    height: 150%;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  ._3 {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 0%;
    margin-right: 0%;
    padding-top: 0;
    position: absolute;
    top: 15%;
    left: 72%;
    right: 0;
  }

  ._1 {
    width: auto;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    position: absolute;
    top: 18%;
    left: -2%;
  }

  .ds-hero-image-2 {
    z-index: 20;
    flex-flow: column;
    width: 23%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    inset: 20% 0 0% 17%;
    overflow: visible;
  }

  ._4 {
    width: 100%;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  ._5 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 33%;
    bottom: 5px;
    overflow: visible;
  }

  ._6 {
    width: 100%;
    max-width: none;
    margin-top: 15px;
    overflow: visible;
  }

  .ds-hero-image-3 {
    width: 26%;
    margin-top: 0;
    padding-left: 0;
    inset: 15% 15% 0% auto;
  }

  ._7 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 0;
    position: relative;
  }

  ._8 {
    width: 600px;
    max-width: none;
    margin-top: 220px;
    margin-right: 60px;
    position: absolute;
  }

  ._9 {
    width: 580px;
    max-width: none;
    margin-top: 10px;
  }

  .div-block-17 {
    background-color: #fcfcfd;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-18 {
    background-color: #f5edff;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container-2 {
    background-color: #fcfcfd;
    width: 100%;
    max-width: none;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

  .sticky-holder {
    position: static;
  }

  .navbar-logo-left-container.shadow-three {
    width: 1400px;
    max-width: 1400px;
  }

  .navbar-logo-left-container-2.shadow-three {
    position: absolute;
    top: 0;
  }

  .how-it-works-section-2-copy {
    max-width: none;
  }

  .how-it-works-card-wrapper-test {
    position: static;
  }

  .how-it-works-header-subheader-23 {
    flex-flow: column;
    display: flex;
  }

  .faq-subheader-4 {
    text-align: left;
  }

  .div-block-20 {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #0000;
    max-width: none;
    height: auto;
  }

  .container {
    width: auto;
    max-width: none;
  }

  .paragraph {
    max-width: 335px;
    font-size: 16px;
  }

  .heading-1 {
    width: 620px;
    max-width: 672px;
    font-size: 56px;
    line-height: 80%;
  }

  .hero-header-subheader {
    width: auto;
  }

  .why-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .why-frame-container-3 {
    overflow: hidden;
  }

  .why-container {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 80px 48px;
    overflow: visible;
  }

  .why-us-section {
    width: 100%;
    padding: 80px 48px;
  }

  .regulated-card-wrapper {
    width: 300px;
  }

  .why-us-card-containeer {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-header-description-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .how-it-works-card-header-copy {
    line-height: 100%;
  }

  .how-it-works-image {
    margin-top: 32px;
  }

  .how-it-works-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .how-it-works-wrapper-2 {
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }

  .testimonial-header-subheader {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .faq-container {
    width: 80%;
  }

  .tabs-menu {
    width: 360px;
  }

  .tab-link-tab-2 {
    width: 180px;
    padding: 14px 20px;
  }

  .tab-link-tab-1 {
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1.w--current {
    width: 180px;
    padding: 16px 20px;
  }

  .text-block, .text-block-2 {
    font-size: 15px;
  }

  .tabs {
    max-width: 100%;
  }

  .flex-block {
    height: 400px;
    margin-top: 20px;
  }

  .image-11 {
    left: -35%;
  }

  .why-frame-container-4 {
    overflow: hidden;
  }

  .card-header-2 {
    line-height: 120%;
  }

  .why-2 {
    width: 300px;
  }

  .section-header-2 {
    width: auto;
    font-size: 28px;
  }

  .why-frame-container-5 {
    overflow: hidden;
  }

  .why-card-subtext-2 {
    text-align: left;
    height: 115px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 15px;
  }

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

  .how-it-works-wrapper-4, .how-it-works-wrapper-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq-subheader-3 {
    font-size: 15px;
  }

  .how-it-works-section-2 {
    width: 100%;
    max-width: none;
    padding: 80px 48px;
  }

  .how-it-works-card-4 {
    width: 650px;
    height: 320px;
    position: sticky;
    overflow: hidden;
  }

  .how-it-works-card-5 {
    width: 650px;
    height: 320px;
    top: 100px;
    overflow: hidden;
  }

  .how-it-works-card-6 {
    width: 650px;
    height: 320px;
    overflow: hidden;
  }

  .button-2 {
    width: 260px;
    height: 50px;
    font-size: 14px;
  }

  .regulated-card-wrapperr-2, .regulated-container {
    width: auto;
  }

  .ds-advantage {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    width: auto;
  }

  .image-12 {
    width: 100%;
    height: 100%;
    margin-left: 10px;
  }

  .image-14 {
    margin-left: 0;
  }

  .nig-recipient-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
  }

  .tabs-content {
    width: 100%;
    max-width: 100%;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .regulated-text {
    text-align: left;
    height: auto;
    font-size: 15px;
  }

  .why-card-subtext-4 {
    text-align: center;
    height: 90px;
    font-size: 15px;
  }

  .answer-1 {
    font-size: 15px;
  }

  .testimonial-header-2 {
    text-align: center;
    font-size: 28px;
    line-height: 100%;
  }

  .testimonial-section-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 48px;
    overflow: hidden;
  }

  .testimonial-description-2 {
    color: var(--text-default);
    text-align: center;
    width: 480px;
    font-size: 18px;
    line-height: 120%;
  }

  .how-it-works-image-1, .how-it-works-image-2 {
    margin-top: 32px;
  }

  .regulated-card-wrapper-copy {
    width: 300px;
  }

  .regulated-card-wrapperr-1 {
    width: auto;
    height: auto;
  }

  .text-block-1 {
    font-size: 15px;
  }

  .text-block-2-nr {
    font-size: 14px;
  }

  .text-block-1-nr {
    font-size: 15px;
  }

  .container-copy {
    width: 100%;
    max-width: none;
    padding-top: 100px;
  }

  .why-1-ds, .why-2-ds, .why-3-ds {
    width: 300px;
  }

  .image-1 {
    height: 300px;
    overflow: hidden;
  }

  .why-2-ds-copy, .why-3-ds-copy, .why-4-ds-copy {
    width: 300px;
  }

  .why-5-ds-copy, .why-6-ds-copy {
    width: 300px;
    height: 390px;
  }

  .image-33 {
    height: 320px;
  }

  .image-66 {
    height: 200px;
  }

  .image-67 {
    margin-top: 48px;
    padding-right: 0;
  }

  .image-68 {
    padding-top: 46px;
  }

  .image-69 {
    height: 80%;
  }

  .image-71 {
    width: 70%;
    height: 95%;
    margin-top: 5px;
  }

  .image-72 {
    width: 108.82%;
    height: 100%;
    margin-top: 0;
  }

  .ds-wrapper-3 {
    flex-flow: row;
  }

  .why-card-subtext-2-33 {
    text-align: left;
    height: 50px;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .why-card-subtext-2-yy {
    text-align: left;
    height: 86px;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .image-73 {
    margin-top: 10px;
    padding-top: 0;
  }

  .why-card-subtext-2-ii {
    text-align: left;
    height: 86px;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .how-it-works-image-4 {
    margin-top: 32px;
  }

  .footer-h-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .about-us-contact-us {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 15px;
  }

  .link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-h, .footer-body {
    margin-bottom: 0;
  }

  .ds-hero-image {
    width: 100%;
    height: 350px;
    max-height: none;
  }

  .image-80 {
    width: 46%;
  }

  .image-81 {
    width: 58%;
    top: 6%;
    left: -10%;
  }

  .image-82 {
    z-index: 4;
    width: 58%;
    margin-left: 0;
    top: 8%;
    left: 60%;
  }

  .image-83 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    top: 18%;
    left: 77%;
  }

  .how-it-works-image-55 {
    margin-top: 32px;
  }

  .why-card-subtext-21, .why-card-subtext-2-44 {
    text-align: left;
    height: 90px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .why-card-subtext-2-55 {
    text-align: left;
    height: 80px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 15px;
  }

  ._2 {
    width: 50%;
    max-width: none;
    margin-top: 1%;
    padding-right: 0;
  }

  ._3 {
    width: 40%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 20%;
    left: 70%;
  }

  ._1 {
    width: 42%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    top: 20%;
    left: -8%;
  }

  .ds-hero-image-2 {
    width: 24%;
    margin-top: 0;
    margin-right: 0;
    top: 30%;
    left: 18%;
  }

  ._5 {
    top: 55px;
  }

  ._6 {
    margin-top: 30px;
  }

  .ds-hero-image-3 {
    width: 25%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    top: 30%;
    right: 0;
    overflow: visible;
  }

  ._7 {
    width: 100%;
    padding-bottom: 10px;
  }

  .answer-2 {
    font-size: 15px;
  }

  .div-block-18 {
    width: 100%;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .a1, .a2, .a3, .answer-4, .answer-5 {
    font-size: 15px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .container-4 {
    max-width: 728px;
  }

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .image-84 {
    width: 160px;
  }

  .how-it-works-section-2-copy {
    padding: 80px 48px;
  }

  .how-it-works-image-4-copy, .how-it-works-image-55-copy {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    max-width: none;
    height: auto;
  }

  .container {
    width: 100%;
  }

  .heading-1 {
    width: 500px;
    max-width: none;
    font-size: 40px;
  }

  .hero-header-subheader {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 500px;
  }

  .why-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    max-width: none;
  }

  .why-frame-container-3 {
    height: 300px;
  }

  .why-container {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .why-us-section {
    width: auto;
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .regulated-card-wrapper {
    width: 300px;
  }

  .why-us-card-header {
    width: auto;
    font-size: 18px;
  }

  .why-us-card-containeer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .section-header-description-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .how-it-works-card-header-copy {
    font-size: 18px;
  }

  .how-it-works-header-subheader {
    width: auto;
    height: auto;
  }

  .how-it-works-image {
    width: 100%;
    height: 255px;
    margin-top: 20px;
  }

  .how-it-works-card-wrapper {
    width: auto;
  }

  .how-it-works-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    width: 300px;
    height: 350px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-header-2 {
    font-size: 18px;
    line-height: 110%;
  }

  .testimonial-media {
    width: 100vw;
    height: 300px;
  }

  .testimonial-text {
    width: auto;
    height: 300px;
  }

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

  .tabs-menu {
    width: 320px;
  }

  .tab-link-tab-2 {
    width: 160px;
  }

  .tab-link-tab-1 {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-1.w--current {
    width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block {
    letter-spacing: .5px;
    font-size: 13px;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .tabs {
    width: 100%;
  }

  .flex-block {
    width: 100%;
    max-width: 100%;
    height: 370px;
    max-height: none;
    margin-top: 32px;
  }

  .image-11 {
    left: -100%;
    overflow: visible;
  }

  .why-frame-container-4 {
    height: 300px;
  }

  .card-header-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .why-2 {
    width: 300px;
  }

  .section-header-2 {
    font-size: 24px;
  }

  .why-frame-container-5 {
    height: 300px;
  }

  .why-card-subtext-2 {
    height: 135px;
    margin-bottom: 8px;
    font-size: 15px;
  }

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

  .how-it-works-wrapper-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 300px;
    height: 350px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    width: 300px;
    height: 350px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: clip;
  }

  .faq-subheader-3 {
    font-size: 15px;
    line-height: 150%;
  }

  .how-it-works-section-2 {
    width: 100%;
    max-width: 100%;
  }

  .how-it-works-card-4 {
    width: auto;
    height: auto;
    position: sticky;
    top: 200px;
  }

  .how-it-works-card-5 {
    width: auto;
    height: auto;
    top: 100px;
  }

  .how-it-works-card-6 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .button-2 {
    height: 48px;
    font-size: 13px;
  }

  .section-description-2 {
    width: 100%;
    font-size: 16px;
  }

  .regulated-card-wrapperr-2 {
    width: auto;
  }

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

  .image-12, .image-13, .image-14 {
    height: auto;
  }

  .nig-recipient-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  .tabs-content {
    width: 100%;
    max-width: 100%;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
    max-width: 100%;
  }

  .regulated-text {
    height: auto;
    font-size: 15px;
  }

  .why-card-subtext-4 {
    height: 140px;
    font-size: 15px;
  }

  .div-block-15 {
    width: 40px;
    height: 40px;
  }

  .section-7 {
    flex-flow: column;
    width: auto;
    max-width: none;
  }

  .image-23 {
    width: 24px;
    height: 24px;
  }

  .name-2 {
    font-size: 16px;
  }

  .quote-2 {
    text-align: center;
    font-size: 18px;
  }

  .answer-1 {
    font-size: 15px;
    line-height: 160%;
  }

  .testimonial-section-2 {
    width: 100%;
    max-width: none;
    padding-bottom: 0;
  }

  .testimonial-description-2 {
    width: 100%;
    font-size: 16px;
  }

  .how-it-works-image-1 {
    width: 100%;
    height: 255px;
    margin-top: 0;
  }

  .how-it-works-image-2 {
    width: 100%;
    height: 255px;
    margin-top: 20px;
  }

  .regulated-card-wrapper-copy {
    width: 300px;
  }

  .regulated-card-wrapperr-1 {
    width: auto;
  }

  .text-block-1 {
    letter-spacing: .5px;
    font-size: 13px;
  }

  .text-block-2-nr {
    font-size: 13px;
  }

  .text-block-1-nr {
    letter-spacing: .5px;
    font-size: 13px;
  }

  .container-copy {
    width: 100%;
    padding-top: 60px;
  }

  .why-1-ds {
    width: 300px;
    height: 400px;
  }

  .why-2-ds, .why-3-ds {
    width: 220px;
  }

  .image-1 {
    height: 250px;
  }

  .ds-wrapper-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .why-2-ds-copy, .why-3-ds-copy {
    width: 300px;
    height: 340px;
  }

  .why-4-ds-copy {
    width: 320px;
    height: 400px;
  }

  .why-5-ds-copy, .why-6-ds-copy {
    width: 300px;
    height: 350px;
  }

  .image-2-copy {
    background-repeat: repeat-x;
  }

  .image-33 {
    height: 240px;
  }

  .image-55 {
    height: 320px;
  }

  .image-67 {
    height: 60%;
    margin-top: 25px;
  }

  .image-68 {
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .image-69 {
    width: 118%;
    max-width: 120%;
    height: auto;
    max-height: none;
    margin-top: 25px;
  }

  .image-71 {
    width: auto;
    max-width: none;
    height: auto;
    max-height: 100%;
    margin-top: 0;
  }

  .image-72 {
    width: auto;
  }

  .ds-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .ds-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .why-card-subtext-2-33 {
    height: 65px;
    font-size: 15px;
  }

  .why-card-subtext-2-yy, .why-card-subtext-2-ii {
    height: 100px;
    font-size: 15px;
  }

  .how-it-works-image-4 {
    width: 100%;
    height: 255px;
    margin-top: 16px;
  }

  .complaiance-address-wrapper {
    width: 300px;
  }

  .footer-wrapper {
    padding-left: 48px;
  }

  .footer {
    min-width: 320px;
    padding-top: 60px;
  }

  .footer-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-80 {
    width: 55%;
    max-width: none;
    margin-right: 40px;
    overflow: hidden;
  }

  .image-81 {
    width: 79%;
    top: 10%;
    left: -150px;
    right: auto;
    overflow: visible;
  }

  .image-82 {
    width: 79%;
    top: 7%;
    left: 40%;
  }

  .image-83 {
    left: 150%;
  }

  .how-it-works-image-55 {
    width: 100%;
    height: 255px;
    margin-top: 16px;
  }

  .why-card-subtext-21 {
    height: 85px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .why-card-subtext-2-44 {
    height: 80px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .why-card-subtext-2-55 {
    height: 60px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  ._2 {
    z-index: 5;
    width: 55%;
    max-width: none;
    height: auto;
    margin-top: 0%;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    top: 12px;
  }

  ._3 {
    width: 45%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    position: absolute;
    top: 20%;
    left: 70%;
    right: 0%;
  }

  ._1 {
    width: 45%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 20%;
    left: -11%;
  }

  .ds-hero-image-2 {
    z-index: 50;
    width: 34%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 42%;
    left: 20px;
  }

  ._5 {
    top: 50px;
  }

  ._6 {
    margin-top: 20px;
  }

  .ds-hero-image-3 {
    width: 33%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 55px;
    top: 40%;
    left: 60%;
    right: 0;
  }

  ._7 {
    width: 100%;
    padding-bottom: 15px;
    top: 0;
    right: 0;
  }

  .answer-2 {
    font-size: 14px;
    line-height: 160%;
  }

  .container-2 {
    width: 100%;
  }

  .sticky-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .a1, .a2, .a3, .answer-4, .answer-5 {
    font-size: 14px;
    line-height: 160%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-84 {
    width: 140px;
  }

  .how-it-works-section-2-copy {
    width: 100%;
    max-width: 100%;
  }

  .how-it-works-header-subheader-2, .how-it-works-header-subheader-1, .how-it-works-header-subheader-2-copy, .how-it-works-header-subheader-22 {
    width: auto;
  }

  .div-block-21 {
    width: 400px;
    height: 400px;
    padding-right: 35px;
  }

  .how-it-works-image-4-copy, .how-it-works-image-55-copy {
    width: 100%;
    height: 255px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .container {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-top: 20px;
  }

  .paragraph {
    width: 268px;
    max-width: none;
    font-size: 16px;
  }

  .heading-1 {
    width: 288px;
  }

  .hero-header-subheader {
    width: 320px;
  }

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

  .why-frame-container-3 {
    height: 250px;
  }

  .why-container {
    flex-flow: wrap;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-us-section {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
    max-width: none;
    padding: 64px 16px;
  }

  .regulated-card-wrapper {
    width: 250px;
  }

  .section-header-description-button {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .how-it-works-card-header-copy {
    text-align: left;
  }

  .how-it-works-image {
    width: 100%;
    height: 255px;
    overflow: visible;
  }

  .how-it-works-card-wrapper {
    width: auto;
  }

  .how-it-works-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-header-2 {
    font-size: 16px;
  }

  .faq-container {
    width: 288px;
  }

  .tabs-menu {
    width: 280px;
  }

  .tab-link-tab-2 {
    width: 145px;
    padding: 12px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    width: 140px;
    padding: 12px;
  }

  .text-block, .text-block-2 {
    letter-spacing: 1.5px;
    font-size: 13px;
  }

  .tabs {
    width: 100%;
    min-width: 320px;
  }

  .flex-block, .why-frame-container-4 {
    height: 250px;
  }

  .card-header-2 {
    font-size: 16px;
  }

  .why-2 {
    width: 250px;
  }

  .section-header-2 {
    font-size: 20px;
    line-height: 110%;
  }

  .why-frame-container-5 {
    height: 250px;
  }

  .why-card-subtext-2 {
    height: 145px;
    font-size: 14px;
  }

  .div-block-9 {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
  }

  .how-it-works-wrapper-4, .how-it-works-wrapper-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-subheader-3 {
    text-align: left;
  }

  .how-it-works-section-2 {
    max-width: none;
    padding: 64px 16px;
  }

  .how-it-works-card-4 {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
    height: 350px;
    position: sticky;
    top: 200px;
  }

  .how-it-works-card-5 {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
    height: 350px;
    top: 100px;
  }

  .how-it-works-card-6 {
    width: 250px;
    height: 350px;
  }

  .button-2 {
    width: 250px;
    height: 48px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .section-description-2 {
    width: auto;
    font-size: 16px;
  }

  .regulated-card-wrapperr-2 {
    width: auto;
    padding: 16px;
  }

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

  .ds-advantage {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nig-recipient-wrapper {
    width: 100%;
  }

  .tabs-content, .div-block-11 {
    width: 100%;
    max-width: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .regulated-text {
    height: auto;
    font-size: 14px;
  }

  .why-card-subtext-4 {
    height: 100px;
    font-size: 14px;
  }

  .name-2 {
    font-size: 14px;
  }

  .quote-2 {
    width: 90%;
    font-size: 16px;
  }

  .answer-1 {
    font-size: 15px;
  }

  .testimonial-header-2 {
    width: 288px;
    font-size: 20px;
    line-height: 110%;
  }

  .testimonial-section-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-description-2 {
    width: 288px;
    font-size: 16px;
  }

  .how-it-works-image-1 {
    width: 100%;
  }

  .regulated-card-wrapper-copy {
    width: 250px;
  }

  .regulated-card-wrapperr-1 {
    width: auto;
    padding: 16px;
  }

  .text-block-1 {
    letter-spacing: 1.5px;
    font-size: 13px;
  }

  .text-block-2-nr, .text-block-1-nr {
    letter-spacing: 1.5px;
    font-size: 11px;
  }

  .container-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 60px;
  }

  .why-1-ds {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
    height: 360px;
  }

  .image-1 {
    height: 200px;
  }

  .ds-wrapper-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .why-2-ds-copy, .why-3-ds-copy {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
  }

  .why-4-ds-copy {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
    height: 360px;
  }

  .why-5-ds-copy, .why-6-ds-copy {
    width: 250px;
    min-width: 250px;
    max-width: 300px;
    height: 340px;
  }

  .image-2-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .image-55, .image-66 {
    height: 100%;
  }

  .image-67 {
    height: 50%;
    margin-top: 40px;
  }

  .image-68 {
    width: 100%;
  }

  .image-69 {
    width: 120%;
    max-width: none;
    margin-top: 0;
    padding-top: 15px;
  }

  .image-72 {
    overflow: hidden;
  }

  .ds-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .why-card-subtext-2-33 {
    height: 70px;
    font-size: 14px;
  }

  .why-card-subtext-2-yy {
    height: 100px;
    font-size: 14px;
  }

  .image-73 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .why-card-subtext-2-ii {
    height: 100px;
    font-size: 14px;
  }

  .image-74 {
    width: 20px;
  }

  .complaiance-address-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 280px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-76 {
    width: 20px;
  }

  .footer {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-us-contact-us {
    padding-left: 0;
  }

  .footer-h {
    font-size: 15px;
  }

  .image-77 {
    width: 20px;
  }

  .compliance {
    width: 260px;
    font-size: 12px;
  }

  .footer-body {
    font-size: 12px;
  }

  .footer-section {
    padding: 60px 16px;
  }

  .ds-hero-image {
    height: auto;
  }

  .image-81 {
    left: -30%;
  }

  .image-82 {
    top: 7.8%;
  }

  .why-card-subtext-21 {
    height: 85px;
    font-size: 14px;
  }

  .why-card-subtext-2-44 {
    height: 75px;
    font-size: 14px;
  }

  .why-card-subtext-2-55 {
    height: 60px;
    font-size: 14px;
  }

  ._2 {
    width: 60%;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    top: 7px;
  }

  ._3 {
    width: 45%;
    margin-top: 0;
    margin-right: 0%;
    top: 25%;
    right: auto;
  }

  ._1 {
    width: 45%;
    margin-top: 0;
    margin-left: 0;
    top: 25%;
    left: -10%;
    right: 0;
  }

  .ds-hero-image-2 {
    width: 32%;
    margin-top: 0;
    margin-left: 0;
    top: 35%;
    left: 10%;
  }

  ._5 {
    top: 35px;
  }

  .ds-hero-image-3 {
    width: 34%;
    margin-top: 0;
    margin-right: 0;
    top: 32%;
    left: 60%;
  }

  ._7 {
    width: 100%;
  }

  .answer-2 {
    font-size: 12px;
  }

  .container-2 {
    width: 100%;
  }

  .a1, .a2, .a3, .answer-4, .answer-5 {
    font-size: 12px;
  }

  .container-3 {
    max-width: none;
  }

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

  .container-4 {
    min-width: 100%;
    max-width: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: auto;
    max-width: none;
    padding: 4px 16px;
  }

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

  .navbar-wrapper-2 {
    width: auto;
    min-width: 320px;
    max-width: none;
    padding-left: 4px;
  }

  .image-84 {
    width: 120px;
  }

  .how-it-works-section-2-copy {
    max-width: none;
    padding: 64px 16px;
  }
}


@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-SemiboldItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Regular.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Thin.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-BoldItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-MediumItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-ThinItalic.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Light.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}