@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 .tcv-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 .tcv-editorial, .tc-wp-content-root .tcv-editorial div, .tc-wp-content-root .tcv-editorial section, .tc-wp-content-root .tcv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .tcv-editorial .tcv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tcv-editorial .tcv-section-white{
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 0, 96, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0, 242, 234, 0.1), transparent 30%),
    #ffffff;
}.tc-wp-content-root .tcv-editorial .tcv-section-soft{
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(255, 0, 96, 0.06), transparent 38%),
    #f7f9fc;
}.tc-wp-content-root .tcv-editorial .tcv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tcv-editorial .tcv-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tcv-editorial .tcv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 184, 178, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 96, 0.1));
  color: #08706d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tcv-editorial .tcv-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.75;
  font-weight: 450;
}.tc-wp-content-root .tcv-editorial .tcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tcv-editorial .tcv-card::before, .tc-wp-content-root .tcv-editorial .tcv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 96, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tcv-editorial .tcv-card:hover, .tc-wp-content-root .tcv-editorial .tcv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 184, 178, 0.26);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .tcv-editorial .tcv-card:hover::before, .tc-wp-content-root .tcv-editorial .tcv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
  position: relative;
  margin: 0;
  color: #131b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6677;
  line-height: 1.7;
  font-weight: 430;
}.tc-wp-content-root .tcv-editorial .tcv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d7d0, #ff2f73);
  box-shadow: 0 12px 24px rgba(255, 47, 115, 0.18);
}.tc-wp-content-root .tcv-editorial .tcv-icon::before, .tc-wp-content-root .tcv-editorial .tcv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tcv-editorial .tcv-icon-bubble::before{
  width: 22px;
  height: 15px;
  left: 12px;
  top: 13px;
  border-radius: 10px;
}.tc-wp-content-root .tcv-editorial .tcv-icon-bubble::after{
  width: 8px;
  height: 8px;
  left: 17px;
  top: 25px;
  transform: rotate(45deg);
  border-radius: 2px;
}.tc-wp-content-root .tcv-editorial .tcv-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.tc-wp-content-root .tcv-editorial .tcv-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 21px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-30deg);
}.tc-wp-content-root .tcv-editorial .tcv-icon-preview::before{
  width: 24px;
  height: 17px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}.tc-wp-content-root .tcv-editorial .tcv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
  border-radius: 50%;
  background: #00aaa5;
}.tc-wp-content-root .tcv-editorial .tcv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .tcv-editorial .tcv-icon-steps::after{
  width: 5px;
  height: 5px;
  left: 8px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .tcv-editorial .tcv-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
}.tc-wp-content-root .tcv-editorial .tcv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 99px;
  background: #00aaa5;
}.tc-wp-content-root .tcv-editorial .tcv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .tcv-editorial .tcv-icon-daily::after{
  width: 11px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(38deg);
}.tc-wp-content-root .tcv-editorial .tcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tcv-editorial .tcv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tcv-editorial .tcv-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 96, 0.2));
}.tc-wp-content-root .tcv-editorial .tcv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tcv-editorial .tcv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 47, 115, 0.22);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .tcv-editorial .tcv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #0bdad3, #ff2f73);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(255, 47, 115, 0.18);
}.tc-wp-content-root .tcv-editorial .tcv-badge-dot{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 96, 0.14));
}.tc-wp-content-root .tcv-editorial .tcv-badge-dot::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c7c1, #ff2f73);
}.tc-wp-content-root .tcv-editorial .tcv-trust-mark{
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0fbfb;
  color: #08706d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-content-root .tcv-editorial .tcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tcv-editorial .tcv-reveal.tcv-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 .tcv-editorial .tcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tcv-editorial .tcv-container{
    padding: 0 16px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tcv-editorial .tcv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tcv-editorial .tcv-steps{
    gap: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card::after{
    display: none;
  }.tc-wp-content-root .tcv-editorial .tcv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tcv-editorial .tcv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tcv-editorial .tcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tcv-editorial .tcv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tcv-editorial .tcv-steps{
    gap: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card::after{
    display: none;
  }.tc-wp-content-root .tcv-editorial .tcv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tcv-editorial .tcv-section{
    padding: 66px 0;
  }.tc-wp-content-root .tcv-editorial .tcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tcv-editorial .tcv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tcv-editorial .tcv-steps{
    gap: 20px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card::after{
    display: none;
  }.tc-wp-content-root .tcv-editorial .tcv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tcv-editorial .tcv-section{
    padding: 82px 0;
  }.tc-wp-content-root .tcv-editorial .tcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tcv-editorial .tcv-grid-six, .tc-wp-content-root .tcv-editorial .tcv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tcv-editorial .tcv-steps{
    gap: 24px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tcv-editorial .tcv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tcv-editorial .tcv-container{
    padding: 0 34px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tcv-editorial .tcv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tcv-editorial .tcv-grid-six, .tc-wp-content-root .tcv-editorial .tcv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tcv-editorial .tcv-card, .tc-wp-content-root .tcv-editorial .tcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tcv-editorial .tcv-card h3, .tc-wp-content-root .tcv-editorial .tcv-trust-card h3, .tc-wp-content-root .tcv-editorial .tcv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tcv-editorial .tcv-card p, .tc-wp-content-root .tcv-editorial .tcv-trust-card p, .tc-wp-content-root .tcv-editorial .tcv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tcv-editorial .tcv-steps{
    gap: 24px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .tcv-editorial .tcv-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}