@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-28 .tc-wp-content-root img, .wpc-scope-28 .tc-wp-content-root video, .wpc-scope-28 .tc-wp-content-root svg, .wpc-scope-28 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section{
  position: relative;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section-white{
  background: #ffffff;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 87, 128, 0.09), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(131, 73, 255, 0.08), transparent 34%),
    #faf8fc;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 87, 128, 0.1), rgba(131, 73, 255, 0.1));
  color: #a3195b;
  font-size: 13px;
  font-weight: 750;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4f87, #7c3aed);
  box-shadow: 0 0 0 5px rgba(255, 79, 135, 0.12);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section-header h2{
  margin: 0;
  color: #151b2d;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-section-header p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5e6678;
  font-weight: 450;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(29, 36, 59, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fffafd);
  box-shadow: 0 18px 46px rgba(24, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card::after, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 79, 135, 0.16), rgba(124, 58, 237, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card:hover, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card:hover, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.24);
  box-shadow: 0 24px 60px rgba(24, 32, 51, 0.12);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card:hover::after, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card h3, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #161d31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-card p, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626a7b;
  font-weight: 430;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f87, #7c3aed);
  box-shadow: 0 14px 26px rgba(124, 58, 237, 0.22);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon::before, .wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #7c3aed;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 5px 8px 0 rgba(255, 255, 255, 0.78), -2px 16px 0 rgba(255, 255, 255, 0.58);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-preview::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
  opacity: 0.95;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 34px;
  border-radius: 999px;
  opacity: 0.8;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-steps::after{
  width: 16px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.72), 0 20px 0 rgba(255, 255, 255, 0.52);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 32px;
  border-radius: 999px;
  background: #7c3aed;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  opacity: 0.95;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-icon-daily::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 999px;
  background: #7c3aed;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(29, 36, 59, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(24, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 79, 135, 0.35), rgba(124, 58, 237, 0.32), transparent);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4f87, #7c3aed);
  box-shadow: 0 16px 30px rgba(124, 58, 237, 0.24);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 79, 135, 0.09);
  color: #a3195b;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-card{
  padding-top: 62px;
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-mark{
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4f87, #7c3aed);
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.22);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-trust-mark::after{
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(42deg);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-28 .tc-wp-content-root .igiv-editorial .igiv-reveal.igiv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .igiv-editorial .igiv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igiv-editorial .igiv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid, .tc-wp-content-root .igiv-editorial .igiv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igiv-editorial .igiv-card, .tc-wp-content-root .igiv-editorial .igiv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igiv-editorial .igiv-card h3, .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igiv-editorial .igiv-card p, .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .tc-wp-content-root .igiv-editorial .igiv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card::before{
    display: none;
  }.tc-wp-content-root .igiv-editorial .igiv-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .igiv-editorial .igiv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igiv-editorial .igiv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid, .tc-wp-content-root .igiv-editorial .igiv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-editorial .igiv-card, .tc-wp-content-root .igiv-editorial .igiv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igiv-editorial .igiv-card h3, .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igiv-editorial .igiv-card p, .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .tc-wp-content-root .igiv-editorial .igiv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card::before{
    display: none;
  }.tc-wp-content-root .igiv-editorial .igiv-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .igiv-editorial .igiv-section{
    padding: 64px 0;
  }.tc-wp-content-root .igiv-editorial .igiv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid, .tc-wp-content-root .igiv-editorial .igiv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igiv-editorial .igiv-card, .tc-wp-content-root .igiv-editorial .igiv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igiv-editorial .igiv-card h3, .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igiv-editorial .igiv-card p, .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .tc-wp-content-root .igiv-editorial .igiv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card::before{
    display: none;
  }.tc-wp-content-root .igiv-editorial .igiv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .igiv-editorial .igiv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igiv-editorial .igiv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igiv-editorial .igiv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .igiv-editorial .igiv-card, .tc-wp-content-root .igiv-editorial .igiv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-editorial .igiv-card h3, .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igiv-editorial .igiv-card p, .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .tc-wp-content-root .igiv-editorial .igiv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .igiv-editorial .igiv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igiv-editorial .igiv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .igiv-editorial .igiv-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igiv-editorial .igiv-grid-3, .tc-wp-content-root .igiv-editorial .igiv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-editorial .igiv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .igiv-editorial .igiv-card, .tc-wp-content-root .igiv-editorial .igiv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igiv-editorial .igiv-card h3, .tc-wp-content-root .igiv-editorial .igiv-trust-card h3, .tc-wp-content-root .igiv-editorial .igiv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igiv-editorial .igiv-card p, .tc-wp-content-root .igiv-editorial .igiv-trust-card p, .tc-wp-content-root .igiv-editorial .igiv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igiv-editorial .igiv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}.wpc-scope-28 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .igiv-step-content{}