@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-49 .tc-wp-content-root img, .wpc-scope-49 .tc-wp-content-root video, .wpc-scope-49 .tc-wp-content-root svg, .wpc-scope-49 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-49 .tc-wp-content-root .iplv-content{
  --iplv-text: #172033;
  --iplv-muted: #647087;
  --iplv-border: rgba(96, 78, 155, 0.14);
  --iplv-purple: #7c3aed;
  --iplv-pink: #db2777;
  --iplv-orange: #f97316;
  --iplv-soft: #fbf9fd;
  --iplv-gradient: linear-gradient(135deg, #7c3aed 0%, #db2777 56%, #f97316 100%);
  width: 100%;
  overflow: hidden;
  color: var(--iplv-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-section{
  position: relative;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-section--light{
  background: #ffffff;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-section--soft{
  background: var(--iplv-soft);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-eyebrow{
  display: table;
  margin: 0 auto 12px;
  padding: 5px 12px;
  border: 1px solid rgba(219, 39, 119, 0.14);
  border-radius: 999px;
  background: rgba(219, 39, 119, 0.06);
  color: #a51d63;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.4;
  text-transform: uppercase;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-section h2{
  max-width: 780px;
  margin: 0 auto;
  color: var(--iplv-text);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-align: center;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-intro{
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--iplv-muted);
  line-height: 1.75;
  text-align: center;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-grid{
  display: grid;
  align-items: stretch;
  margin-top: 38px;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card{
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--iplv-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(50, 35, 92, 0.07);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card::before{
  position: absolute;
  top: 0;
  left: 20px;
  width: 56px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: var(--iplv-gradient);
  content: "";
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card:hover{
  border-color: rgba(219, 39, 119, 0.25);
  box-shadow: 0 20px 44px rgba(76, 49, 132, 0.12);
  transform: translateY(-6px);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card h3, .wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step h3{
  margin: 0;
  color: var(--iplv-text);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.3;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card p, .wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step p, .wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-note p{
  margin: 10px 0 0;
  color: var(--iplv-muted);
  line-height: 1.7;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon{
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  margin-bottom: 18px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(249, 115, 22, 0.08));
  transition: transform 280ms ease;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card:hover .iplv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon::before, .wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--eye::before{
  top: 14px;
  left: 10px;
  width: 21px;
  height: 13px;
  border: 2px solid var(--iplv-purple);
  border-radius: 50% 50%;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--eye::after{
  top: 18px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iplv-pink);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--spark::before{
  top: 10px;
  left: 19px;
  width: 6px;
  height: 23px;
  border-radius: 6px;
  background: var(--iplv-gradient);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--spark::after{
  top: 19px;
  left: 10px;
  width: 24px;
  height: 6px;
  border-radius: 6px;
  background: var(--iplv-gradient);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--frame::before{
  inset: 10px;
  border: 2px solid var(--iplv-purple);
  border-radius: 6px;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--frame::after{
  right: 13px;
  bottom: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--iplv-pink);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--path::before{
  top: 12px;
  left: 12px;
  width: 17px;
  height: 17px;
  border-right: 3px solid var(--iplv-pink);
  border-bottom: 3px solid var(--iplv-purple);
  border-radius: 0 0 8px;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--mobile::before{
  top: 8px;
  left: 14px;
  width: 14px;
  height: 24px;
  border: 2px solid var(--iplv-purple);
  border-radius: 5px;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--mobile::after{
  bottom: 11px;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--iplv-pink);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--pulse::before{
  top: 20px;
  left: 9px;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: var(--iplv-purple);
  transform: rotate(-24deg);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-icon--pulse::after{
  top: 17px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iplv-pink);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-timeline{
  position: relative;
  display: grid;
  margin-top: 38px;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-timeline::before{
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 35px;
  width: 2px;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.25), rgba(219, 39, 119, 0.2), rgba(249, 115, 22, 0.18));
  content: "";
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step{
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid var(--iplv-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(50, 35, 92, 0.06);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step:hover{
  border-color: rgba(124, 58, 237, 0.24);
  box-shadow: 0 18px 42px rgba(76, 49, 132, 0.11);
  transform: translateX(5px);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step-number{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  color: #ffffff;
  border-radius: 17px;
  background: var(--iplv-gradient);
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.2);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-step-label, .wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-badge{
  display: inline-block;
  color: #a51d63;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.15px;
  line-height: 1.35;
  text-transform: uppercase;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-badge{
  margin-bottom: 15px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.07);
  color: #6940a8;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card--use::after{
  position: absolute;
  right: -19px;
  bottom: -20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(219, 39, 119, 0.06));
  content: "";
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-card--trust{
  border-top: 3px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--iplv-gradient) border-box;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-trust-dot{
  display: block;
  width: 11px;
  height: 11px;
  margin-bottom: 17px;
  border: 4px solid rgba(219, 39, 119, 0.12);
  border-radius: 50%;
  background: var(--iplv-pink);
  background-clip: padding-box;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-note{
  display: flex;
  align-items: center;
  max-width: 930px;
  box-sizing: border-box;
  margin: 28px auto 0;
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(50, 35, 92, 0.05);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-note-mark{
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--iplv-gradient);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-note p{
  margin: 0;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-note strong{
  color: var(--iplv-text);
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-49 .tc-wp-content-root .iplv-content .iplv-reveal.iplv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .iplv-content .iplv-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }.tc-wp-content-root .iplv-content .iplv-card, .tc-wp-content-root .iplv-content .iplv-step, .tc-wp-content-root .iplv-content .iplv-icon{
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .iplv-content .iplv-section{ padding: 58px 0; }.tc-wp-content-root .iplv-content .iplv-container{ padding: 0 15px; }.tc-wp-content-root .iplv-content .iplv-section h2{ font-size: 27px; }.tc-wp-content-root .iplv-content .iplv-intro{ font-size: 14px; }.tc-wp-content-root .iplv-content .iplv-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }.tc-wp-content-root .iplv-content .iplv-card{ padding: 21px; }.tc-wp-content-root .iplv-content .iplv-card h3, .tc-wp-content-root .iplv-content .iplv-step h3{ font-size: 18px; }.tc-wp-content-root .iplv-content .iplv-card p, .tc-wp-content-root .iplv-content .iplv-step p, .tc-wp-content-root .iplv-content .iplv-note p{ font-size: 13px; }.tc-wp-content-root .iplv-content .iplv-timeline{ gap: 14px; margin-top: 28px; }.tc-wp-content-root .iplv-content .iplv-timeline::before{ display: none; }.tc-wp-content-root .iplv-content .iplv-step{ display: block; padding: 20px; }.tc-wp-content-root .iplv-content .iplv-step-number{ display: grid; width: 52px; height: 52px; margin-bottom: 15px; place-items: center; font-size: 16px; }.tc-wp-content-root .iplv-content .iplv-note{ align-items: flex-start; gap: 12px; padding: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .iplv-content .iplv-section{ padding: 64px 0; }.tc-wp-content-root .iplv-content .iplv-container{ padding: 0 18px; }.tc-wp-content-root .iplv-content .iplv-section h2{ font-size: 30px; }.tc-wp-content-root .iplv-content .iplv-intro{ font-size: 14px; }.tc-wp-content-root .iplv-content .iplv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }.tc-wp-content-root .iplv-content .iplv-card{ padding: 23px; }.tc-wp-content-root .iplv-content .iplv-card h3, .tc-wp-content-root .iplv-content .iplv-step h3{ font-size: 19px; }.tc-wp-content-root .iplv-content .iplv-card p, .tc-wp-content-root .iplv-content .iplv-step p, .tc-wp-content-root .iplv-content .iplv-note p{ font-size: 14px; }.tc-wp-content-root .iplv-content .iplv-timeline{ gap: 16px; margin-top: 30px; }.tc-wp-content-root .iplv-content .iplv-timeline::before{ display: none; }.tc-wp-content-root .iplv-content .iplv-step{ display: block; padding: 23px; }.tc-wp-content-root .iplv-content .iplv-step-number{ display: grid; width: 54px; height: 54px; margin-bottom: 16px; place-items: center; font-size: 17px; }.tc-wp-content-root .iplv-content .iplv-note{ align-items: flex-start; gap: 13px; padding: 19px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .iplv-content .iplv-section{ padding: 70px 0; }.tc-wp-content-root .iplv-content .iplv-container{ padding: 0 22px; }.tc-wp-content-root .iplv-content .iplv-section h2{ font-size: 33px; }.tc-wp-content-root .iplv-content .iplv-intro{ font-size: 15px; }.tc-wp-content-root .iplv-content .iplv-grid{ grid-template-columns: 1fr; gap: 17px; margin-top: 32px; }.tc-wp-content-root .iplv-content .iplv-card{ padding: 25px; }.tc-wp-content-root .iplv-content .iplv-card h3, .tc-wp-content-root .iplv-content .iplv-step h3{ font-size: 20px; }.tc-wp-content-root .iplv-content .iplv-card p, .tc-wp-content-root .iplv-content .iplv-step p, .tc-wp-content-root .iplv-content .iplv-note p{ font-size: 14px; }.tc-wp-content-root .iplv-content .iplv-timeline{ gap: 17px; margin-top: 32px; }.tc-wp-content-root .iplv-content .iplv-timeline::before{ display: none; }.tc-wp-content-root .iplv-content .iplv-step{ gap: 18px; padding: 24px; }.tc-wp-content-root .iplv-content .iplv-step-number{ display: grid; width: 56px; height: 56px; place-items: center; font-size: 17px; }.tc-wp-content-root .iplv-content .iplv-note{ gap: 14px; padding: 20px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .iplv-content .iplv-section{ padding: 82px 0; }.tc-wp-content-root .iplv-content .iplv-container{ padding: 0 28px; }.tc-wp-content-root .iplv-content .iplv-section h2{ font-size: 40px; }.tc-wp-content-root .iplv-content .iplv-intro{ font-size: 16px; }.tc-wp-content-root .iplv-content .iplv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .iplv-content .iplv-card{ padding: 27px; }.tc-wp-content-root .iplv-content .iplv-card h3, .tc-wp-content-root .iplv-content .iplv-step h3{ font-size: 20px; }.tc-wp-content-root .iplv-content .iplv-card p, .tc-wp-content-root .iplv-content .iplv-step p, .tc-wp-content-root .iplv-content .iplv-note p{ font-size: 14px; }.tc-wp-content-root .iplv-content .iplv-timeline{ gap: 18px; }.tc-wp-content-root .iplv-content .iplv-step{ gap: 22px; padding: 24px 27px; }.tc-wp-content-root .iplv-content .iplv-step-number{ display: grid; width: 62px; height: 62px; place-items: center; font-size: 18px; }.tc-wp-content-root .iplv-content .iplv-note{ gap: 15px; padding: 21px 23px; }}@media (min-width: 1024px){.tc-wp-content-root .iplv-content .iplv-section{ padding: 96px 0; }.tc-wp-content-root .iplv-content .iplv-container{ padding: 0 30px; }.tc-wp-content-root .iplv-content .iplv-section h2{ font-size: 46px; }.tc-wp-content-root .iplv-content .iplv-intro{ font-size: 17px; }.tc-wp-content-root .iplv-content .iplv-grid--six, .tc-wp-content-root .iplv-content .iplv-grid--three{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.tc-wp-content-root .iplv-content .iplv-card{ padding: 29px; }.tc-wp-content-root .iplv-content .iplv-card h3, .tc-wp-content-root .iplv-content .iplv-step h3{ font-size: 21px; }.tc-wp-content-root .iplv-content .iplv-card p, .tc-wp-content-root .iplv-content .iplv-step p, .tc-wp-content-root .iplv-content .iplv-note p{ font-size: 15px; }.tc-wp-content-root .iplv-content .iplv-timeline{ gap: 19px; }.tc-wp-content-root .iplv-content .iplv-step{ gap: 25px; padding: 27px 31px; }.tc-wp-content-root .iplv-content .iplv-step-number{ display: grid; width: 66px; height: 66px; place-items: center; font-size: 19px; }.tc-wp-content-root .iplv-content .iplv-note{ gap: 16px; padding: 23px 25px; }}.wpc-scope-49 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .iplv-step-copy{}