/* 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 .igpfv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .igpfv-content-wrap, .tc-wp-content-root .igpfv-content-wrap div, .tc-wp-content-root .igpfv-content-wrap section, .tc-wp-content-root .igpfv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-section-soft{
  background: linear-gradient(180deg, #fff7fb 0%, #faf7ff 100%);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.1), rgba(219, 39, 119, 0.1), rgba(124, 58, 237, 0.1));
  color: #9d174d;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #e11d48, #7c3aed);
  box-shadow: 0 0 0 5px rgba(225, 29, 72, 0.1);
}.tc-wp-content-root .igpfv-content-wrap h2, .tc-wp-content-root .igpfv-content-wrap h3, .tc-wp-content-root .igpfv-content-wrap p{
  margin: 0;
}.tc-wp-content-root .igpfv-content-wrap h2{
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
  color: #5b6475;
  margin-top: 14px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.08), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-card:hover, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 29, 72, 0.26);
  box-shadow: 0 24px 62px rgba(124, 58, 237, 0.13);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
  color: #5b6475;
  margin-top: 9px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7a00, #e11d48 48%, #7c3aed);
  box-shadow: 0 14px 30px rgba(225, 29, 72, 0.22);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon::before, .tc-wp-content-root .igpfv-content-wrap .igpfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-card:hover .igpfv-icon::before, .tc-wp-content-root .igpfv-content-wrap .igpfv-card:hover .igpfv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-lens::before{
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  top: 12px;
  left: 12px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-lens::after{
  width: 11px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  top: 29px;
  left: 27px;
  transform: rotate(45deg);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-speed::before{
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom-color: transparent;
  border-radius: 50%;
  top: 11px;
  left: 11px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-speed::after{
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  top: 24px;
  left: 22px;
  transform: rotate(-34deg);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-frame::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 9px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-frame::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 19px;
  left: 19px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-steps::before{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  top: 12px;
  left: 13px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-steps::after{
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  top: 14px;
  left: 24px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-mobile::before{
  width: 18px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  top: 8px;
  left: 14px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-mobile::after{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  top: 30px;
  left: 21px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-daily::before{
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  top: 11px;
  left: 11px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-icon-daily::after{
  width: 10px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  top: 17px;
  left: 23px;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(225, 29, 72, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at left, rgba(255, 122, 0, 0.14), transparent 36%),
    radial-gradient(circle at right, rgba(124, 58, 237, 0.12), transparent 36%);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #ff7a00, #e11d48, #7c3aed);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.24);
  box-shadow: 0 24px 64px rgba(124, 58, 237, 0.13);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-pill-dot{
  display: inline-flex;
  width: 34px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a00, #e11d48, #7c3aed);
  box-shadow: 0 10px 24px rgba(225, 29, 72, 0.18);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
  background:
    linear-gradient(180deg, #ffffff, #fffaff),
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.1), transparent 32%);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.14), rgba(225, 29, 72, 0.14), rgba(124, 58, 237, 0.14));
  border: 1px solid rgba(225, 29, 72, 0.18);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border-left: 3px solid #e11d48;
  border-bottom: 3px solid #e11d48;
  top: 14px;
  left: 12px;
  transform: rotate(-45deg);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igpfv-content-wrap .igpfv-reveal.igpfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igpfv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igpfv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 24px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igpfv-content-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 26px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igpfv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igpfv-content-wrap .igpfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igpfv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card h3, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-trust-card p, .tc-wp-content-root .igpfv-content-wrap .igpfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-card{
    gap: 28px;
    padding: 34px 40px;
  }.tc-wp-content-root .igpfv-content-wrap .igpfv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}