@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 .tbv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tbv-editorial-wrap, .tc-wp-content-root .tbv-editorial-wrap section, .tc-wp-content-root .tbv-editorial-wrap div, .tc-wp-content-root .tbv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 0, 102, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 242, 234, 0.1), transparent 26%),
    #f8fafc;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 102, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.08), rgba(0, 242, 234, 0.1));
  color: #b01454;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.7;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
  position: relative;
  border: 1px solid rgba(20, 32, 56, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.28), rgba(0, 242, 234, 0.22), transparent 64%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card:hover, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card:hover, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card:hover, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 102, 0.2);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card:hover::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card:hover::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
  margin: 10px 0 0;
  color: #5e6677;
  line-height: 1.68;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0066, #00d8d2);
  box-shadow: 0 12px 28px rgba(255, 0, 102, 0.2);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card:hover .tbv-icon::before, .tc-wp-content-root .tbv-editorial-wrap .tbv-info-card:hover .tbv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-24deg);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-preview::after{
  width: 14px;
  height: 2px;
  left: 16px;
  top: 23px;
  background: #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-steps::after{
  width: 14px;
  height: 2px;
  left: 24px;
  top: 14px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-icon-daily::after{
  width: 10px;
  height: 6px;
  left: 18px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card::after{
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.1), rgba(0, 242, 234, 0.12));
}.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-pill-dot{
  display: inline-flex;
  width: 42px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff0066, #00d8d2);
  box-shadow: 0 10px 24px rgba(0, 216, 210, 0.16);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 102, 0.13), rgba(0, 242, 234, 0.16));
  border: 1px solid rgba(255, 0, 102, 0.15);
}.tc-wp-content-root .tbv-editorial-wrap .tbv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f9f9a;
  border-bottom: 3px solid #0f9f9a;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .tbv-editorial-wrap .tbv-reveal.tbv-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
    padding: 46px 0;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
    padding: 8px 11px;
    font-size: 11px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card{
    padding: 20px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
    font-size: 17px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
    width: 54px;
    height: 44px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
    width: 58px;
    height: 46px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
    padding: 62px 0;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
    width: 62px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
    width: 68px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tbv-editorial-wrap .tbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-info-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-use-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-trust-card p, .tc-wp-content-root .tbv-editorial-wrap .tbv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .tbv-editorial-wrap .tbv-step-number{
    width: 74px;
    height: 62px;
    font-size: 20px;
  }}