/* 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 .igsv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap, .tc-wp-content-root .igsv-editorial-wrap section, .tc-wp-content-root .igsv-editorial-wrap div, .tc-wp-content-root .igsv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-soft{
  background:
    radial-gradient(circle at 12% 14%, rgba(236, 72, 153, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(99, 102, 241, 0.08), transparent 30%),
    #fbfbfe;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.12), rgba(99, 102, 241, 0.11));
  color: #9d174d;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f43f5e, #7c3aed);
  box-shadow: 0 0 0 5px rgba(244, 63, 94, 0.12);
}.tc-wp-content-root .igsv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.75;
  max-width: 720px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card::after, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.16), rgba(124, 58, 237, 0.10), transparent 45%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(219, 39, 119, 0.26);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover::after, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151f32;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5f6878;
  line-height: 1.7;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fb7185, #8b5cf6);
  box-shadow: 0 14px 30px rgba(190, 24, 93, 0.20);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.92;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-ring::before{
  width: 18px;
  height: 18px;
  inset: 14px;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-ring::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 11px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-bolt::before{
  width: 10px;
  height: 24px;
  left: 19px;
  top: 11px;
  border-radius: 4px;
  transform: skew(-18deg);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 8px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-path::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-path::after{
  width: 18px;
  height: 4px;
  left: 17px;
  top: 27px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-phone::before{
  width: 17px;
  height: 27px;
  left: 15px;
  top: 9px;
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 9px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-dots::before{
  width: 7px;
  height: 7px;
  left: 11px;
  top: 20px;
  box-shadow: 9px 0 0 #ffffff, 18px 0 0 #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #fb7185, #7c3aed);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.105);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 34%),
    linear-gradient(135deg, #f43f5e, #7c3aed);
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.22);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card-softline{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(244, 63, 94, 0.26), rgba(124, 58, 237, 0.24)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-mini-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.08);
  color: #be185d;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
  padding-top: 54px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.13), rgba(124, 58, 237, 0.13));
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 9px;
  top: 11px;
  border-left: 3px solid #be185d;
  border-bottom: 3px solid #be185d;
  transform: rotate(-45deg);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal.igsv-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igsv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igsv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igsv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igsv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igsv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card-grid, .tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid-six, .tc-wp-content-root .igsv-editorial-wrap .igsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 78px;
    height: 78px;
    font-size: 21px;
  }}