@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 .igbv-content-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 .igbv-content-wrap .igbv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(237, 73, 86, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(131, 58, 180, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .igbv-content-wrap .igbv-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igbv-content-wrap .igbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #8b2fc9;
  font-weight: 750;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .igbv-content-wrap .igbv-kicker::before, .tc-wp-content-root .igbv-content-wrap .igbv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
}.tc-wp-content-root .igbv-content-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
  margin: 16px auto 0;
  color: #5d687b;
  max-width: 690px;
}.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card, .tc-wp-content-root .igbv-content-wrap .igbv-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(131, 58, 180, 0.12);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(131, 58, 180, 0.28), rgba(253, 29, 29, 0.14), rgba(252, 176, 69, 0.22)) border-box;
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-use-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(253, 29, 29, 0.25);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.11);
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
  margin: 10px 0 0;
  color: #667085;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon{
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045);
  box-shadow: 0 14px 28px rgba(131, 58, 180, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-feature-card:hover .igbv-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .igbv-content-wrap .igbv-icon::before, .tc-wp-content-root .igbv-content-wrap .igbv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-lens::before{
  width: 17px;
  height: 17px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 50%;
  left: 13px;
  top: 12px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-lens::after{
  width: 13px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(45deg);
  left: 27px;
  top: 29px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-bolt::before{
  width: 15px;
  height: 26px;
  left: 17px;
  top: 11px;
  clip-path: polygon(56% 0, 100% 0, 61% 42%, 100% 42%, 32% 100%, 45% 55%, 8% 55%);
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 8px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-path::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 8px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 12px;
  border-radius: 50%;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-daily::before{
  width: 25px;
  height: 20px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-daily::after{
  width: 15px;
  height: 3px;
  left: 17px;
  top: 23px;
  border-radius: 99px;
  background: rgba(131, 58, 180, 0.8);
}.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .igbv-content-wrap .igbv-step-card::before{
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(131, 58, 180, 0.22), transparent);
}.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #833ab4, #fd1d1d 62%, #fcb045);
  box-shadow: 0 18px 34px rgba(253, 29, 29, 0.2);
}.tc-wp-content-root .igbv-content-wrap .igbv-use-card{
  overflow: hidden;
}.tc-wp-content-root .igbv-content-wrap .igbv-use-card::after{
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 176, 69, 0.24), transparent 68%);
}.tc-wp-content-root .igbv-content-wrap .igbv-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  box-shadow: 0 0 0 8px rgba(131, 58, 180, 0.08);
}.tc-wp-content-root .igbv-content-wrap .igbv-badge{
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #7a2ca4;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.1), rgba(252, 176, 69, 0.14));
  border: 1px solid rgba(131, 58, 180, 0.12);
}.tc-wp-content-root .igbv-content-wrap .igbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-reveal.igbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igbv-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igbv-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igbv-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card::before{
    display: none;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igbv-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igbv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-feature-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 78px;
    height: 78px;
    font-size: 24px;
  }}