@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-408 .tc-wp-content-root img, .wpc-scope-408 .tc-wp-content-root video, .wpc-scope-408 .tc-wp-content-root svg, .wpc-scope-408 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  --lfg-accent-a: #7c3aed;
  --lfg-accent-b: #06b6d4;
  --lfg-accent-c: #f59e0b;
  --lfg-ink: #172033;
  --lfg-muted: #5d6678;
  --lfg-soft: #f7f8fb;
  --lfg-border: rgba(23, 32, 51, 0.1);
  --lfg-shadow: 0 18px 45px rgba(23, 32, 51, 0.09);
  --lfg-shadow-hover: 0 26px 60px rgba(23, 32, 51, 0.14);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content div, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content section, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-section{
  position: relative;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-section-white{
  background: #ffffff;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.08), transparent 30%),
    var(--lfg-soft);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  color: #5930c8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lfg-accent-a), var(--lfg-accent-b));
  box-shadow: 0 0 0 5px rgba(124, 58, 237, 0.1);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content h2, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content h3, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content p{
  margin-top: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content h2{
  margin-bottom: 14px;
  color: var(--lfg-ink);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--lfg-muted);
  line-height: 1.75;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--lfg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card::before, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.32), rgba(6, 182, 212, 0.22), rgba(245, 158, 11, 0.18));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: var(--lfg-shadow-hover);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover::before, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card h3, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
  margin-bottom: 9px;
  color: var(--lfg-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card p, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
  margin-bottom: 0;
  color: var(--lfg-muted);
  line-height: 1.7;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.14));
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon::before, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lfg-accent-a), var(--lfg-accent-b));
  transition: transform 220ms ease;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-card:hover .lfg-icon::before{
  transform: translateX(3px);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-preview::before{
  width: 22px;
  height: 4px;
  top: 16px;
  left: 13px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-preview::after{
  width: 14px;
  height: 4px;
  top: 27px;
  left: 17px;
  opacity: 0.65;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::before{
  width: 18px;
  height: 20px;
  top: 12px;
  left: 17px;
  border-radius: 6px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-copy::after{
  width: 18px;
  height: 20px;
  top: 17px;
  left: 12px;
  border: 2px solid rgba(124, 58, 237, 0.55);
  background: transparent;
  border-radius: 6px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-creative::before{
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-creative::after{
  width: 8px;
  height: 8px;
  top: 8px;
  right: 9px;
  background: var(--lfg-accent-c);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-brand::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-brand::after{
  width: 10px;
  height: 10px;
  top: 19px;
  left: 19px;
  background: #ffffff;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-speed::before{
  width: 26px;
  height: 6px;
  top: 21px;
  left: 11px;
  transform: rotate(-18deg);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-speed::after{
  width: 7px;
  height: 7px;
  top: 16px;
  right: 12px;
  background: var(--lfg-accent-c);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-polish::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  transform: rotate(45deg);
  border-radius: 5px;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-icon-polish::after{
  width: 6px;
  height: 6px;
  top: 10px;
  right: 12px;
  background: var(--lfg-accent-c);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(6, 182, 212, 0.11));
  color: #5631c5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--lfg-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--lfg-shadow-hover);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lfg-accent-a), var(--lfg-accent-b));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.22);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 31px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(124, 58, 237, 0), rgba(124, 58, 237, 0.22), rgba(6, 182, 212, 0));
  z-index: 0;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-number, .wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.14));
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 19px;
  height: 10px;
  top: 14px;
  left: 12px;
  border-bottom: 3px solid #6d37db;
  border-left: 3px solid #6d37db;
  transform: rotate(-45deg);
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-408 .tc-wp-content-root .lfg-editorial-content .lfg-reveal.lfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 15px;
    margin-top: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-six, .tc-wp-content-root .lfg-editorial-content .lfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lfg-editorial-content .lfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .lfg-editorial-content .lfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .lfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-grid-six, .tc-wp-content-root .lfg-editorial-content .lfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card h3, .tc-wp-content-root .lfg-editorial-content .lfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-card p, .tc-wp-content-root .lfg-editorial-content .lfg-benefit-card p, .tc-wp-content-root .lfg-editorial-content .lfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-list{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .lfg-editorial-content .lfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}