@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 .igiv-bottom-content{
  width: 100%;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}.tc-wp-content-root .igiv-bottom-content, .tc-wp-content-root .igiv-bottom-content section, .tc-wp-content-root .igiv-bottom-content div, .tc-wp-content-root .igiv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igiv-bottom-content .igiv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .igiv-bottom-content .igiv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igiv-bottom-content .igiv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 74, 142, 0.08), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(117, 72, 255, 0.08), transparent 32%),
    #fbfafc;
}.tc-wp-content-root .igiv-bottom-content .igiv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igiv-bottom-content .igiv-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igiv-bottom-content .igiv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 74, 142, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 74, 142, 0.1), rgba(117, 72, 255, 0.1));
  color: #9b2d75;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .igiv-bottom-content .igiv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4a8e, #7548ff);
  box-shadow: 0 0 0 5px rgba(255, 74, 142, 0.1);
}.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5c6578;
  line-height: 1.7;
}.tc-wp-content-root .igiv-bottom-content .igiv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 31, 52, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 24, 43, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igiv-bottom-content .igiv-card::after, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 74, 142, 0.12), rgba(117, 72, 255, 0.08), transparent 48%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .igiv-bottom-content .igiv-card:hover, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 74, 142, 0.22);
  box-shadow: 0 24px 60px rgba(25, 24, 43, 0.12);
}.tc-wp-content-root .igiv-bottom-content .igiv-card:hover::after, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626b7f;
  line-height: 1.68;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4a8e, #7548ff);
  box-shadow: 0 12px 24px rgba(117, 72, 255, 0.22);
  transition: transform 240ms ease;
}.tc-wp-content-root .igiv-bottom-content .igiv-card:hover .igiv-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .igiv-bottom-content .igiv-icon::before, .tc-wp-content-root .igiv-bottom-content .igiv-icon::after{
  content: "";
  position: absolute;
  border-color: #ffffff;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-frame::after{
  right: 13px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-bolt::before{
  left: 18px;
  top: 9px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 48% 56%, 0 56%);
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-lens::before{
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-lens::after{
  left: 27px;
  top: 28px;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-steps::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 29px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-phone::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .igiv-bottom-content .igiv-icon-save::before{
  left: 13px;
  top: 10px;
  width: 20px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
}.tc-wp-content-root .igiv-bottom-content .igiv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 31, 52, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8fb 52%, #f8f5ff 100%);
  box-shadow: 0 18px 50px rgba(25, 24, 43, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .igiv-bottom-content .igiv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff4a8e, #7548ff);
}.tc-wp-content-root .igiv-bottom-content .igiv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(25, 24, 43, 0.12);
}.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #171b2b;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(23, 27, 43, 0.18);
}.tc-wp-content-root .igiv-bottom-content .igiv-step-copy{
  min-width: 0;
}.tc-wp-content-root .igiv-bottom-content .igiv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 74, 142, 0.1);
  color: #9b2d75;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
  padding-top: 32px;
}.tc-wp-content-root .igiv-bottom-content .igiv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 74, 142, 0.14), rgba(117, 72, 255, 0.16));
}.tc-wp-content-root .igiv-bottom-content .igiv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 11px;
  height: 17px;
  border-right: 3px solid #8c3dff;
  border-bottom: 3px solid #ff4a8e;
  transform: rotate(42deg);
}.tc-wp-content-root .igiv-bottom-content .igiv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igiv-bottom-content .igiv-reveal.igiv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igiv-bottom-content .igiv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igiv-bottom-content .igiv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-kicker, .tc-wp-content-root .igiv-bottom-content .igiv-badge{
    font-size: 12px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igiv-bottom-content .igiv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igiv-bottom-content .igiv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-kicker, .tc-wp-content-root .igiv-bottom-content .igiv-badge{
    font-size: 12px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igiv-bottom-content .igiv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igiv-bottom-content .igiv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-kicker, .tc-wp-content-root .igiv-bottom-content .igiv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igiv-bottom-content .igiv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igiv-bottom-content .igiv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-kicker, .tc-wp-content-root .igiv-bottom-content .igiv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid-three, .tc-wp-content-root .igiv-bottom-content .igiv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igiv-bottom-content .igiv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igiv-bottom-content .igiv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-kicker, .tc-wp-content-root .igiv-bottom-content .igiv-badge{
    font-size: 13px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid-three, .tc-wp-content-root .igiv-bottom-content .igiv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igiv-bottom-content .igiv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-step-card h3, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-card p, .tc-wp-content-root .igiv-bottom-content .igiv-step-card p, .tc-wp-content-root .igiv-bottom-content .igiv-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .igiv-bottom-content .igiv-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}