@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-386 .tc-wp-content-root img, .wpc-scope-386 .tc-wp-content-root video, .wpc-scope-386 .tc-wp-content-root svg, .wpc-scope-386 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content, .wpc-scope-386 .tc-wp-content-root .bfg-editorial-content div, .wpc-scope-386 .tc-wp-content-root .bfg-editorial-content section, .wpc-scope-386 .tc-wp-content-root .bfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section{
  position: relative;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section-white{
  background: #ffffff;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(109, 92, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfbfe 0%, #f6f8fc 100%);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(109, 92, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(109, 92, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #5947e8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
  margin: 14px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
  margin: 14px auto 0;
  color: #5a6475;
  line-height: 1.72;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(20, 27, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card::before{
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(109, 92, 255, 0.34), rgba(0, 194, 168, 0.2), transparent 58%);
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(109, 92, 255, 0.22);
  box-shadow: 0 24px 64px rgba(20, 27, 45, 0.12);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover::before{
  opacity: 1;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card h3{
  margin: 0;
  color: #151c2f;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-card p{
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6d5cff, #00c2a8);
  box-shadow: 0 14px 30px rgba(109, 92, 255, 0.24);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon::before, .wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-preview::before{
  width: 20px;
  height: 14px;
  top: 16px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::before{
  width: 15px;
  height: 18px;
  top: 12px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::after{
  width: 15px;
  height: 18px;
  top: 17px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-clean::before{
  width: 22px;
  height: 10px;
  top: 18px;
  left: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-fast::after{
  width: 9px;
  height: 2px;
  top: 22px;
  left: 23px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-icon-flex::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transform: rotate(45deg);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 27, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(109, 92, 255, 0.08));
  content: "";
  pointer-events: none;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(20, 27, 45, 0.12);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #151c2f, #6d5cff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(109, 92, 255, 0.24);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
  margin: 0;
  color: #151c2f;
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
  margin: 8px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-mini-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 194, 168, 0.1);
  color: #087d70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(109, 92, 255, 0.38), rgba(0, 194, 168, 0.24)) border-box;
  border: 1px solid transparent;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(109, 92, 255, 0.13), rgba(0, 194, 168, 0.15));
  position: relative;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-mark::before{
  position: absolute;
  width: 18px;
  height: 9px;
  top: 12px;
  left: 10px;
  border-left: 3px solid #6d5cff;
  border-bottom: 3px solid #00a994;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-386 .tc-wp-content-root .bfg-editorial-content .bfg-reveal.bfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-six, .tc-wp-content-root .bfg-editorial-content .bfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-six, .tc-wp-content-root .bfg-editorial-content .bfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}.wpc-scope-386 .tc-wp-content-root .bfg-use-card{}