/* 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;
  color: #172033;
  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 .igsv-editorial-wrap, .tc-wp-content-root .igsv-editorial-wrap div, .tc-wp-content-root .igsv-editorial-wrap section, .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 top left, rgba(255, 75, 145, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(111, 76, 255, 0.08), transparent 36%),
    #fbfafc;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 75, 145, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 75, 145, 0.12), rgba(111, 76, 255, 0.12));
  color: #a92b75;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f687a;
  line-height: 1.75;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-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;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(26, 32, 54, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 75, 145, 0.42), rgba(111, 76, 255, 0.34), rgba(255, 184, 77, 0.24)) border-box;
  box-shadow: 0 18px 45px rgba(31, 38, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.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: auto -30px -44px auto;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 75, 145, 0.11), rgba(111, 76, 255, 0.11));
  transition: transform 260ms ease, opacity 260ms 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(255, 75, 145, 0.24);
  box-shadow: 0 24px 60px rgba(31, 38, 64, 0.13);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover::after, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card:hover::after{
  transform: scale(1.14);
  opacity: 0.9;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  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-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6678;
  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 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4b91, #7c4dff 62%, #ffb84d);
  box-shadow: 0 14px 28px rgba(255, 75, 145, 0.22);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover .igsv-icon::before, .tc-wp-content-root .igsv-editorial-wrap .igsv-card:hover .igsv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-ring::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-ring::after{
  top: 10px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-bolt::before{
  top: 10px;
  left: 18px;
  width: 10px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(46% 0, 100% 0, 65% 42%, 100% 42%, 28% 100%, 44% 54%, 0 54%);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-frame::after{
  left: 16px;
  bottom: 15px;
  width: 16px;
  height: 8px;
  border-radius: 7px 7px 3px 3px;
  background: #ffffff;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-path::before{
  top: 14px;
  left: 12px;
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 999px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-icon-check::before{
  top: 14px;
  left: 13px;
  width: 20px;
  height: 11px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.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;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(26, 32, 54, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(31, 38, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #ff4b91, #7c4dff, #ffb84d);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 58px rgba(31, 38, 64, 0.12);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4b91, #7c4dff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(124, 77, 255, 0.24);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-badge-dot{
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4b91, #7c4dff);
  box-shadow: 0 0 0 8px rgba(255, 75, 145, 0.11), 0 0 0 15px rgba(124, 77, 255, 0.07);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
  text-align: center;
  align-items: center;
}.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4b91, #7c4dff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(255, 75, 145, 0.22);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igsv-editorial-wrap .igsv-reveal.igsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms 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 .igsv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px 22px 24px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
    width: 44px;
    height: 44px;
    font-size: 18px;
  }}@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 .igsv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px 24px 26px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
    width: 46px;
    height: 46px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.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-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 26px 28px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
    width: 48px;
    height: 48px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 84px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 17px;
  }.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));
    gap: 22px;
    margin-top: 44px;
  }.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-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
    width: 50px;
    height: 50px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igsv-editorial-wrap .igsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-heading p{
    font-size: 18px;
  }.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));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card h3, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-trust-card p, .tc-wp-content-root .igsv-editorial-wrap .igsv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .igsv-editorial-wrap .igsv-trust-mark{
    width: 52px;
    height: 52px;
    font-size: 22px;
  }}