@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-584 .tc-wp-content-root img, .wpc-scope-584 .tc-wp-content-root video, .wpc-scope-584 .tc-wp-content-root svg, .wpc-scope-584 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap section, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap div, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section{
  position: relative;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-white{
  background: #ffffff;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(116, 86, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f4ee 100%);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(112, 79, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(112, 79, 255, 0.1), rgba(0, 188, 212, 0.09));
  color: #5f42d8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(112, 79, 255, 0.28), rgba(0, 188, 212, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 44px rgba(28, 38, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #7657ff, #00bfd4);
  opacity: 0.9;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(112, 79, 255, 0.22);
  box-shadow: 0 24px 58px rgba(28, 38, 68, 0.13);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
  margin: 10px 0 0;
  color: #5f6878;
  font-weight: 440;
  line-height: 1.68;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7657ff 0%, #00bfd4 100%);
  box-shadow: 0 14px 24px rgba(112, 79, 255, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover .sfg-icon{
  transform: translateY(-2px) rotate(-4deg);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::before, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.95);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::before{
  width: 16px;
  height: 20px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::after{
  width: 14px;
  height: 18px;
  left: 11px;
  top: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-creative::before{
  width: 22px;
  height: 3px;
  left: 11px;
  top: 20px;
  transform: skewX(-22deg);
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-creative::after{
  width: 14px;
  height: 3px;
  left: 18px;
  top: 27px;
  transform: skewX(-22deg);
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.95);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 26px;
  transform: rotate(-42deg);
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.95);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::after{
  width: 9px;
  height: 3px;
  left: 22px;
  top: 20px;
  transform: rotate(35deg);
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-flex::before, .wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.95);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-flex::after{
  width: 8px;
  height: 2px;
  left: 18px;
  top: 28px;
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-free::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.95);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-free::after{
  content: "$";
  left: 18px;
  top: 10px;
  width: auto;
  height: auto;
  color: #ffffff;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 19px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 15px;
  top: 10px;
  border-radius: 10px 10px 0 0;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(28, 38, 68, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(112, 79, 255, 0.1), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(28, 38, 68, 0.12);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover::after{
  opacity: 1;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #7657ff 0%, #00bfd4 100%);
  box-shadow: 0 18px 30px rgba(112, 79, 255, 0.2);
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(112, 79, 255, 0.12), rgba(0, 188, 212, 0.1));
  color: #5f42d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
  background:
    radial-gradient(circle at top right, rgba(0, 188, 212, 0.08), transparent 36%),
    #ffffff;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-584 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid, .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 24px 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid, .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 26px 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid, .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid-six, .tc-wp-content-root .sfg-editorial-wrap .sfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 20px;
    margin-top: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid-six, .tc-wp-content-root .sfg-editorial-wrap .sfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}.wpc-scope-584 .tc-wp-content-root .sfg-use-card{}