@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;
}
.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 .iggv-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .iggv-content .iggv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .iggv-content .iggv-section-white{
  background: #ffffff;
}.tc-wp-content-root .iggv-content .iggv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.tc-wp-content-root .iggv-content .iggv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .iggv-content .iggv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iggv-content .iggv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #d62976;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .iggv-content .iggv-kicker::before, .tc-wp-content-root .iggv-content .iggv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f58529, #dd2a7b, #8134af, #515bd4);
}.tc-wp-content-root .iggv-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iggv-content .iggv-heading p{
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.72;
}.tc-wp-content-root .iggv-content .iggv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(218, 226, 238, 0.92);
  box-shadow: 0 18px 44px rgba(21, 28, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .iggv-content .iggv-card::before, .tc-wp-content-root .iggv-content .iggv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.55), rgba(221, 42, 123, 0.35), rgba(81, 91, 212, 0.45));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
}.tc-wp-content-root .iggv-content .iggv-card:hover, .tc-wp-content-root .iggv-content .iggv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(221, 42, 123, 0.22);
  box-shadow: 0 24px 60px rgba(33, 38, 63, 0.13);
}.tc-wp-content-root .iggv-content .iggv-card:hover::before, .tc-wp-content-root .iggv-content .iggv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .iggv-content .iggv-icon{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #515bd4);
  box-shadow: 0 14px 28px rgba(221, 42, 123, 0.22);
  position: relative;
  transition: transform 260ms ease;
}.tc-wp-content-root .iggv-content .iggv-card:hover .iggv-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .iggv-content .iggv-icon-frame::after{
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .iggv-content .iggv-icon-flash::after{
  content: "";
  position: absolute;
  left: 17px;
  top: 9px;
  width: 9px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(52% 0, 100% 0, 64% 41%, 100% 41%, 31% 100%, 45% 55%, 0 55%);
}.tc-wp-content-root .iggv-content .iggv-icon-preview::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  width: 22px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .iggv-content .iggv-icon-preview::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .iggv-content .iggv-icon-path::after{
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 22px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.8), 0 8px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .iggv-content .iggv-icon-phone::after{
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  width: 14px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .iggv-content .iggv-icon-spark::after{
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .iggv-content h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
  margin: 12px 0 0;
  color: #5c6578;
  line-height: 1.68;
}.tc-wp-content-root .iggv-content .iggv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iggv-content .iggv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(218, 226, 238, 0.95);
  box-shadow: 0 18px 44px rgba(21, 28, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .iggv-content .iggv-step-card::after{
  content: "";
  position: absolute;
  left: 44px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(221, 42, 123, 0.45), rgba(81, 91, 212, 0));
}.tc-wp-content-root .iggv-content .iggv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .iggv-content .iggv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(221, 42, 123, 0.24);
  box-shadow: 0 24px 60px rgba(33, 38, 63, 0.12);
}.tc-wp-content-root .iggv-content .iggv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
  box-shadow: 0 16px 34px rgba(221, 42, 123, 0.24);
}.tc-wp-content-root .iggv-content .iggv-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.tc-wp-content-root .iggv-content .iggv-badge-dot{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0 18%, #f58529 19% 35%, #dd2a7b 36% 63%, #515bd4 64% 100%);
  box-shadow: 0 12px 26px rgba(81, 91, 212, 0.18);
}.tc-wp-content-root .iggv-content .iggv-trust-card{
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #fdfcff 100%);
}.tc-wp-content-root .iggv-content .iggv-trust-mark{
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, #dd2a7b, #8134af, #515bd4);
  box-shadow: 0 14px 30px rgba(129, 52, 175, 0.2);
}.tc-wp-content-root .iggv-content .iggv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .iggv-content .iggv-reveal.iggv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iggv-content .iggv-section{
    padding: 48px 0;
  }.tc-wp-content-root .iggv-content .iggv-container{
    padding: 0 14px;
  }.tc-wp-content-root .iggv-content h2{
    font-size: 25px;
  }.tc-wp-content-root .iggv-content .iggv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .iggv-content .iggv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .iggv-content .iggv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iggv-content h3{
    font-size: 17px;
  }.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .iggv-content .iggv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iggv-content .iggv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iggv-content .iggv-step-card::after{
    display: none;
  }.tc-wp-content-root .iggv-content .iggv-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iggv-content .iggv-section{
    padding: 54px 0;
  }.tc-wp-content-root .iggv-content .iggv-container{
    padding: 0 18px;
  }.tc-wp-content-root .iggv-content h2{
    font-size: 28px;
  }.tc-wp-content-root .iggv-content .iggv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .iggv-content .iggv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .iggv-content .iggv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iggv-content h3{
    font-size: 18px;
  }.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .iggv-content .iggv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iggv-content .iggv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iggv-content .iggv-step-card::after{
    display: none;
  }.tc-wp-content-root .iggv-content .iggv-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iggv-content .iggv-section{
    padding: 60px 0;
  }.tc-wp-content-root .iggv-content .iggv-container{
    padding: 0 22px;
  }.tc-wp-content-root .iggv-content h2{
    font-size: 31px;
  }.tc-wp-content-root .iggv-content .iggv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .iggv-content .iggv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iggv-content .iggv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .iggv-content h3{
    font-size: 19px;
  }.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .iggv-content .iggv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .iggv-content .iggv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .iggv-content .iggv-step-card::after{
    display: none;
  }.tc-wp-content-root .iggv-content .iggv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iggv-content .iggv-section{
    padding: 76px 0;
  }.tc-wp-content-root .iggv-content .iggv-container{
    padding: 0 30px;
  }.tc-wp-content-root .iggv-content h2{
    font-size: 38px;
  }.tc-wp-content-root .iggv-content .iggv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .iggv-content .iggv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iggv-content .iggv-grid-six, .tc-wp-content-root .iggv-content .iggv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .iggv-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iggv-content .iggv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iggv-content .iggv-step-card{
    padding: 28px;
    gap: 24px;
    border-radius: 24px;
  }.tc-wp-content-root .iggv-content .iggv-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iggv-content .iggv-section{
    padding: 92px 0;
  }.tc-wp-content-root .iggv-content .iggv-container{
    padding: 0 32px;
  }.tc-wp-content-root .iggv-content h2{
    font-size: 44px;
  }.tc-wp-content-root .iggv-content .iggv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .iggv-content .iggv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .iggv-content .iggv-grid-six, .tc-wp-content-root .iggv-content .iggv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iggv-content .iggv-card, .tc-wp-content-root .iggv-content .iggv-trust-card{
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .iggv-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iggv-content .iggv-card p, .tc-wp-content-root .iggv-content .iggv-trust-card p, .tc-wp-content-root .iggv-content .iggv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iggv-content .iggv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .iggv-content .iggv-step-card{
    padding: 30px;
    gap: 26px;
    border-radius: 26px;
  }.tc-wp-content-root .iggv-content .iggv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .iggv-step-content {}