@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 .iav-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .iav-content, .tc-wp-content-root .iav-content section, .tc-wp-content-root .iav-content div, .tc-wp-content-root .iav-content article{
  box-sizing: border-box;
}.tc-wp-content-root .iav-content .iav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .iav-content .iav-section-white{
  background: #ffffff;
}.tc-wp-content-root .iav-content .iav-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(99, 102, 241, 0.08), transparent 32%),
    #f8fafc;
}.tc-wp-content-root .iav-content .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iav-content .iav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iav-content .iav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 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.1), rgba(99, 102, 241, 0.1));
  color: #8b1d63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .iav-content .iav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.tc-wp-content-root .iav-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .iav-content .iav-section-head p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .iav-content .iav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .iav-content .iav-card::after, .tc-wp-content-root .iav-content .iav-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), transparent 34%, rgba(99, 102, 241, 0.07));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .iav-content .iav-card:hover, .tc-wp-content-root .iav-content .iav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.3);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .iav-content .iav-card:hover::after, .tc-wp-content-root .iav-content .iav-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.7;
}.tc-wp-content-root .iav-content .iav-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #7c3aed 54%, #2563eb);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.22);
}.tc-wp-content-root .iav-content .iav-icon::before, .tc-wp-content-root .iav-content .iav-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .iav-content .iav-card:hover .iav-icon::before, .tc-wp-content-root .iav-content .iav-card:hover .iav-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .iav-content .iav-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .iav-content .iav-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iav-content .iav-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .iav-content .iav-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-28deg);
}.tc-wp-content-root .iav-content .iav-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .iav-content .iav-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 35px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .iav-content .iav-icon-simple::before{
  width: 22px;
  height: 2px;
  left: 12px;
  top: 16px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .iav-content .iav-icon-simple::after{
  width: 5px;
  height: 5px;
  left: 29px;
  top: 14px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .iav-content .iav-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .iav-content .iav-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .iav-content .iav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .iav-content .iav-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .iav-content .iav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iav-content .iav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .iav-content .iav-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ec4899, #6366f1);
}.tc-wp-content-root .iav-content .iav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .iav-content .iav-step-number{
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(99, 102, 241, 0.24);
}.tc-wp-content-root .iav-content .iav-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0.14));
}.tc-wp-content-root .iav-content .iav-badge-dot::after{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.08);
}.tc-wp-content-root .iav-content .iav-trust-card{
  text-align: left;
}.tc-wp-content-root .iav-content .iav-trust-mark{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #10b981, #2563eb);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .iav-content .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iav-content .iav-reveal.iav-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 .iav-content .iav-section{
    padding: 48px 0;
  }.tc-wp-content-root .iav-content .iav-container{
    padding: 0 14px;
  }.tc-wp-content-root .iav-content h2{
    font-size: 26px;
  }.tc-wp-content-root .iav-content .iav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iav-content .iav-grid, .tc-wp-content-root .iav-content .iav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .iav-content .iav-grid-three, .tc-wp-content-root .iav-content .iav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
    font-size: 14px;
  }.tc-wp-content-root .iav-content .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iav-content .iav-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iav-content .iav-section{
    padding: 54px 0;
  }.tc-wp-content-root .iav-content .iav-container{
    padding: 0 18px;
  }.tc-wp-content-root .iav-content h2{
    font-size: 29px;
  }.tc-wp-content-root .iav-content .iav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-content .iav-grid, .tc-wp-content-root .iav-content .iav-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .iav-content .iav-grid-three, .tc-wp-content-root .iav-content .iav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
    font-size: 14.5px;
  }.tc-wp-content-root .iav-content .iav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iav-content .iav-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iav-content .iav-section{
    padding: 60px 0;
  }.tc-wp-content-root .iav-content .iav-container{
    padding: 0 22px;
  }.tc-wp-content-root .iav-content h2{
    font-size: 32px;
  }.tc-wp-content-root .iav-content .iav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iav-content .iav-grid, .tc-wp-content-root .iav-content .iav-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .iav-content .iav-grid-three, .tc-wp-content-root .iav-content .iav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .iav-content .iav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .iav-content .iav-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iav-content .iav-section{
    padding: 76px 0;
  }.tc-wp-content-root .iav-content .iav-container{
    padding: 0 30px;
  }.tc-wp-content-root .iav-content h2{
    font-size: 40px;
  }.tc-wp-content-root .iav-content .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-content .iav-grid, .tc-wp-content-root .iav-content .iav-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .iav-content .iav-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iav-content .iav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-content .iav-step-card{
    gap: 22px;
    padding: 28px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iav-content .iav-section{
    padding: 92px 0;
  }.tc-wp-content-root .iav-content .iav-container{
    padding: 0 32px;
  }.tc-wp-content-root .iav-content h2{
    font-size: 46px;
  }.tc-wp-content-root .iav-content .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-content .iav-grid, .tc-wp-content-root .iav-content .iav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-content .iav-grid-three, .tc-wp-content-root .iav-content .iav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iav-content .iav-card, .tc-wp-content-root .iav-content .iav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iav-content .iav-card h3, .tc-wp-content-root .iav-content .iav-trust-card h3, .tc-wp-content-root .iav-content .iav-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .iav-content .iav-card p, .tc-wp-content-root .iav-content .iav-trust-card p, .tc-wp-content-root .iav-content .iav-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-content .iav-step-card{
    gap: 26px;
    padding: 30px 34px;
  }}