@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-62 .tc-wp-content-root img, .wpc-scope-62 .tc-wp-content-root video, .wpc-scope-62 .tc-wp-content-root svg, .wpc-scope-62 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content div, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content section, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-section{
  position: relative;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-section-white{
  background: #ffffff;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-section-soft{
  background: linear-gradient(180deg, #fbf8f4 0%, #fff9f7 100%);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(236, 99, 126, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 244, 248, 0.98), rgba(239, 250, 255, 0.98));
  color: #b83264;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content h2{
  margin: 0;
  color: #151b2c;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(206, 183, 180, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 116, 154, 0.42), rgba(100, 198, 211, 0.28), rgba(255, 197, 91, 0.32)) border-box;
  box-shadow: 0 18px 42px rgba(31, 38, 62, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 18%, rgba(255, 122, 161, 0.12), transparent 34%);
  opacity: 0.9;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(236, 99, 126, 0.46);
  box-shadow: 0 24px 54px rgba(31, 38, 62, 0.13);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card h3, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
  position: relative;
  margin: 0;
  color: #192136;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-card p, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7198 0%, #ffc75c 52%, #6bd6d3 100%);
  box-shadow: 0 12px 24px rgba(236, 99, 126, 0.22);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon::before, .wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 13px;
  left: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::after{
  width: 14px;
  height: 16px;
  top: 18px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-heart::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  transform: rotate(45deg);
  border-radius: 4px 4px 2px 4px;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-layers::before{
  width: 22px;
  height: 14px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-layers::after{
  width: 20px;
  height: 12px;
  top: 21px;
  left: 15px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-phone::before{
  width: 16px;
  height: 24px;
  top: 11px;
  left: 16px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-clean::before{
  width: 22px;
  height: 3px;
  top: 16px;
  left: 13px;
  border-radius: 999px;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-clean::after{
  width: 16px;
  height: 3px;
  top: 27px;
  left: 16px;
  border-radius: 999px;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-free::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-free::after{
  width: 10px;
  height: 3px;
  top: 23px;
  left: 19px;
  border-radius: 999px;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-speed::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-speed::after{
  width: 12px;
  height: 3px;
  top: 23px;
  left: 24px;
  border-radius: 999px;
  transform: rotate(-32deg);
  transform-origin: left center;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-privacy::before{
  width: 20px;
  height: 16px;
  top: 19px;
  left: 14px;
  border-radius: 5px;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-icon-privacy::after{
  width: 14px;
  height: 13px;
  top: 10px;
  left: 17px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(220, 191, 184, 0.58);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(31, 38, 62, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff7198, #ffc75c, #6bd6d3);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(31, 38, 62, 0.12);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ec6385 0%, #f6b84d 58%, #57c9c7 100%);
  box-shadow: 0 14px 28px rgba(236, 99, 126, 0.22);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-use-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfb 100%) padding-box,
    linear-gradient(135deg, rgba(255, 116, 154, 0.38), rgba(107, 214, 211, 0.3)) border-box;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 232, 239, 0.92);
  color: #b83264;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-benefit-card{
  text-align: left;
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-62 .tc-wp-content-root .pfg-editorial-content .pfg-reveal.pfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 52px 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-head p{
    font-size: 15px;
  }.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-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 58px 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-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-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-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 28px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-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-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-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-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}.wpc-scope-62 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .pfg-step-content{}