@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-346 .tc-wp-content-root img, .wpc-scope-346 .tc-wp-content-root video, .wpc-scope-346 .tc-wp-content-root svg, .wpc-scope-346 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap{
  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;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap, .wpc-scope-346 .tc-wp-content-root .lfg-content-wrap div, .wpc-scope-346 .tc-wp-content-root .lfg-content-wrap section, .wpc-scope-346 .tc-wp-content-root .lfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section-white{
  background: #ffffff;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(118, 79, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(118, 79, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #5a42d6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  font-weight: 400;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #764fff, #00c4a7, #ffb547);
  opacity: 0.9;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(118, 79, 255, 0.26);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.11);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card h3{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card p{
  margin: 10px 0 0;
  color: #606b7d;
  font-weight: 400;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(118, 79, 255, 0.14), rgba(0, 196, 167, 0.12));
  box-shadow: inset 0 0 0 1px rgba(118, 79, 255, 0.12);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon::before, .wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card:hover .lfg-icon::before, .wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-card:hover .lfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #764fff;
  border-radius: 8px;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-copy::before{
  width: 16px;
  height: 20px;
  left: 17px;
  top: 12px;
  border: 2px solid #00a98f;
  border-radius: 5px;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(118, 79, 255, 0.6);
  border-radius: 5px;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  background: linear-gradient(135deg, #764fff, #ffb547);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #764fff;
  border-radius: 50%;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  background: #00c4a7;
  border-radius: 50%;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #764fff;
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  background: #764fff;
  border-radius: 999px;
  box-shadow: 0 8px 0 #00c4a7, 0 16px 0 #ffb547;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #00a98f;
  border-radius: 50%;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-free::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 2px solid #764fff;
  border-bottom: 2px solid #764fff;
  transform: rotate(-45deg);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-mobile::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #764fff;
  border-radius: 7px;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 30px;
  background: #00c4a7;
  border-radius: 50%;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 20px;
  background: #764fff;
  border-radius: 5px;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 2px solid #00a98f;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.065);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #764fff, #00c4a7);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #764fff, #00c4a7);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(118, 79, 255, 0.24);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
  margin: 9px 0 0;
  color: #606b7d;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-badge{
  display: inline-flex;
  width: max-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(118, 79, 255, 0.09);
  color: #5a42d6;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-benefit-card{
  text-align: left;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-346 .tc-wp-content-root .lfg-content-wrap .lfg-reveal.lfg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lfg-content-wrap .lfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfg-content-wrap .lfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card{
    padding: 22px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lfg-content-wrap .lfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .lfg-content-wrap .lfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card{
    padding: 24px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lfg-content-wrap .lfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .lfg-content-wrap .lfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card{
    padding: 26px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lfg-content-wrap .lfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .lfg-content-wrap .lfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-grid-six, .tc-wp-content-root .lfg-content-wrap .lfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card{
    padding: 28px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lfg-content-wrap .lfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .lfg-content-wrap .lfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-grid-six, .tc-wp-content-root .lfg-content-wrap .lfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card{
    padding: 30px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .lfg-content-wrap .lfg-step-content p{
    font-size: 16.5px;
  }}