@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;
}.wpc-scope-126 .tc-wp-content-root img, .wpc-scope-126 .tc-wp-content-root video, .wpc-scope-126 .tc-wp-content-root svg, .wpc-scope-126 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap{
  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;
  background: #ffffff;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap, .wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap div, .wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap section, .wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section{
  position: relative;
  width: 100%;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section-white{
  background: #ffffff;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f7f8fb;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section-head{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #a7193a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #536176;
  font-weight: 450;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.86;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card h3{
  margin: 0;
  color: #141c2f;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card p{
  margin: 10px 0 0;
  color: #5d6a7d;
  font-weight: 430;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.05);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon::before, .wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon::after{
  position: absolute;
  content: "";
  transition: transform 240ms ease;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover .ttpv-icon::before, .wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover .ttpv-icon::after{
  transform: translateX(2px);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-speed::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #111827;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-speed::after{
  left: 22px;
  top: 12px;
  width: 10px;
  height: 18px;
  border-top: 3px solid #25a9a5;
  border-right: 3px solid #25a9a5;
  transform: rotate(38deg);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 26px;
  height: 18px;
  border: 2px solid #111827;
  border-radius: 8px;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-preview::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe2c55;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-steps::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 99px;
  background: #fe2c55;
  box-shadow: 0 8px 0 #111827, 0 16px 0 #25a9a5;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 17px;
  height: 28px;
  border: 2px solid #111827;
  border-radius: 8px;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-mobile::after{
  left: 21px;
  top: 31px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #111827;
  border-radius: 50%;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 8px;
  height: 10px;
  border-left: 3px solid #25a9a5;
  border-bottom: 3px solid #fe2c55;
  transform-origin: left bottom;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card::after{
  position: absolute;
  right: -40px;
  top: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.12));
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.36);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #26324a 45%, #fe2c55 100%);
  box-shadow: 0 14px 34px rgba(254, 44, 85, 0.2);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
  margin: 0;
  color: #141c2f;
  font-weight: 840;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p{
  margin: 8px 0 0;
  color: #596679;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 88% 18%, rgba(37, 244, 238, 0.18), transparent 34%);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-dot{
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 18px 0 0 #25a9a5, 36px 0 0 #111827;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-badge{
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #172033;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
  background: #ffffff;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(254, 44, 85, 0.08), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.065);
  text-align: center;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
  margin: 0;
  color: #435166;
  font-weight: 560;
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-126 .tc-wp-content-root .ttpv-content-wrap .ttpv-reveal.ttpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid, .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-six, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
    padding: 24px 20px;
    border-radius: 19px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p, .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid, .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-six, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p, .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid, .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-six, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p, .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
    margin-top: 28px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid, .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-six, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p, .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
    margin-top: 34px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid, .tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-six, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-copy p, .tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note p{
    font-size: 16.5px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-responsible-note{
    margin-top: 38px;
    padding: 30px 36px;
  }}