/* 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 .igppv-content{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igppv-content, .tc-wp-content-root .igppv-content div, .tc-wp-content-root .igppv-content section, .tc-wp-content-root .igppv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igppv-content .igppv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igppv-content .igppv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igppv-content .igppv-section-soft{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 92, 146, 0.08), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(124, 77, 255, 0.08), transparent 34%),
    #faf8fb;
}.tc-wp-content-root .igppv-content .igppv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .igppv-content .igppv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igppv-content .igppv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(222, 56, 129, 0.18);
  border-radius: 999px;
  color: #b52168;
  background: linear-gradient(135deg, rgba(255, 92, 146, 0.1), rgba(124, 77, 255, 0.08));
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igppv-content .igppv-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igppv-content .igppv-heading p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5f687a;
  line-height: 1.7;
}.tc-wp-content-root .igppv-content .igppv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 92, 146, 0.22), rgba(124, 77, 255, 0.18), rgba(255, 193, 99, 0.14)) border-box;
  box-shadow: 0 18px 42px rgba(23, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igppv-content .igppv-card::before, .tc-wp-content-root .igppv-content .igppv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 92, 146, 0.06), transparent 44%, rgba(124, 77, 255, 0.05));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igppv-content .igppv-card:hover, .tc-wp-content-root .igppv-content .igppv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(222, 56, 129, 0.22);
  box-shadow: 0 24px 54px rgba(23, 28, 45, 0.11);
}.tc-wp-content-root .igppv-content .igppv-card:hover::before, .tc-wp-content-root .igppv-content .igppv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7e;
  line-height: 1.7;
}.tc-wp-content-root .igppv-content .igppv-icon{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5c92, #7c4dff);
  box-shadow: 0 12px 24px rgba(222, 56, 129, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .igppv-content .igppv-card:hover .igppv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .igppv-content .igppv-icon::before, .tc-wp-content-root .igppv-content .igppv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igppv-content .igppv-icon-lens::before{
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igppv-content .igppv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 26px;
  top: 28px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igppv-content .igppv-icon-bolt::before{
  left: 17px;
  top: 9px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(54% 0, 100% 0, 64% 42%, 100% 42%, 36% 100%, 50% 55%, 12% 55%);
}.tc-wp-content-root .igppv-content .igppv-icon-frame::before{
  width: 24px;
  height: 20px;
  left: 11px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igppv-content .igppv-icon-frame::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igppv-content .igppv-icon-path::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igppv-content .igppv-icon-path::after{
  width: 9px;
  height: 9px;
  right: 11px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igppv-content .igppv-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 8px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igppv-content .igppv-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igppv-content .igppv-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 64%, 50% 100%, 38% 64%, 0 50%, 38% 35%);
}.tc-wp-content-root .igppv-content .igppv-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .igppv-content .igppv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igppv-content .igppv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igppv-content .igppv-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(23, 28, 45, 0.1);
}.tc-wp-content-root .igppv-content .igppv-step::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 78px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 92, 146, 0.28), rgba(124, 77, 255, 0));
}.tc-wp-content-root .igppv-content .igppv-step:last-child::after{
  display: none;
}.tc-wp-content-root .igppv-content .igppv-step-number{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff5c92, #7c4dff);
  box-shadow: 0 14px 28px rgba(124, 77, 255, 0.2);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}.tc-wp-content-root .igppv-content .igppv-badge-dot{
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 92, 146, 0.16), rgba(124, 77, 255, 0.14));
}.tc-wp-content-root .igppv-content .igppv-badge-dot::after{
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5c92, #7c4dff);
}.tc-wp-content-root .igppv-content .igppv-trust-card{
  text-align: left;
}.tc-wp-content-root .igppv-content .igppv-trust-mark{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #22b8a5, #7c4dff);
  box-shadow: 0 12px 24px rgba(34, 184, 165, 0.16);
  font-weight: 900;
}.tc-wp-content-root .igppv-content .igppv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igppv-content .igppv-reveal.igppv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igppv-content .igppv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igppv-content .igppv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igppv-content .igppv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igppv-content .igppv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igppv-content .igppv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igppv-content .igppv-grid, .tc-wp-content-root .igppv-content .igppv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igppv-content .igppv-grid-three, .tc-wp-content-root .igppv-content .igppv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igppv-content .igppv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igppv-content .igppv-step::after{
    display: none;
  }.tc-wp-content-root .igppv-content .igppv-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igppv-content .igppv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igppv-content .igppv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igppv-content .igppv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igppv-content .igppv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content .igppv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igppv-content .igppv-grid, .tc-wp-content-root .igppv-content .igppv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igppv-content .igppv-grid-three, .tc-wp-content-root .igppv-content .igppv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content .igppv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igppv-content .igppv-step::after{
    display: none;
  }.tc-wp-content-root .igppv-content .igppv-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igppv-content .igppv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igppv-content .igppv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igppv-content .igppv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igppv-content .igppv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igppv-content .igppv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igppv-content .igppv-grid, .tc-wp-content-root .igppv-content .igppv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igppv-content .igppv-grid-three, .tc-wp-content-root .igppv-content .igppv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content .igppv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .igppv-content .igppv-step::after{
    display: none;
  }.tc-wp-content-root .igppv-content .igppv-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igppv-content .igppv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igppv-content .igppv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igppv-content .igppv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igppv-content .igppv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igppv-content .igppv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igppv-content .igppv-grid, .tc-wp-content-root .igppv-content .igppv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igppv-content .igppv-grid-three, .tc-wp-content-root .igppv-content .igppv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content .igppv-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .igppv-content .igppv-step-number{
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igppv-content .igppv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igppv-content .igppv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igppv-content .igppv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igppv-content .igppv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igppv-content .igppv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igppv-content .igppv-grid, .tc-wp-content-root .igppv-content .igppv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igppv-content .igppv-grid-three, .tc-wp-content-root .igppv-content .igppv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igppv-content .igppv-card, .tc-wp-content-root .igppv-content .igppv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igppv-content .igppv-card h3, .tc-wp-content-root .igppv-content .igppv-step h3, .tc-wp-content-root .igppv-content .igppv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igppv-content .igppv-card p, .tc-wp-content-root .igppv-content .igppv-step p, .tc-wp-content-root .igppv-content .igppv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .igppv-content .igppv-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .igppv-content .igppv-step-number{
    font-size: 18px;
  }}