@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;
}.wpc-scope-20 .tc-wp-content-root img, .wpc-scope-20 .tc-wp-content-root video, .wpc-scope-20 .tc-wp-content-root svg, .wpc-scope-20 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content div, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content section, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-section{
  position: relative;
  width: 100%;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-section-white{
  background: #ffffff;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-section-soft{
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 45, 118, 0.08), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(123, 63, 255, 0.08), transparent 30%),
    #fbfbfd;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 45, 118, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 118, 0.1), rgba(123, 63, 255, 0.1));
  color: #9d255d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card::before, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 45, 118, 0.08), rgba(255, 255, 255, 0), rgba(123, 63, 255, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card:hover, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card:hover, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 45, 118, 0.22);
  box-shadow: 0 24px 60px rgba(20, 24, 39, 0.11);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card:hover::before, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card h3, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card p, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #657084;
  line-height: 1.68;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2d76, #7b3fff);
  box-shadow: 0 12px 30px rgba(255, 45, 118, 0.22);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon::before, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card:hover .irv-icon::before, .wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-card:hover .irv-icon::after{
  transform: translateX(2px);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(58% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 44% 55%, 0 55%);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-icon-daily::after{
  left: 22px;
  top: 15px;
  width: 3px;
  height: 11px;
  background: #ffffff;
  border-radius: 4px;
  transform-origin: bottom;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 45, 118, 0.08), rgba(123, 63, 255, 0.07)),
    #ffffff;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-card::after{
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  width: 2px;
  height: calc(100% + 24px);
  background: linear-gradient(180deg, rgba(255, 45, 118, 0.28), rgba(123, 63, 255, 0));
  transform: translateY(18px);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-card:last-child::after{
  display: none;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff2d76, #7b3fff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(123, 63, 255, 0.22);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-use-card{
  background: linear-gradient(180deg, #ffffff, #fffcff);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 45, 118, 0.2);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 9px rgba(255, 45, 118, 0.08);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-badge-dot::after{
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2d76, #7b3fff);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 45, 118, 0.14), rgba(123, 63, 255, 0.14));
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 16px;
  height: 21px;
  border: 3px solid #b52b83;
  border-top-width: 5px;
  border-radius: 10px 10px 8px 8px;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-trust-mark::after{
  content: "";
  position: absolute;
  left: 20px;
  top: 21px;
  width: 7px;
  height: 4px;
  border-left: 3px solid #b52b83;
  border-bottom: 3px solid #b52b83;
  transform: rotate(-45deg);
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-20 .tc-wp-content-root .irv-editorial-content .irv-reveal.irv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .irv-editorial-content .irv-section{
    padding: 54px 0;
  }.tc-wp-content-root .irv-editorial-content .irv-container{
    padding: 0 14px;
  }.tc-wp-content-root .irv-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .irv-editorial-content .irv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .irv-editorial-content .irv-card-grid, .tc-wp-content-root .irv-editorial-content .irv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .irv-editorial-content .irv-grid-six, .tc-wp-content-root .irv-editorial-content .irv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .irv-editorial-content .irv-card, .tc-wp-content-root .irv-editorial-content .irv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card::after{
    display: none;
  }.tc-wp-content-root .irv-editorial-content .irv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .irv-editorial-content .irv-card h3, .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .irv-editorial-content .irv-card p, .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .irv-editorial-content .irv-section{
    padding: 60px 0;
  }.tc-wp-content-root .irv-editorial-content .irv-container{
    padding: 0 18px;
  }.tc-wp-content-root .irv-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .irv-editorial-content .irv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .irv-editorial-content .irv-card-grid, .tc-wp-content-root .irv-editorial-content .irv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .irv-editorial-content .irv-grid-six, .tc-wp-content-root .irv-editorial-content .irv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .irv-editorial-content .irv-card, .tc-wp-content-root .irv-editorial-content .irv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card::after{
    display: none;
  }.tc-wp-content-root .irv-editorial-content .irv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .irv-editorial-content .irv-card h3, .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .irv-editorial-content .irv-card p, .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .irv-editorial-content .irv-section{
    padding: 66px 0;
  }.tc-wp-content-root .irv-editorial-content .irv-container{
    padding: 0 22px;
  }.tc-wp-content-root .irv-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .irv-editorial-content .irv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .irv-editorial-content .irv-card-grid, .tc-wp-content-root .irv-editorial-content .irv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .irv-editorial-content .irv-grid-six, .tc-wp-content-root .irv-editorial-content .irv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .irv-editorial-content .irv-card, .tc-wp-content-root .irv-editorial-content .irv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card::after{
    display: none;
  }.tc-wp-content-root .irv-editorial-content .irv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .irv-editorial-content .irv-card h3, .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .irv-editorial-content .irv-card p, .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .irv-editorial-content .irv-section{
    padding: 78px 0;
  }.tc-wp-content-root .irv-editorial-content .irv-container{
    padding: 0 30px;
  }.tc-wp-content-root .irv-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .irv-editorial-content .irv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .irv-editorial-content .irv-card-grid, .tc-wp-content-root .irv-editorial-content .irv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .irv-editorial-content .irv-grid-six, .tc-wp-content-root .irv-editorial-content .irv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .irv-editorial-content .irv-card, .tc-wp-content-root .irv-editorial-content .irv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .irv-editorial-content .irv-card h3, .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .irv-editorial-content .irv-card p, .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .irv-editorial-content .irv-section{
    padding: 92px 0;
  }.tc-wp-content-root .irv-editorial-content .irv-container{
    padding: 0 32px;
  }.tc-wp-content-root .irv-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .irv-editorial-content .irv-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .irv-editorial-content .irv-card-grid, .tc-wp-content-root .irv-editorial-content .irv-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .irv-editorial-content .irv-grid-six, .tc-wp-content-root .irv-editorial-content .irv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .irv-editorial-content .irv-card, .tc-wp-content-root .irv-editorial-content .irv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .irv-editorial-content .irv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .irv-editorial-content .irv-card h3, .tc-wp-content-root .irv-editorial-content .irv-trust-card h3, .tc-wp-content-root .irv-editorial-content .irv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .irv-editorial-content .irv-card p, .tc-wp-content-root .irv-editorial-content .irv-trust-card p, .tc-wp-content-root .irv-editorial-content .irv-step-copy p{
    font-size: 16px;
  }}