@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-422 .tc-wp-content-root img, .wpc-scope-422 .tc-wp-content-root video, .wpc-scope-422 .tc-wp-content-root svg, .wpc-scope-422 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content, .wpc-scope-422 .tc-wp-content-root .cfg-editorial-content section, .wpc-scope-422 .tc-wp-content-root .cfg-editorial-content div, .wpc-scope-422 .tc-wp-content-root .cfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section{
  width: 100%;
  position: relative;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f9fc 100%);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 14px;
  border: 1px solid rgba(123, 92, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #5b44d6;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
  margin: 14px 0 0;
  color: #151b29;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5f6878;
  line-height: 1.7;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(34, 43, 63, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(27, 35, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.38), rgba(0, 196, 167, 0.28), rgba(255, 171, 64, 0.18));
  opacity: 0;
  transition: opacity 220ms 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-422 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(123, 92, 255, 0.22);
  box-shadow: 0 24px 60px rgba(27, 35, 55, 0.13);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card h3{
  margin: 16px 0 0;
  color: #171d2b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card p{
  margin: 10px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7b5cff, #00c4a7);
  box-shadow: 0 12px 28px rgba(91, 68, 214, 0.22);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon::before, .wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover .cfg-icon::before{
  transform: translateY(-1px) scale(1.05);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border-radius: 12px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-spark::before{
  width: 4px;
  height: 24px;
  left: 21px;
  top: 11px;
  border-radius: 99px;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-spark::after{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 48% 55%, 0 55%);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  background: transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-free::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 99px;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-private::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-icon-private::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(34, 43, 63, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(27, 35, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  top: 50%;
  width: 4px;
  height: 72%;
  border-radius: 999px;
  background: linear-gradient(180deg, #7b5cff, #00c4a7);
  opacity: 0.18;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 196, 167, 0.26);
  box-shadow: 0 24px 60px rgba(27, 35, 55, 0.12);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #151b29, #5b44d6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(91, 68, 214, 0.24);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-content{
  min-width: 0;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
  margin: 0;
  color: #171d2b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
  margin: 8px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(0, 196, 167, 0.1);
  color: #087f70;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-trust-card{
  text-align: left;
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-422 .tc-wp-content-root .cfg-editorial-content .cfg-reveal.cfg-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-step-card, .tc-wp-content-root .cfg-editorial-content .cfg-reveal, .tc-wp-content-root .cfg-editorial-content .cfg-reveal.cfg-is-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-reveal{
    opacity: 1;
  }}