@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 .igvv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #182033;
  background: #ffffff;
}.tc-wp-content-root .igvv-content-wrap, .tc-wp-content-root .igvv-content-wrap div, .tc-wp-content-root .igvv-content-wrap section, .tc-wp-content-root .igvv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igvv-content-wrap .igvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 87, 143, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(108, 92, 231, 0.08), transparent 30%),
    #fbfafc;
}.tc-wp-content-root .igvv-content-wrap .igvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igvv-content-wrap .igvv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igvv-content-wrap .igvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(226, 64, 132, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 87, 143, 0.11), rgba(108, 92, 231, 0.1));
  color: #b42367;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
  margin: 16px 0 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5c6476;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(23, 31, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-card::before, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 87, 143, 0.11), rgba(108, 92, 231, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-card:hover, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card:hover, .tc-wp-content-root .igvv-content-wrap .igvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(226, 64, 132, 0.24);
  box-shadow: 0 24px 62px rgba(23, 31, 56, 0.13);
}.tc-wp-content-root .igvv-content-wrap .igvv-card:hover::before, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
  position: relative;
  margin: 0;
  color: #171d2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #60687a;
  line-height: 1.68;
  font-weight: 450;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8f, #ff7a45 48%, #6c5ce7);
  box-shadow: 0 12px 26px rgba(226, 64, 132, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-card:hover .igvv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igvv-content-wrap .igvv-icon::before, .tc-wp-content-root .igvv-content-wrap .igvv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-speed::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-speed::after{
  left: 24px;
  top: 18px;
  width: 3px;
  height: 14px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-preview::before{
  left: 11px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-preview::after{
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-steps::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 3px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-mobile::after{
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 13px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(-38deg);
  transform-origin: bottom center;
}.tc-wp-content-root .igvv-content-wrap .igvv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 253, 0.95));
  box-shadow: 0 18px 48px rgba(23, 31, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card::after{
  content: "";
  position: absolute;
  left: 30px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(226, 64, 132, 0.36), rgba(108, 92, 231, 0.08));
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4f8f, #ff7a45 52%, #6c5ce7);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(226, 64, 132, 0.24);
}.tc-wp-content-root .igvv-content-wrap .igvv-step-content{
  min-width: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 87, 143, 0.1);
  color: #b42367;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .igvv-content-wrap .igvv-trust-dot{
  position: relative;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #ff4f8f;
  box-shadow: 0 0 0 8px rgba(255, 87, 143, 0.11), 0 0 0 16px rgba(108, 92, 231, 0.06);
}.tc-wp-content-root .igvv-content-wrap .igvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igvv-content-wrap .igvv-reveal.igvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igvv-content-wrap .igvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igvv-content-wrap .igvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igvv-content-wrap .igvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igvv-content-wrap .igvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igvv-content-wrap .igvv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igvv-content-wrap .igvv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

.tc-wp-content-root .igvv-trust-grid {}