@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-56 .tc-wp-content-root img, .wpc-scope-56 .tc-wp-content-root video, .wpc-scope-56 .tc-wp-content-root svg, .wpc-scope-56 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-56 .tc-wp-content-root .figv-content{
  --figv-ink: #172033;
  --figv-muted: #647084;
  --figv-line: rgba(97, 74, 132, 0.13);
  --figv-soft: #fbf9fc;
  --figv-card: #ffffff;
  --figv-purple: #7c4dff;
  --figv-pink: #db4c9f;
  --figv-orange: #f28b50;
  width: 100%;
  overflow: hidden;
  color: var(--figv-ink);
  background: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-section{
  position: relative;
  width: 100%;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-section--white{
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-section--soft{
  background:
    radial-gradient(circle at 8% 5%, rgba(219, 76, 159, 0.06), transparent 24rem),
    radial-gradient(circle at 92% 92%, rgba(124, 77, 255, 0.06), transparent 25rem),
    var(--figv-soft);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-eyebrow, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-step-label, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-tag{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(124, 77, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.08), rgba(219, 76, 159, 0.08));
  color: #7040c8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-heading h2{
  margin: 14px 0 12px;
  color: var(--figv-ink);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.12;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-heading p{
  margin: 0;
  color: var(--figv-muted);
  line-height: 1.75;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust{
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--figv-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 35px rgba(49, 34, 76, 0.06);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card::before, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use::before, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--figv-purple), var(--figv-pink), var(--figv-orange));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card:hover, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use:hover, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust:hover{
  border-color: rgba(124, 77, 255, 0.24);
  box-shadow: 0 20px 42px rgba(72, 46, 110, 0.11);
  transform: translateY(-6px);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card:hover::before, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use:hover::before, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust:hover::before{
  opacity: 1;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card h3, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use h3, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust h3, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-step h3{
  margin: 0;
  color: var(--figv-ink);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card p, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-use p, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust p, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-step p{
  margin: 9px 0 0;
  color: var(--figv-muted);
  line-height: 1.72;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon{
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 19px;
  border: 1px solid rgba(124, 77, 255, 0.14);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.12), rgba(219, 76, 159, 0.11));
  transition: transform 240ms ease;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-card:hover .figv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon::before, .wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--profile::before{
  top: 10px;
  left: 17px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--figv-purple);
  border-radius: 50%;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--profile::after{
  bottom: 9px;
  left: 11px;
  width: 20px;
  height: 10px;
  border: 2px solid var(--figv-pink);
  border-radius: 14px 14px 7px 7px;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--flash::before{
  top: 8px;
  left: 17px;
  width: 10px;
  height: 24px;
  background: linear-gradient(180deg, var(--figv-orange), var(--figv-pink));
  clip-path: polygon(54% 0, 100% 0, 68% 40%, 100% 40%, 24% 100%, 39% 56%, 0 56%);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--preview::before{
  top: 15px;
  left: 8px;
  width: 27px;
  height: 15px;
  border: 2px solid var(--figv-purple);
  border-radius: 55% 55% 55% 55% / 70% 70% 70% 70%;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--preview::after{
  top: 20px;
  left: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--figv-pink);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--path::before{
  top: 21px;
  left: 9px;
  width: 27px;
  height: 4px;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--figv-purple), var(--figv-pink));
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--path::after{
  top: 16px;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--figv-pink);
  border-right: 3px solid var(--figv-pink);
  transform: rotate(45deg);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--mobile::before{
  top: 7px;
  left: 14px;
  width: 16px;
  height: 28px;
  border: 2px solid var(--figv-purple);
  border-radius: 5px;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--mobile::after{
  bottom: 9px;
  left: 21px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--figv-pink);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--calendar::before{
  top: 11px;
  left: 9px;
  width: 24px;
  height: 22px;
  border: 2px solid var(--figv-purple);
  border-radius: 5px;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-icon--calendar::after{
  top: 18px;
  left: 14px;
  width: 16px;
  height: 2px;
  background: var(--figv-pink);
  box-shadow: 0 6px 0 rgba(219, 76, 159, 0.7);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-timeline{
  position: relative;
  display: grid;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-timeline::before{
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 2px;
  background: linear-gradient(var(--figv-purple), var(--figv-pink), var(--figv-orange));
  opacity: 0.25;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-step{
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid var(--figv-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 35px rgba(49, 34, 76, 0.055);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-step:hover{
  border-color: rgba(124, 77, 255, 0.24);
  box-shadow: 0 20px 42px rgba(72, 46, 110, 0.1);
  transform: translateX(5px);
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-step-number{
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--figv-purple), var(--figv-pink));
  box-shadow: 0 10px 22px rgba(124, 77, 255, 0.22);
  font-weight: 800;
  letter-spacing: -0.04em;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-step-label{
  margin-bottom: 9px;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-tag{
  margin-bottom: 17px;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-trust-mark{
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--figv-purple), var(--figv-pink));
  box-shadow: 0 9px 18px rgba(124, 77, 255, 0.2);
  font-size: 18px;
  font-weight: 800;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-56 .tc-wp-content-root .figv-content .figv-reveal.figv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .figv-content .figv-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust, .tc-wp-content-root .figv-content .figv-step, .tc-wp-content-root .figv-content .figv-icon{
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .figv-content .figv-section{ padding: 54px 0; }.tc-wp-content-root .figv-content .figv-container{ padding: 0 14px; }.tc-wp-content-root .figv-content .figv-heading h2{ font-size: 27px; }.tc-wp-content-root .figv-content .figv-heading p{ font-size: 14px; }.tc-wp-content-root .figv-content .figv-eyebrow, .tc-wp-content-root .figv-content .figv-step-label, .tc-wp-content-root .figv-content .figv-tag{ padding: 6px 9px; font-size: 9px; }.tc-wp-content-root .figv-content .figv-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 27px; }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust{ padding: 20px; }.tc-wp-content-root .figv-content .figv-card h3, .tc-wp-content-root .figv-content .figv-use h3, .tc-wp-content-root .figv-content .figv-trust h3, .tc-wp-content-root .figv-content .figv-step h3{ font-size: 17px; }.tc-wp-content-root .figv-content .figv-card p, .tc-wp-content-root .figv-content .figv-use p, .tc-wp-content-root .figv-content .figv-trust p, .tc-wp-content-root .figv-content .figv-step p{ font-size: 13px; }.tc-wp-content-root .figv-content .figv-timeline{ gap: 14px; margin-top: 28px; padding-left: 0; }.tc-wp-content-root .figv-content .figv-timeline::before{ display: none; }.tc-wp-content-root .figv-content .figv-step{ align-items: flex-start; gap: 14px; padding: 18px; }.tc-wp-content-root .figv-content .figv-step-number{ width: 46px; height: 46px; font-size: 15px; }.tc-wp-content-root .figv-content .figv-step-copy{ flex: 1; min-width: 0; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .figv-content .figv-section{ padding: 60px 0; }.tc-wp-content-root .figv-content .figv-container{ padding: 0 18px; }.tc-wp-content-root .figv-content .figv-heading h2{ font-size: 30px; }.tc-wp-content-root .figv-content .figv-heading p{ font-size: 15px; }.tc-wp-content-root .figv-content .figv-eyebrow, .tc-wp-content-root .figv-content .figv-step-label, .tc-wp-content-root .figv-content .figv-tag{ padding: 6px 10px; font-size: 9px; }.tc-wp-content-root .figv-content .figv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust{ padding: 23px; }.tc-wp-content-root .figv-content .figv-card h3, .tc-wp-content-root .figv-content .figv-use h3, .tc-wp-content-root .figv-content .figv-trust h3, .tc-wp-content-root .figv-content .figv-step h3{ font-size: 18px; }.tc-wp-content-root .figv-content .figv-card p, .tc-wp-content-root .figv-content .figv-use p, .tc-wp-content-root .figv-content .figv-trust p, .tc-wp-content-root .figv-content .figv-step p{ font-size: 14px; }.tc-wp-content-root .figv-content .figv-timeline{ gap: 16px; margin-top: 30px; }.tc-wp-content-root .figv-content .figv-timeline::before{ display: none; }.tc-wp-content-root .figv-content .figv-step{ align-items: flex-start; gap: 15px; padding: 20px; }.tc-wp-content-root .figv-content .figv-step-number{ width: 49px; height: 49px; font-size: 16px; }.tc-wp-content-root .figv-content .figv-step-copy{ flex: 1; min-width: 0; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .figv-content .figv-section{ padding: 66px 0; }.tc-wp-content-root .figv-content .figv-container{ padding: 0 22px; }.tc-wp-content-root .figv-content .figv-heading h2{ font-size: 34px; }.tc-wp-content-root .figv-content .figv-heading p{ font-size: 15px; }.tc-wp-content-root .figv-content .figv-eyebrow, .tc-wp-content-root .figv-content .figv-step-label, .tc-wp-content-root .figv-content .figv-tag{ padding: 7px 11px; font-size: 9px; }.tc-wp-content-root .figv-content .figv-grid{ grid-template-columns: 1fr; gap: 17px; margin-top: 34px; }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust{ padding: 25px; }.tc-wp-content-root .figv-content .figv-card h3, .tc-wp-content-root .figv-content .figv-use h3, .tc-wp-content-root .figv-content .figv-trust h3, .tc-wp-content-root .figv-content .figv-step h3{ font-size: 19px; }.tc-wp-content-root .figv-content .figv-card p, .tc-wp-content-root .figv-content .figv-use p, .tc-wp-content-root .figv-content .figv-trust p, .tc-wp-content-root .figv-content .figv-step p{ font-size: 14px; }.tc-wp-content-root .figv-content .figv-timeline{ gap: 17px; margin-top: 34px; }.tc-wp-content-root .figv-content .figv-timeline::before{ display: none; }.tc-wp-content-root .figv-content .figv-step{ gap: 17px; padding: 23px; }.tc-wp-content-root .figv-content .figv-step-number{ width: 54px; height: 54px; font-size: 17px; }.tc-wp-content-root .figv-content .figv-step-copy{ flex: 1; min-width: 0; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .figv-content .figv-section{ padding: 82px 0; }.tc-wp-content-root .figv-content .figv-container{ padding: 0 30px; }.tc-wp-content-root .figv-content .figv-heading h2{ font-size: 42px; }.tc-wp-content-root .figv-content .figv-heading p{ font-size: 16px; }.tc-wp-content-root .figv-content .figv-eyebrow, .tc-wp-content-root .figv-content .figv-step-label, .tc-wp-content-root .figv-content .figv-tag{ padding: 7px 12px; font-size: 10px; }.tc-wp-content-root .figv-content .figv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; margin-top: 42px; }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust{ padding: 27px; }.tc-wp-content-root .figv-content .figv-card h3, .tc-wp-content-root .figv-content .figv-use h3, .tc-wp-content-root .figv-content .figv-trust h3, .tc-wp-content-root .figv-content .figv-step h3{ font-size: 20px; }.tc-wp-content-root .figv-content .figv-card p, .tc-wp-content-root .figv-content .figv-use p, .tc-wp-content-root .figv-content .figv-trust p, .tc-wp-content-root .figv-content .figv-step p{ font-size: 15px; }.tc-wp-content-root .figv-content .figv-timeline{ gap: 18px; margin-top: 42px; padding-left: 20px; }.tc-wp-content-root .figv-content .figv-timeline::before{ left: 0; }.tc-wp-content-root .figv-content .figv-step{ gap: 22px; padding: 27px; }.tc-wp-content-root .figv-content .figv-step-number{ width: 62px; height: 62px; font-size: 19px; }}@media (min-width: 1024px){.tc-wp-content-root .figv-content .figv-section{ padding: 100px 0; }.tc-wp-content-root .figv-content .figv-container{ padding: 0 32px; }.tc-wp-content-root .figv-content .figv-heading h2{ font-size: 48px; }.tc-wp-content-root .figv-content .figv-heading p{ font-size: 17px; }.tc-wp-content-root .figv-content .figv-eyebrow, .tc-wp-content-root .figv-content .figv-step-label, .tc-wp-content-root .figv-content .figv-tag{ padding: 7px 12px; font-size: 10px; }.tc-wp-content-root .figv-content .figv-grid{ gap: 22px; margin-top: 48px; }.tc-wp-content-root .figv-content .figv-grid--six, .tc-wp-content-root .figv-content .figv-grid--three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-content-root .figv-content .figv-card, .tc-wp-content-root .figv-content .figv-use, .tc-wp-content-root .figv-content .figv-trust{ padding: 30px; }.tc-wp-content-root .figv-content .figv-card h3, .tc-wp-content-root .figv-content .figv-use h3, .tc-wp-content-root .figv-content .figv-trust h3, .tc-wp-content-root .figv-content .figv-step h3{ font-size: 21px; }.tc-wp-content-root .figv-content .figv-card p, .tc-wp-content-root .figv-content .figv-use p, .tc-wp-content-root .figv-content .figv-trust p, .tc-wp-content-root .figv-content .figv-step p{ font-size: 15px; }.tc-wp-content-root .figv-content .figv-timeline{ gap: 20px; margin-top: 48px; padding-left: 24px; }.tc-wp-content-root .figv-content .figv-timeline::before{ left: 0; }.tc-wp-content-root .figv-content .figv-step{ gap: 26px; padding: 30px; }.tc-wp-content-root .figv-content .figv-step-number{ width: 68px; height: 68px; font-size: 20px; }}