@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 .ttvd-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17202a;
  background: #ffffff;
}.tc-wp-content-root .ttvd-editorial .ttvd-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ttvd-editorial .ttvd-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttvd-editorial .ttvd-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .ttvd-editorial .ttvd-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttvd-editorial .ttvd-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvd-editorial .ttvd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 92, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.09), rgba(0, 242, 234, 0.09));
  color: #b01552;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttvd-editorial .ttvd-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff005c, #00d8d2);
  box-shadow: 0 0 16px rgba(255, 0, 92, 0.35);
}.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.7;
}.tc-wp-content-root .ttvd-editorial .ttvd-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttvd-editorial .ttvd-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttvd-editorial .ttvd-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(0, 242, 234, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttvd-editorial .ttvd-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 0, 92, 0.22);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ttvd-editorial .ttvd-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttvd-editorial .ttvd-card h3{
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-content-root .ttvd-editorial .ttvd-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6878;
  line-height: 1.65;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff005c, #00d8d2);
  box-shadow: 0 14px 26px rgba(255, 0, 92, 0.18);
}.tc-wp-content-root .ttvd-editorial .ttvd-icon::before, .tc-wp-content-root .ttvd-editorial .ttvd-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-play::before{
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  background: transparent;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-flash::before{
  width: 13px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(54% 0, 100% 0, 68% 41%, 100% 41%, 36% 100%, 50% 56%, 16% 56%);
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-frame::before{
  inset: 13px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-check::before{
  width: 18px;
  height: 9px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 5px;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  bottom: 10px;
  border-radius: 50%;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ttvd-editorial .ttvd-icon-daily::after{
  width: 8px;
  height: 2px;
  left: 23px;
  top: 22px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvd-editorial .ttvd-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .ttvd-editorial .ttvd-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff005c, #00d8d2);
}.tc-wp-content-root .ttvd-editorial .ttvd-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #ff005c 58%, #00d8d2);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 0, 92, 0.16);
}.tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-content-root .ttvd-editorial .ttvd-step-content p{
  margin: 8px 0 0;
  color: #5c6878;
  line-height: 1.65;
}.tc-wp-content-root .ttvd-editorial .ttvd-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.12), rgba(0, 216, 210, 0.16));
  border: 1px solid rgba(255, 0, 92, 0.14);
}.tc-wp-content-root .ttvd-editorial .ttvd-dot::after{
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff005c, #00d8d2);
}.tc-wp-content-root .ttvd-editorial .ttvd-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f7f9fc;
  border: 1px solid rgba(22, 32, 42, 0.08);
  color: #b01552;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}.tc-wp-content-root .ttvd-editorial .ttvd-note{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 216, 210, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 216, 210, 0.08), rgba(255, 0, 92, 0.06));
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
  text-align: center;
}.tc-wp-content-root .ttvd-editorial .ttvd-note p{
  margin: 0;
  color: #344054;
  line-height: 1.7;
}.tc-wp-content-root .ttvd-editorial .ttvd-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttvd-editorial .ttvd-reveal.ttvd-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-content p, .tc-wp-content-root .ttvd-editorial .ttvd-note p{
    font-size: 14px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 58px;
    height: 58px;
    font-size: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-note{
    margin-top: 22px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card{
    padding: 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-content p, .tc-wp-content-root .ttvd-editorial .ttvd-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 62px;
    height: 62px;
    font-size: 21px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card{
    padding: 24px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-content p, .tc-wp-content-root .ttvd-editorial .ttvd-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 64px;
    height: 64px;
    font-size: 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card{
    padding: 26px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-content p, .tc-wp-content-root .ttvd-editorial .ttvd-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 72px;
    height: 72px;
    font-size: 24px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-note{
    margin-top: 30px;
    padding: 24px 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card{
    padding: 30px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-content p, .tc-wp-content-root .ttvd-editorial .ttvd-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 78px;
    height: 78px;
    font-size: 25px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-note{
    margin-top: 34px;
    padding: 26px 34px;
  }}