@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 .igfv-public-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .igfv-public-content, .tc-wp-content-root .igfv-public-content div, .tc-wp-content-root .igfv-public-content section, .tc-wp-content-root .igfv-public-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igfv-public-content .igfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igfv-public-content .igfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igfv-public-content .igfv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 62, 135, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}.tc-wp-content-root .igfv-public-content .igfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igfv-public-content .igfv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igfv-public-content .igfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(218, 41, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 62, 135, 0.09), rgba(255, 139, 82, 0.09));
  color: #be1f66;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .igfv-public-content .igfv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3e87, #ff8b52);
  box-shadow: 0 0 0 5px rgba(255, 62, 135, 0.12);
}.tc-wp-content-root .igfv-public-content h2{
  margin: 0;
  color: #121826;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-public-content .igfv-heading p{
  margin: 16px auto 0;
  max-width: 710px;
  color: #5c667a;
  line-height: 1.72;
}.tc-wp-content-root .igfv-public-content .igfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card, .tc-wp-content-root .igfv-public-content .igfv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igfv-public-content .igfv-card{
  height: 100%;
}.tc-wp-content-root .igfv-public-content .igfv-card::after, .tc-wp-content-root .igfv-public-content .igfv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff3e87, #ff8b52, #7c5cff);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .igfv-public-content .igfv-card:hover, .tc-wp-content-root .igfv-public-content .igfv-trust-card:hover, .tc-wp-content-root .igfv-public-content .igfv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 62, 135, 0.25);
  box-shadow: 0 24px 60px rgba(18, 24, 38, 0.13);
}.tc-wp-content-root .igfv-public-content .igfv-card:hover::after, .tc-wp-content-root .igfv-public-content .igfv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igfv-public-content h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
  margin: 10px 0 0;
  color: #647086;
  line-height: 1.68;
}.tc-wp-content-root .igfv-public-content .igfv-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 62, 135, 0.13), rgba(124, 92, 255, 0.12));
}.tc-wp-content-root .igfv-public-content .igfv-icon::before, .tc-wp-content-root .igfv-public-content .igfv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igfv-public-content .igfv-icon-lens::before{
  width: 16px;
  height: 16px;
  left: 13px;
  top: 12px;
  border: 3px solid #ff3e87;
  border-radius: 50%;
}.tc-wp-content-root .igfv-public-content .igfv-icon-lens::after{
  width: 12px;
  height: 3px;
  left: 26px;
  top: 29px;
  border-radius: 999px;
  background: #7c5cff;
  transform: rotate(45deg);
}.tc-wp-content-root .igfv-public-content .igfv-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 12px;
  border-radius: 50%;
  border: 3px solid #ff8b52;
  border-left-color: transparent;
}.tc-wp-content-root .igfv-public-content .igfv-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  background: #ff3e87;
  transform: rotate(-28deg);
}.tc-wp-content-root .igfv-public-content .igfv-icon-preview::before{
  inset: 12px 10px;
  border: 3px solid #7c5cff;
  border-radius: 10px;
}.tc-wp-content-root .igfv-public-content .igfv-icon-preview::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3e87, #ff8b52);
}.tc-wp-content-root .igfv-public-content .igfv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  background: #ff3e87;
  box-shadow: 0 8px 0 #ff8b52, 0 16px 0 #7c5cff;
}.tc-wp-content-root .igfv-public-content .igfv-icon-mobile::before{
  width: 19px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #7c5cff;
  border-radius: 8px;
}.tc-wp-content-root .igfv-public-content .igfv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 30px;
  border-radius: 50%;
  background: #ff3e87;
}.tc-wp-content-root .igfv-public-content .igfv-icon-daily::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff3e87, #ff8b52);
}.tc-wp-content-root .igfv-public-content .igfv-icon-daily::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.58);
}.tc-wp-content-root .igfv-public-content .igfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igfv-public-content .igfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 62, 135, 0.12), rgba(124, 92, 255, 0.1));
}.tc-wp-content-root .igfv-public-content .igfv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff3e87, #ff8b52);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 62, 135, 0.24);
}.tc-wp-content-root .igfv-public-content .igfv-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(124, 92, 255, 0.09);
  color: #6546e8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .igfv-public-content .igfv-trust-card{
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(255, 139, 82, 0.1), transparent 34%),
    #ffffff;
}.tc-wp-content-root .igfv-public-content .igfv-trust-mark{
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 62, 135, 0.14), rgba(255, 139, 82, 0.14));
}.tc-wp-content-root .igfv-public-content .igfv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ff3e87;
  border-bottom: 3px solid #ff3e87;
  transform: rotate(-45deg);
}.tc-wp-content-root .igfv-public-content .igfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igfv-public-content .igfv-reveal.igfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igfv-public-content .igfv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igfv-public-content .igfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igfv-public-content h2{
    font-size: 26px;
  }.tc-wp-content-root .igfv-public-content .igfv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-public-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-public-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .igfv-public-content .igfv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igfv-public-content .igfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igfv-public-content .igfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igfv-public-content h2{
    font-size: 29px;
  }.tc-wp-content-root .igfv-public-content .igfv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-public-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igfv-public-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igfv-public-content .igfv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igfv-public-content .igfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igfv-public-content .igfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igfv-public-content h2{
    font-size: 32px;
  }.tc-wp-content-root .igfv-public-content .igfv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igfv-public-content .igfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igfv-public-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .igfv-public-content .igfv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igfv-public-content .igfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igfv-public-content .igfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igfv-public-content h2{
    font-size: 38px;
  }.tc-wp-content-root .igfv-public-content .igfv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igfv-public-content .igfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igfv-public-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igfv-public-content .igfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igfv-public-content .igfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igfv-public-content .igfv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igfv-public-content h2{
    font-size: 46px;
  }.tc-wp-content-root .igfv-public-content .igfv-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .igfv-public-content .igfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igfv-public-content .igfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-public-content .igfv-card, .tc-wp-content-root .igfv-public-content .igfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igfv-public-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igfv-public-content .igfv-card p, .tc-wp-content-root .igfv-public-content .igfv-step-card p, .tc-wp-content-root .igfv-public-content .igfv-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .igfv-public-content .igfv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igfv-public-content .igfv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

.tc-wp-content-root .igfv-step-copy {}
.tc-wp-content-root .igfv-trust-grid {}