@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-14 .tc-wp-content-root img, .wpc-scope-14 .tc-wp-content-root video, .wpc-scope-14 .tc-wp-content-root svg, .wpc-scope-14 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-section{
  position: relative;
  width: 100%;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-section-white{
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 45, 133, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(131, 56, 236, 0.08), transparent 28%),
    #fbfbfd;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 45, 133, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 133, 0.1), rgba(131, 56, 236, 0.1));
  color: #a51665;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5a6475;
  font-weight: 450;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-card, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card::before, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-use-card::before, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 45, 133, 0.32), rgba(131, 56, 236, 0.18), rgba(255, 190, 11, 0.18));
  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-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card:hover, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-use-card:hover, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-card:hover, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 45, 133, 0.2);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card:hover::before, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-use-card:hover::before, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-note p{
  margin: 10px 0 0;
  color: #606b7d;
  font-weight: 430;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2d85, #8338ec);
  box-shadow: 0 14px 28px rgba(131, 56, 236, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-info-card:hover .igfv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon::before, .wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-eye::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 16px 16px 14px 14px;
  background: transparent;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-eye::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 22px;
  top: 20px;
  border-radius: 10px;
  transform: rotate(-35deg);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 10px;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-steps::after{
  width: 14px;
  height: 3px;
  left: 24px;
  top: 15px;
  border-radius: 10px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 8px;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-daily::before{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-icon-daily::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 20px;
  border-radius: 10px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(255, 45, 133, 0.1), rgba(131, 56, 236, 0.1));
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-card::after{
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 45, 133, 0.12), rgba(131, 56, 236, 0.14));
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2d85, #8338ec);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(131, 56, 236, 0.24);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-badge-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff2d85;
  box-shadow: 0 0 0 8px rgba(255, 45, 133, 0.1), 18px 0 0 rgba(131, 56, 236, 0.45);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 45, 133, 0.12), rgba(131, 56, 236, 0.14));
  color: #9b1765;
  font-size: 20px;
  font-weight: 900;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(131, 56, 236, 0.14);
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 16px 40px rgba(23, 32, 51, 0.07);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-note p{
  margin: 0;
  color: #4d586b;
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-14 .tc-wp-content-root .igfv-content-wrap .igfv-reveal.igfv-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 .igfv-content-wrap .igfv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card, .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igfv-content-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .tc-wp-content-root .igfv-content-wrap .igfv-note p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card, .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .tc-wp-content-root .igfv-content-wrap .igfv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card, .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .tc-wp-content-root .igfv-content-wrap .igfv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-note{
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 72px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card, .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .tc-wp-content-root .igfv-content-wrap .igfv-note p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-note{
    margin-top: 30px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .igfv-content-wrap .igfv-section{
    padding: 88px 0;
  }.tc-wp-content-root .igfv-content-wrap .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-content-wrap .igfv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card, .tc-wp-content-root .igfv-content-wrap .igfv-use-card, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-info-card p, .tc-wp-content-root .igfv-content-wrap .igfv-use-card p, .tc-wp-content-root .igfv-content-wrap .igfv-trust-card p, .tc-wp-content-root .igfv-content-wrap .igfv-step-card p, .tc-wp-content-root .igfv-content-wrap .igfv-note p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }.tc-wp-content-root .igfv-content-wrap .igfv-note{
    margin-top: 34px;
    padding: 30px 34px;
  }}.wpc-scope-14 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .igfv-benefit-grid{}