@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 .ttcv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}.tc-wp-content-root .ttcv-editorial-wrap, .tc-wp-content-root .ttcv-editorial-wrap div, .tc-wp-content-root .ttcv-editorial-wrap section, .tc-wp-content-root .ttcv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section{
  position: relative;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-soft{
  background: linear-gradient(180deg, #fbfafc 0%, #f7f8fb 100%);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 0, 86, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.08), rgba(0, 242, 234, 0.08));
  color: #9e1847;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0056, #00f2ea);
  box-shadow: 0 0 0 5px rgba(255, 0, 86, 0.08);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
  margin: 0;
  color: #16131d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5f5b6b;
  font-weight: 450;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 22, 38, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(25, 20, 38, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff0056, #7a5cff, #00f2ea);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 220ms ease, transform 220ms ease;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card:hover, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card:hover, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 86, 0.18);
  box-shadow: 0 24px 58px rgba(25, 20, 38, 0.11);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
  margin: 0;
  color: #181520;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
  margin: 10px 0 0;
  color: #625e6d;
  font-weight: 430;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon{
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.13), rgba(0, 242, 234, 0.14));
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon::before, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid #ff0056;
  border-radius: 14px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #00b8b1;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #00b8b1;
  border-radius: 50%;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 21px;
  top: 21px;
  background: #ff0056;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 14px;
  border: 2px solid #7a5cff;
  border-radius: 7px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 17px;
  top: 21px;
  background: #ff0056;
  border-radius: 999px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-simple::before{
  width: 20px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ff0056;
  border-radius: 999px;
  box-shadow: 0 7px 0 #00b8b1, 0 14px 0 #7a5cff;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #00b8b1;
  border-radius: 7px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 28px;
  border-radius: 50%;
  background: #ff0056;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-daily::before{
  width: 22px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #ff0056;
  border-radius: 8px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-icon-daily::after{
  width: 14px;
  height: 2px;
  left: 15px;
  top: 21px;
  background: #00b8b1;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(122, 92, 255, 0.85);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card::before{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff0056, #7a5cff, #00f2ea);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #15131d;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(21, 19, 29, 0.18);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card-accent{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-dot{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 22%, transparent 24%),
    linear-gradient(135deg, #ff0056, #00f2ea);
  box-shadow: 0 10px 24px rgba(255, 0, 86, 0.16);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card::before{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -58px;
  top: -58px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.14), rgba(0, 242, 234, 0.16));
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 21, 31, 0.06);
  color: #454052;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttcv-editorial-wrap .ttcv-reveal.ttcv-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 .ttcv-editorial-wrap .ttcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-three, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-three, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-three, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-three, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
    padding: 28px;
    gap: 22px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-three, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-card{
    padding: 30px 34px;
    gap: 26px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy h3, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttcv-editorial-wrap .ttcv-card p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-step-copy p, .tc-wp-content-root .ttcv-editorial-wrap .ttcv-trust-card p{
    font-size: 16px;
  }}