@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 .igppv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .igppv-content-wrap .igppv-section{
  position: relative;
}.tc-wp-content-root .igppv-content-wrap .igppv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igppv-content-wrap .igppv-section-soft{
  background:
    radial-gradient(circle at 14% 8%, rgba(253, 29, 124, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(245, 133, 41, 0.09), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .igppv-content-wrap .igppv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igppv-content-wrap .igppv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igppv-content-wrap .igppv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(214, 41, 118, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 124, 0.1), rgba(245, 133, 41, 0.1));
  color: #a61e66;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-content-root .igppv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  max-width: 720px;
}.tc-wp-content-root .igppv-content-wrap .igppv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igppv-content-wrap .igppv-card::before, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #833ab4, #fd1d7c, #f58529);
  opacity: 0.86;
}.tc-wp-content-root .igppv-content-wrap .igppv-card:hover, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card:hover, .tc-wp-content-root .igppv-content-wrap .igppv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(214, 41, 118, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .igppv-content-wrap h3{
  margin: 0;
  color: #151b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
  margin: 10px 0 0;
  color: #5f6878;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.12), rgba(253, 29, 124, 0.12), rgba(245, 133, 41, 0.14));
  box-shadow: inset 0 0 0 1px rgba(214, 41, 118, 0.12);
}.tc-wp-content-root .igppv-content-wrap .igppv-icon::before, .tc-wp-content-root .igppv-content-wrap .igppv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .igppv-content-wrap .igppv-card:hover .igppv-icon::before, .tc-wp-content-root .igppv-content-wrap .igppv-card:hover .igppv-icon::after{
  transform: translateY(-1px);
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-lens::before{
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border: 3px solid #d62976;
  border-radius: 50%;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 26px;
  top: 29px;
  border-radius: 4px;
  background: #f58529;
  transform: rotate(45deg);
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-bolt::before{
  left: 18px;
  top: 9px;
  width: 12px;
  height: 26px;
  background: linear-gradient(160deg, #fd1d7c, #f58529);
  clip-path: polygon(55% 0, 100% 0, 66% 42%, 100% 42%, 28% 100%, 42% 54%, 0 54%);
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-frame::before{
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid #833ab4;
  border-radius: 9px;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-frame::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd1d7c;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-path::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border: 3px solid #d62976;
  border-left-color: transparent;
  border-radius: 14px;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-path::after{
  right: 10px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #f58529;
  border-right: 3px solid #f58529;
  transform: rotate(45deg);
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 17px;
  height: 30px;
  border: 3px solid #833ab4;
  border-radius: 8px;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-phone::after{
  left: 21px;
  bottom: 11px;
  width: 6px;
  height: 2px;
  border-radius: 4px;
  background: #fd1d7c;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-calendar::before{
  left: 11px;
  top: 12px;
  width: 24px;
  height: 23px;
  border: 3px solid #d62976;
  border-radius: 8px;
}.tc-wp-content-root .igppv-content-wrap .igppv-icon-calendar::after{
  left: 16px;
  top: 21px;
  width: 16px;
  height: 3px;
  border-radius: 4px;
  background: #f58529;
  box-shadow: 0 7px 0 rgba(131, 58, 180, 0.75);
}.tc-wp-content-root .igppv-content-wrap .igppv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fff9fb);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igppv-content-wrap .igppv-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(253, 29, 124, 0.1), rgba(245, 133, 41, 0.12));
}.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #833ab4, #fd1d7c, #f58529);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(214, 41, 118, 0.24);
}.tc-wp-content-root .igppv-content-wrap .igppv-step-body{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igppv-content-wrap .igppv-use-card{
  background: linear-gradient(180deg, #ffffff, #fffafd);
}.tc-wp-content-root .igppv-content-wrap .igppv-badge-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fd1d7c;
  box-shadow: 0 0 0 7px rgba(253, 29, 124, 0.1), 18px 0 0 #f58529, 18px 0 0 7px rgba(245, 133, 41, 0.1);
}.tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.tc-wp-content-root .igppv-content-wrap .igppv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.12), rgba(253, 29, 124, 0.12));
}.tc-wp-content-root .igppv-content-wrap .igppv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 11px;
  height: 18px;
  border-right: 4px solid #d62976;
  border-bottom: 4px solid #d62976;
  transform: rotate(42deg);
  border-radius: 2px;
}.tc-wp-content-root .igppv-content-wrap .igppv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igppv-content-wrap .igppv-reveal.igppv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igppv-content-wrap .igppv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igppv-content-wrap .igppv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igppv-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igppv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igppv-content-wrap .igppv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igppv-content-wrap .igppv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igppv-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igppv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igppv-content-wrap .igppv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igppv-content-wrap .igppv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igppv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igppv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igppv-content-wrap .igppv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igppv-content-wrap .igppv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igppv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-grid-3, .tc-wp-content-root .igppv-content-wrap .igppv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igppv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igppv-content-wrap .igppv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igppv-content-wrap .igppv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igppv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-grid-3, .tc-wp-content-root .igppv-content-wrap .igppv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igppv-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-card p, .tc-wp-content-root .igppv-content-wrap .igppv-trust-card p, .tc-wp-content-root .igppv-content-wrap .igppv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .igppv-content-wrap .igppv-step-number{
    width: 78px;
    height: 78px;
    font-size: 24px;
  }}