@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 .igpfv-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  --igpfv-text: #172033;
  --igpfv-muted: #5d6679;
  --igpfv-soft: #f8f7fb;
  --igpfv-border: rgba(35, 42, 66, 0.1);
  --igpfv-card: #ffffff;
  --igpfv-pink: #f24e9b;
  --igpfv-orange: #ff8a3d;
  --igpfv-violet: #7c4dff;
  --igpfv-blue: #3b82f6;
  --igpfv-gradient: linear-gradient(135deg, #f24e9b 0%, #ff8a3d 48%, #7c4dff 100%);
  --igpfv-shadow: 0 18px 50px rgba(35, 42, 66, 0.1);
  --igpfv-shadow-hover: 0 24px 70px rgba(124, 77, 255, 0.18);
}.tc-wp-content-root .igpfv-editorial-wrap, .tc-wp-content-root .igpfv-editorial-wrap div, .tc-wp-content-root .igpfv-editorial-wrap section, .tc-wp-content-root .igpfv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 78, 155, 0.08), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(124, 77, 255, 0.08), transparent 30%),
    #f8f7fb;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(242, 78, 155, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9b2f72;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--igpfv-gradient);
  box-shadow: 0 0 0 5px rgba(242, 78, 155, 0.11);
}.tc-wp-content-root .igpfv-editorial-wrap h2{
  margin: 0;
  color: var(--igpfv-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
  margin: 16px auto 0;
  color: var(--igpfv-muted);
  line-height: 1.72;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid var(--igpfv-border);
  background: var(--igpfv-card);
  box-shadow: var(--igpfv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card{
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(242, 78, 155, 0.08), transparent 42%, rgba(124, 77, 255, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card:hover, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card:hover, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(242, 78, 155, 0.24);
  box-shadow: var(--igpfv-shadow-hover);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
  position: relative;
  margin: 0;
  color: var(--igpfv-text);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: var(--igpfv-muted);
  line-height: 1.7;
  z-index: 1;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(242, 78, 155, 0.13), rgba(124, 77, 255, 0.13));
  z-index: 1;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon::before, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-ring::before{
  inset: 12px;
  border: 3px solid #f24e9b;
  border-radius: 50%;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-ring::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
  background: #ff8a3d;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-bolt::before{
  left: 18px;
  top: 9px;
  width: 12px;
  height: 27px;
  background: var(--igpfv-gradient);
  clip-path: polygon(56% 0, 100% 0, 70% 42%, 100% 42%, 28% 100%, 48% 55%, 12% 55%);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-frame::before{
  inset: 12px;
  border: 3px solid #7c4dff;
  border-radius: 8px;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-frame::after{
  width: 12px;
  height: 12px;
  right: 11px;
  bottom: 11px;
  border-radius: 50%;
  background: #f24e9b;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 14px;
  border: 3px solid #ff8a3d;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-path::after{
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #7c4dff;
  border-right: 3px solid #7c4dff;
  transform: rotate(45deg);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 3px solid #3b82f6;
  border-radius: 9px;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-phone::after{
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f24e9b;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-icon-spark::before{
  left: 17px;
  top: 9px;
  width: 12px;
  height: 28px;
  background: var(--igpfv-gradient);
  clip-path: polygon(50% 0, 64% 35%, 100% 50%, 64% 65%, 50% 100%, 36% 65%, 0 50%, 36% 35%);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(242, 78, 155, 0.1), rgba(124, 77, 255, 0.1));
  color: #8a347e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card::before{
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(242, 78, 155, 0.28), transparent);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: var(--igpfv-gradient);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(242, 78, 155, 0.24);
  z-index: 1;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-content{
  min-width: 0;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--igpfv-gradient) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 32%, #ffffff 0 18%, transparent 19%), var(--igpfv-gradient);
  box-shadow: 0 14px 32px rgba(124, 77, 255, 0.18);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igpfv-editorial-wrap .igpfv-reveal.igpfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igpfv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 16px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igpfv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-number{
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 17px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igpfv-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card::before{
    display: none;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 18px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igpfv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-number{
    width: 70px;
    height: 70px;
    font-size: 18px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igpfv-editorial-wrap .igpfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igpfv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card h3, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igpfv-editorial-wrap .igpfv-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-step-card p, .tc-wp-content-root .igpfv-editorial-wrap .igpfv-trust-card p{
    font-size: 15.5px;
  }}

/* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .igpfv-trust-grid {}