/* 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 .igfv-content, .tc-wp-content-root .igfv-content *{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #141724;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igfv-content .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-section-soft{
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 76, 122, 0.08), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(113, 68, 255, 0.08), transparent 30%),
    #faf8fb;
}.tc-wp-content-root .igfv-content .igfv-container{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-content .igfv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-content .igfv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  color: #a42165;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igfv-content .igfv-heading h2{
  margin: 0;
  color: #141724;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-content .igfv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #626577;
  line-height: 1.7;
}.tc-wp-content-root .igfv-content .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 26, 43, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(31, 22, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igfv-content .igfv-card::before, .tc-wp-content-root .igfv-content .igfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.36), rgba(253, 193, 90, 0.18), rgba(131, 58, 180, 0.28));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .igfv-content .igfv-card:hover, .tc-wp-content-root .igfv-content .igfv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.18);
  box-shadow: 0 26px 64px rgba(31, 22, 49, 0.13);
}.tc-wp-content-root .igfv-content .igfv-card:hover::before, .tc-wp-content-root .igfv-content .igfv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
  margin: 0;
  color: #171a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
  margin: 10px 0 0;
  color: #626577;
  line-height: 1.68;
}.tc-wp-content-root .igfv-content .igfv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #fdc15a 58%, #833ab4);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
}.tc-wp-content-root .igfv-content .igfv-icon::before, .tc-wp-content-root .igfv-content .igfv-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .igfv-content .igfv-icon-eye::before{
  width: 23px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igfv-content .igfv-icon-eye::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-icon-bolt::before{
  width: 13px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(55% 0, 15% 48%, 47% 48%, 32% 100%, 85% 38%, 54% 38%);
}.tc-wp-content-root .igfv-content .igfv-icon-frame::before{
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igfv-content .igfv-icon-frame::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-icon-path::before{
  width: 24px;
  height: 2px;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-icon-path::after{
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-12%, -50%) rotate(45deg);
}.tc-wp-content-root .igfv-content .igfv-icon-phone::before{
  width: 17px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-content .igfv-icon-phone::after{
  width: 5px;
  height: 2px;
  top: 72%;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-icon-calendar::before{
  width: 23px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igfv-content .igfv-icon-calendar::after{
  width: 15px;
  height: 2px;
  top: 43%;
  background: #ffffff;
}.tc-wp-content-root .igfv-content .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-content .igfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 26, 43, 0.08);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.96));
  box-shadow: 0 18px 52px rgba(31, 22, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .igfv-content .igfv-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 4px;
  height: 52%;
  border-radius: 999px;
  background: linear-gradient(180deg, #e1306c, #fdc15a, #833ab4);
  opacity: 0.85;
  transform: translateY(-50%);
}.tc-wp-content-root .igfv-content .igfv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(31, 22, 49, 0.12);
}.tc-wp-content-root .igfv-content .igfv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #e1306c, #fdc15a 55%, #833ab4);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(225, 48, 108, 0.24);
}.tc-wp-content-root .igfv-content .igfv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .igfv-content .igfv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #9f225f;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .igfv-content .igfv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 18% 16%, rgba(225, 48, 108, 0.12), transparent 36%);
}.tc-wp-content-root .igfv-content .igfv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1306c, #fdc15a, #833ab4);
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.08);
}.tc-wp-content-root .igfv-content .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igfv-content .igfv-reveal.igfv-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 .igfv-content .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-content .igfv-container{
    padding: 0 16px;
  }.tc-wp-content-root .igfv-content .igfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igfv-content .igfv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igfv-content .igfv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content .igfv-grid, .tc-wp-content-root .igfv-content .igfv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igfv-content .igfv-step-card::after{
    display: none;
  }.tc-wp-content-root .igfv-content .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-content .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-content .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-content .igfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igfv-content .igfv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igfv-content .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content .igfv-grid, .tc-wp-content-root .igfv-content .igfv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-content .igfv-step-card::after{
    display: none;
  }.tc-wp-content-root .igfv-content .igfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-content .igfv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igfv-content .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-content .igfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igfv-content .igfv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igfv-content .igfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content .igfv-grid, .tc-wp-content-root .igfv-content .igfv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-content .igfv-step-card::after{
    display: none;
  }.tc-wp-content-root .igfv-content .igfv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-content .igfv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igfv-content .igfv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igfv-content .igfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igfv-content .igfv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igfv-content .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-content .igfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .igfv-content .igfv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content .igfv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .igfv-content .igfv-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .igfv-content .igfv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-content .igfv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igfv-content .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-content .igfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igfv-content .igfv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-content .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-content .igfv-grid-six, .tc-wp-content-root .igfv-content .igfv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .igfv-content .igfv-card, .tc-wp-content-root .igfv-content .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-content .igfv-card h3, .tc-wp-content-root .igfv-content .igfv-trust-card h3, .tc-wp-content-root .igfv-content .igfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-content .igfv-card p, .tc-wp-content-root .igfv-content .igfv-trust-card p, .tc-wp-content-root .igfv-content .igfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-content .igfv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .igfv-content .igfv-step-card{
    gap: 30px;
    padding: 32px 34px;
  }.tc-wp-content-root .igfv-content .igfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}