/* 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 .ilrv-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ilrv-editorial-content, .tc-wp-content-root .ilrv-editorial-content div, .tc-wp-content-root .ilrv-editorial-content section, .tc-wp-content-root .ilrv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section-soft{
  background: linear-gradient(180deg, #fbf8ff 0%, #fff7fb 100%);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(221, 54, 126, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  color: #9f245f;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
  margin: 16px 0 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f687a;
  line-height: 1.7;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 34, 52, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(25, 34, 52, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.12), rgba(131, 58, 180, 0.1), rgba(252, 175, 69, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(221, 54, 126, 0.22);
  box-shadow: 0 24px 58px rgba(25, 34, 52, 0.13);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card p{
  position: relative;
  margin: 10px 0 0;
  color: #606a7d;
  line-height: 1.65;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff306c, #833ab4 58%, #fcaf45);
  box-shadow: 0 14px 28px rgba(221, 54, 126, 0.2);
  transition: transform 240ms ease;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-card:hover .ilrv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon::before, .tc-wp-content-root .ilrv-editorial-content .ilrv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-play::before{
  left: 19px;
  top: 15px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 15px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 8px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 31px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-icon-daily::after{
  width: 11px;
  height: 7px;
  left: 21px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(131, 58, 180, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(47, 35, 64, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card::after{
  content: "";
  position: absolute;
  left: 28px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff306c, #833ab4, #fcaf45);
  opacity: 0.22;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(221, 54, 126, 0.22);
  box-shadow: 0 26px 62px rgba(47, 35, 64, 0.12);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #833ab4, #ff306c 58%, #fcaf45);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(221, 54, 126, 0.22);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-content{
  min-width: 0;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
  margin: 8px 0 0;
  color: #606a7d;
  line-height: 1.65;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-dot{
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff306c;
  box-shadow: 18px 0 0 #833ab4, 36px 0 0 #fcaf45, 0 0 0 8px rgba(255, 48, 108, 0.08);
}.tc-wp-content-root .ilrv-editorial-content .ilrv-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.12), rgba(131, 58, 180, 0.12));
  color: #9f245f;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ilrv-editorial-content .ilrv-reveal.ilrv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card p, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card::after{
    display: none;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
    padding: 24px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card p, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card::after{
    display: none;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
    padding: 26px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card p, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card::after{
    display: none;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
    padding: 28px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card p, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
    width: 66px;
    height: 66px;
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ilrv-editorial-content .ilrv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card{
    padding: 30px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card h3, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-card p, .tc-wp-content-root .ilrv-editorial-content .ilrv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .ilrv-editorial-content .ilrv-step-number{
    width: 70px;
    height: 70px;
    font-size: 17px;
  }}