@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 .igwv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .igwv-editorial, .tc-wp-content-root .igwv-editorial section, .tc-wp-content-root .igwv-editorial div, .tc-wp-content-root .igwv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .igwv-editorial .igwv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igwv-editorial .igwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igwv-editorial .igwv-section-soft{
  background:
    radial-gradient(circle at 18% 10%, rgba(244, 77, 143, 0.08), transparent 32%),
    radial-gradient(circle at 82% 0%, rgba(122, 92, 255, 0.08), transparent 30%),
    #fbf8fc;
}.tc-wp-content-root .igwv-editorial .igwv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igwv-editorial .igwv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igwv-editorial .igwv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(222, 45, 119, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 77, 143, 0.1), rgba(122, 92, 255, 0.1));
  color: #9d255b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .igwv-editorial .igwv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f44d8f, #7a5cff);
  box-shadow: 0 0 0 5px rgba(244, 77, 143, 0.12);
}.tc-wp-content-root .igwv-editorial h2{
  margin: 0;
  color: #151b2d;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igwv-editorial .igwv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #596174;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .igwv-editorial .igwv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igwv-editorial .igwv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(27, 35, 55, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igwv-editorial .igwv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(244, 77, 143, 0.13), rgba(122, 92, 255, 0.1), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igwv-editorial .igwv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(244, 77, 143, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .igwv-editorial .igwv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171d30;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e6678;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .igwv-editorial .igwv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f44d8f, #7a5cff);
  box-shadow: 0 14px 26px rgba(155, 56, 158, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .igwv-editorial .igwv-card:hover .igwv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igwv-editorial .igwv-icon::before, .tc-wp-content-root .igwv-editorial .igwv-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .igwv-editorial .igwv-icon-window::before{
  inset: 13px 11px 11px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}.tc-wp-content-root .igwv-editorial .igwv-icon-window::after{
  top: 18px;
  left: 16px;
  width: 16px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igwv-editorial .igwv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 15px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  border-bottom-color: transparent;
}.tc-wp-content-root .igwv-editorial .igwv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 23px;
  top: 25px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(-34deg);
  transform-origin: left center;
}.tc-wp-content-root .igwv-editorial .igwv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}.tc-wp-content-root .igwv-editorial .igwv-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-icon-steps::before{
  left: 15px;
  top: 13px;
  width: 18px;
  height: 22px;
  border-left: 2px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-icon-steps::after{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 24px;
  background:
    radial-gradient(circle at 3px 3px, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 3px 12px, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px),
    radial-gradient(circle at 3px 21px, rgba(255, 255, 255, 0.95) 0 3px, transparent 4px);
}.tc-wp-content-root .igwv-editorial .igwv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}.tc-wp-content-root .igwv-editorial .igwv-icon-mobile::after{
  left: 22px;
  top: 32px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-icon-daily::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
}.tc-wp-content-root .igwv-editorial .igwv-icon-daily::after{
  left: 18px;
  top: 21px;
  width: 13px;
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .igwv-editorial .igwv-icon-lock::before{
  left: 14px;
  top: 21px;
  width: 20px;
  height: 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-icon-lock::after{
  left: 17px;
  top: 12px;
  width: 14px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}.tc-wp-content-root .igwv-editorial .igwv-icon-clean::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
}.tc-wp-content-root .igwv-editorial .igwv-icon-clean::after{
  left: 18px;
  top: 21px;
  width: 12px;
  height: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.7);
}.tc-wp-content-root .igwv-editorial .igwv-icon-privacy::before{
  left: 13px;
  top: 12px;
  width: 22px;
  height: 25px;
  border-radius: 11px 11px 13px 13px;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-icon-privacy::after{
  left: 23px;
  top: 18px;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: -5px 6px 0 -1px rgba(255, 255, 255, 0.92), 5px 6px 0 -1px rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igwv-editorial .igwv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igwv-editorial .igwv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(27, 35, 55, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igwv-editorial .igwv-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 5px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, #f44d8f, #7a5cff);
}.tc-wp-content-root .igwv-editorial .igwv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(122, 92, 255, 0.22);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .igwv-editorial .igwv-step-number{
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(244, 77, 143, 0.12), rgba(122, 92, 255, 0.14)),
    #ffffff;
  color: #9d255b;
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
}.tc-wp-content-root .igwv-editorial .igwv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(244, 77, 143, 0.09);
  color: #9d255b;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igwv-editorial .igwv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(253, 250, 255, 0.9)),
    #ffffff;
}.tc-wp-content-root .igwv-editorial .igwv-trust-card{
  text-align: left;
}.tc-wp-content-root .igwv-editorial .igwv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igwv-editorial .igwv-reveal.igwv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igwv-editorial .igwv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igwv-editorial .igwv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igwv-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .igwv-editorial .igwv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igwv-editorial .igwv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igwv-editorial .igwv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igwv-editorial .igwv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igwv-editorial .igwv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igwv-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .igwv-editorial .igwv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igwv-editorial .igwv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igwv-editorial .igwv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igwv-editorial .igwv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igwv-editorial .igwv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igwv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .igwv-editorial .igwv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igwv-editorial .igwv-card{
    padding: 26px;
  }.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial .igwv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igwv-editorial .igwv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igwv-editorial .igwv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igwv-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .igwv-editorial .igwv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igwv-editorial .igwv-card{
    padding: 28px;
  }.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial .igwv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igwv-editorial .igwv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igwv-editorial .igwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igwv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .igwv-editorial .igwv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igwv-editorial .igwv-grid-three, .tc-wp-content-root .igwv-editorial .igwv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igwv-editorial .igwv-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .igwv-editorial .igwv-card{
    padding: 30px;
  }.tc-wp-content-root .igwv-editorial .igwv-card h3, .tc-wp-content-root .igwv-editorial .igwv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igwv-editorial .igwv-card p, .tc-wp-content-root .igwv-editorial .igwv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial .igwv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .igwv-editorial .igwv-step-card{
    gap: 26px;
    padding: 30px 34px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igwv-editorial .igwv-card, .tc-wp-content-root .igwv-editorial .igwv-step-card, .tc-wp-content-root .igwv-editorial .igwv-icon, .tc-wp-content-root .igwv-editorial .igwv-reveal, .tc-wp-content-root .igwv-editorial .igwv-reveal.igwv-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .igwv-editorial .igwv-reveal{
    opacity: 1;
  }}

.tc-wp-content-root .igwv-step-copy {}