@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-287 .tc-wp-content-root img, .wpc-scope-287 .tc-wp-content-root video, .wpc-scope-287 .tc-wp-content-root svg, .wpc-scope-287 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #201924;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section-white{
  background: #ffffff;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #fffaf4 100%);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(205, 91, 132, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 232, 241, 0.9), rgba(255, 247, 225, 0.9));
  color: #9c2f5b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
  margin: 0;
  color: #201924;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #625766;
  font-weight: 450;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(89, 67, 96, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(50, 35, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card::before, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(222, 87, 137, 0.42), rgba(245, 180, 92, 0.24), rgba(137, 93, 214, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card:hover, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card:hover, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 68px rgba(50, 35, 55, 0.13);
  border-color: rgba(205, 91, 132, 0.25);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card:hover::before, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
  margin: 0;
  color: #211927;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
  margin: 10px 0 0;
  color: #665b69;
  font-weight: 430;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f1468f, #f5a449);
  box-shadow: 0 12px 26px rgba(226, 77, 137, 0.22);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-card:hover .tsfg-icon::after{
  transform: rotate(12deg) scale(0.9);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-copy::after{
  border-radius: 3px;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.55);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-heart::after{
  border-radius: 50% 50% 45% 45%;
  transform: rotate(45deg);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-magic::after{
  width: 18px;
  height: 4px;
  inset: 19px 12px auto;
  transform: rotate(-35deg);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-phone::after{
  inset: 9px 14px;
  border-radius: 7px;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-star::after, .wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-icon-spark::after{
  inset: 11px;
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 35%, 39% 34%);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(151, 91, 121, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 250, 0.92));
  box-shadow: 0 18px 54px rgba(62, 44, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 50%;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(231, 82, 139, 0.34), rgba(245, 168, 72, 0));
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card:last-child::after{
  display: none;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #d9367e, #f5a243);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(216, 67, 126, 0.24);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-step-copy{
  min-width: 0;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  margin-bottom: 16px;
  padding: 0 11px;
  border-radius: 999px;
  background: #fff1f6;
  color: #a93462;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-mark{
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4f91, #f5b044);
  box-shadow: 0 12px 24px rgba(231, 78, 139, 0.2);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-mark::after{
  content: "";
  width: 12px;
  height: 7px;
  margin: 12px auto 0;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.wpc-scope-287 .tc-wp-content-root .tsfg-content-wrap .tsfg-reveal.tsfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tsfg-content-wrap .tsfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card::after{
    display: none;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tsfg-content-wrap .tsfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card::after{
    display: none;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tsfg-content-wrap .tsfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card::after{
    display: none;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tsfg-content-wrap .tsfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-grid-three, .tc-wp-content-root .tsfg-content-wrap .tsfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tsfg-content-wrap .tsfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-grid-three, .tc-wp-content-root .tsfg-content-wrap .tsfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card h3, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-benefit-card p, .tc-wp-content-root .tsfg-content-wrap .tsfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .tsfg-content-wrap .tsfg-step-number{
    font-size: 22px;
  }}