@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{
  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 .itv-editorial, .tc-wp-content-root .itv-editorial section, .tc-wp-content-root .itv-editorial div, .tc-wp-content-root .itv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .itv-editorial .itv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .itv-editorial .itv-section-white{
  background: #ffffff;
}.tc-wp-content-root .itv-editorial .itv-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 67, 123, 0.08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(132, 78, 255, 0.08), transparent 32%),
    #fbf9fc;
}.tc-wp-content-root .itv-editorial .itv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .itv-editorial .itv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .itv-editorial .itv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(229, 64, 122, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 64, 129, 0.09), rgba(131, 86, 255, 0.09));
  color: #b11f66;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial .itv-kicker::before{
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3f84, #7657ff);
  box-shadow: 0 0 0 5px rgba(255, 63, 132, 0.11);
}.tc-wp-content-root .itv-editorial h2{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial .itv-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .itv-editorial .itv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .itv-editorial .itv-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .itv-editorial .itv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 61, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(30, 35, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .itv-editorial .itv-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #ff3f84, #ff8a3d, #7657ff);
  opacity: 0.82;
}.tc-wp-content-root .itv-editorial .itv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(229, 64, 122, 0.25);
  box-shadow: 0 24px 60px rgba(42, 35, 68, 0.13);
}.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
  margin: 0;
  color: #151d30;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
  margin: 10px 0 0;
  color: #606a7c;
  line-height: 1.72;
}.tc-wp-content-root .itv-editorial .itv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 63, 132, 0.14), rgba(118, 87, 255, 0.14));
}.tc-wp-content-root .itv-editorial .itv-icon::before, .tc-wp-content-root .itv-editorial .itv-icon::after{
  position: absolute;
  content: "";
  transition: transform 260ms ease;
}.tc-wp-content-root .itv-editorial .itv-card:hover .itv-icon::before, .tc-wp-content-root .itv-editorial .itv-card:hover .itv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .itv-editorial .itv-icon-frame::before{
  width: 22px;
  height: 17px;
  border: 2px solid #d72e78;
  border-radius: 6px;
}.tc-wp-content-root .itv-editorial .itv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  background: #7657ff;
}.tc-wp-content-root .itv-editorial .itv-icon-bolt::before{
  width: 12px;
  height: 22px;
  background: linear-gradient(135deg, #ff8a3d, #ff3f84);
  clip-path: polygon(55% 0, 100% 0, 58% 43%, 88% 43%, 34% 100%, 45% 56%, 12% 56%);
}.tc-wp-content-root .itv-editorial .itv-icon-eye::before{
  width: 25px;
  height: 16px;
  border: 2px solid #7657ff;
  border-radius: 50%;
}.tc-wp-content-root .itv-editorial .itv-icon-eye::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3f84;
}.tc-wp-content-root .itv-editorial .itv-icon-path::before{
  width: 24px;
  height: 14px;
  border: 2px solid #d72e78;
  border-right: 0;
  border-bottom: 0;
  border-radius: 12px 0 0;
}.tc-wp-content-root .itv-editorial .itv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 13px;
  border-radius: 50%;
  background: #7657ff;
}.tc-wp-content-root .itv-editorial .itv-icon-phone::before{
  width: 16px;
  height: 25px;
  border: 2px solid #7657ff;
  border-radius: 7px;
}.tc-wp-content-root .itv-editorial .itv-icon-phone::after{
  width: 5px;
  height: 2px;
  bottom: 12px;
  border-radius: 99px;
  background: #ff3f84;
}.tc-wp-content-root .itv-editorial .itv-icon-spark::before{
  width: 23px;
  height: 23px;
  background: linear-gradient(135deg, #ff3f84, #7657ff);
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}.tc-wp-content-root .itv-editorial .itv-icon-lock::before{
  width: 22px;
  height: 16px;
  bottom: 10px;
  border-radius: 6px;
  background: #7657ff;
}.tc-wp-content-root .itv-editorial .itv-icon-lock::after{
  width: 15px;
  height: 15px;
  top: 10px;
  border: 2px solid #ff3f84;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .itv-editorial .itv-icon-speed::before{
  width: 24px;
  height: 24px;
  border: 2px solid #7657ff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .itv-editorial .itv-icon-speed::after{
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #ff3f84;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .itv-editorial .itv-icon-shield::before{
  width: 22px;
  height: 25px;
  background: linear-gradient(135deg, #7657ff, #ff3f84);
  clip-path: polygon(50% 0, 88% 14%, 82% 68%, 50% 100%, 18% 68%, 12% 14%);
}.tc-wp-content-root .itv-editorial .itv-steps{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}.tc-wp-content-root .itv-editorial .itv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 61, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.92));
  box-shadow: 0 18px 48px rgba(30, 35, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .itv-editorial .itv-step-card::after{
  position: absolute;
  top: -36px;
  right: -28px;
  width: 116px;
  height: 116px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 63, 132, 0.12), rgba(118, 87, 255, 0.12));
}.tc-wp-content-root .itv-editorial .itv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(118, 87, 255, 0.22);
  box-shadow: 0 24px 62px rgba(42, 35, 68, 0.13);
}.tc-wp-content-root .itv-editorial .itv-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff3f84, #7657ff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(181, 49, 137, 0.24);
}.tc-wp-content-root .itv-editorial .itv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .itv-editorial .itv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0, rgba(255, 63, 132, 0.12), transparent 34%);
}.tc-wp-content-root .itv-editorial .itv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(118, 87, 255, 0.09);
  color: #6042d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .itv-editorial .itv-trust-card{
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .itv-editorial .itv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .itv-editorial .itv-reveal.itv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .itv-editorial .itv-section{
    padding: 52px 0;
  }.tc-wp-content-root .itv-editorial .itv-container{
    padding: 0 14px;
  }.tc-wp-content-root .itv-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .itv-editorial .itv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .itv-editorial .itv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .itv-editorial .itv-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .itv-editorial .itv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .itv-editorial .itv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .itv-editorial .itv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .itv-editorial .itv-section{
    padding: 58px 0;
  }.tc-wp-content-root .itv-editorial .itv-container{
    padding: 0 18px;
  }.tc-wp-content-root .itv-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .itv-editorial .itv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .itv-editorial .itv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .itv-editorial .itv-card{
    padding: 26px 22px;
    border-radius: 19px;
  }.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .itv-editorial .itv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .itv-editorial .itv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }.tc-wp-content-root .itv-editorial .itv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .itv-editorial .itv-section{
    padding: 64px 0;
  }.tc-wp-content-root .itv-editorial .itv-container{
    padding: 0 22px;
  }.tc-wp-content-root .itv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .itv-editorial .itv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial .itv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .itv-editorial .itv-card{
    padding: 28px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .itv-editorial .itv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .itv-editorial .itv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .itv-editorial .itv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .itv-editorial .itv-section{
    padding: 78px 0;
  }.tc-wp-content-root .itv-editorial .itv-container{
    padding: 0 32px;
  }.tc-wp-content-root .itv-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .itv-editorial .itv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .itv-editorial .itv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .itv-editorial .itv-card{
    padding: 30px 26px;
  }.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial .itv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .itv-editorial .itv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .itv-editorial .itv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .itv-editorial .itv-section{
    padding: 92px 0;
  }.tc-wp-content-root .itv-editorial .itv-container{
    padding: 0 28px;
  }.tc-wp-content-root .itv-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .itv-editorial .itv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .itv-editorial .itv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .itv-editorial .itv-card{
    padding: 32px 28px;
  }.tc-wp-content-root .itv-editorial .itv-card h3, .tc-wp-content-root .itv-editorial .itv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .itv-editorial .itv-card p, .tc-wp-content-root .itv-editorial .itv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .itv-editorial .itv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .itv-editorial .itv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .itv-editorial .itv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}