@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-570 .tc-wp-content-root img, .wpc-scope-570 .tc-wp-content-root video, .wpc-scope-570 .tc-wp-content-root svg, .wpc-scope-570 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial, .wpc-scope-570 .tc-wp-content-root .btfg-editorial *{
  box-sizing: border-box;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #15151d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-section-white{
  background: #ffffff;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-section-soft{
  background: linear-gradient(180deg, #faf9f6 0%, #f5f2ec 100%);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 177, 58, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 225, 126, 0.22), rgba(255, 255, 255, 0.85));
  color: #7a4c05;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-heading h2{
  margin: 0;
  color: #111119;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #565563;
  font-weight: 450;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 20, 28, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(255, 207, 74, 0.18), transparent 38%);
  box-shadow: 0 18px 42px rgba(20, 20, 28, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 207, 74, 0.32), rgba(38, 38, 48, 0.02) 42%, rgba(98, 70, 234, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(224, 164, 23, 0.34);
  box-shadow: 0 24px 56px rgba(18, 18, 28, 0.12);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card:hover::before{
  opacity: 1;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card h3{
  position: relative;
  margin: 18px 0 9px;
  color: #171720;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card p{
  position: relative;
  margin: 0;
  color: #5a5966;
  font-weight: 440;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #181820 0%, #2a2a34 52%, #f3bb2f 100%);
  box-shadow: 0 12px 28px rgba(243, 187, 47, 0.22);
  transition: transform 240ms ease;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-card:hover .btfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon::before, .wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon::after{
  content: "";
  position: absolute;
  background: #fff7d7;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #fff7d7;
  border-radius: 12px;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #fff7d7;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 12px;
  top: 18px;
  border: 2px solid #fff7d7;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-bolt::before{
  width: 12px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(58% 0, 100% 0, 58% 43%, 100% 43%, 30% 100%, 45% 55%, 0 55%);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-bolt::after{
  display: none;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-mask::before{
  width: 26px;
  height: 14px;
  left: 10px;
  top: 17px;
  border-radius: 4px 4px 12px 12px;
  clip-path: polygon(0 0, 20% 25%, 35% 0, 50% 18%, 65% 0, 80% 25%, 100% 0, 84% 100%, 16% 100%);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-mask::after{
  width: 4px;
  height: 4px;
  left: 17px;
  top: 23px;
  border-radius: 50%;
  box-shadow: 9px 0 0 #fff7d7;
  background: #181820;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-spark::after{
  display: none;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-phone::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #fff7d7;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-phone::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 3px;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #fff7d7;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-free::after{
  width: 11px;
  height: 2px;
  left: 18px;
  top: 22px;
  border-radius: 2px;
  transform: rotate(-28deg);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-clean::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #fff7d7;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-clean::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 20px;
  border-left: 2px solid #fff7d7;
  border-bottom: 2px solid #fff7d7;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-private::before{
  width: 20px;
  height: 16px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 2px solid #fff7d7;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 20, 28, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 20, 28, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #f6c344, #191921);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(224, 164, 23, 0.32);
  box-shadow: 0 24px 58px rgba(20, 20, 28, 0.1);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step-number{
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #181820, #2b2b36 58%, #f4bd34);
  color: #fff8dc;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(20, 20, 28, 0.16);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step-content{
  position: relative;
  min-width: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step-content h3{
  margin: 0 0 7px;
  color: #171720;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-step-content p{
  margin: 0;
  color: #585765;
  font-weight: 440;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-use-card{
  background:
    linear-gradient(180deg, #ffffff, #fffdf8),
    radial-gradient(circle at top left, rgba(246, 195, 68, 0.14), transparent 40%);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #191921;
  color: #ffe9a6;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-benefit-card{
  text-align: left;
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-570 .tc-wp-content-root .btfg-editorial .btfg-reveal.btfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .btfg-editorial .btfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .btfg-editorial .btfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .btfg-editorial .btfg-grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .btfg-editorial .btfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .btfg-editorial .btfg-steps{
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .btfg-editorial .btfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .btfg-editorial .btfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .btfg-editorial .btfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .btfg-editorial .btfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .btfg-editorial .btfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .btfg-editorial .btfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .btfg-editorial .btfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .btfg-editorial .btfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .btfg-editorial .btfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .btfg-editorial .btfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .btfg-editorial .btfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .btfg-editorial .btfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .btfg-editorial .btfg-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .btfg-editorial .btfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .btfg-editorial .btfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .btfg-editorial .btfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .btfg-editorial .btfg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 24px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .btfg-editorial .btfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .btfg-editorial .btfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .btfg-editorial .btfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .btfg-editorial .btfg-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .btfg-editorial .btfg-card{
    padding: 28px;
  }.tc-wp-content-root .btfg-editorial .btfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .btfg-editorial .btfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .btfg-editorial .btfg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .btfg-editorial .btfg-step{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .btfg-editorial .btfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .btfg-editorial .btfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .btfg-editorial .btfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .btfg-editorial .btfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .btfg-editorial .btfg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .btfg-editorial .btfg-card{
    padding: 30px;
  }.tc-wp-content-root .btfg-editorial .btfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .btfg-editorial .btfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .btfg-editorial .btfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .btfg-editorial .btfg-step{
    gap: 26px;
    padding: 32px 36px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .btfg-editorial .btfg-step-content p{
    font-size: 16.5px;
  }}