@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 .igpv-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  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 .igpv-editorial-content, .tc-wp-content-root .igpv-editorial-content div, .tc-wp-content-root .igpv-editorial-content section, .tc-wp-content-root .igpv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igpv-editorial-content .igpv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igpv-editorial-content .igpv-section-white{
  background:
    radial-gradient(circle at 8% 18%, rgba(253, 29, 126, 0.07), transparent 30%),
    #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-section-soft{
  background:
    radial-gradient(circle at 92% 10%, rgba(131, 58, 180, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfafc 0%, #f7f8fb 100%);
}.tc-wp-content-root .igpv-editorial-content .igpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igpv-editorial-content .igpv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igpv-editorial-content .igpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(214, 41, 118, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #b81f68;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 30px rgba(25, 32, 51, 0.06);
}.tc-wp-content-root .igpv-editorial-content .igpv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #fd1d7e, #fcb045);
  box-shadow: 0 0 0 5px rgba(253, 29, 126, 0.09);
}.tc-wp-content-root .igpv-editorial-content h2{
  margin: 0;
  color: #151a2d;
  font-weight: 850;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6475;
  line-height: 1.72;
}.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 39, 64, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(31, 39, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igpv-editorial-content .igpv-card::after, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(253, 29, 126, 0.12), transparent 34%, rgba(252, 176, 69, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igpv-editorial-content .igpv-card:hover, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(214, 41, 118, 0.22);
  box-shadow: 0 24px 60px rgba(31, 39, 64, 0.13);
}.tc-wp-content-root .igpv-editorial-content .igpv-card:hover::after, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6475;
  line-height: 1.7;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #833ab4, #fd1d7e 55%, #fcb045);
  box-shadow: 0 14px 30px rgba(214, 41, 118, 0.24);
  transition: transform 260ms ease;
}.tc-wp-content-root .igpv-editorial-content .igpv-card:hover .igpv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .igpv-editorial-content .igpv-icon::before, .tc-wp-content-root .igpv-editorial-content .igpv-icon::after{
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-frame::before{
  inset: 11px;
  border-radius: 8px;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-frame::after{
  width: 6px;
  height: 6px;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 10px;
  top: 12px;
  border-radius: 50%;
  border-right-color: transparent;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-speed::after{
  width: 15px;
  height: 2px;
  left: 18px;
  top: 21px;
  border: 0;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 10px;
  top: 14px;
  border-radius: 10px;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-flow::before{
  width: 20px;
  height: 20px;
  left: 10px;
  top: 10px;
  border-radius: 7px;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-flow::after{
  width: 10px;
  height: 10px;
  right: 9px;
  bottom: 9px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 13px;
  top: 8px;
  border-radius: 7px;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 20px;
  bottom: 9px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-daily::before{
  width: 21px;
  height: 21px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .igpv-editorial-content .igpv-icon-daily::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(131, 58, 180, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(253, 29, 126, 0.12), transparent 34%);
  box-shadow: 0 18px 44px rgba(31, 39, 64, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igpv-editorial-content .igpv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(253, 29, 126, 0.24);
  box-shadow: 0 26px 64px rgba(31, 39, 64, 0.12);
}.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #833ab4, #fd1d7e 58%, #fcb045);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.24);
}.tc-wp-content-root .igpv-editorial-content .igpv-badge-dot{
  display: inline-block;
  width: 34px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #833ab4, #fd1d7e, #fcb045);
  box-shadow: 0 10px 26px rgba(214, 41, 118, 0.18);
}.tc-wp-content-root .igpv-editorial-content .igpv-trust-mark{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff4f8;
  color: #bd236b;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(214, 41, 118, 0.13), 0 14px 28px rgba(31, 39, 64, 0.06);
}.tc-wp-content-root .igpv-editorial-content .igpv-note{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(214, 41, 118, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(31, 39, 64, 0.07);
  text-align: center;
}.tc-wp-content-root .igpv-editorial-content .igpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .igpv-editorial-content .igpv-reveal.igpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igpv-editorial-content .igpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igpv-editorial-content .igpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igpv-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
    font-size: 14px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-note{
    margin-top: 22px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igpv-editorial-content .igpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igpv-editorial-content .igpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igpv-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igpv-editorial-content .igpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igpv-editorial-content .igpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igpv-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
    font-size: 15px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-note{
    margin-top: 28px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igpv-editorial-content .igpv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igpv-editorial-content .igpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igpv-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
    width: 68px;
    height: 68px;
    font-size: 17px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-note{
    margin-top: 34px;
    padding: 24px 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igpv-editorial-content .igpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igpv-editorial-content .igpv-container{
    padding: 0 36px;
  }.tc-wp-content-root .igpv-editorial-content h2{
    font-size: 48px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-grid-six, .tc-wp-content-root .igpv-editorial-content .igpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igpv-editorial-content .igpv-card, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-step-card h3, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-card p, .tc-wp-content-root .igpv-editorial-content .igpv-step-card p, .tc-wp-content-root .igpv-editorial-content .igpv-trust-card p, .tc-wp-content-root .igpv-editorial-content .igpv-note p{
    font-size: 15.8px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-step-number{
    width: 74px;
    height: 74px;
    font-size: 18px;
  }.tc-wp-content-root .igpv-editorial-content .igpv-note{
    margin-top: 38px;
    padding: 26px 34px;
  }}

.tc-wp-content-root .igpv-step-content {}