@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-51 .tc-wp-content-root img, .wpc-scope-51 .tc-wp-content-root video, .wpc-scope-51 .tc-wp-content-root svg, .wpc-scope-51 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content, .wpc-scope-51 .tc-wp-content-root .fbpv-content div, .wpc-scope-51 .tc-wp-content-root .fbpv-content section, .wpc-scope-51 .tc-wp-content-root .fbpv-content article{
  box-sizing: border-box;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-section-white{
  background: #ffffff;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(24, 119, 242, 0.08), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(0, 196, 204, 0.08), transparent 28%),
    #f7f9fc;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(0, 196, 204, 0.08));
  color: #1456c8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  box-shadow: 0 0 0 5px rgba(24, 119, 242, 0.1);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b667a;
  font-weight: 450;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(22, 38, 63, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card::after, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1877f2, #00c4cc);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  transform: translateY(3px);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card:hover, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card:hover, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.24);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.11);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card:hover::after, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(0, 196, 204, 0.1));
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, 0.12);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon::before, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-frame::before{
  inset: 12px 10px;
  border: 2px solid #1877f2;
  border-radius: 7px;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-frame::after{
  left: 16px;
  bottom: 15px;
  width: 16px;
  height: 9px;
  border-radius: 8px 8px 3px 3px;
  background: #00c4cc;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #1877f2;
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #00a7b0;
  transform: rotate(-32deg);
  transform-origin: left center;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-preview::before{
  inset: 13px 9px;
  border: 2px solid #1877f2;
  border-radius: 999px;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #00c4cc;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-steps::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  background: #1877f2;
  box-shadow: 0 10px 0 rgba(24, 119, 242, 0.72), 0 20px 0 rgba(0, 196, 204, 0.9);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #1877f2;
  border-radius: 8px;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00c4cc;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 2px solid #1877f2;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-icon-daily::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #00c4cc;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card h3, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-card p, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
  margin: 10px 0 0;
  color: #5d687c;
  font-weight: 430;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1877f2, #00c4cc);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(24, 119, 242, 0.23);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #00c4cc);
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.09);
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-trust-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: #1559ca;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-51 .tc-wp-content-root .fbpv-content .fbpv-reveal.fbpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fbpv-content .fbpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbpv-content .fbpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .fbpv-content h2{
    font-size: 25px;
  }.tc-wp-content-root .fbpv-content .fbpv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .fbpv-content .fbpv-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .fbpv-content .fbpv-card, .tc-wp-content-root .fbpv-content .fbpv-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpv-content .fbpv-card h3, .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
    font-size: 17px;
  }.tc-wp-content-root .fbpv-content .fbpv-card p, .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .fbpv-content .fbpv-steps{
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-number{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fbpv-content .fbpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbpv-content .fbpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .fbpv-content h2{
    font-size: 28px;
  }.tc-wp-content-root .fbpv-content .fbpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fbpv-content .fbpv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fbpv-content .fbpv-card, .tc-wp-content-root .fbpv-content .fbpv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-content .fbpv-card h3, .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-content .fbpv-card p, .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .fbpv-content .fbpv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fbpv-content .fbpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .fbpv-content .fbpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbpv-content h2{
    font-size: 32px;
  }.tc-wp-content-root .fbpv-content .fbpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .fbpv-content .fbpv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .fbpv-content .fbpv-card, .tc-wp-content-root .fbpv-content .fbpv-trust-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .fbpv-content .fbpv-card h3, .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .fbpv-content .fbpv-card p, .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .fbpv-content .fbpv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-number{
    width: 60px;
    height: 60px;
    border-radius: 19px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fbpv-content .fbpv-section{
    padding: 76px 0;
  }.tc-wp-content-root .fbpv-content .fbpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .fbpv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .fbpv-content .fbpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fbpv-content .fbpv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fbpv-content .fbpv-card, .tc-wp-content-root .fbpv-content .fbpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .fbpv-content .fbpv-card h3, .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .fbpv-content .fbpv-card p, .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .fbpv-content .fbpv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-number{
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fbpv-content .fbpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fbpv-content .fbpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .fbpv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .fbpv-content .fbpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .fbpv-content .fbpv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .fbpv-content .fbpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbpv-content .fbpv-card, .tc-wp-content-root .fbpv-content .fbpv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .fbpv-content .fbpv-card h3, .tc-wp-content-root .fbpv-content .fbpv-trust-card h3, .tc-wp-content-root .fbpv-content .fbpv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .fbpv-content .fbpv-card p, .tc-wp-content-root .fbpv-content .fbpv-trust-card p, .tc-wp-content-root .fbpv-content .fbpv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .fbpv-content .fbpv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .fbpv-content .fbpv-step-number{
    font-size: 18px;
  }}