@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 .tsv-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-section{
  position: relative;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-section-soft{
  background: #f8fafc;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c0146f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-kicker::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2d7a, #23d5d5);
}.tc-wp-content-root .tsv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
  margin: 14px auto 0;
  color: #5f6b7a;
  line-height: 1.75;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid{
  display: grid;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
  border-radius: 22px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.42), rgba(35, 213, 213, 0.28), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card:hover, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card:hover, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card:hover, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 45, 122, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card:hover::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card:hover::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsv-editorial-wrap h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.72;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2d7a, #23d5d5);
  box-shadow: 0 12px 28px rgba(255, 45, 122, 0.22);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon::before, .tc-wp-content-root .tsv-editorial-wrap .tsv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-bars::before{
  left: 12px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 8px;
  box-shadow: 9px -6px 0 #ffffff, 18px -2px 0 #ffffff;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-flash::before{
  left: 19px;
  top: 9px;
  width: 9px;
  height: 27px;
  transform: skew(-18deg);
  border-radius: 3px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 8px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-path::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 4px;
  border-radius: 99px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-path::after{
  right: 10px;
  top: 16px;
  width: 11px;
  height: 11px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-device::before{
  left: 14px;
  top: 9px;
  width: 18px;
  height: 28px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 7px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-calendar::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 22px;
  border-radius: 6px;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-icon-calendar::after{
  left: 15px;
  top: 20px;
  width: 16px;
  height: 2px;
  border-radius: 8px;
  box-shadow: 0 6px 0 rgba(255, 45, 122, 0.72);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff2d7a, #23d5d5);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #111827, #c0146f 55%, #23d5d5);
  box-shadow: 0 16px 34px rgba(192, 20, 111, 0.2);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-mini-dot{
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 17%, #23d5d5 18% 44%, #ff2d7a 45% 100%);
  box-shadow: 0 12px 24px rgba(35, 213, 213, 0.22);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card h3::before{
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2d7a, #23d5d5);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(35, 213, 213, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 45, 122, 0.07), rgba(35, 213, 213, 0.1), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
  margin: 0;
  color: #3f4b5f;
  text-align: center;
}.tc-wp-content-root .tsv-editorial-wrap .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tsv-editorial-wrap .tsv-reveal.tsv-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 .tsv-editorial-wrap .tsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tsv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .tsv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
    margin-top: 18px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-editorial-wrap .tsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
    padding: 0 20px;
  }.tc-wp-content-root .tsv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }.tc-wp-content-root .tsv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
    margin-top: 20px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-editorial-wrap .tsv-section{
    padding: 66px 0;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
    padding: 0 24px;
  }.tc-wp-content-root .tsv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .tsv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
    margin-top: 22px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-editorial-wrap .tsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsv-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .tsv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
    margin-top: 24px;
    padding: 26px 32px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tsv-editorial-wrap .tsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsv-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-step-number{
    width: 78px;
    height: 78px;
    font-size: 20px;
  }.tc-wp-content-root .tsv-editorial-wrap h3{
    font-size: 23px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-feature-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-use-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-step-card p, .tc-wp-content-root .tsv-editorial-wrap .tsv-note p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-editorial-wrap .tsv-note{
    margin-top: 28px;
    padding: 28px 40px;
  }}

.tc-wp-content-root .tsv-grid-six {}
.tc-wp-content-root .tsv-step-copy {}