@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-212 .tc-wp-content-root img, .wpc-scope-212 .tc-wp-content-root video, .wpc-scope-212 .tc-wp-content-root svg, .wpc-scope-212 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #20212a;
  background: #ffffff;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-section{
  position: relative;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-section-white{
  background: #ffffff;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #fbfaf7 100%);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-section-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.08), rgba(245, 158, 11, 0.08));
  color: #b51d62;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content h2{
  margin: 0;
  color: #171821;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
  margin: 16px auto 0;
  color: #5d6070;
  line-height: 1.72;
  letter-spacing: 0;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(32, 33, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(32, 33, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-feature-card::before, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-use-card::before, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #db2777, #f59e0b);
  opacity: 0.9;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-feature-card:hover, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-use-card:hover, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(219, 39, 119, 0.22);
  box-shadow: 0 24px 64px rgba(219, 39, 119, 0.13);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
  margin: 0;
  color: #191a23;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
  margin: 10px 0 0;
  color: #626575;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #db2777, #f59e0b);
  box-shadow: 0 14px 30px rgba(219, 39, 119, 0.24);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon::before, .wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 999px;
  background: #db2777;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.58);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-spark::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 10px;
  border-radius: 999px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-brand::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-brand::after{
  width: 16px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 999px;
  background: #db2777;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-32deg);
  background: #db2777;
  transform-origin: left center;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-clean::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-icon-clean::after{
  width: 8px;
  height: 8px;
  right: 9px;
  bottom: 9px;
  border-radius: 999px;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(219, 39, 119, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(32, 33, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(219, 39, 119, 0.24);
  box-shadow: 0 24px 62px rgba(219, 39, 119, 0.12);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #db2777, #f59e0b);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(219, 39, 119, 0.24);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(219, 39, 119, 0.09);
  color: #b51d62;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-trust-mark{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 28%, #ffffff 0 13%, transparent 14%), linear-gradient(135deg, #db2777, #f59e0b);
  box-shadow: 0 14px 30px rgba(219, 39, 119, 0.22);
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-212 .tc-wp-content-root .pfg-editorial-content .pfg-reveal.pfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
    font-size: 14px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 33px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-six, .tc-wp-content-root .pfg-editorial-content .pfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-heading p{
    font-size: 18px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-six, .tc-wp-content-root .pfg-editorial-content .pfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card, .tc-wp-content-root .pfg-editorial-content .pfg-use-card, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card{
    padding: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-use-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-feature-card p, .tc-wp-content-root .pfg-editorial-content .pfg-use-card p, .tc-wp-content-root .pfg-editorial-content .pfg-trust-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 28px;
    padding: 38px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}.wpc-scope-212 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .pfg-step-content{}