@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-320 .tc-wp-content-root img, .wpc-scope-320 .tc-wp-content-root video, .wpc-scope-320 .tc-wp-content-root svg, .wpc-scope-320 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #211827;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial, .wpc-scope-320 .tc-wp-content-root .tsfg-editorial section, .wpc-scope-320 .tc-wp-content-root .tsfg-editorial div, .wpc-scope-320 .tc-wp-content-root .tsfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-section-white{
  background: #ffffff;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #fbf7f2 100%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(196, 79, 116, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 244, 249, 0.98), rgba(255, 250, 239, 0.98));
  color: #9b315d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
  margin: 0;
  color: #211827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-heading p{
  margin: 16px auto 0;
  color: #665b68;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card{
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(89, 62, 78, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(52, 36, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #c44f74, #d9a441, #7b5be7);
  opacity: 0.9;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card::after{
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  right: -56px;
  top: -56px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(196, 79, 116, 0.16), rgba(196, 79, 116, 0));
  pointer-events: none;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(196, 79, 116, 0.24);
  box-shadow: 0 24px 60px rgba(52, 36, 49, 0.12);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #261b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-card p{
  position: relative;
  margin: 11px 0 0;
  color: #675d69;
  line-height: 1.66;
  font-weight: 430;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #c44f74, #d9a441);
  box-shadow: 0 12px 24px rgba(196, 79, 116, 0.18);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon::before, .wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-heart::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 15px;
  transform: rotate(-45deg);
  border-radius: 4px 4px 3px 3px;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-heart::after{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 10px;
  background: radial-gradient(circle at 30% 35%, #ffffff 0 37%, transparent 39%), radial-gradient(circle at 70% 35%, #ffffff 0 37%, transparent 39%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-star::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-magic::before{
  width: 23px;
  height: 4px;
  left: 11px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-34deg);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-magic::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0 50%, 35% 35%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-free::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-fast::after{
  width: 10px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-icon-safe::before{
  width: 20px;
  height: 23px;
  left: 13px;
  top: 10px;
  clip-path: polygon(50% 0, 92% 16%, 86% 72%, 50% 100%, 14% 72%, 8% 16%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(196, 79, 116, 0.12), rgba(217, 164, 65, 0.14));
  color: #9b315d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(89, 62, 78, 0.11);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(52, 36, 49, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #c44f74, #d9a441);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(196, 79, 116, 0.22);
  box-shadow: 0 24px 58px rgba(52, 36, 49, 0.11);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #281a2f, #9b315d);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(155, 49, 93, 0.2);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
  margin: 0;
  color: #251a2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
  margin: 9px 0 0;
  color: #665d68;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-320 .tc-wp-content-root .tsfg-editorial .tsfg-reveal.tsfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tsfg-editorial .tsfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsfg-editorial .tsfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid, .tc-wp-content-root .tsfg-editorial .tsfg-steps{
    margin-top: 28px;
    gap: 16px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid-three, .tc-wp-content-root .tsfg-editorial .tsfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card h3, .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card p, .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step-number{
    width: 54px;
    height: 48px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tsfg-editorial .tsfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsfg-editorial .tsfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid, .tc-wp-content-root .tsfg-editorial .tsfg-steps{
    margin-top: 30px;
    gap: 18px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid-three, .tc-wp-content-root .tsfg-editorial .tsfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card{
    padding: 26px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card h3, .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card p, .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 28px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step-number{
    width: 58px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tsfg-editorial .tsfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .tsfg-editorial .tsfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid, .tc-wp-content-root .tsfg-editorial .tsfg-steps{
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid-three, .tc-wp-content-root .tsfg-editorial .tsfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card{
    padding: 28px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card h3, .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card p, .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 26px 28px 30px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step-number{
    width: 62px;
    height: 52px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tsfg-editorial .tsfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .tsfg-editorial .tsfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid, .tc-wp-content-root .tsfg-editorial .tsfg-steps{
    margin-top: 42px;
    gap: 22px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid-three, .tc-wp-content-root .tsfg-editorial .tsfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tsfg-editorial .tsfg-card{
    padding: 30px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card h3, .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card p, .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step{
    gap: 24px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step-number{
    width: 68px;
    height: 58px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tsfg-editorial .tsfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .tsfg-editorial .tsfg-container{
    padding: 0 40px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid, .tc-wp-content-root .tsfg-editorial .tsfg-steps{
    margin-top: 48px;
    gap: 24px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-grid-three, .tc-wp-content-root .tsfg-editorial .tsfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsfg-editorial .tsfg-card{
    padding: 32px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card h3, .tc-wp-content-root .tsfg-editorial .tsfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-card p, .tc-wp-content-root .tsfg-editorial .tsfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step{
    gap: 28px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .tsfg-editorial .tsfg-step-number{
    width: 76px;
    height: 62px;
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .tsfg-editorial .tsfg-card, .tc-wp-content-root .tsfg-editorial .tsfg-step, .tc-wp-content-root .tsfg-editorial .tsfg-reveal, .tc-wp-content-root .tsfg-editorial .tsfg-reveal.tsfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .tsfg-editorial .tsfg-reveal{
    opacity: 1;
  }}