@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 .afg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  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 .afg-bottom-content .afg-section{
  position: relative;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-section-white{
  background: #ffffff;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f6f3 100%);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 88, 117, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 137, 0.12), rgba(124, 92, 255, 0.1));
  color: #b93162;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5b89, #7c5cff);
  box-shadow: 0 0 0 5px rgba(255, 91, 137, 0.12);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content h2{
  margin: 0;
  color: #161b29;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-section-head p{
  margin: 14px auto 0;
  color: #596174;
  line-height: 1.75;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(34, 42, 60, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  box-shadow: 0 16px 42px rgba(33, 37, 49, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 91, 137, 0.26), rgba(124, 92, 255, 0.22), rgba(255, 190, 91, 0.16));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 91, 137, 0.28);
  box-shadow: 0 24px 62px rgba(33, 37, 49, 0.11);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card:hover::after{
  opacity: 1;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card h3, .wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1b2130;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card p, .wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.72;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff5b89, #7c5cff);
  box-shadow: 0 12px 28px rgba(255, 91, 137, 0.24);
  transition: transform 260ms ease;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-card:hover .afg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon::before, .wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 15px;
  top: 11px;
  border-radius: 3px;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-copy::after{
  width: 12px;
  height: 15px;
  left: 11px;
  top: 15px;
  border-radius: 3px;
  opacity: 0.65;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-star::before, .wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-profile::before{
  width: 12px;
  height: 12px;
  left: 15px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-profile::after{
  width: 22px;
  height: 11px;
  left: 10px;
  top: 24px;
  border-radius: 12px 12px 6px 6px;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-clean::before{
  width: 19px;
  height: 10px;
  left: 12px;
  top: 15px;
  border-radius: 10px;
  transform: rotate(-35deg);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-clean::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  opacity: 0.8;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-fast::after{
  width: 9px;
  height: 3px;
  left: 21px;
  top: 19px;
  border-radius: 3px;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 13px;
  top: 9px;
  border-radius: 4px;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 18px;
  bottom: 12px;
  border-radius: 2px;
  background: rgba(124, 92, 255, 0.72);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-privacy::before{
  width: 18px;
  height: 14px;
  left: 12px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(34, 42, 60, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(33, 37, 49, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff5b89, #7c5cff);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(33, 37, 49, 0.11);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-step-number{
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5b89, #7c5cff);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(124, 92, 255, 0.22);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 137, 0.12), rgba(124, 92, 255, 0.1));
  color: #a93665;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-benefit-card{
  background:
    radial-gradient(circle at top right, rgba(255, 91, 137, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffefd 100%);
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-516 .tc-wp-content-root .afg-bottom-content .afg-reveal.afg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .afg-bottom-content .afg-section{
    padding: 46px 0;
  }.tc-wp-content-root .afg-bottom-content .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .afg-bottom-content .afg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid, .tc-wp-content-root .afg-bottom-content .afg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid-three, .tc-wp-content-root .afg-bottom-content .afg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .afg-bottom-content .afg-card{
    padding: 22px;
  }.tc-wp-content-root .afg-bottom-content .afg-card h3, .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-bottom-content .afg-card p, .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-bottom-content .afg-section{
    padding: 52px 0;
  }.tc-wp-content-root .afg-bottom-content .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .afg-bottom-content .afg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid, .tc-wp-content-root .afg-bottom-content .afg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid-three, .tc-wp-content-root .afg-bottom-content .afg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .afg-bottom-content .afg-card{
    padding: 24px;
  }.tc-wp-content-root .afg-bottom-content .afg-card h3, .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-bottom-content .afg-card p, .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-bottom-content .afg-section{
    padding: 58px 0;
  }.tc-wp-content-root .afg-bottom-content .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .afg-bottom-content .afg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid, .tc-wp-content-root .afg-bottom-content .afg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid-three, .tc-wp-content-root .afg-bottom-content .afg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .afg-bottom-content .afg-card{
    padding: 26px;
  }.tc-wp-content-root .afg-bottom-content .afg-card h3, .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-bottom-content .afg-card p, .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-bottom-content .afg-section{
    padding: 72px 0;
  }.tc-wp-content-root .afg-bottom-content .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .afg-bottom-content .afg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid, .tc-wp-content-root .afg-bottom-content .afg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid-three, .tc-wp-content-root .afg-bottom-content .afg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .afg-bottom-content .afg-card{
    padding: 28px;
  }.tc-wp-content-root .afg-bottom-content .afg-card h3, .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-bottom-content .afg-card p, .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-bottom-content .afg-section{
    padding: 88px 0;
  }.tc-wp-content-root .afg-bottom-content .afg-container{
    padding: 0 36px;
  }.tc-wp-content-root .afg-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .afg-bottom-content .afg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .afg-bottom-content .afg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .afg-bottom-content .afg-grid-three, .tc-wp-content-root .afg-bottom-content .afg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .afg-bottom-content .afg-card{
    padding: 30px;
  }.tc-wp-content-root .afg-bottom-content .afg-card h3, .tc-wp-content-root .afg-bottom-content .afg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-bottom-content .afg-card p, .tc-wp-content-root .afg-bottom-content .afg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .afg-bottom-content .afg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}