@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-59 .tc-wp-content-root img, .wpc-scope-59 .tc-wp-content-root video, .wpc-scope-59 .tc-wp-content-root svg, .wpc-scope-59 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap, .wpc-scope-59 .tc-wp-content-root .pfg-content-wrap section, .wpc-scope-59 .tc-wp-content-root .pfg-content-wrap div, .wpc-scope-59 .tc-wp-content-root .pfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-section{
  position: relative;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-section-white{
  background: #ffffff;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f8fb 100%);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(201, 91, 155, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 118, 172, 0.12), rgba(124, 92, 255, 0.1));
  color: #9c2f74;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-heading p{
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.7;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(45, 54, 79, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 39, 62, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 118, 172, 0.16), rgba(124, 92, 255, 0.12), rgba(45, 212, 191, 0.08));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(201, 91, 155, 0.28);
  box-shadow: 0 24px 60px rgba(31, 39, 62, 0.12);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card:hover::before{
  opacity: 1;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #192137;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff76ac 0%, #7c5cff 100%);
  box-shadow: 0 12px 24px rgba(124, 92, 255, 0.2);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon::before, .wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-spark::before{
  width: 16px;
  height: 16px;
  top: 15px;
  left: 15px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 13px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-copy::after{
  width: 12px;
  height: 14px;
  top: 17px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-mix::before{
  width: 22px;
  height: 12px;
  top: 17px;
  left: 12px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 10px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-clean::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-clean::after{
  width: 12px;
  height: 2px;
  right: 8px;
  bottom: 12px;
  background: #ffffff;
  transform: rotate(45deg);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-fast::before{
  width: 21px;
  height: 21px;
  top: 12px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-fast::after{
  width: 8px;
  height: 8px;
  top: 17px;
  left: 22px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-device::before, .wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-phone::before{
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-free::before{
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-free::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  background: #ffffff;
  border-radius: 50%;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-privacy::before{
  width: 21px;
  height: 16px;
  top: 18px;
  left: 13px;
  background: #ffffff;
  border-radius: 5px;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-icon-privacy::after{
  width: 13px;
  height: 13px;
  top: 10px;
  left: 17px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(45, 54, 79, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 39, 62, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.25);
  box-shadow: 0 24px 58px rgba(31, 39, 62, 0.11);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff76ac 0%, #7c5cff 60%, #2dd4bf 100%);
  box-shadow: 0 14px 26px rgba(124, 92, 255, 0.2);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
  margin: 0;
  color: #192137;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
  margin: 8px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 118, 172, 0.14), rgba(124, 92, 255, 0.12));
  color: #8e3577;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffbfd 100%);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-59 .tc-wp-content-root .pfg-content-wrap .pfg-reveal.pfg-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 .pfg-content-wrap .pfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .pfg-content-wrap .pfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfg-content-wrap .pfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pfg-content-wrap .pfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfg-content-wrap .pfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .pfg-content-wrap .pfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfg-content-wrap .pfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .pfg-content-wrap .pfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-grid-three, .tc-wp-content-root .pfg-content-wrap .pfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card{
    padding: 28px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfg-content-wrap .pfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .pfg-content-wrap .pfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-grid-three, .tc-wp-content-root .pfg-content-wrap .pfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card{
    padding: 30px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pfg-content-wrap .pfg-step-content p{
    font-size: 16px;
  }}