@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-57 .tc-wp-content-root img, .wpc-scope-57 .tc-wp-content-root video, .wpc-scope-57 .tc-wp-content-root svg, .wpc-scope-57 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-section-white{
  background: #ffffff;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-section-soft{
  background: #f7f9fc;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1663d8;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-kicker::before{
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1877f2, #2ed3ff);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
  margin: 14px auto 0;
  color: #586174;
  max-width: 690px;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
  display: grid;
  align-items: stretch;
  position: relative;
  z-index: 1;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
  box-sizing: border-box;
  border: 1px solid rgba(24, 119, 242, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
  height: 100%;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card:hover, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card:hover, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card:hover, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.28);
  box-shadow: 0 24px 60px rgba(24, 119, 242, 0.14);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card{
  position: relative;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: radial-gradient(circle at 20% 0%, rgba(46, 211, 255, 0.13), transparent 38%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card:hover::after{
  opacity: 1;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-card-icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #1877f2, #2ed3ff);
  box-shadow: 0 14px 26px rgba(24, 119, 242, 0.24);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-card-icon::before, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-card-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card:hover .fbvv-card-icon::before{
  transform: translateX(2px);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0.42);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-frame::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 999px;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #1877f2;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap h3{
  margin: 0 0 9px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
  margin: 0;
  color: #5f687a;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  position: relative;
  overflow: hidden;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 5px;
  height: 64%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1877f2, #2ed3ff);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #1877f2, #2ed3ff);
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(24, 119, 242, 0.24);
  line-height: 1;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card{
  position: relative;
  background: #ffffff;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #1257bf;
  background: rgba(24, 119, 242, 0.09);
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-grid{
  align-items: stretch;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f9fcff);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-dot{
  display: block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #2ed3ff;
  box-shadow: 0 0 0 8px rgba(46, 211, 255, 0.15), 0 0 24px rgba(24, 119, 242, 0.28);
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-57 .tc-wp-content-root .fbvv-content-wrap .fbvv-reveal.fbvv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fbvv-content-wrap .fbvv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .fbvv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .fbvv-content-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fbvv-content-wrap .fbvv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .fbvv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .fbvv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fbvv-content-wrap .fbvv-section{
    padding: 58px 0;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fbvv-content-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .fbvv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fbvv-content-wrap .fbvv-section{
    padding: 72px 0;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .fbvv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
    font-size: 14px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .fbvv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fbvv-content-wrap .fbvv-section{
    padding: 88px 0;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .fbvv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-kicker{
    font-size: 14px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .fbvv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-feature-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-use-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-trust-card p, .tc-wp-content-root .fbvv-content-wrap .fbvv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-steps-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .fbvv-content-wrap .fbvv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}.wpc-scope-57 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fbvv-step-content{}