/* [project]/styles/index.scss.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root:has(.no-doc-scroll) {
  overflow: hidden;
}

body, html {
  overflow-x: hidden;
}

.ddr-pro-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

html {
  background-color: #fff !important;
  font-size: 16px !important;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-auto {
  height: auto;
}

.h-screen {
  height: 100vh;
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-screen {
  width: 100vw;
}

.h-60 {
  height: 60%;
}

.w-40 {
  width: 2.5rem;
}

.h-40 {
  height: 2.5rem;
}

.w-50 {
  width: 50%;
}

.w-40-per {
  width: 40%;
}

.b-32 {
  border-radius: 2rem;
}

.b-16 {
  border-radius: 1rem;
}

.b-8 {
  border-radius: .5rem;
}

.b-4 {
  border-radius: .25rem;
}

.limit-container {
  max-width: 1650px;
}

a {
  text-decoration: none;
}

.footer-container {
  background: #020916;
  position: relative;
}

@media (max-width: 768px) {
  .footer-container {
    background: linear-gradient(to top, #341d90 0%, #020916 60%);
  }
}

.footer-container:after {
  content: "";
  z-index: 1;
  filter: blur(70px);
  background: #201660;
  border-radius: 50%;
  width: 80%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer-container > * {
  z-index: 2;
  position: relative;
}

.hero-heading {
  display: block;
}

.mob-hero-heading {
  display: none;
}

.hero-image {
  width: 85%;
  height: auto;
  margin: 2rem auto 0;
  display: block;
}

.hero-image-mob {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: none;
}

.partners {
  object-fit: contain;
  margin-right: 10rem;
}

.my-swiper {
  display: block;
}

@media screen and (max-width: 1280px) {
  .images-type-1 {
    width: 75px;
    height: 75px;
  }

  .break {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .my-swiper {
    display: none !important;
  }

  .payment-recovery-tab-images {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    display: none;
  }

  .hero-image-mob {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .hero-image {
    display: none;
  }

  .hero-image-mob {
    display: block;
  }

  .partners {
    height: 50px;
    margin-right: 5rem;
  }

  .images-type-1 {
    width: 50px;
    height: 50px;
  }

  .images-type-2 {
    width: 20px;
    height: 20px;
  }

  .payment-recovery-tab-images {
    width: 40px;
    height: 40px;
  }

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

.hero-img, .overview-img, .card-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .primary-btn {
    font-size: .85rem !important;
  }
}

.payment-scheduling-container .key-benefits-container p {
  letter-spacing: 0%;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.payment-scheduling-container .key-benefits-container p:hover {
  background: linear-gradient(#ff4026 0%, #ff863d 100%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  cursor: default;
  -webkit-background-clip: text;
  background-clip: text;
}

.payment-scheduling-container .key-benefits-container span {
  letter-spacing: 0%;
  color: gray;
  margin-right: 1rem;
  font-size: 1rem;
}

.payment-scheduling-container .scheduler-data {
  background: linear-gradient(113.5deg, #082f6b .51%, #02183a 94.9%);
  border-radius: 1rem;
  flex-direction: column;
  gap: 1.3rem;
  padding: 1rem;
  display: flex;
}

.payment-scheduling-container .scheduler-data h2 {
  text-transform: capitalize;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  background: linear-gradient(#fff 0%, #cab9ff 100%) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

@media (max-width: 426px) {
  .payment-scheduling-container .scheduler-data h2 {
    font-size: 1.25rem;
  }
}

.payment-scheduling-container .scheduler-data p {
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
  opacity: .8;
  align-self: stretch;
  font-family: Inter;
  font-size: .8rem;
  font-weight: 300;
  line-height: normal;
}

.cards-img {
  width: 2.5rem;
  height: 2.5rem;
}

.access-img {
  width: 130%;
}

@media screen and (max-width: 1199px) {
  .access-img {
    width: 100%;
  }
}

.communication-module-cards-1 {
  width: 3rem;
  height: 3rem;
}

.all-in-one {
  width: 60%;
  height: 100%;
  transform: translateY(10%);
}

@media (min-width: 0) and (max-width: 900px) {
  .all-in-one {
    width: 100%;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .all-in-one {
    width: 100%;
  }
}

.w-40px {
  width: 3rem !important;
}

.h-40px {
  height: 2rem !important;
}

.saving-calculator-radio-btn-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.reduce-cost-cards-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.benefits-desktop {
  display: block;
}

@media (min-width: 0) and (max-width: 1200px) {
  .benefits-desktop {
    display: none;
  }
}

.benefits-responsive {
  display: none;
}

@media (min-width: 0) and (max-width: 1200px) {
  .benefits-responsive {
    display: block;
  }
}

.play-btn, .play-btn-cards {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn-cards {
  width: 2rem;
  height: 2rem;
}

.play-btn-cards-testimonials {
  cursor: pointer;
  width: 3.625rem;
  height: 3.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-article {
  font-family: Inter;
}

.blog-article p {
  opacity: .9;
  font-size: 1rem;
  letter-spacing: 1px !important;
}

.blog-article p strong, .blog-article p b {
  color: #191919 !important;
}

.blog-article ol {
  font-family: Inter;
}

.blog-article ol li[data-list="bullet"] {
  list-style-type: disc;
}

.blog-article ol li[data-list="ordered"] {
  list-style-type: decimal;
}

.blog-article ol li {
  font-size: 1rem;
  list-style-type: disc;
}

.blog-article ol li strong, .blog-article ol li b {
  color: #191919 !important;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .blog-article {
    gap: 1rem;
    padding: 1.5rem;
  }
}

.blog-article h4 {
  opacity: 1;
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-family: inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.blog-article h4 strong {
  color: #191919 !important;
}

.product-drawer-preview-img {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* [next]/internal/font/google/inter_43eb0989.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/d6f0f7ef0a66b318-s.927aef78.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c0062fcfb5f4a9e6-s.b7398c1c.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/1a97932d2ea76c90-s.ac666cb5.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/e27fd546b8a0677f-s.569fab99.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/a973f82a0d056f9e-s.99c7dd4e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/06ba6ef833b337bc-s.p.0faac26c.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/d6f0f7ef0a66b318-s.927aef78.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/c0062fcfb5f4a9e6-s.b7398c1c.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/1a97932d2ea76c90-s.ac666cb5.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/e27fd546b8a0677f-s.569fab99.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a973f82a0d056f9e-s.99c7dd4e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/06ba6ef833b337bc-s.p.0faac26c.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/d6f0f7ef0a66b318-s.927aef78.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/c0062fcfb5f4a9e6-s.b7398c1c.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/1a97932d2ea76c90-s.ac666cb5.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/e27fd546b8a0677f-s.569fab99.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/a973f82a0d056f9e-s.99c7dd4e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/06ba6ef833b337bc-s.p.0faac26c.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/d6f0f7ef0a66b318-s.927aef78.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/c0062fcfb5f4a9e6-s.b7398c1c.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1a97932d2ea76c90-s.ac666cb5.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/e27fd546b8a0677f-s.569fab99.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/a973f82a0d056f9e-s.99c7dd4e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/06ba6ef833b337bc-s.p.0faac26c.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_43eb0989-module__cSQc3W__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [next]/internal/font/google/playfair_display_8b9d4066.module.css [app-client] (css) */
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/18a9b49e5d900946-s.82a753eb.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/13af9f8003f923d7-s.2b185cf5.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/8ef11bac312ecbbf-s.29751c34.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/0743c5b848830efb-s.p.05b9892f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Playfair Display Fallback;
  src: local(Times New Roman);
  ascent-override: 97.25%;
  descent-override: 22.56%;
  line-gap-override: 0.0%;
  size-adjust: 111.26%;
}

.playfair_display_8b9d4066-module__XeP8Sq__className {
  font-family: Playfair Display, Playfair Display Fallback;
  font-style: normal;
  font-weight: 400;
}

.playfair_display_8b9d4066-module__XeP8Sq__variable {
  ws: "Playfair Display", "Playfair Display Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__c878a003._.css.map*/