/* 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 .igbv-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .igbv-bottom-content, .tc-wp-content-root .igbv-bottom-content section, .tc-wp-content-root .igbv-bottom-content div, .tc-wp-content-root .igbv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igbv-bottom-content .igbv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igbv-bottom-content .igbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igbv-bottom-content .igbv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(236, 72, 153, 0.08), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(99, 102, 241, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .igbv-bottom-content .igbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .igbv-bottom-content .igbv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igbv-bottom-content .igbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(99, 102, 241, 0.08));
  color: #9d174d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igbv-bottom-content .igbv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.72;
  max-width: 710px;
}.tc-wp-content-root .igbv-bottom-content .igbv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(236, 72, 153, 0.35), rgba(99, 102, 241, 0.22), rgba(14, 165, 233, 0.18)) border-box;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igbv-bottom-content .igbv-card::after, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), transparent 38%, rgba(99, 102, 241, 0.07));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .igbv-bottom-content .igbv-card:hover, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card:hover, .tc-wp-content-root .igbv-bottom-content .igbv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
  border-color: rgba(236, 72, 153, 0.32);
}.tc-wp-content-root .igbv-bottom-content .igbv-card:hover::after, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.7;
  z-index: 1;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #8b5cf6 56%, #06b6d4);
  box-shadow: 0 14px 26px rgba(236, 72, 153, 0.22);
  z-index: 1;
  transition: transform 240ms ease;
}.tc-wp-content-root .igbv-bottom-content .igbv-card:hover .igbv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon::before, .tc-wp-content-root .igbv-bottom-content .igbv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-lens::before{
  width: 15px;
  height: 15px;
  left: 12px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-lens::after{
  width: 10px;
  height: 3px;
  left: 25px;
  top: 27px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-speed::before{
  width: 20px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px 999px 4px 4px;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom: 0;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 18px;
  border-radius: 999px;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.9), 0 20px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-steps::after{
  width: 15px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.9), 0 20px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 999px;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-daily::before{
  width: 22px;
  height: 20px;
  left: 11px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .igbv-bottom-content .igbv-icon-daily::after{
  width: 12px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-bottom-content .igbv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igbv-bottom-content .igbv-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 42px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igbv-bottom-content .igbv-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(236, 72, 153, 0.28), rgba(99, 102, 241, 0.04));
}.tc-wp-content-root .igbv-bottom-content .igbv-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(99, 102, 241, 0.22);
  z-index: 1;
}.tc-wp-content-root .igbv-bottom-content .igbv-card-use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.98)) padding-box,
    linear-gradient(135deg, rgba(236, 72, 153, 0.26), rgba(6, 182, 212, 0.2)) border-box;
}.tc-wp-content-root .igbv-bottom-content .igbv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.08);
  color: #9d174d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(135deg, rgba(236, 72, 153, 0.3), rgba(99, 102, 241, 0.24)) border-box;
}.tc-wp-content-root .igbv-bottom-content .igbv-trust-mark{
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0.14));
  position: relative;
}.tc-wp-content-root .igbv-bottom-content .igbv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ec4899;
  border-bottom: 3px solid #6366f1;
  transform: rotate(-45deg);
}.tc-wp-content-root .igbv-bottom-content .igbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .igbv-bottom-content .igbv-reveal.igbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igbv-bottom-content .igbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igbv-bottom-content .igbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igbv-bottom-content .igbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igbv-bottom-content .igbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igbv-bottom-content .igbv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igbv-bottom-content .igbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igbv-bottom-content .igbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igbv-bottom-content .igbv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-grid-three, .tc-wp-content-root .igbv-bottom-content .igbv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igbv-bottom-content .igbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igbv-bottom-content .igbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-grid-three, .tc-wp-content-root .igbv-bottom-content .igbv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card h3, .tc-wp-content-root .igbv-bottom-content .igbv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-card p, .tc-wp-content-root .igbv-bottom-content .igbv-trust-card p, .tc-wp-content-root .igbv-bottom-content .igbv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .igbv-bottom-content .igbv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}