@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-32 .tc-wp-content-root img, .wpc-scope-32 .tc-wp-content-root video, .wpc-scope-32 .tc-wp-content-root svg, .wpc-scope-32 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap section, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap div, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-section{
  position: relative;
  width: 100%;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-section-white{
  background: #ffffff;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 80, 139, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(126, 87, 255, 0.08), transparent 32%),
    #faf8fc;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 45, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 66, 132, 0.1), rgba(115, 78, 255, 0.1));
  color: #a31558;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5c6475;
  font-weight: 450;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 33, 52, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(26, 20, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card::before, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.36), rgba(124, 77, 255, 0.25), rgba(255, 184, 77, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card:hover, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 45, 112, 0.2);
  box-shadow: 0 24px 60px rgba(26, 20, 44, 0.12);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card:hover::before, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card h3, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
  margin: 0;
  color: #151b2b;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card p, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-note p{
  margin: 10px 0 0;
  color: #5e6677;
  font-weight: 450;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3f86, #7c4dff);
  box-shadow: 0 12px 28px rgba(225, 45, 112, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-card:hover .igbv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon::before, .wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-eye::before{
  width: 23px;
  height: 14px;
  border-radius: 999px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-eye::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-flash::before{
  width: 12px;
  height: 22px;
  clip-path: polygon(52% 0, 100% 0, 63% 43%, 100% 43%, 36% 100%, 48% 55%, 0 55%);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-frame::before{
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-frame::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(1px, -1px);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-route::before{
  width: 23px;
  height: 3px;
  border-radius: 999px;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-route::after{
  width: 18px;
  height: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-phone::before{
  width: 17px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-phone::after{
  width: 5px;
  height: 2px;
  border-radius: 999px;
  transform: translate(-50%, 9px);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-icon-list::before{
  width: 22px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 33, 52, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 250, 0.92));
  box-shadow: 0 18px 45px rgba(26, 20, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(26, 20, 44, 0.12);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff3f86, #7c4dff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(124, 77, 255, 0.24);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(255, 63, 134, 0.16), transparent 42%);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-badge{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(124, 77, 255, 0.09);
  color: #5e35d8;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
  overflow: hidden;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ff3f86;
  box-shadow: 0 0 0 8px rgba(255, 63, 134, 0.1), 18px 0 0 rgba(124, 77, 255, 0.55), 36px 0 0 rgba(255, 184, 77, 0.65);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(225, 45, 112, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(26, 20, 44, 0.06);
  text-align: center;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-note p{
  margin: 0;
  color: #4d5568;
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-32 .tc-wp-content-root .igbv-content-wrap .igbv-reveal.igbv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-note p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-steps{
    gap: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-note{
    margin-top: 18px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid{
    grid-template-columns: 1fr;
    gap: 17px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-steps{
    gap: 17px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-note{
    margin-top: 20px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-steps{
    gap: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-note{
    margin-top: 22px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-six, .tc-wp-content-root .igbv-content-wrap .igbv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-steps{
    gap: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 1024px){.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-six, .tc-wp-content-root .igbv-content-wrap .igbv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-note p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-steps{
    gap: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-note{
    margin-top: 30px;
    padding: 26px 32px;
  }}