@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-684 .tc-wp-content-root img, .wpc-scope-684 .tc-wp-content-root video, .wpc-scope-684 .tc-wp-content-root svg, .wpc-scope-684 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap section, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap div, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-white{
  background: #ffffff;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(116, 91, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f6fa 100%);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(116, 91, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(116, 91, 255, 0.12), rgba(42, 196, 255, 0.1));
  color: #5944d9;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap h2{
  margin: 16px 0 0;
  color: #151b2a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.72;
  letter-spacing: 0;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(35, 45, 68, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(116, 91, 255, 0.34), rgba(42, 196, 255, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 45px rgba(19, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(116, 91, 255, 0.09), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 91, 255, 0.24);
  box-shadow: 0 24px 60px rgba(19, 28, 45, 0.12);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover::after{
  opacity: 1;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
  position: relative;
  margin: 0;
  color: #171e2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
  position: relative;
  margin: 11px 0 0;
  color: #606a7c;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #745bff 0%, #2ac4ff 100%);
  box-shadow: 0 14px 28px rgba(116, 91, 255, 0.22);
  z-index: 1;
  transition: transform 260ms ease;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover .sfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::before, .wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::before{
  width: 24px;
  height: 15px;
  left: 12px;
  top: 16px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 13px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-smoke::before{
  width: 26px;
  height: 10px;
  left: 11px;
  top: 25px;
  border-radius: 999px;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-smoke::after{
  width: 8px;
  height: 22px;
  left: 20px;
  top: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 9px 4px 0 rgba(255, 255, 255, 0.55), -8px 6px 0 rgba(255, 255, 255, 0.48);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-options::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-options::after{
  width: 7px;
  height: 7px;
  left: 16px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 13px 8px 0 rgba(255, 255, 255, 0.9), 3px 16px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-right-color: transparent;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 13px;
  top: 18px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::after{
  width: 10px;
  height: 5px;
  left: 19px;
  top: 12px;
  border-radius: 8px 8px 0 0;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(35, 45, 68, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(19, 28, 45, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #745bff, #2ac4ff);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(116, 91, 255, 0.22);
  box-shadow: 0 24px 58px rgba(19, 28, 45, 0.11);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #151b2a 0%, #4032b8 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(64, 50, 184, 0.22);
  letter-spacing: 0;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 196, 255, 0.12);
  color: #2d6f9f;
  font-weight: 800;
  line-height: 1;
  z-index: 1;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(42, 196, 255, 0.3), rgba(116, 91, 255, 0.18), rgba(255, 255, 255, 0)) border-box;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) padding-box,
    linear-gradient(135deg, rgba(116, 91, 255, 0.28), rgba(42, 196, 255, 0.16), rgba(255, 255, 255, 0)) border-box;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(116, 91, 255, 0.14), rgba(42, 196, 255, 0.16));
  border: 1px solid rgba(116, 91, 255, 0.18);
  z-index: 1;
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #5d48f0;
  border-bottom: 3px solid #5d48f0;
  transform: rotate(-45deg);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-684 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .sfg-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap h2{
    font-size: 33px;
  }.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{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 28px 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 22px;
    padding: 32px 34px 32px 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card{
    padding: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 26px;
    padding: 34px 38px 34px 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-badge{
    font-size: 12px;
  }}.wpc-scope-684 .tc-wp-content-root .sfg-benefit-grid{}.wpc-scope-684 .tc-wp-content-root .sfg-step-content{}