@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 .ittv-content{
  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 .ittv-content .ittv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ittv-content .ittv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ittv-content .ittv-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fc 100%);
}.tc-wp-content-root .ittv-content .ittv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ittv-content .ittv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ittv-content .ittv-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(225, 48, 108, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(0, 242, 234, 0.1));
  color: #9a2557;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ittv-content .ittv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ittv-content .ittv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #526070;
  font-weight: 450;
}.tc-wp-content-root .ittv-content .ittv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ittv-content .ittv-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(25, 33, 52, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(19, 27, 46, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ittv-content .ittv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.36), rgba(131, 58, 180, 0.16), rgba(0, 242, 234, 0.3));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ittv-content .ittv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 24px 60px rgba(19, 27, 46, 0.13);
}.tc-wp-content-root .ittv-content .ittv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
  margin: 10px 0 0;
  color: #5f6b7a;
  font-weight: 430;
}.tc-wp-content-root .ittv-content .ittv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #833ab4 52%, #00f2ea);
  box-shadow: 0 14px 26px rgba(225, 48, 108, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .ittv-content .ittv-card:hover .ittv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ittv-content .ittv-icon::before, .tc-wp-content-root .ittv-content .ittv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-ring::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ittv-content .ittv-icon-ring::after{
  width: 6px;
  height: 6px;
  right: 12px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .ittv-content .ittv-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 17px;
  border-radius: 999px;
  transform: rotate(-20deg);
}.tc-wp-content-root .ittv-content .ittv-icon-speed::after{
  width: 12px;
  height: 4px;
  left: 17px;
  top: 27px;
  border-radius: 999px;
}.tc-wp-content-root .ittv-content .ittv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ittv-content .ittv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-steps::after{
  width: 16px;
  height: 3px;
  right: 10px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
  border-radius: 999px;
}.tc-wp-content-root .ittv-content .ittv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 20px;
  top: 17px;
  border-left: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 3px solid rgba(255, 255, 255, 0.92);
  background: transparent;
}.tc-wp-content-root .ittv-content .ittv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ittv-content .ittv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(131, 58, 180, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86));
  box-shadow: 0 20px 52px rgba(27, 34, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ittv-content .ittv-step::after{
  content: "";
  position: absolute;
  left: 36px;
  top: calc(100% + 8px);
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(225, 48, 108, 0.35), rgba(0, 242, 234, 0.2));
}.tc-wp-content-root .ittv-content .ittv-step:last-child::after{
  display: none;
}.tc-wp-content-root .ittv-content .ittv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 26px 64px rgba(27, 34, 54, 0.12);
}.tc-wp-content-root .ittv-content .ittv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #e1306c, #833ab4 54%, #00f2ea);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(131, 58, 180, 0.2);
}.tc-wp-content-root .ittv-content .ittv-use-card{
  background:
    radial-gradient(circle at top right, rgba(0, 242, 234, 0.09), transparent 34%),
    #ffffff;
}.tc-wp-content-root .ittv-content .ittv-badge{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #a4265d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-content-root .ittv-content .ittv-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 12% 0%, rgba(225, 48, 108, 0.12), transparent 32%);
}.tc-wp-content-root .ittv-content .ittv-icon-lock::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 20px;
  border-radius: 5px;
}.tc-wp-content-root .ittv-content .ittv-icon-lock::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .ittv-content .ittv-icon-clean::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}.tc-wp-content-root .ittv-content .ittv-icon-clean::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e1306c, #00f2ea);
  box-shadow: 0 6px 0 rgba(131, 58, 180, 0.55);
}.tc-wp-content-root .ittv-content .ittv-icon-public::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-icon-public::after{
  width: 3px;
  height: 24px;
  left: 21px;
  top: 11px;
  border-radius: 999px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ittv-content .ittv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ittv-content .ittv-reveal.ittv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ittv-content .ittv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ittv-content .ittv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ittv-content .ittv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .ittv-content .ittv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ittv-content .ittv-grid, .tc-wp-content-root .ittv-content .ittv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ittv-content .ittv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ittv-content .ittv-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .ittv-content .ittv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ittv-content .ittv-section{
    padding: 56px 0;
  }.tc-wp-content-root .ittv-content .ittv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ittv-content .ittv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .ittv-content .ittv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ittv-content .ittv-grid, .tc-wp-content-root .ittv-content .ittv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ittv-content .ittv-card{
    padding: 24px;
  }.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
    font-size: 15px;
  }.tc-wp-content-root .ittv-content .ittv-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .ittv-content .ittv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ittv-content .ittv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ittv-content .ittv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ittv-content .ittv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .ittv-content .ittv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ittv-content .ittv-grid, .tc-wp-content-root .ittv-content .ittv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ittv-content .ittv-card{
    padding: 26px;
  }.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ittv-content .ittv-step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px;
  }.tc-wp-content-root .ittv-content .ittv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ittv-content .ittv-section{
    padding: 74px 0;
  }.tc-wp-content-root .ittv-content .ittv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ittv-content .ittv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ittv-content .ittv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ittv-content .ittv-grid, .tc-wp-content-root .ittv-content .ittv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ittv-content .ittv-card{
    padding: 28px;
  }.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
    font-size: 15.8px;
  }.tc-wp-content-root .ittv-content .ittv-step{
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .ittv-content .ittv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ittv-content .ittv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ittv-content .ittv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ittv-content .ittv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ittv-content .ittv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ittv-content .ittv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ittv-content .ittv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ittv-content .ittv-grid-three, .tc-wp-content-root .ittv-content .ittv-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ittv-content .ittv-card{
    padding: 30px;
  }.tc-wp-content-root .ittv-content .ittv-card h3, .tc-wp-content-root .ittv-content .ittv-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ittv-content .ittv-card p, .tc-wp-content-root .ittv-content .ittv-step p{
    font-size: 16px;
  }.tc-wp-content-root .ittv-content .ittv-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .ittv-content .ittv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}

.tc-wp-content-root .ittv-step-content {}