@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-174 .tc-wp-content-root img, .wpc-scope-174 .tc-wp-content-root video, .wpc-scope-174 .tc-wp-content-root svg, .wpc-scope-174 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content section, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content div, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section{
  position: relative;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section-white{
  background: #ffffff;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section-soft{
  background: #f7f8fb;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 92, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(78, 92, 255, 0.1), rgba(0, 188, 212, 0.1));
  color: #4150d8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
  margin: 16px auto 0;
  color: #596276;
  font-weight: 450;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 46px rgba(21, 31, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #4e5cff, #00bcd4, #16c784);
  opacity: 0.9;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(78, 92, 255, 0.22);
  box-shadow: 0 24px 62px rgba(21, 31, 56, 0.13);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card h3, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-card p, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
  margin: 10px 0 0;
  color: #5c6578;
  font-weight: 440;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4e5cff, #00bcd4);
  box-shadow: 0 14px 28px rgba(78, 92, 255, 0.22);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon::before, .wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 9px;
  opacity: 0.95;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #4e5cff;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-copy::after{
  width: 14px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-creative::before{
  width: 24px;
  height: 6px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-clean::before{
  width: 23px;
  height: 23px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  transform: rotate(45deg);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(45% 0, 78% 0, 58% 40%, 87% 40%, 31% 100%, 43% 55%, 16% 55%);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-friendly::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-icon-friendly::after{
  width: 13px;
  height: 6px;
  left: 18px;
  top: 24px;
  border-radius: 0 0 999px 999px;
  background: #4e5cff;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(21, 31, 56, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(78, 92, 255, 0), rgba(78, 92, 255, 0.35));
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card:first-child::after{
  display: none;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 188, 212, 0.24);
  box-shadow: 0 22px 58px rgba(21, 31, 56, 0.11);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #151c2f, #4e5cff);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(78, 92, 255, 0.24);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 188, 212, 0.11);
  color: #087a8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-use-card::before{
  background: linear-gradient(90deg, #00bcd4, #16c784);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(22, 199, 132, 0.16), rgba(78, 92, 255, 0.12));
  border: 1px solid rgba(22, 199, 132, 0.2);
  position: relative;
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #16a06c;
  border-bottom: 3px solid #16a06c;
  transform: rotate(-45deg);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-174 .tc-wp-content-root .blfg-editorial-content .blfg-reveal.blfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .blfg-editorial-content .blfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .blfg-editorial-content .blfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card{
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card h3, .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card p, .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .blfg-editorial-content .blfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .blfg-editorial-content .blfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card{
    padding: 26px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card h3, .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card p, .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .blfg-editorial-content .blfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .blfg-editorial-content .blfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card{
    padding: 28px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card h3, .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card p, .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .blfg-editorial-content .blfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .blfg-editorial-content .blfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card{
    padding: 30px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card h3, .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card p, .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px){.tc-wp-content-root .blfg-editorial-content .blfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .blfg-editorial-content .blfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .blfg-editorial-content .blfg-card{
    padding: 32px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card h3, .tc-wp-content-root .blfg-editorial-content .blfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-card p, .tc-wp-content-root .blfg-editorial-content .blfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .blfg-editorial-content .blfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}.wpc-scope-174 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .blfg-step-body{}