@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-286 .tc-wp-content-root img, .wpc-scope-286 .tc-wp-content-root video, .wpc-scope-286 .tc-wp-content-root svg, .wpc-scope-286 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #151827;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap div, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap section, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-section{
  position: relative;
  width: 100%;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-section-white{
  background: #ffffff;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 77, 141, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.1), rgba(101, 90, 255, 0.1));
  color: #b32967;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-heading h2{
  margin: 0;
  color: #141725;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-heading p{
  margin: 14px auto 0;
  color: #5b6275;
  line-height: 1.75;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 27, 45, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 35, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.42), rgba(101, 90, 255, 0.32), rgba(43, 212, 198, 0.18));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 77, 141, 0.22);
  box-shadow: 0 24px 60px rgba(31, 35, 55, 0.13);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card:hover::before{
  opacity: 1;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card h3, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
  margin: 0;
  color: #171a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-card p, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-step-content p{
  margin: 10px 0 0;
  color: #60687a;
  line-height: 1.7;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4d8d, #655aff);
  box-shadow: 0 12px 24px rgba(255, 77, 141, 0.22);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon::before, .wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-copy::after{
  width: 14px;
  height: 17px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-brush::before{
  width: 20px;
  height: 7px;
  left: 13px;
  top: 15px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-brush::after{
  width: 11px;
  height: 11px;
  left: 24px;
  top: 22px;
  border-radius: 3px 3px 8px 8px;
  transform: rotate(-28deg);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 61% 34%, 97% 34%, 68% 55%, 79% 90%, 50% 68%, 21% 90%, 32% 55%, 3% 34%, 39% 34%);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-bolt::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  clip-path: polygon(55% 0%, 18% 45%, 46% 45%, 35% 100%, 84% 38%, 56% 38%);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-heart::before{
  width: 20px;
  height: 18px;
  left: 13px;
  top: 14px;
  clip-path: path("M10 17 C3 11 0 8 0 4 C0 1.7 1.7 0 4 0 C6 0 7.4 1.1 10 3.3 C12.6 1.1 14 0 16 0 C18.3 0 20 1.7 20 4 C20 8 17 11 10 17 Z");
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-free::after{
  width: 6px;
  height: 14px;
  left: 20px;
  top: 16px;
  border-radius: 4px;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-phone::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-lock::before{
  width: 21px;
  height: 15px;
  left: 13px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-icon-lock::after{
  width: 13px;
  height: 13px;
  left: 17px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(101, 90, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 252, 0.92));
  box-shadow: 0 18px 48px rgba(31, 35, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(31, 35, 55, 0.12);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4d8d, #655aff);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(101, 90, 255, 0.24);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 7px 11px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.1);
  color: #b32967;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-286 .tc-wp-content-root .afg-content-wrap .afg-reveal.afg-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 .afg-content-wrap .afg-section{
    padding: 46px 0;
  }.tc-wp-content-root .afg-content-wrap .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .afg-content-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .afg-content-wrap .afg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-card h3, .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-card p, .tc-wp-content-root .afg-content-wrap .afg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .afg-content-wrap .afg-steps{
    gap: 14px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-content-wrap .afg-section{
    padding: 52px 0;
  }.tc-wp-content-root .afg-content-wrap .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .afg-content-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .afg-content-wrap .afg-card{
    padding: 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-card h3, .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-content-wrap .afg-card p, .tc-wp-content-root .afg-content-wrap .afg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .afg-content-wrap .afg-steps{
    gap: 16px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-content-wrap .afg-section{
    padding: 58px 0;
  }.tc-wp-content-root .afg-content-wrap .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .afg-content-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-card{
    padding: 24px;
  }.tc-wp-content-root .afg-content-wrap .afg-card h3, .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-content-wrap .afg-card p, .tc-wp-content-root .afg-content-wrap .afg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .afg-content-wrap .afg-steps{
    gap: 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-content-wrap .afg-section{
    padding: 72px 0;
  }.tc-wp-content-root .afg-content-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .afg-content-wrap .afg-grid-three, .tc-wp-content-root .afg-content-wrap .afg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-card{
    padding: 28px;
  }.tc-wp-content-root .afg-content-wrap .afg-card h3, .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-content-wrap .afg-card p, .tc-wp-content-root .afg-content-wrap .afg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .afg-content-wrap .afg-steps{
    gap: 20px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-content-wrap .afg-section{
    padding: 88px 0;
  }.tc-wp-content-root .afg-content-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .afg-content-wrap .afg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .afg-content-wrap .afg-grid-three, .tc-wp-content-root .afg-content-wrap .afg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .afg-content-wrap .afg-card{
    padding: 30px;
  }.tc-wp-content-root .afg-content-wrap .afg-card h3, .tc-wp-content-root .afg-content-wrap .afg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-card p, .tc-wp-content-root .afg-content-wrap .afg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .afg-content-wrap .afg-steps{
    gap: 22px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .afg-content-wrap .afg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}.wpc-scope-286 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .afg-use-card{}