/* 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 .igplv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .igplv-content-wrap, .tc-wp-content-root .igplv-content-wrap section, .tc-wp-content-root .igplv-content-wrap div, .tc-wp-content-root .igplv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igplv-content-wrap .igplv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .igplv-content-wrap .igplv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igplv-content-wrap .igplv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 72, 126, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(122, 88, 255, 0.09), transparent 28%),
    #faf8fc;
}.tc-wp-content-root .igplv-content-wrap .igplv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igplv-content-wrap .igplv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igplv-content-wrap .igplv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 72, 126, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 72, 126, 0.1), rgba(122, 88, 255, 0.1));
  color: #a11d55;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igplv-content-wrap .igplv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff477e, #7a58ff);
  box-shadow: 0 0 0 5px rgba(255, 72, 126, 0.1);
}.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
  margin: 0;
  color: #15192a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f6678;
  line-height: 1.7;
}.tc-wp-content-root .igplv-content-wrap .igplv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(30, 38, 61, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(24, 30, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .igplv-content-wrap .igplv-card::after, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 72, 126, 0.12), rgba(122, 88, 255, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igplv-content-wrap .igplv-card:hover, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 72, 126, 0.22);
  box-shadow: 0 24px 62px rgba(24, 30, 48, 0.13);
}.tc-wp-content-root .igplv-content-wrap .igplv-card:hover::after, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15192a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626a7d;
  line-height: 1.68;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff477e, #7a58ff);
  box-shadow: 0 14px 28px rgba(255, 72, 126, 0.22);
}.tc-wp-content-root .igplv-content-wrap .igplv-icon::before, .tc-wp-content-root .igplv-content-wrap .igplv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-rings::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-rings::after{
  right: 11px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(58% 0, 20% 45%, 56% 45%, 34% 100%, 82% 36%, 48% 36%);
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-frame::after{
  left: 17px;
  bottom: 15px;
  width: 14px;
  height: 8px;
  border-radius: 6px 6px 0 0;
  background: #ffffff;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-path::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 18px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(35deg);
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-device::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-device::after{
  left: 21px;
  bottom: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igplv-content-wrap .igplv-icon-spark::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(50% 0, 60% 34%, 100% 50%, 60% 66%, 50% 100%, 40% 66%, 0 50%, 40% 34%);
}.tc-wp-content-root .igplv-content-wrap .igplv-card:hover .igplv-icon{
  animation: igplvIconFloat 900ms ease-in-out;
}.tc-wp-content-root .igplv-content-wrap .igplv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(30, 38, 61, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(24, 30, 48, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igplv-content-wrap .igplv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff477e, #7a58ff);
}.tc-wp-content-root .igplv-content-wrap .igplv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(122, 88, 255, 0.22);
  box-shadow: 0 24px 62px rgba(24, 30, 48, 0.12);
}.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(135deg, #ff477e, #7a58ff);
  box-shadow: 0 16px 34px rgba(122, 88, 255, 0.22);
}.tc-wp-content-root .igplv-content-wrap .igplv-step-content{
  min-width: 0;
}.tc-wp-content-root .igplv-content-wrap .igplv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff477e, #7a58ff);
}.tc-wp-content-root .igplv-content-wrap .igplv-badge-dot::after{
  content: "";
  position: absolute;
  right: -9px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27c4a2;
  box-shadow: 0 0 0 5px rgba(39, 196, 162, 0.12);
}.tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
    #ffffff;
}.tc-wp-content-root .igplv-content-wrap .igplv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(122, 88, 255, 0.1);
  color: #5a3ce1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .igplv-content-wrap .igplv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .igplv-content-wrap .igplv-reveal.igplv-visible{
  opacity: 1;
  transform: translateY(0);
}@keyframes igplvIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  45% {
    transform: translateY(-4px) rotate(2deg);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igplv-content-wrap .igplv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igplv-content-wrap .igplv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igplv-content-wrap .igplv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igplv-content-wrap .igplv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igplv-content-wrap .igplv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igplv-content-wrap .igplv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igplv-content-wrap .igplv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igplv-content-wrap .igplv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igplv-content-wrap .igplv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igplv-content-wrap .igplv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igplv-content-wrap .igplv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card h3, .tc-wp-content-root .igplv-content-wrap .igplv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-card p, .tc-wp-content-root .igplv-content-wrap .igplv-trust-card p, .tc-wp-content-root .igplv-content-wrap .igplv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igplv-content-wrap .igplv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}