@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-350 .tc-wp-content-root img, .wpc-scope-350 .tc-wp-content-root video, .wpc-scope-350 .tc-wp-content-root svg, .wpc-scope-350 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section{
  position: relative;
  width: 100%;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section-white{
  background: #ffffff;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(0, 214, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(18, 211, 255, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 211, 255, 0.12), rgba(139, 92, 246, 0.1));
  color: #2456d6;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12d3ff, #8b5cf6);
  box-shadow: 0 0 16px rgba(18, 211, 255, 0.65);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #566176;
  line-height: 1.75;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(113, 128, 150, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(18, 211, 255, 0.3), rgba(139, 92, 246, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card::after, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(18, 211, 255, 0.09), transparent 36%, rgba(139, 92, 246, 0.07));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card:hover, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(18, 211, 255, 0.34);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card:hover::after, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card p, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c667a;
  line-height: 1.7;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #12d3ff, #8b5cf6);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon::before, .wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  transition: transform 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-card:hover .ffg-icon::before{
  transform: translateY(-2px) rotate(8deg);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-spark::after{
  inset: 19px;
  border-radius: 50%;
  background: #ffffff;
  border: 0;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-copy::after{
  inset: 10px 15px 16px 9px;
  border-radius: 5px;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-orbit::before{
  border-radius: 50%;
  transform: rotate(-18deg);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-bolt::before{
  width: 10px;
  height: 18px;
  inset: 13px 18px;
  border-radius: 3px;
  transform: skew(-14deg);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-frame::before{
  inset: 12px;
  border-radius: 4px;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-icon-check::before{
  width: 18px;
  height: 10px;
  inset: 15px 12px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(113, 128, 150, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #12d3ff, #8b5cf6);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.26);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-step-number{
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(18, 211, 255, 0.16), rgba(139, 92, 246, 0.14)),
    #ffffff;
  color: #2456d6;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(18, 211, 255, 0.18);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(18, 211, 255, 0.1);
  color: #2456d6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
  padding-top: 32px;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #12d3ff, #8b5cf6);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 11px;
  top: 13px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-350 .tc-wp-content-root .ffg-editorial-sections .ffg-reveal.ffg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ffg-editorial-sections .ffg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card-grid, .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-grid-three, .tc-wp-content-root .ffg-editorial-sections .ffg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ffg-editorial-sections .ffg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card-grid, .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-grid-three, .tc-wp-content-root .ffg-editorial-sections .ffg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ffg-editorial-sections .ffg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card-grid, .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-grid-three, .tc-wp-content-root .ffg-editorial-sections .ffg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 26px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ffg-editorial-sections .ffg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card-grid, .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-grid-three, .tc-wp-content-root .ffg-editorial-sections .ffg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ffg-editorial-sections .ffg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card-grid, .tc-wp-content-root .ffg-editorial-sections .ffg-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-grid-three, .tc-wp-content-root .ffg-editorial-sections .ffg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card h3, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ffg-editorial-sections .ffg-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-benefit-card p, .tc-wp-content-root .ffg-editorial-sections .ffg-step-card p{
    font-size: 16px;
  }}.wpc-scope-350 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ffg-step-content{}.wpc-scope-350 .tc-wp-content-root .ffg-use-card{}