@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-282 .tc-wp-content-root img, .wpc-scope-282 .tc-wp-content-root video, .wpc-scope-282 .tc-wp-content-root svg, .wpc-scope-282 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --efg-accent: #d84f7b;
  --efg-accent-2: #f59b58;
  --efg-ink: #172033;
  --efg-muted: #667085;
  --efg-soft: #fff8f5;
  --efg-line: rgba(216, 79, 123, 0.16);
  --efg-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  --efg-shadow-hover: 0 24px 60px rgba(216, 79, 123, 0.16);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content, .wpc-scope-282 .tc-wp-content-root .efg-premium-content section, .wpc-scope-282 .tc-wp-content-root .efg-premium-content div, .wpc-scope-282 .tc-wp-content-root .efg-premium-content article, .wpc-scope-282 .tc-wp-content-root .efg-premium-content span, .wpc-scope-282 .tc-wp-content-root .efg-premium-content h2, .wpc-scope-282 .tc-wp-content-root .efg-premium-content h3, .wpc-scope-282 .tc-wp-content-root .efg-premium-content p{
  box-sizing: border-box;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section{
  position: relative;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section-white{
  background: #ffffff;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(216, 79, 123, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(245, 155, 88, 0.09), transparent 30%),
    #fff8f5;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid var(--efg-line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(216, 79, 123, 0.1), rgba(245, 155, 88, 0.1));
  color: #b83f68;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section-head h2{
  margin: 0;
  color: var(--efg-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-section-head p{
  margin: 16px auto 0;
  color: var(--efg-muted);
  line-height: 1.7;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card{
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--efg-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card::before, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(216, 79, 123, 0.42), rgba(245, 155, 88, 0.28), transparent 52%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card:hover, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(216, 79, 123, 0.24);
  box-shadow: var(--efg-shadow-hover);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card:hover::before, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card:hover::before{
  opacity: 1;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card h3, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card h3{
  margin: 0;
  color: var(--efg-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-card p, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card p{
  margin: 10px 0 0;
  color: var(--efg-muted);
  line-height: 1.68;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--efg-accent), var(--efg-accent-2));
  box-shadow: 0 12px 26px rgba(216, 79, 123, 0.22);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon::before, .wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-thread::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-thread::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 22px;
  border-radius: 99px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-layout::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-spark::before{
  width: 4px;
  height: 26px;
  left: 21px;
  top: 10px;
  border-radius: 99px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-spark::after{
  width: 26px;
  height: 4px;
  left: 10px;
  top: 21px;
  border-radius: 99px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-free::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 17px;
  border-radius: 5px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-free::after{
  width: 12px;
  height: 10px;
  left: 17px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-private::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffdfb 100%);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--efg-accent), var(--efg-accent-2));
  box-shadow: 0 16px 35px rgba(216, 79, 123, 0.24);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(216, 79, 123, 0.1);
  color: #b83f68;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-benefit-card{
  background: #ffffff;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-282 .tc-wp-content-root .efg-premium-content .efg-reveal.efg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .efg-premium-content .efg-section{
    padding: 48px 0;
  }.tc-wp-content-root .efg-premium-content .efg-container{
    padding: 0 14px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .efg-premium-content .efg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .efg-premium-content .efg-card{
    padding: 22px;
  }.tc-wp-content-root .efg-premium-content .efg-card h3, .tc-wp-content-root .efg-premium-content .efg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .efg-premium-content .efg-card p, .tc-wp-content-root .efg-premium-content .efg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .efg-premium-content .efg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .efg-premium-content .efg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .efg-premium-content .efg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .efg-premium-content .efg-section{
    padding: 54px 0;
  }.tc-wp-content-root .efg-premium-content .efg-container{
    padding: 0 18px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .efg-premium-content .efg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .efg-premium-content .efg-card{
    padding: 24px;
  }.tc-wp-content-root .efg-premium-content .efg-card h3, .tc-wp-content-root .efg-premium-content .efg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .efg-premium-content .efg-card p, .tc-wp-content-root .efg-premium-content .efg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .efg-premium-content .efg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .efg-premium-content .efg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .efg-premium-content .efg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .efg-premium-content .efg-section{
    padding: 62px 0;
  }.tc-wp-content-root .efg-premium-content .efg-container{
    padding: 0 22px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .efg-premium-content .efg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .efg-premium-content .efg-card{
    padding: 26px;
  }.tc-wp-content-root .efg-premium-content .efg-card h3, .tc-wp-content-root .efg-premium-content .efg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .efg-premium-content .efg-card p, .tc-wp-content-root .efg-premium-content .efg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .efg-premium-content .efg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .efg-premium-content .efg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .efg-premium-content .efg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .efg-premium-content .efg-section{
    padding: 76px 0;
  }.tc-wp-content-root .efg-premium-content .efg-container{
    padding: 0 30px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .efg-premium-content .efg-grid-six, .tc-wp-content-root .efg-premium-content .efg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .efg-premium-content .efg-card{
    padding: 28px;
  }.tc-wp-content-root .efg-premium-content .efg-card h3, .tc-wp-content-root .efg-premium-content .efg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .efg-premium-content .efg-card p, .tc-wp-content-root .efg-premium-content .efg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .efg-premium-content .efg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .efg-premium-content .efg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .efg-premium-content .efg-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .efg-premium-content .efg-section{
    padding: 92px 0;
  }.tc-wp-content-root .efg-premium-content .efg-container{
    padding: 0 32px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .efg-premium-content .efg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .efg-premium-content .efg-grid-six, .tc-wp-content-root .efg-premium-content .efg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .efg-premium-content .efg-card{
    padding: 30px;
  }.tc-wp-content-root .efg-premium-content .efg-card h3, .tc-wp-content-root .efg-premium-content .efg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .efg-premium-content .efg-card p, .tc-wp-content-root .efg-premium-content .efg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .efg-premium-content .efg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .efg-premium-content .efg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .efg-premium-content .efg-step-number{
    width: 78px;
    height: 78px;
    font-size: 24px;
  }}.wpc-scope-282 .tc-wp-content-root .efg-step-copy{}