/* 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 .iguv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .iguv-content-wrap .iguv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-white{
  background: #ffffff;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fafc 100%);
}.tc-wp-content-root .iguv-content-wrap .iguv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iguv-content-wrap .iguv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c026d3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-content-root .iguv-content-wrap .iguv-kicker::before, .tc-wp-content-root .iguv-content-wrap .iguv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f43f5e, #c026d3, #7c3aed);
}.tc-wp-content-root .iguv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #526071;
  font-weight: 450;
}.tc-wp-content-root .iguv-content-wrap .iguv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card, .tc-wp-content-root .iguv-content-wrap .iguv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .24);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  background: rgba(255, 255, 255, .92);
  border-radius: 22px;
}.tc-wp-content-root .iguv-content-wrap .iguv-card::before, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f43f5e, #c026d3, #7c3aed);
  opacity: .9;
}.tc-wp-content-root .iguv-content-wrap .iguv-card::after, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: radial-gradient(circle, rgba(244, 63, 94, .14), rgba(124, 58, 237, 0) 68%);
  transform: rotate(18deg);
  pointer-events: none;
}.tc-wp-content-root .iguv-content-wrap .iguv-card:hover, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card:hover, .tc-wp-content-root .iguv-content-wrap .iguv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(192, 38, 211, .34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}.tc-wp-content-root .iguv-content-wrap h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
  margin: 12px 0 0;
  color: #5b6678;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(244, 63, 94, .14), rgba(192, 38, 211, .14), rgba(124, 58, 237, .14));
  box-shadow: inset 0 0 0 1px rgba(192, 38, 211, .16);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon::before, .tc-wp-content-root .iguv-content-wrap .iguv-icon::after{
  content: "";
  position: absolute;
  transition: transform .28s ease;
}.tc-wp-content-root .iguv-content-wrap .iguv-card:hover .iguv-icon::before, .tc-wp-content-root .iguv-content-wrap .iguv-card:hover .iguv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-lens::before{
  width: 17px;
  height: 17px;
  left: 13px;
  top: 12px;
  border: 3px solid #c026d3;
  border-radius: 50%;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 999px;
  background: #f43f5e;
  transform: rotate(45deg);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 13px;
  height: 27px;
  background: linear-gradient(180deg, #f43f5e, #7c3aed);
  clip-path: polygon(55% 0, 100% 0, 68% 43%, 100% 43%, 32% 100%, 47% 55%, 0 55%);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-frame::before{
  inset: 12px;
  border: 3px solid #c026d3;
  border-radius: 10px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 14px;
  top: 14px;
  border-radius: 50%;
  background: #f43f5e;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-path::before{
  left: 12px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #7c3aed;
  border-top-color: transparent;
  border-radius: 14px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-path::after{
  right: 11px;
  top: 13px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #f43f5e;
  border-right: 3px solid #f43f5e;
  transform: rotate(45deg);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-phone::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 29px;
  border: 3px solid #c026d3;
  border-radius: 8px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-phone::after{
  left: 22px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f43f5e;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-calendar::before{
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border: 3px solid #7c3aed;
  border-radius: 8px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-calendar::after{
  left: 17px;
  top: 22px;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: #f43f5e;
  box-shadow: 0 7px 0 rgba(192, 38, 211, .75);
}.tc-wp-content-root .iguv-content-wrap .iguv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border-radius: 24px;
}.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #f43f5e, #c026d3 48%, #7c3aed);
  box-shadow: 0 16px 34px rgba(192, 38, 211, .25);
}.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(192, 38, 211, .18);
  border-radius: 999px;
  color: #9d174d;
  background: linear-gradient(135deg, rgba(244, 63, 94, .08), rgba(124, 58, 237, .08));
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .iguv-content-wrap .iguv-trust-mark{
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f43f5e, #c026d3, #7c3aed);
  position: relative;
  box-shadow: 0 14px 28px rgba(192, 38, 211, .22);
}.tc-wp-content-root .iguv-content-wrap .iguv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .iguv-content-wrap .iguv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}.tc-wp-content-root .iguv-content-wrap .iguv-reveal.iguv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iguv-content-wrap .iguv-section{
    padding: 48px 0;
  }.tc-wp-content-root .iguv-content-wrap .iguv-container{
    padding: 0 14px;
  }.tc-wp-content-root .iguv-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .iguv-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 17px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iguv-content-wrap .iguv-section{
    padding: 54px 0;
  }.tc-wp-content-root .iguv-content-wrap .iguv-container{
    padding: 0 18px;
  }.tc-wp-content-root .iguv-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .iguv-content-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 18px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iguv-content-wrap .iguv-section{
    padding: 60px 0;
  }.tc-wp-content-root .iguv-content-wrap .iguv-container{
    padding: 0 22px;
  }.tc-wp-content-root .iguv-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .iguv-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 60px;
    height: 60px;
    border-radius: 20px;
    font-size: 18px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iguv-content-wrap .iguv-section{
    padding: 76px 0;
  }.tc-wp-content-root .iguv-content-wrap .iguv-container{
    padding: 0 30px;
  }.tc-wp-content-root .iguv-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .iguv-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 66px;
    height: 66px;
    border-radius: 22px;
    font-size: 19px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iguv-content-wrap .iguv-section{
    padding: 92px 0;
  }.tc-wp-content-root .iguv-content-wrap .iguv-container{
    padding: 0 32px;
  }.tc-wp-content-root .iguv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid-three, .tc-wp-content-root .iguv-content-wrap .iguv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .iguv-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card p, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card p, .tc-wp-content-root .iguv-content-wrap .iguv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 72px;
    height: 72px;
    border-radius: 24px;
    font-size: 20px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-mini-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}