@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 .ttvnw-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171923;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(23, 201, 201, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 201, 201, 0.1), rgba(255, 46, 99, 0.08));
  color: #0f7d83;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
  margin: 16px auto 0;
  color: #5b6472;
  line-height: 1.7;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 32, 59, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card::before, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #17c9c9, #ff2e63, #8b5cf6);
  opacity: 0.9;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card:hover, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(23, 201, 201, 0.3);
  box-shadow: 0 24px 58px rgba(18, 32, 59, 0.13);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
  margin: 10px 0 0;
  color: #5b6472;
  line-height: 1.68;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(23, 201, 201, 0.16), rgba(255, 46, 99, 0.13));
  box-shadow: inset 0 0 0 1px rgba(23, 201, 201, 0.22);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon::before, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card:hover .ttvnw-icon::before, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-card:hover .ttvnw-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #ff2e63;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #17a7ad;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 3px solid #8b5cf6;
  border-radius: 7px;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #17a7ad;
  box-shadow: 0 8px 0 #ff2e63, 0 16px 0 #8b5cf6;
  border-radius: 10px;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 3px solid #ff2e63;
  border-radius: 8px;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #17c9c9, #ff2e63);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(18, 32, 59, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 46, 99, 0.22);
  box-shadow: 0 24px 58px rgba(18, 32, 59, 0.12);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #0fb7bd, #ff2e63);
  box-shadow: 0 14px 30px rgba(255, 46, 99, 0.22);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(23, 201, 201, 0.1);
  color: #0f7d83;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-use-card{
  background:
    radial-gradient(circle at top right, rgba(255, 46, 99, 0.08), transparent 34%),
    #ffffff;
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-dot{
  width: 44px;
  height: 44px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 201, 201, 0.16), rgba(139, 92, 246, 0.13));
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-dot::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #0f9aa0;
  border-bottom: 3px solid #0f9aa0;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttvnw-content-wrap .ttvnw-reveal.ttvnw-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 .ttvnw-content-wrap .ttvnw-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-grid-six, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttvnw-content-wrap .ttvnw-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-container{
    padding: 0 36px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-grid-six, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card h3, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-trust-card p, .tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ttvnw-content-wrap .ttvnw-step-number{
    width: 74px;
    height: 74px;
    font-size: 23px;
  }}