@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-271 .tc-wp-content-root img, .wpc-scope-271 .tc-wp-content-root video, .wpc-scope-271 .tc-wp-content-root svg, .wpc-scope-271 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #1f2937;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section{
  position: relative;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section-white{
  background: #ffffff;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section-soft{
  background: linear-gradient(180deg, #fff8f3 0%, #fffdfb 100%);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(246, 94, 44, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 126, 51, 0.12), rgba(255, 194, 87, 0.14));
  color: #b83d14;
  font-weight: 750;
  line-height: 1;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section-head h2{
  margin: 0;
  color: #16181d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-section-head p{
  margin: 14px auto 0;
  color: #5b6472;
  line-height: 1.7;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(33, 37, 48, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 101, 31, 0.42), rgba(255, 190, 74, 0.2), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(246, 94, 44, 0.22);
  box-shadow: 0 24px 60px rgba(216, 74, 29, 0.14);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card:hover::before{
  opacity: 1;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card h3{
  margin: 0;
  color: #1b1f27;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card p{
  margin: 10px 0 0;
  color: #5e6876;
  line-height: 1.65;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff5b22, #ffb12d);
  box-shadow: 0 12px 26px rgba(255, 91, 34, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-card:hover .ftg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon::before, .wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-flame::before{
  width: 18px;
  height: 25px;
  left: 14px;
  top: 10px;
  border-radius: 13px 13px 15px 15px;
  background: #ffffff;
  transform: rotate(12deg);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-flame::after{
  width: 9px;
  height: 14px;
  left: 20px;
  top: 18px;
  border-radius: 9px;
  background: #ffd96e;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-copy::before{
  width: 17px;
  height: 19px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-copy::after{
  width: 17px;
  height: 19px;
  left: 12px;
  top: 9px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 8px;
  border-radius: 50%;
  background: #fff0bf;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-32deg);
  transform-origin: left center;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 11px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #fff0bf;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(215, 93, 35, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fff6ef 100%);
  box-shadow: 0 18px 42px rgba(102, 54, 28, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(195, 75, 28, 0.13);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #e94216, #ff9d2f);
  box-shadow: 0 14px 28px rgba(233, 66, 22, 0.24);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
  margin: 0;
  color: #171a21;
  font-weight: 850;
  line-height: 1.22;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-step-content p{
  margin: 8px 0 0;
  color: #5f6874;
  line-height: 1.65;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 34, 0.12), rgba(255, 177, 45, 0.16));
  color: #b63f16;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-benefit-card{
  text-align: left;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-free::before{
  content: "$";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-clean::before{
  width: 23px;
  height: 13px;
  left: 12px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-private::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-icon-private::after{
  width: 16px;
  height: 16px;
  left: 15px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-271 .tc-wp-content-root .ftg-editorial .ftg-reveal.ftg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ftg-editorial .ftg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ftg-editorial .ftg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ftg-editorial .ftg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ftg-editorial .ftg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ftg-editorial .ftg-card{
    padding: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-card h3, .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ftg-editorial .ftg-card p, .tc-wp-content-root .ftg-editorial .ftg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ftg-editorial .ftg-steps{
    gap: 16px;
  }.tc-wp-content-root .ftg-editorial .ftg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ftg-editorial .ftg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ftg-editorial .ftg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ftg-editorial .ftg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial .ftg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ftg-editorial .ftg-card{
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial .ftg-card h3, .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ftg-editorial .ftg-card p, .tc-wp-content-root .ftg-editorial .ftg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ftg-editorial .ftg-steps{
    gap: 18px;
  }.tc-wp-content-root .ftg-editorial .ftg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ftg-editorial .ftg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ftg-editorial .ftg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ftg-editorial .ftg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ftg-editorial .ftg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ftg-editorial .ftg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-card{
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial .ftg-card h3, .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-card p, .tc-wp-content-root .ftg-editorial .ftg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ftg-editorial .ftg-steps{
    gap: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ftg-editorial .ftg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ftg-editorial .ftg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ftg-editorial .ftg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ftg-editorial .ftg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ftg-editorial .ftg-grid-three, .tc-wp-content-root .ftg-editorial .ftg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ftg-editorial .ftg-card{
    padding: 26px;
  }.tc-wp-content-root .ftg-editorial .ftg-card h3, .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ftg-editorial .ftg-card p, .tc-wp-content-root .ftg-editorial .ftg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ftg-editorial .ftg-steps{
    gap: 22px;
  }.tc-wp-content-root .ftg-editorial .ftg-step{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ftg-editorial .ftg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ftg-editorial .ftg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ftg-editorial .ftg-container{
    padding: 0 36px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ftg-editorial .ftg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ftg-editorial .ftg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ftg-editorial .ftg-grid-three, .tc-wp-content-root .ftg-editorial .ftg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ftg-editorial .ftg-card{
    padding: 30px;
  }.tc-wp-content-root .ftg-editorial .ftg-card h3, .tc-wp-content-root .ftg-editorial .ftg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ftg-editorial .ftg-card p, .tc-wp-content-root .ftg-editorial .ftg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ftg-editorial .ftg-steps{
    gap: 24px;
  }.tc-wp-content-root .ftg-editorial .ftg-step{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .ftg-editorial .ftg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}