@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 .iguv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1f2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .iguv-content-wrap, .tc-wp-content-root .iguv-content-wrap div, .tc-wp-content-root .iguv-content-wrap section, .tc-wp-content-root .iguv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .iguv-content-wrap .iguv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(245, 158, 11, 0.08), transparent 28%),
    #ffffff;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-soft{
  background:
    linear-gradient(135deg, rgba(253, 242, 248, 0.92), rgba(255, 251, 235, 0.88)),
    #faf7f5;
}.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-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iguv-content-wrap .iguv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #be185d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(236, 72, 153, 0.08);
}.tc-wp-content-root .iguv-content-wrap .iguv-section-header h2{
  margin: 0;
  color: #171923;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6472;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .iguv-content-wrap .iguv-card-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(31, 36, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(31, 36, 48, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.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 0;
  height: 4px;
  background: linear-gradient(90deg, #ec4899, #f97316, #facc15);
  opacity: 0.9;
}.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(-5px);
  border-color: rgba(236, 72, 153, 0.2);
  box-shadow: 0 24px 64px rgba(31, 36, 48, 0.12);
}.tc-wp-content-root .iguv-content-wrap .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content h3{
  margin: 0;
  color: #191d28;
  font-weight: 800;
  line-height: 1.25;
  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-content p{
  margin: 10px 0 0;
  color: #626a79;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(249, 115, 22, 0.16));
  box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.14);
}.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 240ms 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(-1px);
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-eye::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #db2777;
  border-radius: 50%;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
  background: #f97316;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-speed::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 13px;
  border: 2px solid #db2777;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-speed::after{
  width: 14px;
  height: 2px;
  left: 23px;
  top: 24px;
  border-radius: 2px;
  background: #f97316;
  transform: rotate(-38deg);
  transform-origin: left center;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #db2777;
  border-radius: 7px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 23px;
  border-radius: 8px;
  background: #f97316;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #db2777;
  box-shadow: 0 10px 0 #f97316, 0 20px 0 #facc15;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-steps::after{
  width: 17px;
  height: 2px;
  left: 25px;
  top: 16px;
  border-radius: 2px;
  background: #db2777;
  box-shadow: 0 10px 0 #f97316, 0 20px 0 #facc15;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #db2777;
  border-radius: 7px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 3px;
  background: #f97316;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #db2777;
  border-radius: 9px;
}.tc-wp-content-root .iguv-content-wrap .iguv-icon-daily::after{
  width: 11px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-left: 2px solid #f97316;
  border-bottom: 2px solid #f97316;
  transform: rotate(-45deg);
}.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:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 237, 0.9)),
    #ffffff;
}.tc-wp-content-root .iguv-content-wrap .iguv-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(236, 72, 153, 0), rgba(236, 72, 153, 0.35), rgba(249, 115, 22, 0));
}.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(236, 72, 153, 0.24);
}.tc-wp-content-root .iguv-content-wrap .iguv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 235, 0.58)),
    #ffffff;
}.tc-wp-content-root .iguv-content-wrap .iguv-badge-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ec4899;
  box-shadow:
    18px 0 0 rgba(249, 115, 22, 0.92),
    36px 0 0 rgba(250, 204, 21, 0.9),
    0 0 0 7px rgba(236, 72, 153, 0.1);
}.tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(253, 242, 248, 0.72)),
    #ffffff;
}.tc-wp-content-root .iguv-content-wrap .iguv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #f97316);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(236, 72, 153, 0.2);
}.tc-wp-content-root .iguv-content-wrap .iguv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iguv-content-wrap .iguv-reveal.iguv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@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 .iguv-section-header h2{
    font-size: 25px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.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 .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content 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-content p{
    font-size: 14px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 16px;
    margin-top: 28px;
  }.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-card::after{
    display: none;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@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 .iguv-section-header h2{
    font-size: 28px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.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 .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content 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-content p{
    font-size: 15px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 18px;
    margin-top: 30px;
  }.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-card::after{
    display: none;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@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 .iguv-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.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 .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content 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-content p{
    font-size: 15px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 20px;
    margin-top: 34px;
  }.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-card::after{
    display: none;
  }.tc-wp-content-root .iguv-content-wrap .iguv-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@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 .iguv-section-header h2{
    font-size: 38px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.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 .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content 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-content p{
    font-size: 16px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 22px;
    margin-top: 42px;
  }.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: 64px;
    height: 64px;
    font-size: 18px;
  }}@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 .iguv-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iguv-content-wrap .iguv-card, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card{
    min-height: 100%;
    padding: 34px 30px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-trust-card h3, .tc-wp-content-root .iguv-content-wrap .iguv-step-content h3{
    font-size: 22px;
  }.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-content p{
    font-size: 16px;
  }.tc-wp-content-root .iguv-content-wrap .iguv-steps{
    gap: 24px;
    margin-top: 48px;
  }.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: 70px;
    height: 70px;
    font-size: 19px;
  }}

.tc-wp-content-root .iguv-trust-grid {}