@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-516 .tc-wp-content-root img, .wpc-scope-516 .tc-wp-content-root video, .wpc-scope-516 .tc-wp-content-root svg, .wpc-scope-516 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap{
  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-516 .tc-wp-content-root .blfg-content-wrap, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap div, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap section, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-section-white{
  background: #ffffff;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(69, 109, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(69, 109, 255, 0.1), rgba(0, 190, 168, 0.1));
  color: #3153d8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6578;
  line-height: 1.7;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-card, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 32, 52, 0.09);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(20, 31, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card{
  border-radius: 22px;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card::before, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(69, 109, 255, 0.36), rgba(0, 190, 168, 0.24), rgba(255, 179, 71, 0.2));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card:hover, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-card:hover, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(69, 109, 255, 0.24);
  box-shadow: 0 24px 60px rgba(20, 31, 56, 0.12);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card:hover::before, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card h3, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-card p, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card p{
  margin: 10px 0 0;
  color: #596476;
  line-height: 1.68;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #456dff 0%, #00bea8 100%);
  box-shadow: 0 12px 26px rgba(69, 109, 255, 0.22);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon::after{
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon-copy::after{
  box-shadow: 6px 6px 0 -2px rgba(255, 255, 255, 0.9);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon-options::after{
  border-radius: 50%;
  box-shadow: -8px 0 0 -4px #ffffff, 8px 0 0 -4px #ffffff;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon-bold::after{
  width: 15px;
  height: 18px;
  border-radius: 4px;
  border-width: 3px;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon-simple::after{
  width: 20px;
  height: 12px;
  border-radius: 999px;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-icon-polished::after{
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  margin: 0 0 16px;
  padding: 0 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(69, 109, 255, 0.12), rgba(0, 190, 168, 0.12));
  color: #3153d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(69, 109, 255, 0.12), transparent 34%),
    #ffffff;
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033 0%, #3153d8 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(49, 83, 216, 0.24);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
  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(0, 190, 168, 0.13), transparent 38%);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bea8, #456dff);
  box-shadow: 0 14px 28px rgba(0, 190, 168, 0.2);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-trust-mark::after{
  content: "";
  width: 17px;
  height: 9px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-516 .tc-wp-content-root .blfg-content-wrap .blfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-516 .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 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .blfg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-section-head p{
    font-size: 15px;
  }.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, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card 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: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .blfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-section-head p{
    font-size: 15.5px;
  }.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, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card p{
    font-size: 14.5px;
  }.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: 16px;
    padding: 24px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .blfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-section-head 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, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card p{
    font-size: 15px;
  }.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: 17px;
    padding: 26px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .blfg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid-six, .tc-wp-content-root .blfg-content-wrap .blfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card p{
    font-size: 15.5px;
  }.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: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .blfg-content-wrap .blfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .blfg-content-wrap .blfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .blfg-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-grid-six, .tc-wp-content-root .blfg-content-wrap .blfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-step-card h3, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-card p, .tc-wp-content-root .blfg-content-wrap .blfg-step-card p, .tc-wp-content-root .blfg-content-wrap .blfg-trust-card 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: 34px 38px;
  }.tc-wp-content-root .blfg-content-wrap .blfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}.wpc-scope-516 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .blfg-icon-preview{}.wpc-scope-516 .tc-wp-content-root .blfg-step-copy{}