@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-64 .tc-wp-content-root img, .wpc-scope-64 .tc-wp-content-root video, .wpc-scope-64 .tc-wp-content-root svg, .wpc-scope-64 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial{
  --iggv-text: #221b31;
  --iggv-muted: #6f6879;
  --iggv-border: rgba(74, 50, 96, 0.12);
  --iggv-white: #ffffff;
  --iggv-soft: #fcf9fd;
  --iggv-purple: #833ab4;
  --iggv-pink: #e1306c;
  --iggv-orange: #f77737;
  --iggv-gradient: linear-gradient(135deg, #833ab4 0%, #c13584 43%, #e1306c 70%, #f77737 100%);
  --iggv-shadow: 0 16px 42px rgba(92, 55, 111, 0.09);
  width: 100%;
  overflow: hidden;
  color: var(--iggv-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-section{
  position: relative;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-section--white{
  background: #ffffff;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-section--soft{
  background: #fcf9fd;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-eyebrow{
  display: table;
  margin: 0 auto 12px;
  padding: 6px 12px;
  border: 1px solid rgba(193, 53, 132, 0.15);
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.06);
  color: #a22972;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-transform: uppercase;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial h2{
  max-width: 760px;
  margin: 0 auto;
  color: var(--iggv-text);
  font-weight: 800;
  letter-spacing: -0.7px;
  line-height: 1.18;
  text-align: center;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-intro{
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--iggv-muted);
  line-height: 1.75;
  text-align: center;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-card, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-trust-card{
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--iggv-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 9px 25px rgba(92, 55, 111, 0.05);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-card::before, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-trust-card::before{
  position: absolute;
  top: 0;
  left: 22px;
  width: 54px;
  height: 3px;
  border-radius: 0 0 5px 5px;
  background: var(--iggv-gradient);
  content: "";
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-card:hover, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(193, 53, 132, 0.26);
  box-shadow: var(--iggv-shadow);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial h3{
  margin: 0;
  color: var(--iggv-text);
  font-weight: 750;
  letter-spacing: -0.18px;
  line-height: 1.3;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-card p, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step p{
  margin: 9px 0 0;
  color: var(--iggv-muted);
  line-height: 1.7;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(193, 53, 132, 0.15);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(131, 58, 180, 0.09), rgba(247, 119, 55, 0.1));
  transition: transform 280ms ease;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-card:hover .iggv-icon, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-trust-card:hover .iggv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon::before, .wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--frame::before{
  inset: 10px;
  border: 2px solid #bd388b;
  border-radius: 5px;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--frame::after{
  right: 13px;
  bottom: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f77737;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--bolt::before{
  top: 9px;
  left: 16px;
  width: 10px;
  height: 21px;
  background: var(--iggv-gradient);
  clip-path: polygon(55% 0, 100% 0, 68% 39%, 100% 39%, 30% 100%, 45% 55%, 0 55%);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--layers::before{
  top: 12px;
  left: 11px;
  width: 20px;
  height: 14px;
  border: 2px solid #b7398d;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(247, 119, 55, 0.5);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--path::before{
  top: 12px;
  left: 10px;
  width: 7px;
  height: 7px;
  border: 2px solid #a4379b;
  border-radius: 50%;
  box-shadow: 14px 10px 0 -1px #ec646a;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--path::after{
  top: 19px;
  left: 18px;
  width: 13px;
  height: 2px;
  background: #cd4788;
  transform: rotate(32deg);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--mobile::before{
  top: 8px;
  left: 14px;
  width: 12px;
  height: 23px;
  border: 2px solid #ae3796;
  border-radius: 4px;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--mobile::after{
  bottom: 12px;
  left: 20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f77737;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--spark::before{
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: var(--iggv-gradient);
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 38%);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--shield::before{
  top: 9px;
  left: 11px;
  width: 20px;
  height: 23px;
  border-radius: 11px 11px 12px 12px;
  background: var(--iggv-gradient);
  clip-path: polygon(50% 0, 100% 16%, 88% 73%, 50% 100%, 12% 73%, 0 16%);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--clean::before{
  top: 12px;
  left: 10px;
  width: 22px;
  height: 16px;
  border-top: 2px solid #a83799;
  border-bottom: 2px solid #e45a75;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--clean::after{
  top: 20px;
  left: 14px;
  width: 14px;
  height: 2px;
  background: #cb4789;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-icon--heart::before{
  top: 12px;
  left: 11px;
  width: 20px;
  height: 18px;
  background: var(--iggv-gradient);
  clip-path: polygon(50% 100%, 6% 58%, 0 30%, 14% 6%, 37% 5%, 50% 23%, 63% 5%, 86% 6%, 100% 30%, 94% 58%);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-steps{
  position: relative;
  display: grid;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step{
  position: relative;
  display: grid;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(131, 58, 180, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(92, 55, 111, 0.055);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step:hover{
  transform: translateX(5px);
  border-color: rgba(193, 53, 132, 0.28);
  box-shadow: var(--iggv-shadow);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step-number{
  align-self: center;
  color: #c13f87;
  font-weight: 850;
  letter-spacing: -1px;
  line-height: 1;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step-label{
  display: block;
  margin-bottom: 4px;
  color: #a22d78;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 25px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.1), rgba(247, 119, 55, 0.12));
  color: #ae347f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.5px;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-note{
  display: flex;
  box-sizing: border-box;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(193, 53, 132, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-note-dot{
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--iggv-gradient);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.09);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-note p{
  margin: 0;
  color: var(--iggv-muted);
  line-height: 1.7;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-note strong{
  color: var(--iggv-text);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease, border-color 280ms ease, box-shadow 280ms ease;
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-reveal.iggv-visible{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-64 .tc-wp-content-root .iggv-editorial .iggv-step.iggv-reveal.iggv-visible:hover{
  transform: translateX(5px);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .iggv-editorial .iggv-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card, .tc-wp-content-root .iggv-editorial .iggv-step, .tc-wp-content-root .iggv-editorial .iggv-icon{
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .iggv-editorial .iggv-section{ padding: 54px 0; }.tc-wp-content-root .iggv-editorial .iggv-container{ padding: 0 15px; }.tc-wp-content-root .iggv-editorial h2{ font-size: 27px; }.tc-wp-content-root .iggv-editorial .iggv-intro{ font-size: 14px; }.tc-wp-content-root .iggv-editorial .iggv-grid{ grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card{ padding: 22px 19px; }.tc-wp-content-root .iggv-editorial h3{ font-size: 17px; }.tc-wp-content-root .iggv-editorial .iggv-card p, .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .tc-wp-content-root .iggv-editorial .iggv-step p{ font-size: 13px; }.tc-wp-content-root .iggv-editorial .iggv-steps{ gap: 14px; margin-top: 28px; }.tc-wp-content-root .iggv-editorial .iggv-step{ grid-template-columns: 1fr; gap: 10px; padding: 20px 18px; }.tc-wp-content-root .iggv-editorial .iggv-step-number{ font-size: 30px; }.tc-wp-content-root .iggv-editorial .iggv-note{ gap: 13px; margin-top: 20px; padding: 16px; }.tc-wp-content-root .iggv-editorial .iggv-note p{ font-size: 13px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .iggv-editorial .iggv-section{ padding: 60px 0; }.tc-wp-content-root .iggv-editorial .iggv-container{ padding: 0 18px; }.tc-wp-content-root .iggv-editorial h2{ font-size: 29px; }.tc-wp-content-root .iggv-editorial .iggv-intro{ font-size: 14px; }.tc-wp-content-root .iggv-editorial .iggv-grid{ grid-template-columns: 1fr; gap: 15px; margin-top: 30px; }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card{ padding: 23px 21px; }.tc-wp-content-root .iggv-editorial h3{ font-size: 18px; }.tc-wp-content-root .iggv-editorial .iggv-card p, .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .tc-wp-content-root .iggv-editorial .iggv-step p{ font-size: 13px; }.tc-wp-content-root .iggv-editorial .iggv-steps{ gap: 15px; margin-top: 30px; }.tc-wp-content-root .iggv-editorial .iggv-step{ grid-template-columns: 1fr; gap: 10px; padding: 22px 20px; }.tc-wp-content-root .iggv-editorial .iggv-step-number{ font-size: 32px; }.tc-wp-content-root .iggv-editorial .iggv-note{ gap: 14px; margin-top: 22px; padding: 17px; }.tc-wp-content-root .iggv-editorial .iggv-note p{ font-size: 13px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .iggv-editorial .iggv-section{ padding: 66px 0; }.tc-wp-content-root .iggv-editorial .iggv-container{ padding: 0 22px; }.tc-wp-content-root .iggv-editorial h2{ font-size: 32px; }.tc-wp-content-root .iggv-editorial .iggv-intro{ font-size: 15px; }.tc-wp-content-root .iggv-editorial .iggv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card{ padding: 25px 23px; }.tc-wp-content-root .iggv-editorial h3{ font-size: 18px; }.tc-wp-content-root .iggv-editorial .iggv-card p, .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .tc-wp-content-root .iggv-editorial .iggv-step p{ font-size: 14px; }.tc-wp-content-root .iggv-editorial .iggv-steps{ gap: 16px; margin-top: 32px; }.tc-wp-content-root .iggv-editorial .iggv-step{ grid-template-columns: 1fr; gap: 11px; padding: 24px 22px; }.tc-wp-content-root .iggv-editorial .iggv-step-number{ font-size: 34px; }.tc-wp-content-root .iggv-editorial .iggv-note{ gap: 15px; margin-top: 24px; padding: 19px; }.tc-wp-content-root .iggv-editorial .iggv-note p{ font-size: 14px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .iggv-editorial .iggv-section{ padding: 78px 0; }.tc-wp-content-root .iggv-editorial .iggv-container{ padding: 0 32px; }.tc-wp-content-root .iggv-editorial h2{ font-size: 38px; }.tc-wp-content-root .iggv-editorial .iggv-intro{ font-size: 16px; }.tc-wp-content-root .iggv-editorial .iggv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card{ padding: 26px 24px; }.tc-wp-content-root .iggv-editorial h3{ font-size: 19px; }.tc-wp-content-root .iggv-editorial .iggv-card p, .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .tc-wp-content-root .iggv-editorial .iggv-step p{ font-size: 14px; }.tc-wp-content-root .iggv-editorial .iggv-steps{ gap: 17px; margin-top: 38px; }.tc-wp-content-root .iggv-editorial .iggv-step{ grid-template-columns: 74px 1fr; gap: 18px; padding: 26px 28px; }.tc-wp-content-root .iggv-editorial .iggv-step-number{ font-size: 37px; }.tc-wp-content-root .iggv-editorial .iggv-note{ gap: 16px; margin-top: 26px; padding: 20px 22px; }.tc-wp-content-root .iggv-editorial .iggv-note p{ font-size: 14px; }}@media (min-width: 1024px){.tc-wp-content-root .iggv-editorial .iggv-section{ padding: 92px 0; }.tc-wp-content-root .iggv-editorial .iggv-container{ padding: 0 28px; }.tc-wp-content-root .iggv-editorial h2{ font-size: 43px; }.tc-wp-content-root .iggv-editorial .iggv-intro{ font-size: 16px; }.tc-wp-content-root .iggv-editorial .iggv-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }.tc-wp-content-root .iggv-editorial .iggv-card, .tc-wp-content-root .iggv-editorial .iggv-trust-card{ padding: 28px 26px; }.tc-wp-content-root .iggv-editorial h3{ font-size: 19px; }.tc-wp-content-root .iggv-editorial .iggv-card p, .tc-wp-content-root .iggv-editorial .iggv-trust-card p, .tc-wp-content-root .iggv-editorial .iggv-step p{ font-size: 14px; }.tc-wp-content-root .iggv-editorial .iggv-steps{ gap: 18px; margin-top: 42px; }.tc-wp-content-root .iggv-editorial .iggv-step{ grid-template-columns: 92px 1fr; gap: 22px; padding: 28px 34px; }.tc-wp-content-root .iggv-editorial .iggv-step-number{ font-size: 42px; }.tc-wp-content-root .iggv-editorial .iggv-note{ gap: 17px; margin-top: 28px; padding: 21px 24px; }.tc-wp-content-root .iggv-editorial .iggv-note p{ font-size: 14px; }}.wpc-scope-64 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .iggv-card--use{}.wpc-scope-64 .tc-wp-content-root .iggv-grid--six{}.wpc-scope-64 .tc-wp-content-root .iggv-grid--three{}.wpc-scope-64 .tc-wp-content-root .iggv-step-content{}