@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-334 .tc-wp-content-root img, .wpc-scope-334 .tc-wp-content-root video, .wpc-scope-334 .tc-wp-content-root svg, .wpc-scope-334 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial{
  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.5;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial, .wpc-scope-334 .tc-wp-content-root .sfg-editorial div, .wpc-scope-334 .tc-wp-content-root .sfg-editorial section, .wpc-scope-334 .tc-wp-content-root .sfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-section{
  position: relative;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-section-white{
  background: #ffffff;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7fb 100%);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f6bff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-kicker::before, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0f6bff, #ff3d6e);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-heading p{
  margin: 16px auto 0;
  color: #5b667a;
  max-width: 680px;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 35, 61, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 31, 56, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card::before, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(15, 107, 255, 0.45), rgba(255, 61, 110, 0.22), rgba(255, 184, 77, 0.18));
  opacity: 0;
  transition: opacity 240ms 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-334 .tc-wp-content-root .sfg-editorial .sfg-card:hover, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15, 107, 255, 0.22);
  box-shadow: 0 24px 58px rgba(18, 31, 56, 0.13);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card:hover::before, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card h3, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card p, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card p, .wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
  margin: 10px 0 0;
  color: #5c6678;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f6bff, #ff3d6e);
  box-shadow: 0 12px 24px rgba(15, 107, 255, 0.22);
  position: relative;
  transition: transform 240ms ease;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-card:hover .sfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-preview::after{
  border-radius: 50%;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-copy::after{
  inset: 12px 14px;
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.32);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-energy::after{
  width: 14px;
  height: 14px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-options::after{
  inset: 12px;
  border-radius: 50%;
  box-shadow: 9px 0 0 -3px rgba(255, 255, 255, 0.85), -9px 0 0 -3px rgba(255, 255, 255, 0.85);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-mobile::after{
  inset: 10px 15px;
  border-radius: 5px;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-icon-clean::after{
  inset: 14px 12px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(21, 35, 61, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 50px rgba(18, 31, 56, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(15, 107, 255, 0.45), rgba(255, 61, 110, 0.1));
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card:last-child::after{
  display: none;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(18, 31, 56, 0.12);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #0f6bff 0%, #6c5cff 48%, #ff3d6e 100%);
  box-shadow: 0 16px 28px rgba(15, 107, 255, 0.24);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-use-card{
  background:
    radial-gradient(circle at top right, rgba(15, 107, 255, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-use-card h3::before{
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0f6bff, #ff3d6e);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
  overflow: hidden;
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-benefit-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0f4fd6;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(135deg, rgba(15, 107, 255, 0.12), rgba(255, 61, 110, 0.1));
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-334 .tc-wp-content-root .sfg-editorial .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial .sfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .sfg-editorial .sfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .sfg-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .sfg-editorial .sfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial .sfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial .sfg-card, .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial .sfg-card h3, .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial .sfg-card p, .tc-wp-content-root .sfg-editorial .sfg-step-card p, .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial .sfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial .sfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfg-editorial .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .sfg-editorial .sfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial .sfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sfg-editorial .sfg-card, .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial .sfg-card h3, .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial .sfg-card p, .tc-wp-content-root .sfg-editorial .sfg-step-card p, .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfg-editorial .sfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial .sfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .sfg-editorial .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial h2{
    font-size: 35px;
  }.tc-wp-content-root .sfg-editorial .sfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial .sfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sfg-editorial .sfg-card, .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial .sfg-card h3, .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial .sfg-card p, .tc-wp-content-root .sfg-editorial .sfg-step-card p, .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial .sfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial .sfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .sfg-editorial .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .sfg-editorial .sfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial .sfg-grid-three, .tc-wp-content-root .sfg-editorial .sfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial .sfg-card, .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial .sfg-card h3, .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial .sfg-card p, .tc-wp-content-root .sfg-editorial .sfg-step-card p, .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfg-editorial .sfg-steps{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial .sfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .sfg-editorial .sfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .sfg-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .sfg-editorial .sfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial .sfg-grid-three, .tc-wp-content-root .sfg-editorial .sfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .sfg-editorial .sfg-card, .tc-wp-content-root .sfg-editorial .sfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .sfg-editorial .sfg-card h3, .tc-wp-content-root .sfg-editorial .sfg-step-card h3, .tc-wp-content-root .sfg-editorial .sfg-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sfg-editorial .sfg-card p, .tc-wp-content-root .sfg-editorial .sfg-step-card p, .tc-wp-content-root .sfg-editorial .sfg-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial .sfg-steps{
    gap: 26px;
    margin-top: 52px;
  }.tc-wp-content-root .sfg-editorial .sfg-step-card{
    gap: 28px;
    padding: 34px;
  }}.wpc-scope-334 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .sfg-step-content{}