@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-383 .tc-wp-content-root img, .wpc-scope-383 .tc-wp-content-root video, .wpc-scope-383 .tc-wp-content-root svg, .wpc-scope-383 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap, .wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap div, .wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap section, .wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-section{
  position: relative;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-section-white{
  background: #ffffff;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(116, 91, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 91, 255, 0.1), rgba(0, 194, 203, 0.1));
  color: #5a43d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
  margin: 14px auto 0;
  color: #5f697a;
  line-height: 1.7;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 31, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(116, 91, 255, 0.14), rgba(0, 194, 203, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 91, 255, 0.22);
  box-shadow: 0 24px 60px rgba(20, 31, 56, 0.12);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card:hover::before{
  opacity: 1;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-card p{
  position: relative;
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.68;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #745bff, #00c2cb);
  box-shadow: 0 14px 28px rgba(116, 91, 255, 0.2);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon::before, .wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-mix::before{
  width: 20px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 52%);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-clean::before{
  width: 18px;
  height: 12px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-flex::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-privacy::before{
  width: 20px;
  height: 15px;
  left: 12px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 31, 56, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-card::after{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #745bff, #00c2cb);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(20, 31, 56, 0.1);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #745bff, #00c2cb);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(116, 91, 255, 0.22);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
  margin: 9px 0 0;
  color: #606b7d;
  line-height: 1.68;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 91, 255, 0.12), rgba(0, 194, 203, 0.12));
  color: #5540cf;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-383 .tc-wp-content-root .ftg-editorial-wrap .ftg-reveal.ftg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ftg-editorial-wrap .ftg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ftg-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid, .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid-six, .tc-wp-content-root .ftg-editorial-wrap .ftg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card{
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card h3, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card p, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ftg-editorial-wrap .ftg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ftg-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid, .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid-six, .tc-wp-content-root .ftg-editorial-wrap .ftg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card{
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card h3, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card p, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ftg-editorial-wrap .ftg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ftg-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid, .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid-six, .tc-wp-content-root .ftg-editorial-wrap .ftg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card{
    padding: 26px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card h3, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card p, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ftg-editorial-wrap .ftg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ftg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid, .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid-six, .tc-wp-content-root .ftg-editorial-wrap .ftg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card{
    padding: 28px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card h3, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card p, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ftg-editorial-wrap .ftg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-container{
    padding: 0 34px;
  }.tc-wp-content-root .ftg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid, .tc-wp-content-root .ftg-editorial-wrap .ftg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-grid-six, .tc-wp-content-root .ftg-editorial-wrap .ftg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card{
    padding: 30px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card h3, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-card p, .tc-wp-content-root .ftg-editorial-wrap .ftg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ftg-editorial-wrap .ftg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}