@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 .igvv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(245, 133, 41, 0.1));
  color: #c0266b;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1306c, #f58529);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.1);
}.tc-wp-content-root .igvv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card::after, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.16), rgba(245, 133, 41, 0.12), rgba(88, 81, 219, 0.12));
  transition: opacity 220ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card:hover, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 24px 65px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card:hover::after, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.68;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon{
  width: 48px;
  height: 48px;
  display: inline-flex;
  position: relative;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #f58529);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.2);
  transition: transform 220ms ease;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-card:hover .igvv-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon::before, .tc-wp-content-root .igvv-editorial-wrap .igvv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-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 .igvv-editorial-wrap .igvv-icon-speed::before{
  left: 13px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-speed::after{
  left: 25px;
  top: 15px;
  width: 3px;
  height: 14px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-frame::before{
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-path::before{
  left: 12px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 99px;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-path::after{
  right: 12px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-phone::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-phone::after{
  left: 22px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-icon-daily::after{
  left: 23px;
  top: 18px;
  width: 3px;
  height: 13px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-38deg);
  transform-origin: top center;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border-radius: 26px;
  border: 1px solid rgba(225, 48, 108, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 250, 0.94));
  box-shadow: 0 20px 55px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #e1306c, #f58529);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card:hover{
  transform: translateX(5px);
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #833ab4, #e1306c 52%, #f58529);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(225, 48, 108, 0.24);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 4px, transparent 5px),
    linear-gradient(135deg, #e1306c, #f58529);
  box-shadow: 0 12px 24px rgba(225, 48, 108, 0.18);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
  text-align: left;
  background: #ffffff;
}.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e1306c, #f58529);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(225, 48, 108, 0.2);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igvv-editorial-wrap .igvv-reveal.igvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igvv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
    width: 40px;
    height: 40px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igvv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
    width: 42px;
    height: 42px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igvv-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
    width: 44px;
    height: 44px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igvv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-grid-six, .tc-wp-content-root .igvv-editorial-wrap .igvv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
    padding: 30px 34px;
    gap: 24px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
    width: 46px;
    height: 46px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igvv-editorial-wrap .igvv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igvv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-grid-six, .tc-wp-content-root .igvv-editorial-wrap .igvv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-step-card p, .tc-wp-content-root .igvv-editorial-wrap .igvv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-card{
    padding: 34px 38px;
    gap: 28px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }.tc-wp-content-root .igvv-editorial-wrap .igvv-trust-mark{
    width: 48px;
    height: 48px;
    font-size: 21px;
  }}

.tc-wp-content-root .igvv-step-content {}