@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-259 .tc-wp-content-root img, .wpc-scope-259 .tc-wp-content-root video, .wpc-scope-259 .tc-wp-content-root svg, .wpc-scope-259 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap, .wpc-scope-259 .tc-wp-content-root .blfg-content-wrap section, .wpc-scope-259 .tc-wp-content-root .blfg-content-wrap div, .wpc-scope-259 .tc-wp-content-root .blfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-section-white{
  background: #ffffff;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(126, 54, 255, 0.08), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(188, 31, 88, 0.07), transparent 28%),
    #faf8fb;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(126, 54, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(126, 54, 255, 0.1), rgba(188, 31, 88, 0.08));
  color: #6c2be8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
  margin: 0;
  color: #17151f;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-heading p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5d5868;
  font-weight: 450;
  line-height: 1.75;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(30, 24, 47, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 18, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #5a2cff, #a21caf, #e11d48);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(126, 54, 255, 0.28);
  box-shadow: 0 24px 60px rgba(45, 24, 86, 0.14);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card:hover::before{
  opacity: 1;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card h3{
  margin: 0;
  color: #181321;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-card p{
  margin: 10px 0 0;
  color: #625d6d;
  line-height: 1.72;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5a2cff, #a21caf 55%, #e11d48);
  box-shadow: 0 14px 28px rgba(126, 54, 255, 0.24);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon::before, .wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #5a2cff;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-copy::before{
  width: 16px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-creative::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 35%, 100% 35%, 68% 57%, 80% 100%, 50% 74%, 20% 100%, 32% 57%, 0 35%, 39% 35%);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-clean::before{
  width: 23px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 25px;
  top: 21px;
  border-radius: 999px;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-icon-style::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 6px 14px 6px 14px;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(30, 24, 47, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(34, 22, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(90, 44, 255, 0.14), rgba(225, 29, 72, 0.1));
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(126, 54, 255, 0.25);
  box-shadow: 0 24px 58px rgba(45, 24, 86, 0.13);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #17151f, #5a2cff 56%, #e11d48);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(90, 44, 255, 0.26);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
  margin: 0;
  color: #17151f;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
  margin: 8px 0 0;
  color: #625d6d;
  line-height: 1.72;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-badge{
  display: inline-flex;
  width: max-content;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(126, 54, 255, 0.1);
  color: #6c2be8;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(225, 29, 72, 0.1), transparent 34%);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-benefit-card{
  background:
    linear-gradient(180deg, #ffffff, #fffafd),
    radial-gradient(circle at 10% 0%, rgba(90, 44, 255, 0.08), transparent 36%);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a2cff, #e11d48);
  box-shadow: 0 14px 28px rgba(126, 54, 255, 0.22);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-259 .tc-wp-content-root .blfg-content-wrap .blfg-reveal.blfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card{
    padding: 26px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .blfg-content-wrap .blfg-card{
    padding: 28px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid-three, .tc-wp-content-root .blfg-content-wrap .blfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .blfg-content-wrap .blfg-card{
    padding: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}