@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-54 .tc-wp-content-root img, .wpc-scope-54 .tc-wp-content-root video, .wpc-scope-54 .tc-wp-content-root svg, .wpc-scope-54 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-54 .tc-wp-content-root .ibv-content{
  --ibv-accent: #d946ef;
  --ibv-accent-2: #f97316;
  --ibv-accent-3: #7c3aed;
  --ibv-ink: #1f1b2d;
  --ibv-muted: #696578;
  --ibv-line: rgba(82, 66, 105, 0.13);
  --ibv-white: #ffffff;
  --ibv-soft: #fbf9fc;
  width: 100%;
  overflow: hidden;
  color: var(--ibv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-section--white{
  background: var(--ibv-white);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-section--soft{
  background: var(--ibv-soft);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-section--soft::before{
  position: absolute;
  top: 6%;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.08), rgba(249, 115, 22, 0.05));
  filter: blur(4px);
  content: "";
  z-index: -1;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-eyebrow, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a13aaf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.2;
  text-transform: uppercase;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-eyebrow::before, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-eyebrow::after{
  width: 18px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--ibv-accent), var(--ibv-accent-2));
  content: "";
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-heading h2{
  margin: 12px 0 13px;
  color: var(--ibv-ink);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.13;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-heading p, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card p, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step p, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-note p{
  margin: 0;
  color: var(--ibv-muted);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-grid{
  display: grid;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card{
  position: relative;
  min-width: 0;
  border: 1px solid var(--ibv-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(57, 43, 78, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ibv-accent), var(--ibv-accent-2));
  content: "";
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card:hover{
  border-color: rgba(217, 70, 239, 0.25);
  box-shadow: 0 18px 38px rgba(85, 54, 104, 0.12);
  transform: translateY(-6px);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card:hover::before{
  opacity: 1;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card h3, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step h3{
  margin: 0 0 9px;
  color: var(--ibv-ink);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon{
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.13), rgba(249, 115, 22, 0.1));
  transition: transform 240ms ease;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-card:hover .ibv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon::before, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--eye::before{
  top: 15px;
  left: 10px;
  width: 22px;
  height: 13px;
  border: 2px solid #b13caf;
  border-radius: 55% 45%;
  transform: rotate(45deg);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--eye::after{
  top: 18px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f97316;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--bolt::before{
  top: 9px;
  left: 17px;
  width: 10px;
  height: 24px;
  background: linear-gradient(180deg, #c33dcc, #f97316);
  clip-path: polygon(55% 0, 100% 0, 65% 42%, 100% 42%, 20% 100%, 38% 56%, 0 56%);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--frame::before{
  inset: 10px;
  border: 2px solid #b13caf;
  border-radius: 7px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--frame::after{
  top: 15px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f97316;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--path::before{
  top: 12px;
  left: 11px;
  width: 21px;
  height: 17px;
  border-right: 2px solid #b13caf;
  border-bottom: 2px solid #b13caf;
  border-radius: 0 0 8px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--path::after{
  top: 10px;
  left: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #f97316;
  border-left: 2px solid #f97316;
  transform: rotate(45deg);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--mobile::before{
  top: 8px;
  left: 14px;
  width: 15px;
  height: 27px;
  border: 2px solid #b13caf;
  border-radius: 5px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--mobile::after{
  bottom: 11px;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f97316;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--spark::before, .wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--spark::after{
  background: linear-gradient(135deg, #c33dcc, #f97316);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--spark::before{
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-icon--spark::after{
  top: 7px;
  right: 6px;
  width: 9px;
  height: 9px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-timeline{
  position: relative;
  display: grid;
  gap: 18px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-timeline::before{
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 37px;
  width: 2px;
  background: linear-gradient(180deg, rgba(217, 70, 239, 0.35), rgba(249, 115, 22, 0.22));
  content: "";
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step{
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--ibv-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(57, 43, 78, 0.055);
  box-sizing: border-box;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step:hover{
  border-color: rgba(217, 70, 239, 0.23);
  box-shadow: 0 18px 36px rgba(85, 54, 104, 0.1);
  transform: translateX(5px);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ibv-accent-3), var(--ibv-accent), var(--ibv-accent-2));
  box-shadow: 0 10px 20px rgba(192, 62, 181, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.04em;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-step-label{
  margin-bottom: 6px;
  font-size: 10px;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-badge{
  display: inline-flex;
  min-width: 34px;
  height: 26px;
  margin-bottom: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.12), rgba(249, 115, 22, 0.12));
  color: #a13aaf;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-trust-mark{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.15), rgba(249, 115, 22, 0.12));
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-trust-mark::before{
  position: absolute;
  top: 11px;
  left: 13px;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #ae3cb2;
  border-left: 3px solid #ae3cb2;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-note{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  border: 1px solid rgba(217, 70, 239, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.055), rgba(249, 115, 22, 0.045));
  box-sizing: border-box;
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-note-dot{
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ibv-accent), var(--ibv-accent-2));
  box-shadow: 0 0 0 5px rgba(217, 70, 239, 0.1);
}.wpc-scope-54 .tc-wp-content-root .ibv-content .ibv-note strong{
  color: var(--ibv-ink);
}.wpc-scope-54 .tc-wp-content-root .ibv-content.ibv-js [data-ibv-reveal]{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-54 .tc-wp-content-root .ibv-content.ibv-js [data-ibv-reveal].ibv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ibv-content .ibv-section{ padding: 58px 0; }.tc-wp-content-root .ibv-content .ibv-container{ padding: 0 16px; }.tc-wp-content-root .ibv-content .ibv-heading{ margin-bottom: 30px; }.tc-wp-content-root .ibv-content .ibv-heading h2{ font-size: 27px; }.tc-wp-content-root .ibv-content .ibv-heading p{ font-size: 14px; }.tc-wp-content-root .ibv-content .ibv-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-content-root .ibv-content .ibv-card{ padding: 20px; }.tc-wp-content-root .ibv-content .ibv-card h3, .tc-wp-content-root .ibv-content .ibv-step h3{ font-size: 17px; }.tc-wp-content-root .ibv-content .ibv-card p, .tc-wp-content-root .ibv-content .ibv-step p, .tc-wp-content-root .ibv-content .ibv-note p{ font-size: 14px; }.tc-wp-content-root .ibv-content .ibv-step{ gap: 15px; padding: 18px; align-items: flex-start; }.tc-wp-content-root .ibv-content .ibv-step-number{ width: 46px; height: 46px; border-radius: 15px; font-size: 13px; }.tc-wp-content-root .ibv-content .ibv-timeline::before{ left: 23px; }.tc-wp-content-root .ibv-content .ibv-note{ padding: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ibv-content .ibv-section{ padding: 64px 0; }.tc-wp-content-root .ibv-content .ibv-container{ padding: 0 18px; }.tc-wp-content-root .ibv-content .ibv-heading{ margin-bottom: 32px; }.tc-wp-content-root .ibv-content .ibv-heading h2{ font-size: 29px; }.tc-wp-content-root .ibv-content .ibv-heading p{ font-size: 15px; }.tc-wp-content-root .ibv-content .ibv-grid{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-content-root .ibv-content .ibv-card{ padding: 22px; }.tc-wp-content-root .ibv-content .ibv-card h3, .tc-wp-content-root .ibv-content .ibv-step h3{ font-size: 18px; }.tc-wp-content-root .ibv-content .ibv-card p, .tc-wp-content-root .ibv-content .ibv-step p, .tc-wp-content-root .ibv-content .ibv-note p{ font-size: 14px; }.tc-wp-content-root .ibv-content .ibv-step{ gap: 16px; padding: 20px; align-items: flex-start; }.tc-wp-content-root .ibv-content .ibv-step-number{ width: 48px; height: 48px; border-radius: 15px; font-size: 13px; }.tc-wp-content-root .ibv-content .ibv-timeline::before{ left: 24px; }.tc-wp-content-root .ibv-content .ibv-note{ padding: 18px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ibv-content .ibv-section{ padding: 70px 0; }.tc-wp-content-root .ibv-content .ibv-container{ padding: 0 22px; }.tc-wp-content-root .ibv-content .ibv-heading{ margin-bottom: 34px; }.tc-wp-content-root .ibv-content .ibv-heading h2{ font-size: 32px; }.tc-wp-content-root .ibv-content .ibv-heading p{ font-size: 15px; }.tc-wp-content-root .ibv-content .ibv-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-content-root .ibv-content .ibv-card{ padding: 24px; }.tc-wp-content-root .ibv-content .ibv-card h3, .tc-wp-content-root .ibv-content .ibv-step h3{ font-size: 19px; }.tc-wp-content-root .ibv-content .ibv-card p, .tc-wp-content-root .ibv-content .ibv-step p, .tc-wp-content-root .ibv-content .ibv-note p{ font-size: 15px; }.tc-wp-content-root .ibv-content .ibv-step{ gap: 18px; padding: 22px; }.tc-wp-content-root .ibv-content .ibv-step-number{ width: 52px; height: 52px; font-size: 14px; }.tc-wp-content-root .ibv-content .ibv-timeline::before{ left: 26px; }.tc-wp-content-root .ibv-content .ibv-note{ padding: 20px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ibv-content .ibv-section{ padding: 82px 0; }.tc-wp-content-root .ibv-content .ibv-container{ padding: 0 30px; }.tc-wp-content-root .ibv-content .ibv-heading{ margin-bottom: 38px; }.tc-wp-content-root .ibv-content .ibv-heading h2{ font-size: 39px; }.tc-wp-content-root .ibv-content .ibv-heading p{ font-size: 16px; }.tc-wp-content-root .ibv-content .ibv-grid{ gap: 18px; }.tc-wp-content-root .ibv-content .ibv-grid--six, .tc-wp-content-root .ibv-content .ibv-grid--three{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-content-root .ibv-content .ibv-card{ padding: 25px; }.tc-wp-content-root .ibv-content .ibv-card h3, .tc-wp-content-root .ibv-content .ibv-step h3{ font-size: 19px; }.tc-wp-content-root .ibv-content .ibv-card p, .tc-wp-content-root .ibv-content .ibv-step p, .tc-wp-content-root .ibv-content .ibv-note p{ font-size: 15px; }.tc-wp-content-root .ibv-content .ibv-step{ gap: 22px; padding: 24px 26px; }.tc-wp-content-root .ibv-content .ibv-note{ padding: 21px 23px; }}@media (min-width: 1024px){.tc-wp-content-root .ibv-content .ibv-section{ padding: 96px 0; }.tc-wp-content-root .ibv-content .ibv-container{ padding: 0 32px; }.tc-wp-content-root .ibv-content .ibv-heading h2{ font-size: 46px; }.tc-wp-content-root .ibv-content .ibv-heading p{ font-size: 17px; }.tc-wp-content-root .ibv-content .ibv-grid{ gap: 20px; }.tc-wp-content-root .ibv-content .ibv-grid--six, .tc-wp-content-root .ibv-content .ibv-grid--three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-content-root .ibv-content .ibv-card{ padding: 27px; }.tc-wp-content-root .ibv-content .ibv-card h3, .tc-wp-content-root .ibv-content .ibv-step h3{ font-size: 20px; }.tc-wp-content-root .ibv-content .ibv-card p, .tc-wp-content-root .ibv-content .ibv-step p, .tc-wp-content-root .ibv-content .ibv-note p{ font-size: 15px; }.tc-wp-content-root .ibv-content .ibv-step{ gap: 25px; padding: 27px 30px; }.tc-wp-content-root .ibv-content .ibv-note{ padding: 22px 25px; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ibv-content .ibv-card, .tc-wp-content-root .ibv-content .ibv-icon, .tc-wp-content-root .ibv-content .ibv-step, .tc-wp-content-root .ibv-content.ibv-js [data-ibv-reveal]{
    transition: none;
  }}.wpc-scope-54 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ibv-card--trust{}.wpc-scope-54 .tc-wp-content-root .ibv-card--use{}.wpc-scope-54 .tc-wp-content-root .ibv-step-content{}