@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-632 .tc-wp-content-root img, .wpc-scope-632 .tc-wp-content-root video, .wpc-scope-632 .tc-wp-content-root svg, .wpc-scope-632 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content div, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content section, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-section{
  width: 100%;
  position: relative;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-section-white{
  background: #ffffff;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #b32772;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-kicker::before, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff5aa5, #8b5cf6);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content h2, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content h3, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content p{
  margin-top: 0;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content h2{
  margin-bottom: 14px;
  color: #141827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d6678;
  max-width: 720px;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(219, 39, 119, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card::before, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 90, 165, 0.14), rgba(139, 92, 246, 0.08) 44%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card:hover, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.28);
  box-shadow: 0 24px 64px rgba(31, 41, 55, 0.13);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover::before, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card h3, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
  position: relative;
  margin-bottom: 8px;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card p, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
  position: relative;
  margin-bottom: 0;
  color: #5f687a;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5aa5, #8b5cf6);
  box-shadow: 0 12px 26px rgba(219, 39, 119, 0.22);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon::before, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover .cfg-icon::before, .wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-card:hover .cfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-loop::before{
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-loop::after{
  width: 12px;
  height: 2px;
  right: 10px;
  bottom: 14px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(42deg);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::before{
  width: 18px;
  height: 22px;
  right: 12px;
  bottom: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 16px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-phone::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-heart::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 15px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 4px;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-icon-heart::after{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 12px;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 74px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 90, 165, 0.42), rgba(139, 92, 246, 0));
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #db2777, #7c3aed);
  box-shadow: 0 14px 28px rgba(139, 92, 246, 0.24);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-step-content{
  min-width: 0;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-mini-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(219, 39, 119, 0.17);
  border-radius: 999px;
  color: #a21caf;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, rgba(255, 90, 165, 0.11), rgba(139, 92, 246, 0.1));
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
  overflow: hidden;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-benefit-mark{
  display: block;
  width: 54px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5aa5, #8b5cf6);
  box-shadow: 0 8px 20px rgba(219, 39, 119, 0.22);
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-632 .tc-wp-content-root .cfg-editorial-content .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid, .tc-wp-content-root .cfg-editorial-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid, .tc-wp-content-root .cfg-editorial-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card-grid, .tc-wp-content-root .cfg-editorial-content .cfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-content h2{
    font-size: 42px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-three, .tc-wp-content-root .cfg-editorial-content .cfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-content .cfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .cfg-editorial-content .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-content h2{
    font-size: 48px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-grid-three, .tc-wp-content-root .cfg-editorial-content .cfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card h3, .tc-wp-content-root .cfg-editorial-content .cfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-content .cfg-card p, .tc-wp-content-root .cfg-editorial-content .cfg-benefit-card p, .tc-wp-content-root .cfg-editorial-content .cfg-step-card p{
    font-size: 16px;
  }}