@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 .ttav-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttav-editorial .ttav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttav-editorial .ttav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttav-editorial .ttav-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.tc-wp-content-root .ttav-editorial .ttav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttav-editorial .ttav-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttav-editorial .ttav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 242, 234, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #24324a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-editorial .ttav-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-editorial .ttav-heading p{
  max-width: 700px;
  margin: 16px auto 0;
  color: #5a6475;
  font-weight: 450;
}.tc-wp-content-root .ttav-editorial .ttav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttav-editorial .ttav-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 52, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.32)) border-box;
  box-shadow: 0 18px 45px rgba(18, 31, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttav-editorial .ttav-card::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 242, 234, 0.22), transparent 62%);
  opacity: 0.8;
  pointer-events: none;
}.tc-wp-content-root .ttav-editorial .ttav-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 62px rgba(18, 31, 56, 0.13);
}.tc-wp-content-root .ttav-editorial .ttav-card h3{
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #121a2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-editorial .ttav-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
}.tc-wp-content-root .ttav-editorial .ttav-icon, .tc-wp-content-root .ttav-editorial .ttav-badge-dot, .tc-wp-content-root .ttav-editorial .ttav-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea 0%, #7a5cff 48%, #ff0050 100%);
  box-shadow: 0 12px 28px rgba(122, 92, 255, 0.22);
}.tc-wp-content-root .ttav-editorial .ttav-icon::before, .tc-wp-content-root .ttav-editorial .ttav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttav-editorial .ttav-icon-play::before{
  left: 17px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .ttav-editorial .ttav-icon-speed::before{
  left: 12px;
  top: 21px;
  width: 20px;
  height: 4px;
  border-radius: 8px;
  transform: rotate(-18deg);
}.tc-wp-content-root .ttav-editorial .ttav-icon-view::before{
  left: 10px;
  top: 16px;
  width: 24px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .ttav-editorial .ttav-icon-view::after{
  left: 20px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}.tc-wp-content-root .ttav-editorial .ttav-icon-steps::before{
  left: 13px;
  top: 12px;
  width: 18px;
  height: 4px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttav-editorial .ttav-icon-mobile::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .ttav-editorial .ttav-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttav-editorial .ttav-icon-daily::after{
  left: 21px;
  top: 16px;
  width: 3px;
  height: 10px;
  border-radius: 8px;
  transform-origin: bottom;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttav-editorial .ttav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttav-editorial .ttav-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 31, 52, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 12% 20%, rgba(0, 242, 234, 0.2), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(255, 0, 80, 0.12), transparent 34%);
  box-shadow: 0 18px 48px rgba(18, 31, 56, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttav-editorial .ttav-step::before{
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.35), transparent);
}.tc-wp-content-root .ttav-editorial .ttav-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(18, 31, 56, 0.12);
}.tc-wp-content-root .ttav-editorial .ttav-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #24324a);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 830;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-editorial .ttav-step-copy p{
  margin: 8px 0 0;
  color: #5a6475;
}.tc-wp-content-root .ttav-editorial .ttav-badge-dot{
  width: 38px;
  height: 38px;
  border-radius: 14px;
}.tc-wp-content-root .ttav-editorial .ttav-badge-dot::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttav-editorial .ttav-trust-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.5), rgba(255, 0, 80, 0.36)) border-box;
}.tc-wp-content-root .ttav-editorial .ttav-trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttav-editorial .ttav-note{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 242, 234, 0.28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.08));
  text-align: center;
}.tc-wp-content-root .ttav-editorial .ttav-note p{
  margin: 0;
  color: #344054;
  font-weight: 550;
}.tc-wp-content-root .ttav-editorial .ttav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttav-editorial .ttav-reveal.ttav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttav-editorial .ttav-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttav-editorial .ttav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-card{
    padding: 22px;
  }.tc-wp-content-root .ttav-editorial .ttav-card h3, .tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttav-editorial .ttav-card p, .tc-wp-content-root .ttav-editorial .ttav-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttav-editorial .ttav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttav-editorial .ttav-step::before{
    display: none;
  }.tc-wp-content-root .ttav-editorial .ttav-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-note{
    margin-top: 22px;
    padding: 18px;
  }.tc-wp-content-root .ttav-editorial .ttav-note p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttav-editorial .ttav-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttav-editorial .ttav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttav-editorial .ttav-card{
    padding: 24px;
  }.tc-wp-content-root .ttav-editorial .ttav-card h3, .tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttav-editorial .ttav-card p, .tc-wp-content-root .ttav-editorial .ttav-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-editorial .ttav-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttav-editorial .ttav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttav-editorial .ttav-step::before{
    display: none;
  }.tc-wp-content-root .ttav-editorial .ttav-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-note{
    margin-top: 24px;
    padding: 20px;
  }.tc-wp-content-root .ttav-editorial .ttav-note p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttav-editorial .ttav-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttav-editorial .ttav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttav-editorial .ttav-card{
    padding: 26px;
  }.tc-wp-content-root .ttav-editorial .ttav-card h3, .tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttav-editorial .ttav-card p, .tc-wp-content-root .ttav-editorial .ttav-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-editorial .ttav-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttav-editorial .ttav-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttav-editorial .ttav-step::before{
    left: 53px;
  }.tc-wp-content-root .ttav-editorial .ttav-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-note{
    margin-top: 26px;
    padding: 22px;
  }.tc-wp-content-root .ttav-editorial .ttav-note p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttav-editorial .ttav-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttav-editorial .ttav-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttav-editorial .ttav-card{
    padding: 28px;
  }.tc-wp-content-root .ttav-editorial .ttav-card h3, .tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttav-editorial .ttav-card p, .tc-wp-content-root .ttav-editorial .ttav-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttav-editorial .ttav-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }.tc-wp-content-root .ttav-editorial .ttav-note{
    max-width: 850px;
    margin-top: 30px;
    padding: 24px;
  }.tc-wp-content-root .ttav-editorial .ttav-note p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttav-editorial .ttav-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttav-editorial .ttav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttav-editorial .ttav-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttav-editorial .ttav-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttav-editorial .ttav-card{
    padding: 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-card h3, .tc-wp-content-root .ttav-editorial .ttav-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ttav-editorial .ttav-card p, .tc-wp-content-root .ttav-editorial .ttav-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-editorial .ttav-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttav-editorial .ttav-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ttav-editorial .ttav-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .ttav-editorial .ttav-note{
    max-width: 900px;
    margin-top: 34px;
    padding: 26px 30px;
  }.tc-wp-content-root .ttav-editorial .ttav-note p{
    font-size: 16.5px;
  }}