@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-4 .tc-wp-content-root img, .wpc-scope-4 .tc-wp-content-root video, .wpc-scope-4 .tc-wp-content-root svg, .wpc-scope-4 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap div, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap section, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
  position: relative;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-section-white{
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-section-soft{
  background: linear-gradient(180deg, #f7f9fd 0%, #f2f6fb 100%);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(43, 109, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(43, 109, 255, 0.1), rgba(16, 185, 129, 0.1));
  color: #245ad6;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b6dff, #10b981);
  box-shadow: 0 0 0 5px rgba(43, 109, 255, 0.1);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
  margin: 16px auto 0;
  color: #5a667b;
  line-height: 1.72;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 38, 70, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(43, 109, 255, 0.08), transparent 32%),
    #ffffff;
  box-shadow: 0 18px 50px rgba(16, 31, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(43, 109, 255, 0.14), rgba(16, 185, 129, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(43, 109, 255, 0.24);
  box-shadow: 0 24px 70px rgba(16, 31, 58, 0.13);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card:hover::after{
  opacity: 1;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2b6dff, #10b981);
  box-shadow: 0 12px 28px rgba(43, 109, 255, 0.22);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon::before, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card:hover .fcpv-icon::before, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card:hover .fcpv-icon::after{
  transform: translateY(-1px);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-frame::before{
  inset: 12px 10px 13px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 13px;
  top: 14px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-flash::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 0, 64% 42%, 100% 42%, 32% 100%, 45% 55%, 0 55%);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-preview::before{
  left: 10px;
  top: 15px;
  width: 26px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-preview::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-path::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 19px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 8px 0 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-path::after{
  right: 10px;
  bottom: 11px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-bookmark::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-user::before{
  left: 17px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-user::after{
  left: 11px;
  bottom: 10px;
  width: 24px;
  height: 13px;
  border-radius: 14px 14px 5px 5px;
  background: #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 22px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 16%, 92% 62%, 50% 100%, 8% 62%, 0 16%);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-speed::before{
  left: 10px;
  top: 18px;
  width: 26px;
  height: 16px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-icon-speed::after{
  left: 23px;
  top: 20px;
  width: 2px;
  height: 13px;
  background: #ffffff;
  transform-origin: bottom center;
  transform: rotate(42deg);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap h3{
  margin: 0;
  color: #14213d;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
  margin: 11px 0 0;
  color: #5d687b;
  line-height: 1.68;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(43, 109, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(16, 31, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step::before{
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(43, 109, 255, 0.28));
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step:first-child::before{
  display: none;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43, 109, 255, 0.24);
  box-shadow: 0 24px 64px rgba(16, 31, 58, 0.12);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #2b6dff 0%, #10b981 100%);
  box-shadow: 0 16px 34px rgba(43, 109, 255, 0.22);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-content{
  min-width: 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-use-card{
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.08), transparent 30%),
    #ffffff;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(43, 109, 255, 0.09);
  color: #245ad6;
  font-size: 12px;
  font-weight: 780;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-trust-card{
  background:
    radial-gradient(circle at top right, rgba(43, 109, 255, 0.09), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbfdff);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 920px;
  margin: 28px auto 0;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 44px rgba(16, 31, 58, 0.07);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note-dot{
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b6dff, #10b981);
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.1);
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
  margin-top: 0;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-4 .tc-wp-content-root .fcpv-editorial-wrap .fcpv-reveal.fcpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .fcpv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
    font-size: 14px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 14px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
    padding: 22px;
  }.tc-wp-content-root .fcpv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
    font-size: 15px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 15px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .fcpv-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
    padding: 24px;
  }.tc-wp-content-root .fcpv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
    margin-top: 34px;
    gap: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
    padding: 76px 0;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .fcpv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
    padding: 28px;
  }.tc-wp-content-root .fcpv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
    font-size: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
    margin-top: 42px;
    gap: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
    padding: 28px;
    gap: 22px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
    padding: 24px 26px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fcpv-editorial-wrap .fcpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-container{
    padding: 0 34px;
  }.tc-wp-content-root .fcpv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card{
    padding: 30px;
  }.tc-wp-content-root .fcpv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-card p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-step p, .tc-wp-content-root .fcpv-editorial-wrap .fcpv-note p{
    font-size: 16px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-steps{
    margin-top: 48px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .fcpv-editorial-wrap .fcpv-note{
    padding: 24px 28px;
  }}.wpc-scope-4 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .fcpv-grid-3{}