@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 .itv-editorial-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.55;
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap, .tc-wp-content-root .itv-editorial-wrap div, .tc-wp-content-root .itv-editorial-wrap section, .tc-wp-content-root .itv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .itv-editorial-wrap .itv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .itv-editorial-wrap .itv-section-white{
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap .itv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 54, 141, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0, 208, 255, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .itv-editorial-wrap .itv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .itv-editorial-wrap .itv-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .itv-editorial-wrap .itv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 54, 141, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 54, 141, 0.1), rgba(0, 208, 255, 0.1));
  color: #b51663;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial-wrap h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #556176;
  font-weight: 450;
}.tc-wp-content-root .itv-editorial-wrap .itv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .itv-editorial-wrap .itv-card::before, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 54, 141, 0.13), rgba(0, 208, 255, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .itv-editorial-wrap .itv-card:hover, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 54, 141, 0.2);
  box-shadow: 0 26px 70px rgba(16, 24, 39, 0.11);
}.tc-wp-content-root .itv-editorial-wrap .itv-card:hover::before, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff368d, #6f4cff 52%, #00d0ff);
  box-shadow: 0 14px 28px rgba(111, 76, 255, 0.18);
}.tc-wp-content-root .itv-editorial-wrap .itv-icon::before, .tc-wp-content-root .itv-editorial-wrap .itv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-orbit::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-orbit::after{
  width: 6px;
  height: 6px;
  top: 8px;
  right: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-flash::before{
  width: 12px;
  height: 22px;
  top: 11px;
  left: 18px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 64% 42%, 100% 42%, 33% 100%, 47% 55%, 0 55%);
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-frame::before{
  width: 22px;
  height: 17px;
  top: 14px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-frame::after{
  width: 7px;
  height: 7px;
  top: 19px;
  left: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-path::before{
  width: 22px;
  height: 2px;
  top: 22px;
  left: 12px;
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-path::after{
  width: 10px;
  height: 10px;
  top: 17px;
  right: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-phone::before{
  width: 17px;
  height: 26px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-phone::after{
  width: 5px;
  height: 2px;
  bottom: 13px;
  left: 21px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-daily::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .itv-editorial-wrap .itv-icon-daily::after{
  width: 10px;
  height: 2px;
  top: 22px;
  left: 22px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(28deg);
}.tc-wp-content-root .itv-editorial-wrap .itv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.07);
}.tc-wp-content-root .itv-editorial-wrap .itv-step-card::after{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 27px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 54, 141, 0), rgba(255, 54, 141, 0.34), rgba(0, 208, 255, 0));
}.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff368d, #6f4cff 55%, #00d0ff);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(111, 76, 255, 0.2);
}.tc-wp-content-root .itv-editorial-wrap .itv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .itv-editorial-wrap .itv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 54, 141, 0.26), rgba(0, 208, 255, 0.18)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .itv-editorial-wrap .itv-badge-dot{
  position: relative;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff368d, #00d0ff);
  box-shadow: 0 0 0 8px rgba(255, 54, 141, 0.08);
}.tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
  text-align: center;
}.tc-wp-content-root .itv-editorial-wrap .itv-trust-mark{
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 54, 141, 0.14), rgba(0, 208, 255, 0.14));
}.tc-wp-content-root .itv-editorial-wrap .itv-trust-mark::before{
  content: "";
  position: absolute;
  width: 21px;
  height: 12px;
  left: 16px;
  top: 18px;
  border-left: 3px solid #ff368d;
  border-bottom: 3px solid #6f4cff;
  transform: rotate(-45deg);
}.tc-wp-content-root .itv-editorial-wrap .itv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .itv-editorial-wrap .itv-reveal.itv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .itv-editorial-wrap .itv-section{
    padding: 48px 0;
  }.tc-wp-content-root .itv-editorial-wrap .itv-container{
    padding: 0 14px;
  }.tc-wp-content-root .itv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card-grid, .tc-wp-content-root .itv-editorial-wrap .itv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-grid-six, .tc-wp-content-root .itv-editorial-wrap .itv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card::after{
    display: none;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .itv-editorial-wrap .itv-section{
    padding: 56px 0;
  }.tc-wp-content-root .itv-editorial-wrap .itv-container{
    padding: 0 18px;
  }.tc-wp-content-root .itv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card-grid, .tc-wp-content-root .itv-editorial-wrap .itv-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-grid-six, .tc-wp-content-root .itv-editorial-wrap .itv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card::after{
    display: none;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .itv-editorial-wrap .itv-section{
    padding: 64px 0;
  }.tc-wp-content-root .itv-editorial-wrap .itv-container{
    padding: 0 22px;
  }.tc-wp-content-root .itv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card-grid, .tc-wp-content-root .itv-editorial-wrap .itv-steps{
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-grid-six, .tc-wp-content-root .itv-editorial-wrap .itv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card::after{
    display: none;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .itv-editorial-wrap .itv-section{
    padding: 78px 0;
  }.tc-wp-content-root .itv-editorial-wrap .itv-container{
    padding: 0 30px;
  }.tc-wp-content-root .itv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card-grid, .tc-wp-content-root .itv-editorial-wrap .itv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-grid-six, .tc-wp-content-root .itv-editorial-wrap .itv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .itv-editorial-wrap .itv-section{
    padding: 94px 0;
  }.tc-wp-content-root .itv-editorial-wrap .itv-container{
    padding: 0 32px;
  }.tc-wp-content-root .itv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card-grid, .tc-wp-content-root .itv-editorial-wrap .itv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-grid-six, .tc-wp-content-root .itv-editorial-wrap .itv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .itv-editorial-wrap .itv-card, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-step-card h3, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-card p, .tc-wp-content-root .itv-editorial-wrap .itv-step-card p, .tc-wp-content-root .itv-editorial-wrap .itv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .itv-editorial-wrap .itv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}