@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ppg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #263238;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ppg-editorial .ppg-section{
  position: relative;
}.tc-wp-content-root .ppg-editorial .ppg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ppg-editorial .ppg-section-soft{
  background: linear-gradient(180deg, #fffafc 0%, #f8fbff 100%);
}.tc-wp-content-root .ppg-editorial .ppg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .ppg-editorial .ppg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ppg-editorial .ppg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #b0527a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ppg-editorial .ppg-kicker::before, .tc-wp-content-root .ppg-editorial .ppg-kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc7d9, #b7e6dd);
}.tc-wp-content-root .ppg-editorial .ppg-heading h2{
  margin: 0;
  color: #202a34;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ppg-editorial .ppg-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #596773;
  font-weight: 450;
}.tc-wp-content-root .ppg-editorial .ppg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ppg-editorial .ppg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(176, 82, 122, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
  box-shadow: 0 18px 45px rgba(36, 50, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ppg-editorial .ppg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ffd1dc, #c9f0e5, #d7ccff, #ffe2b8);
  opacity: 0.9;
}.tc-wp-content-root .ppg-editorial .ppg-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 209, 220, 0.42), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}.tc-wp-content-root .ppg-editorial .ppg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(176, 82, 122, 0.24);
  box-shadow: 0 24px 60px rgba(36, 50, 66, 0.13);
}.tc-wp-content-root .ppg-editorial .ppg-card h3{
  position: relative;
  z-index: 1;
  margin: 18px 0 8px;
  color: #24313d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ppg-editorial .ppg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #62717d;
  font-weight: 440;
}.tc-wp-content-root .ppg-editorial .ppg-icon{
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd1dc, #c9f0e5);
  box-shadow: 0 10px 24px rgba(176, 82, 122, 0.14);
}.tc-wp-content-root .ppg-editorial .ppg-icon::before, .tc-wp-content-root .ppg-editorial .ppg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ppg-editorial .ppg-icon::before{
  width: 18px;
  height: 18px;
  left: 9px;
  top: 9px;
}.tc-wp-content-root .ppg-editorial .ppg-icon::after{
  width: 10px;
  height: 10px;
  right: 10px;
  bottom: 10px;
}.tc-wp-content-root .ppg-editorial .ppg-icon-two{
  background: linear-gradient(135deg, #c9f0e5, #d7ccff);
}.tc-wp-content-root .ppg-editorial .ppg-icon-three{
  background: linear-gradient(135deg, #ffe2b8, #ffd1dc);
}.tc-wp-content-root .ppg-editorial .ppg-icon-four{
  background: linear-gradient(135deg, #cfe7ff, #ffd1dc);
}.tc-wp-content-root .ppg-editorial .ppg-icon-five{
  background: linear-gradient(135deg, #e2f8c8, #c9f0e5);
}.tc-wp-content-root .ppg-editorial .ppg-icon-six{
  background: linear-gradient(135deg, #d7ccff, #ffe2b8);
}.tc-wp-content-root .ppg-editorial .ppg-icon-seven{
  background: linear-gradient(135deg, #ffc7d9, #ffe6b8);
}.tc-wp-content-root .ppg-editorial .ppg-icon-eight{
  background: linear-gradient(135deg, #b7e6dd, #cfe7ff);
}.tc-wp-content-root .ppg-editorial .ppg-icon-nine{
  background: linear-gradient(135deg, #d7ccff, #ffc7d9);
}.tc-wp-content-root .ppg-editorial .ppg-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .ppg-editorial .ppg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(53, 80, 95, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(36, 50, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ppg-editorial .ppg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(176, 82, 122, 0.22);
  box-shadow: 0 24px 58px rgba(36, 50, 66, 0.12);
}.tc-wp-content-root .ppg-editorial .ppg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #9d436c;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffd1dc 0%, #fff0c8 52%, #c9f0e5 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(176, 82, 122, 0.13);
}.tc-wp-content-root .ppg-editorial .ppg-step-content{
  min-width: 0;
}.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
  margin: 0 0 7px;
  color: #24313d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ppg-editorial .ppg-step-content p{
  margin: 0;
  color: #62717d;
  font-weight: 440;
}.tc-wp-content-root .ppg-editorial .ppg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #934463;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #fff0f5, #eefbf8);
  border: 1px solid rgba(176, 82, 122, 0.12);
}.tc-wp-content-root .ppg-editorial .ppg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
}.tc-wp-content-root .ppg-editorial .ppg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ppg-editorial .ppg-reveal.ppg-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 .ppg-editorial .ppg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ppg-editorial .ppg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading p{
    font-size: 14.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ppg-editorial .ppg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ppg-editorial .ppg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ppg-editorial .ppg-card p, .tc-wp-content-root .ppg-editorial .ppg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-steps{
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .ppg-editorial .ppg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ppg-editorial .ppg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ppg-editorial .ppg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ppg-editorial .ppg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ppg-editorial .ppg-card{
    padding: 25px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ppg-editorial .ppg-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-card p, .tc-wp-content-root .ppg-editorial .ppg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ppg-editorial .ppg-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .ppg-editorial .ppg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ppg-editorial .ppg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ppg-editorial .ppg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ppg-editorial .ppg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ppg-editorial .ppg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ppg-editorial .ppg-card p, .tc-wp-content-root .ppg-editorial .ppg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-steps{
    margin-top: 34px;
    gap: 18px;
  }.tc-wp-content-root .ppg-editorial .ppg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ppg-editorial .ppg-section{
    padding: 76px 0;
  }.tc-wp-content-root .ppg-editorial .ppg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ppg-editorial .ppg-grid-six, .tc-wp-content-root .ppg-editorial .ppg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ppg-editorial .ppg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ppg-editorial .ppg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ppg-editorial .ppg-card p, .tc-wp-content-root .ppg-editorial .ppg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .ppg-editorial .ppg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .ppg-editorial .ppg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ppg-editorial .ppg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ppg-editorial .ppg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ppg-editorial .ppg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ppg-editorial .ppg-grid-six, .tc-wp-content-root .ppg-editorial .ppg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ppg-editorial .ppg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ppg-editorial .ppg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ppg-editorial .ppg-card p, .tc-wp-content-root .ppg-editorial .ppg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ppg-editorial .ppg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ppg-editorial .ppg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .ppg-editorial .ppg-step-content h3{
    font-size: 22px;
  }}

.tc-wp-content-root .ppg-icon-one {}