/* 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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .igcv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .igcv-content-wrap .igcv-section{
  position: relative;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-soft{
  background: linear-gradient(180deg, #fff7fb 0%, #f8fbff 100%);
}.tc-wp-content-root .igcv-content-wrap .igcv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igcv-content-wrap .igcv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igcv-content-wrap .igcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(219, 39, 119, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #b01864;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.11);
}.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6578;
  line-height: 1.7;
}.tc-wp-content-root .igcv-content-wrap .igcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card, .tc-wp-content-root .igcv-content-wrap .igcv-step-card{
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igcv-content-wrap .igcv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .igcv-content-wrap .igcv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 0%, rgba(236, 72, 153, 0.1), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(99, 102, 241, 0.1), transparent 30%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .igcv-content-wrap .igcv-card:hover, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card:hover, .tc-wp-content-root .igcv-content-wrap .igcv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(236, 72, 153, 0.28);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .igcv-content-wrap .igcv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6b7d;
  line-height: 1.66;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 55%, #6366f1);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.22);
}.tc-wp-content-root .igcv-content-wrap .igcv-icon::before, .tc-wp-content-root .igcv-content-wrap .igcv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-bubble::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 14px;
  border-radius: 8px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-bubble::after{
  left: 24px;
  top: 26px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-radius: 1px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-speed::before{
  left: 12px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-speed::after{
  left: 24px;
  top: 13px;
  width: 4px;
  height: 17px;
  transform: rotate(35deg);
  border-radius: 999px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-preview::before{
  left: 10px;
  top: 12px;
  width: 26px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-preview::after{
  left: 18px;
  top: 19px;
  width: 10px;
  height: 6px;
  border-radius: 999px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-steps::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 5px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-steps::after{
  display: none;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 11px;
  border-radius: 999px;
  box-shadow: 5px 6px 0 #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #fff9fc 52%, #f8fbff 100%);
}.tc-wp-content-root .igcv-content-wrap .igcv-step-card::before{
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(236, 72, 153, 0), rgba(236, 72, 153, 0.28), rgba(99, 102, 241, 0));
}.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(99, 102, 241, 0.22);
}.tc-wp-content-root .igcv-content-wrap .igcv-dot{
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.16), rgba(99, 102, 241, 0.16));
}.tc-wp-content-root .igcv-content-wrap .igcv-dot::after{
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
}.tc-wp-content-root .igcv-content-wrap .igcv-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ec4899, #8b5cf6, #6366f1);
}.tc-wp-content-root .igcv-content-wrap .igcv-badge{
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(99, 102, 241, 0.14);
  border-radius: 999px;
  background: #f7f3ff;
  color: #5b35b1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .igcv-content-wrap .igcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igcv-content-wrap .igcv-reveal.igcv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-three, .tc-wp-content-root .igcv-content-wrap .igcv-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-three, .tc-wp-content-root .igcv-content-wrap .igcv-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-benefit-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    gap: 28px;
    padding: 32px;
  }}