@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 .irtv-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .irtv-content-wrap, .tc-wp-content-root .irtv-content-wrap div, .tc-wp-content-root .irtv-content-wrap section, .tc-wp-content-root .irtv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .irtv-content-wrap .irtv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .irtv-content-wrap .irtv-section-white{
  background: #ffffff;
}.tc-wp-content-root .irtv-content-wrap .irtv-section-soft{
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 48, 108, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(131, 58, 180, 0.08), transparent 30%),
    #faf8fc;
}.tc-wp-content-root .irtv-content-wrap .irtv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .irtv-content-wrap .irtv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .irtv-content-wrap .irtv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.09), rgba(131, 58, 180, 0.08));
  color: #9b1b63;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .irtv-content-wrap .irtv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f56040, #e1306c 48%, #833ab4);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.1);
}.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5a6475;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .irtv-content-wrap .irtv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(21, 30, 50, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafe 100%);
  box-shadow: 0 18px 45px rgba(21, 30, 50, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  isolation: isolate;
}.tc-wp-content-root .irtv-content-wrap .irtv-card::after, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(245, 96, 64, 0.28), rgba(225, 48, 108, 0.18), rgba(131, 58, 180, 0.2));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .irtv-content-wrap .irtv-card:hover, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 24px 62px rgba(21, 30, 50, 0.12);
}.tc-wp-content-root .irtv-content-wrap .irtv-card:hover::after, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
  margin: 0;
  color: #151c2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f56040, #e1306c 50%, #833ab4);
  box-shadow: 0 14px 26px rgba(225, 48, 108, 0.22);
  transition: transform 240ms ease;
}.tc-wp-content-root .irtv-content-wrap .irtv-card:hover .irtv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .irtv-content-wrap .irtv-icon::before, .tc-wp-content-root .irtv-content-wrap .irtv-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-frame::after{
  inset: 18px 14px 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  border: 0;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-bolt::before{
  width: 12px;
  height: 22px;
  inset: 11px auto auto 17px;
  border: 0;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 68% 42%, 100% 42%, 35% 100%, 48% 55%, 12% 55%);
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-bolt::after{
  display: none;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-eye::before{
  inset: 16px 10px;
  border-radius: 999px;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-eye::after{
  inset: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 0;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-path::before{
  inset: 13px;
  border-radius: 50%;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-path::after{
  width: 16px;
  height: 2px;
  inset: 22px auto auto 15px;
  border: 0;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-35deg);
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-phone::before{
  inset: 9px 14px;
  border-radius: 8px;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-phone::after{
  inset: auto 20px 12px;
  height: 2px;
  border: 0;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-folder::before{
  inset: 17px 9px 11px;
  border-radius: 6px;
}.tc-wp-content-root .irtv-content-wrap .irtv-icon-folder::after{
  inset: 12px 22px 24px 10px;
  border: 0;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
}.tc-wp-content-root .irtv-content-wrap .irtv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(21, 30, 50, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 254, 0.94)),
    radial-gradient(circle at 95% 22%, rgba(225, 48, 108, 0.1), transparent 28%);
  box-shadow: 0 20px 52px rgba(21, 30, 50, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .irtv-content-wrap .irtv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #f56040, #e1306c, #833ab4);
}.tc-wp-content-root .irtv-content-wrap .irtv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 26px 64px rgba(21, 30, 50, 0.11);
}.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #151c2c;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 28px rgba(21, 30, 50, 0.18);
}.tc-wp-content-root .irtv-content-wrap .irtv-step-copy{
  min-width: 0;
}.tc-wp-content-root .irtv-content-wrap .irtv-card-alt{
  background:
    linear-gradient(180deg, #ffffff 0%, #fff 55%, #fff8fc 100%);
}.tc-wp-content-root .irtv-content-wrap .irtv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #a01c65;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fff9fd 100%),
    radial-gradient(circle at 100% 0%, rgba(131, 58, 180, 0.14), transparent 32%);
}.tc-wp-content-root .irtv-content-wrap .irtv-trust-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f56040, #e1306c 50%, #833ab4);
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.1), 0 14px 24px rgba(225, 48, 108, 0.18);
}.tc-wp-content-root .irtv-content-wrap .irtv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .irtv-content-wrap .irtv-reveal.irtv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .irtv-content-wrap .irtv-section{
    padding: 48px 0;
  }.tc-wp-content-root .irtv-content-wrap .irtv-container{
    padding: 0 14px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .irtv-content-wrap .irtv-section{
    padding: 54px 0;
  }.tc-wp-content-root .irtv-content-wrap .irtv-container{
    padding: 0 18px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .irtv-content-wrap .irtv-section{
    padding: 60px 0;
  }.tc-wp-content-root .irtv-content-wrap .irtv-container{
    padding: 0 22px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .irtv-content-wrap .irtv-section{
    padding: 76px 0;
  }.tc-wp-content-root .irtv-content-wrap .irtv-container{
    padding: 0 32px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid-six, .tc-wp-content-root .irtv-content-wrap .irtv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .irtv-content-wrap .irtv-section{
    padding: 92px 0;
  }.tc-wp-content-root .irtv-content-wrap .irtv-container{
    padding: 0 28px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-step-card h3, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-card p, .tc-wp-content-root .irtv-content-wrap .irtv-step-card p, .tc-wp-content-root .irtv-content-wrap .irtv-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .irtv-content-wrap .irtv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}